::-webkit-scrollbar {
    width: .4em;
    height: .4em
}

::-webkit-scrollbar-thumb {
    background: #303030
}

::-webkit-scrollbar-track {
    background: #989898
}

* {
    outline: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-y: scroll;
    position: relative;
    font-family: 'IBM Plex Sans', sans-serif
}

.popup-form,
.popup-form input[type=submit] {
    font-family: 'IBM Plex Sans', sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: ''
}

q:before,
q:after {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.wpcf7 .screen-reader-response {
    display: none !important
}

.popup-form {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 35px;
    width: 370px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    background-color: #fff;
    z-index: 888;
    max-height: calc(100% - 80px);
    overflow: auto;
    border-radius: 10px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transform: scale(.91);
    -ms-transform: scale(.91);
    -webkit-transform: scale(.91);
    -o-transform: scale(.91);
    transform: scale(.91);
}

.popup-form .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABAUlEQVQ4T62TzU0DMRCF5zkNsGtvD1wpgD+REkAh4saFfrhRARAiCgAlCnUgOvB6uSP7IUdY2l28SqTExxnP5/eeNZAdD3acl/0CiqL4VErd1XW9zCkrquoY3t87545Sv6PgwJjTEfkiItd9yHqYfJUQbpxzb1lALEaIEpmDjJDFulZVJ6MQ5iTj8HtbXTaDFmTqgZ8/VdME3AjoKWHO0qCF1DDGnJGcEQDIyVCwWQvGmHOSzwAmERhEZkOQfwCt9QWBJyVyZa1dRUAEDkE6AK31mMBjELn8tvajHVay1M+jAyjL8isoddsfTqD4O/D+oWmaw40hbrsj+92FbV9t3/sF6KqAEY2v/tsAAAAASUVORK5CYII=) no-repeat center
}

.popup-form .wpcf7-not-valid-tip,
.popup-form .ajax-loader,
.popup-form br {
    display: none !important
}

.popup-form .title {
    display: block;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    padding-bottom: 11px;
}

.popup-form .heading {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px
}

.popup-form .label {
    display: block;
    margin: 10px 0 -5px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.popup-form input[type=date] {
    display: block;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 20px;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 15px
}

.popup-form input[type=date].wpcf7-not-valid {
    border: 1px solid #f44336
}

.popup-form input[type=text],
.popup-form input[type=tel],
.popup-form input[type=email] {
    display: block;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%;
    height: 45px;
    border: 1px solid #efefef;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    border-radius: 25px;
}

.popup-form input[type=text].wpcf7-not-valid,
.popup-form input[type=tel].wpcf7-not-valid,
.popup-form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.popup-form select {
    display: block;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #fff;
    color: #303030;
    font-size: 14px
}

.popup-form select.wpcf7-not-valid {
    border: 1px solid #f44336
}

.popup-form textarea {
    display: block;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 20px;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #fff;
    resize: none;
    color: #303030;
    font-size: 14px
}

.popup-form textarea.wpcf7-not-valid {
    border: 1px solid #f44336
}

.popup-form input[type=submit] {
    display: block;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    animation: pulse 2s infinite
}

.popup-form input[type=submit]:hover {
    opacity: .7
}

.popup-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px
}

.popup-form .g-recaptcha {
    display: block;
    margin-top: 14px
}

.popup-form .wpcf7-response-output.wpcf7-validation-errors,
.popup-form .wpcf7-response-output.wpcf7-mail-sent-ok,
.popup-form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.popup-form .wpcf7-response-output.wpcf7-validation-errors,
.popup-form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.popup-form.active {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.popup-mask {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 880;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.popup-mask.active {
    visibility: visible;
    opacity: .85;
    border: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-wpcf7-acceptance .wpcf7-list-item,
.calc_form_checkbox .wpcf7-list-item {
    margin: 0
}

.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-acceptance .wpcf7-list-item label,
.calc_form_checkbox .wpcf7-list-item label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wpcf7-checkbox .wpcf7-list-item label input,
.wpcf7-acceptance .wpcf7-list-item label input,
.calc_form_checkbox .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.wpcf7-checkbox .wpcf7-list-item label .checkmark,
.wpcf7-acceptance .wpcf7-list-item label .checkmark,
.calc_form_checkbox .wpcf7-list-item label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    background-color: #fff
}

.wpcf7-checkbox .wpcf7-list-item label .checkmark:after,
.wpcf7-acceptance .wpcf7-list-item label .checkmark:after,
.calc_form_checkbox .wpcf7-list-item label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #78cc26;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item label:hover input ~ .checkmark,
.wpcf7-acceptance .wpcf7-list-item label:hover input ~ .checkmark,
.calc_form_checkbox .wpcf7-list-item label:hover input ~ .checkmark {
    background-color: #f2f2f2
}

.wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark,
.wpcf7-acceptance label input:checked ~ .checkmark,
.calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark {
    background-color: #fff
}

.wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark:after,
.wpcf7-acceptance label input:checked ~ .checkmark:after,
.calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark:after {
    opacity: 1;
    display: block
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.calc_form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 24px
}

.formatBlock:after {
    display: block;
    content: '';
    clear: both
}

.formatBlock:before {
    display: block;
    content: '';
    clear: both
}

.formatBlock h1 {
    color: #332f34;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: .5rem
}

.formatBlock h2 {
    margin-top: 40px
}

.formatBlock h2:first-child {
    margin-top: 0
}

.formatBlock h2:last-child {
    margin-top: 0
}

.formatBlock h2 {
    color: #332f34;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 1rem
}

.formatBlock h3 {
    color: #332f34;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: .9rem
}

.formatBlock h4 {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5rem
}

.formatBlock h5 {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .5rem
}

.formatBlock h6 {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .5rem
}

.formatBlock p {
    color: #303030;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 1rem
}

.formatBlock ol {
    list-style-type: decimal;
    padding: 0;
    margin: 0 0 1rem 1rem;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.formatBlock ol li {
    margin-bottom: .5rem
}

.formatBlock ul {
    padding: 0;
    margin: 0 0 1rem;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.formatBlock ul li {
    margin-bottom: .5rem
}

.formatBlock ul li:before {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #cf411c;
    margin: 6px 8px 0 0
}

.formatBlock a {
    color: #cf411c;
    text-decoration: underline;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.formatBlock a:hover {
    text-decoration: none
}

.formatBlock a:active {
    opacity: .7
}

.formatBlock a.fancybox {
    text-decoration: none
}

.formatBlock strong,
.formatBlock b {
    font-weight: 700
}

.formatBlock em {
    font-style: italic
}

.formatBlock .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.formatBlock .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.formatBlock .aligncenter {
    display: block;
    margin: 1em auto
}

.formatBlock img {
    max-width: 100%;
    height: auto
}

.formatBlock table {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    border-radius: 7px;
    overflow: hidden
}

.formatBlock table tr td,
.formatBlock table tr th {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: .5rem;
    vertical-align: top
}

.formatBlock table.strip tr td,
.formatBlock table.strip tr th {
    border: 1px solid #fafaf7
}

.formatBlock table.nice tr td,
.formatBlock table.nice tr th {
    background-color: #fafaf7
}

.formatBlock table.nice tr td:nth-child(2n),
.formatBlock table.nice tr th:nth-child(2n) {
    background-color: #f8f8f4
}

.formatBlock table.nice tr:nth-child(2n) td,
.formatBlock table.nice tr:nth-child(2n) th {
    background-color: #fefefd
}

.formatBlock table.nice tr:nth-child(2n) td:nth-child(2n),
.formatBlock table.nice tr:nth-child(2n) th:nth-child(2n) {
    background-color: #fcfcfa
}

.formatBlock table.nice tr.head td,
.formatBlock table.nice tr.head th {
    font-weight: 700;
    border: 1px solid #cf411c
}

.formatBlock .gallery {
    display: block;
    margin: 0 0 0 -30px !important;
    padding: 0
}

.formatBlock .gallery:after,
.formatBlock .gallery:before {
    display: block;
    content: '';
    clear: both
}

.formatBlock .gallery.gallery-columns-1 .gallery-item {
    width: calc(100% - 30px) !important
}

.formatBlock .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 30px) !important
}

.formatBlock .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.3% - 30px) !important
}

.formatBlock .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 30px) !important
}

.formatBlock .gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 30px) !important
}

.formatBlock .gallery.gallery-columns-6 .gallery-item {
    width: calc(16.6% - 30px) !important
}

.formatBlock .gallery.gallery-columns-7 .gallery-item {
    width: calc(14.2% - 30px) !important
}

.formatBlock .gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 30px) !important
}

.formatBlock .gallery.gallery-columns-9 .gallery-item {
    width: calc(11.1% - 30px) !important
}

.formatBlock .gallery .gallery-item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left !important;
    margin: 30px 0 0 30px !important;
    position: relative !important;
    border: 1px dotted #d9d9d9;
    padding: 0 !important;
    overflow: hidden;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.formatBlock .gallery .gallery-item:before {
    display: block;
    padding-top: 100%
}

.formatBlock .gallery .gallery-item img {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none !important;
    object-fit: cover;
    -o-object-fit: cover
}

.formatBlock .gallery .gallery-item .wp-caption-text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #cf411c;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 20px
}

.formatBlock .gallery .gallery-item:hover {
    box-shadow: 0 5px 10px -7px #000;
    border: 1px solid #cf411c
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(120, 204, 38, 0.7)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(120, 204, 38, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(120, 204, 38, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(120, 204, 38, 0.7);
        box-shadow: 0 0 0 0 rgba(120, 204, 38, 0.7)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(120, 204, 38, 0);
        box-shadow: 0 0 0 10px rgba(120, 204, 38, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(120, 204, 38, 0);
        box-shadow: 0 0 0 0 rgba(120, 204, 38, 0)
    }
}

.containerWrap {
    display: block;
    width: 100%;
    min-width: 1230px
}

.containerWrap .wrap {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.containerWrap .twoWrap {
    display: block;
    padding-top: 35px
}

.containerWrap .twoWrap:after,
.containerWrap .twoWrap:before {
    display: block;
    content: '';
    clear: both
}

.containerWrap .twoWrap .leftWrap {
    display: block;
    float: left;
    width: 300px
}

.containerWrap .twoWrap .rightWrap {
    display: block;
    float: right;
    width: calc(100% - 320px)
}

header {
    display: block;
    z-index: 10;
    position: absolute !important;
    top: 0
}

header .top_header {
    background: #f8fcff;
    height: 70px
}

header .bot_header {
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 10px;
    box-sizing: border-box
}

header .logo {
    display: block;
    left: 0;
    float: left;
    width: 177px;
    margin-top: 9px
}

.navi_pad {
    height: 60px
}

header .logo img {
    display: block;
    width: 100%;
    height: auto
}

header .btn_calc {
    display: block;
    position: absolute;
    top: 25px;
    left: 419px;
    padding-left: 36px;
    line-height: 24px;
    background: url(images/new/calc.svg) no-repeat left center;
    background-size: 22px
}

header .btn_calc span {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px dashed #d9d4db;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

header .btn_calc span:hover {
    opacity: .7
}

header .select_city {
    display: block;
    position: absolute;
    top: 15.5px;
    left: 675px;
    cursor: pointer;
    z-index: 15
}

header .select_city .current_city {
    display: block;
    background: url(images/new/map.svg) no-repeat left center;
    background-size: 16px;
    line-height: 23px;
    padding: 10px 0 10px 28px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

header .select_city .current_city span {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    border-bottom: 1px dashed #d9d4db
}

header .select_city .current_city:after {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin-left: 3px;
    content: '';
    width: 7px;
    height: 7px;
    background: url(images/header_ard.png) no-repeat center
}

header .select_city .current_city:hover {
    opacity: .7
}

header .select_city .list_cities {
    display: block;
    position: absolute;
    left: 28px;
    top: 100%;
    width: 100%;
    min-width: 170px;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    visibility: hidden
}

header .select_city .list_cities:before {
    display: block;
    position: absolute;
    content: '';
    left: 10px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #d8dbda;
    border-top: 1px solid #d8dbda;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .select_city .list_cities .city_item {
    display: block;
    padding: 5px 10px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

header .select_city .list_cities .city_item:hover {
    color: #fff;
    background: #e94217
}

header .select_city:hover .list_cities {
    visibility: visible;
    opacity: 1
}

header .phone {
    display: block;
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 19px;
    margin-right: 30px;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-left: 29px;
    text-decoration: none;
    background: url(images/new/phone.svg) no-repeat left center;
    background-size: 20px
}

header .phone strong {
    font-weight: 600
}

header .btn {
    border-radius: 25px;
    margin-top: 15px;
    float: right;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 164px;
    height: 30px;
    border: 1px solid #e94217;
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

header .btn:hover {
    background-color: #e94217;
    color: #fff
}

header .btn:active {
    opacity: .7
}

header .right {
    float: right
}

@media (min-width: 1024px) and (max-width: 5000px) {
    header .top_menu {
        display: block;
        position: relative;
        right: 0;
        bottom: 0
    }

    header .top_menu ul.menu {
        display: block;
        text-align: left;
        font-size: 0
    }

    header .top_menu ul.menu > li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: medium;
        position: relative;
        padding: 0 20px
    }

    header .top_menu ul.menu > li:first-child {
        padding-left: 0
    }

    header .top_menu ul.menu > li:first-child:before {
        display: none
    }

    header .top_menu ul.menu > li:first-child > a {
        /* padding-left: 27px; */
        height: 20px;
        /* background: url(images/open-menu.svg) no-repeat left 1px; */
        background-size: 16px
    }

    header .top_menu ul.menu > li:last-child {
        padding-right: 0;
        padding-left: 16px
    }

    header .top_menu ul.menu > li > a {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    header .top_menu ul.menu > li > a:hover {
        text-decoration: underline
    }

    header .top_menu ul.menu > li.current-menu-item > a {
        color: #fff;
        border-bottom: 2px solid #e94217;
        text-decoration: none;
        padding-bottom: 7px
    }

    header .top_menu ul.menu > li:hover > ul {
        display: block
    }

    header .top_menu ul.menu > li > ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        min-width: 170px;
        padding-top: 5px;
        text-align: left;
        box-shadow: 0 8px 3px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    header .top_menu ul.menu > li > ul:before {
        display: block;
        position: absolute;
        content: '';
        left: 24px;
        top: 0;
        width: 10px;
        height: 10px;
        background: #fff;
        border-left: 1px solid #d8dbda;
        border-top: 1px solid #d8dbda;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10
    }

    header .top_menu ul.menu > li > ul > li {
        display: block;
        position: relative;
        background-color: #fff;
        z-index: 20
    }

    header .top_menu ul.menu > li > ul > li > a {
        display: block;
        padding: 5px 10px;
        color: #303030;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    header .top_menu ul.menu > li > ul > li:hover > a {
        color: #fff;
        background: #e94217
    }

    header .top_menu ul.menu > li > ul > li:hover > ul {
        display: block
    }

    header .top_menu ul.menu > li > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        min-width: 170px;
        background-color: #fff;
        text-align: left;
        box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    header .top_menu ul.menu > li > ul > li > ul:before {
        display: block;
        position: absolute;
        content: '';
        left: -6px;
        top: 6px;
        width: 10px;
        height: 10px;
        background: #fff;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 10
    }

    header .top_menu ul.menu > li > ul > li > ul > li {
        display: block;
        position: relative;
        z-index: 20
    }

    header .top_menu ul.menu > li > ul > li > ul > li > a {
        display: block;
        padding: 5px 15px;
        color: #303030;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    header .top_menu ul.menu > li > ul > li > ul > li:hover > a {
        color: #fff;
        background: #e94217
    }

    header .top_menu ul.menu > li > ul > li > ul > li:hover > ul {
        display: block
    }
}

.mob_menu {
    display: none;
}

@media (max-width: 1023px) {
    .mob_menu {
        display: block;
        background: #f8fcff;
        padding: 10px 0;
        margin: 0 -10px;
    }

    .bot_header .top_menu .full_menu {
        display: none;
    }

    header .top_menu ul.mobile__menu {
        display: block;
        text-align: center;
        font-size: 0;
    }

    header .top_menu ul.mobile__menu > li {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: medium;
        position: relative;
        padding: 0 18px;
    }

    header .top_menu ul.mobile__menu > li:last-child {
        padding-right: 0;
        padding-left: 16px;
    }

    header .top_menu ul.mobile__menu > li > a {
        display: block;
        color: #303030;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 15px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    header .top_menu ul.mobile__menu > li > ul {
        display: none;
        position: absolute;
        left: -21px;
        top: 100%;
        width: 100%;
        min-width: 200px;
        padding-top: 5px;
        text-align: left;
        box-shadow: 0 8px 3px 3px rgb(0 0 0 / 15%);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    header .top_menu ul.mobile__menu > li > ul::before {
        display: block;
        position: absolute;
        content: '';
        left: 24px;
        top: 0;
        width: 10px;
        height: 10px;
        background: rgb(56 56 56 / 85%);
        border-left: 1px solid #d8dbda;
        border-top: 1px solid #d8dbda;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
    }

    header .top_menu ul.mobile__menu > li:hover > ul {
        display: block;
    }

    header .top_menu ul.mobile__menu > li > ul > li {
        display: block;
        position: relative;
        background-color: rgb(56 56 56 / 85%);
        z-index: 20;
    }

    header .top_menu ul.mobile__menu > li > ul > li > a,
    header .top_menu ul.mobile__menu > li > ul > li > ul > li > a {
        display: block;
        padding: 5px 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    header .top_menu ul.mobile__menu > li > ul > li:hover > a,
    header .top_menu ul.mobile__menu > li > ul > li > ul > li:hover > a {
        color: #fff;
        background: #e94217;
    }

    header .top_menu ul.mobile__menu > li > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        min-width: 200px;
        background-color: rgb(56 56 56 / 85%);
        text-align: left;
        box-shadow: 0 3px 3px 3px rgb(0 0 0 / 15%);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    header .top_menu ul.mobile__menu > li > ul > li:hover > ul {
        display: block;
    }

    header .top_menu ul.mobile__menu > li > ul > li > ul::before {
        display: block;
        position: absolute;
        content: '';
        left: -6px;
        top: 6px;
        width: 10px;
        height: 10px;
        background: rgb(56 56 56 / 85%);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 10;
    }

    header .top_menu ul.mobile__menu > li > ul > li > ul > li {
        display: block;
        position: relative;
        z-index: 20;
    }

    header .top_menu ul.mobile__menu > li:first-child {
        padding-left: 0;
    }

    header .top_menu ul.mobile__menu li.menu-item-has-children > a {
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ns_head {
        padding-top: 30px !important;
    }

    header .top_menu ul.mobile__menu li a > svg {
        max-width: 12px;
        width: 100%;
        height: 12px;
        fill: #303030;
        margin-left: 5px;
        transition: all .3s;
    }

    header .top_menu ul.mobile__menu > li:hover > a > svg {
        transform: rotate(180deg);
    }

    header .top_menu ul.mobile__menu > li > ul li > a > svg {
        transform: rotate(270deg);
        fill: #fff;
    }

    header .top_menu ul.mobile__menu > li > ul li:hover > a > svg {
        transform: rotate(90deg);
    }
}

@media (max-width: 500px) {
    .mobile__menu {
        z-index: 101;
    }

    header .top_menu ul.mobile__menu > li > a {
        font-size: 14px;
        line-height: 100%;
    }

    header .top_menu ul.mobile__menu li a > svg {
        max-width: 9px;
        height: 9px;
    }

    header .top_menu ul.mobile__menu > li > ul > li > a,
    header .top_menu ul.mobile__menu > li > ul > li > ul > li > a {
        font-size: 17px;
        line-height: 100%;
    }

    header .top_menu ul.mobile__menu > li {
        padding: 0 7px;
    }

    header .top_menu ul.mobile__menu > li > ul > li {
        z-index: 9999;
    }

    header .top_header {
        height: auto;
    }

    header .right {
        width: max-content !important;
        margin-left: auto;
        margin-top: -34px;
        transform: scale(.8);
    }

    .float__none__mobile {
        float: none !important;
    }

    .w__max {
        width: max-content;
    }

    .head-phone {
        font-size: 18px !important;
    }

    .ns_head .wrap {
        padding-top: 20px !important;
    }
}

@media (max-width: 450px) {
    .social_head,
    header .phone {
        margin-top: 60px !important;
    }

    header .right {
        width: max-content;
    }

    header .xngrph-description {
        width: 165px;
        display: flex;
    }

    .social_head,
    header .phone {
        margin-top: 6px !important;
    }
}

.clrfx:before {
    content: '';
    clear: both;
    display: block
}

.fixed_menu header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background: #f8fcff;
    box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.3)
}

.fixed_menu #wpadminbar {
    display: none !important
}

.frontSlider {
    display: block;
    position: relative;
    margin-top: 0;
    z-index: 5;
    height: 500px;
    overflow: hidden
}

.frontSlider .item {
    display: block;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center 59%;
    background-repeat: no-repeat
}

.frontSlider .item .bg_shad {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .6
}

.frontSlider .item .containerWrap {
    height: 100%;
    overflow: hidden
}

.frontSlider .item .wrap {
    height: 100%;
    position: relative
}

.frontSlider .item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.frontSlider .item .img_mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.frontSlider .item .text .ch {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.frontSlider .item .text .ch .ins {
    position: relative;
    z-index: 2
}

.frontSlider .item .text {
    float: left;
    text-align: left;
    margin: 0 0 0 auto;
    vertical-align: 41px;
    width: 685px;
    top: 0;
    bottom: 0;
    display: table;
    height: 100%
}

.frontSlider .item .text .heading {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    position: relative;
    letter-spacing: .02em;
    z-index: 2;
    text-transform: uppercase
}

.frontSlider .item .text .heading strong {
    font-weight: 700
}

.frontSlider .item .text .desc {
    display: block;
    padding-top: 17px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    position: relative;
    z-index: 2
}

.frontSlider .item .text .desc strong {
    font-weight: 400
}

.frontSlider .item .form {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 40px;
    margin: 46px 0 0;
    width: 390px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
    border-radius: 13px;
    background-color: #fff;
    margin-left: auto;
    margin: 87px 0 0;
    float: right;
    position: relative;
    z-index: 2
}

.frontSlider .item .form:before {
    content: '';
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    top: 6px;
    border: 1px dashed;
    border-radius: 10px;
    opacity: .3;
    z-index: 1;
}

.frontSlider .item .form > div {
    z-index: 2;
    position: relative;
}

.frontSlider .item .form .wpcf7-not-valid-tip,
.frontSlider .item .form .ajax-loader,
.frontSlider .item .form br {
    display: none !important
}

.frontSlider .item .form .title {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 15px
}

.frontSlider .item .form .title span {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: uppercase
}

.frontSlider .item .form input[type=text],
.frontSlider .item .form input[type=tel],
.frontSlider .item .form input[type=email] {
    display: block;
    margin: 8px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 15px;
    font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 35px;
    text-align: left;
    padding: 0 26px
}

.frontSlider .item .form input[type=text].wpcf7-not-valid,
.frontSlider .item .form input[type=tel].wpcf7-not-valid,
.frontSlider .item .form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.frontSlider .item .form input[type=submit] {
    display: block;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center
}

.frontSlider .item .form input[type=submit]:hover {
    opacity: .7;
    animation: none
}

.frontSlider .item .form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 8px 0 0;
    width: 360px;
    max-width: 100%
}

.frontSlider .item .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px
}

.frontSlider .item .form .wpcf7-response-output.wpcf7-validation-errors,
.frontSlider .item .form .wpcf7-response-output.wpcf7-mail-sent-ok,
.frontSlider .item .form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.frontSlider .item .form .wpcf7-response-output.wpcf7-validation-errors,
.frontSlider .item .form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.front_services {
    background-color: #1e3a5f;
    padding: 21px 0 40px
}

.front_services .title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.front_services .control {
    display: block;
    position: absolute;
    top: 50%;
    width: 21px;
    height: 34px;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_services .control:hover {
    opacity: .7
}

.front_services .prev {
    left: 0;
    background: url(images/prev.png) no-repeat center
}

.front_services .next {
    right: 0;
    background: url(images/next.png) no-repeat center
}

.front_services .front_services_slider {
    display: block;
    position: relative;
    width: 1021px;
    margin: 18px auto 0
}

.front_services .front_services_slider .front_services_slider_wrap {
    display: block;
    width: 901px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden
}

.front_services .items {
    display: block
}

.front_services .items:after,
.front_services .items:before {
    display: block;
    content: '';
    clear: both
}

.front_services .items .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 180px;
    height: 170px;
    border-left: 1px dashed #404040
}

.front_services .items .item:last-child {
    border-right: 1px dashed #404040
}

.front_services .items .item .icon {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 75px;
    text-align: center
}

.front_services .items .item .icon svg {
    display: block;
    margin: 17.5px auto;
    height: 40px;
    width: auto;
    fill: #fff !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_services .items .item .icon svg path {
    fill: #fff !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_services .items .item .heading {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    padding: 0 12px;
    top: 87px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_services .items .item:hover .icon svg {
    fill: #ce522c !important
}

.front_services .items .item:hover .icon svg path {
    fill: #ce522c !important
}

.front_services .items .item:hover .heading {
    color: #ffb29b
}

footer {
    display: block;
    margin-top: 50px;
    padding: 35px 0;
    background-color: #1e3a5f
}

footer .rows {
    display: block
}

footer .rows:after,
footer .rows:before {
    display: block;
    content: '';
    clear: both
}

footer .rows .row {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 50px 0 0
}

footer .rows .row-1 {
    width: 270px
}

footer .rows .row-2,
footer .rows .row-3,
footer .rows .row-4 {
    width: 235px
}

footer .rows .row-5 {
    float: right;
    padding: 0;
    text-align: right
}

footer .menu_block {
    display: block;
    padding-top: 30px
}

footer .menu_block ul {
    display: block
}

footer .menu_block ul li {
    display: block;
    margin-top: 10px
}

footer .menu_block ul li:first-child {
    margin-top: 0
}

footer .menu_block ul li a {
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

footer .menu_block ul li a:hover {
    color: #e94217
}

footer .info {
    display: block;
    padding-top: 30px;
    text-align: center;
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .02em
}

footer .phone {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-top: 30px;
    color: #fffefe;
    font-size: 21px;
    font-weight: 400;
    line-height: 23px;
    padding-left: 33px;
    text-decoration: none;
    background: url(images/header_phone.png) no-repeat left center
}

footer .phone strong {
    font-weight: 700
}

footer .place {
    max-width: 180px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    background: url(images/new/place.svg) left 7px no-repeat;
    background-size: 23px;
    padding-left: 34px;
    display: inline-block;
    line-height: 18px
}

footer .place a {
    display: block;
    margin-top: 7px;
    color: #b9b9b9;
    font-size: 13px
}

footer .place a:hover {
    color: #e94217
}

footer .rows .row-5 {
    text-align: left !important;
    max-width: 220px
}

footer a.mail {
    display: inline-block;
    margin-top: 14px;
    color: #fffefe;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    background: url(images/email.svg) left no-repeat;
    background-size: 21px;
    text-align: left;
    padding-left: 35px;
    letter-spacing: .01em
}

footer .social {
    display: block;
    text-align: left;
    padding-top: 30px
}

footer .social span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

footer .social a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin-left: 4px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

footer .social a:hover {
    opacity: .7
}

footer .social .inst {
    width: 22px;
    height: 22px;
    background: url(images/inst.png) no-repeat center
}

footer .social .vk {
    width: 22px;
    height: 22px;
    background: url(images/vk.png) no-repeat center
}

footer .social .youtube {
    width: 22px;
    height: 22px;
    background: url(images/youtube-orange.svg) no-repeat center
}

footer .madeby {
    display: block;
    float: right;
    margin: 140px auto 0;
    width: 140px;
    text-align: right
}

footer .madeby:after {
    display: block;
    content: '';
    clear: both
}

footer .madeby .madeLogo {
    float: right;
    margin-left: 20px
}

footer .madeby .madeLink {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: underline
}

footer .madeby .madeLink:hover {
    text-decoration: none
}

.ns_head {
    background: url(images/back_new.jpg) no-repeat;
    background-position: center 66%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 31px;
    padding-bottom: 25px
}

.ns_head:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .7
}

.ns_head .wrap {
    position: relative
}

.ns_head .wrap h1 {
    font-size: 33px;
    color: #fff;
    font-weight: 500
}

.ns_head.big_size {
    height: inherit;
}

.ns_head.big_size .wrap h1 {
    font-size: 40px;
    max-width: 410px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 10px;
}

.ns_head.big_size .wrap .right_bar {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.ns_head.big_size .wrap .right_bar .itev {
    background: #fff;
    float: left;
    width: 200px;
    height: 77px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 700;
}

.ns_head.big_size .wrap .right_bar .itev b {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px;
    opacity: 0.7;
}


/*.block_land { padding: 70px 0;}*/


/*.block_land.preview_help {     background: #f8f8f8 url(img/back_view.jpg) bottom center no-repeat;}*/


/*.block_land.preview_help .block_land_titl {*/


/*  max-width: 500px;*/


/*  font-size: 32px;*/


/*  line-height: 34px;*/


/*}*/


/*.block_land.preview_help .block_land_desc {*/


/*  max-width: 800px;*/


/*}*/

.block_land.preview_help .ico {
    position: absolute;
    width: 80px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 30px;
    top: 25px;
}

.block_land.preview_help .ico.ic1 {
    background-image: url(img/ls/1.svg)
}

.block_land.preview_help .ico.ic2 {
    background-image: url(img/ls/2.svg)
}

.block_land.preview_help .ico.ic3 {
    background-image: url(img/ls/3.svg)
}

.block_land.preview_help .ico.ic4 {
    background-image: url(img/ls/4.svg)
}

.block_land.preview_help .ico.ic5 {
    background-image: url(img/ls/5.svg)
}

.block_land.preview_help ul {
    margin-top: 30px;
}

.block_land.preview_help ul h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #e94217;
}

.block_land.preview_help ul li:before {
    display: none;
}

.block_land.preview_help ul li {
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    list-style: none;
    padding: 20px 0 30px 150px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.block_land.preview_help ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.block_land.preview_help ul li p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.start_info_preim {
    padding-top: 30px;
}

.start_info_preim .ls {
    border: 10px solid #e94217;
    float: left;
    max-width: 780px;
    padding: 45px 150px 45px 60px;
    box-sizing: border-box;
}

.start_info_preim .ls p:last-child {
    margin-bottom: 0;
}

.start_info_preim .rs {
    background: url(img/preim/plan_cv.png) center no-repeat;
    float: right;
    width: 550px;
    height: 470px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -40px;
}

.clrfx:after {
    content: '';
    clear: both;
    display: block;
}

.type_pric {
    padding-top: 90px;
    padding-bottom: 80px;
}

.type_pric .item {
    width: 590px;
    height: 250px;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.type_pric .item.bg1 {
    background-image: url(img/preim/back1.jpg);
}

.type_pric .item.bg2 {
    background-image: url(img/preim/back2.jpg);
}

.type_pric .item:nth-child(2) {
    float: right;
}

.type_pric .item .bot {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 220px;
}

.type_pric .item .bot p {
}

.type_pric .item .bot span {
    font-weight: 400;
    font-size: 17px;
    background: #e94217;
    border-radius: 5px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
    margin-top: 10px;
}

.type_pric .item .bot span sup {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-top: -3px;
}

.type_dover {
    padding-bottom: 70px;
}

.type_dover .list_preim {
    padding-top: 30px;
}

.type_dover .list_preim .item {
    width: 281px;
    float: left;
    box-sizing: border-box;
    margin-right: 25px;
}

.type_dover .list_preim .item:last-child {
    margin-right: 0;
}

.type_dover .list_preim .item .ico {
    width: 65px;
    height: 57px;
    background-position: left;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.type_dover .list_preim .item .ico.bg1 {
    background-image: url(img/preim/ic1.svg);
}

.type_dover .list_preim .item .ico.bg2 {
    background-image: url(img/preim/ic2.svg);
}

.type_dover .list_preim .item .ico.bg3 {
    background-image: url(img/preim/ic3.svg);
}

.type_dover .list_preim .item .ico.bg4 {
    background-image: url(img/preim/ic4.svg);
}

.type_dover .list_preim .item .ms_t {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #e94217;
    margin-bottom: 14px;
    max-width: 80%;
}

.form_preim {
    background: url(img/preim/back_line.jpg) center no-repeat;
    padding: 50px 0;
    margin-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form_preim .ls {
    max-width: 560px;
}

.form_preim .ls a {
    height: 44px;
    background-color: #cf411c;
    text-align: center;
    border-radius: 28px;
    display: block;
    width: 280px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 500;
    line-height: 43px;
    cursor: pointer;
}

.cform.whiter {
    background: #fff !important;
    padding-top: 30px;
}

.cform.whiter h2 {
    max-width: 360px;
}

.cform.whiter .wrap {
    max-width: 970px;
}

.cform.whiter p {
    max-width: 500px;
}

.cform.whiter .left_bl {
    max-width: 60%;
    padding-top: 81px;
}

.cform.whiter .form {
    border: 10px solid #e94217;
    top: 10px;
}

.front-preim {
    background: #f1f3f7;
    padding: 50px 0
}

.breadcrumbs {
    padding: 18px 0 10px
}

.breadcrumbs a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .6
}

.breadcrumbs a:hover {
    text-decoration: underline;
    opacity: 1
}

.breadcrumbs .sep {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #919191
}

.breadcrumbs .breadcrumb_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.pagination {
    display: block;
    margin-top: 30px
}

.pagination .screen-reader-text {
    display: none
}

.pagination .nav-links {
    display: block;
    text-align: center
}

.pagination .nav-links span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 16px 20px;
    border: 1px solid #cf411c;
    background-color: #cf411c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

.pagination .nav-links a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 16px 20px;
    border: 1px solid #aaa;
    color: #ababab;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.pagination .nav-links a:hover {
    border: 1px solid #cf411c;
    color: #cf411c
}

.big_menu {
    display: block
}

.big_menu a {
    display: block;
    position: relative;
    margin-top: 10px;
    height: 120px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    border-top: 2px solid #fff;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.big_menu a:first-child {
    margin-top: 0
}

.big_menu a .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.big_menu a .icon img {
    display: block;
    margin: 0 auto
}

.big_menu a .heading {
    display: block;
    position: absolute;
    left: 100px;
    width: calc(100% - 120px);
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.big_menu a:hover {
    border-top: 2px solid #e94217;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.07), 0 5px 10px rgba(0, 0, 0, 0.07)
}

.bg_ble {
    background: #f1f3f7
}

.big_menu a:hover .heading {
    color: #e94217
}

.sidebar_menu {
    display: block;
    margin-top: 35px
}

.sidebar_menu ul.menu {
    display: block
}

.sidebar_menu ul.menu > li {
    display: block;
    position: relative;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    background-color: #fff
}

.sidebar_menu ul.menu > li:first-child {
    border-radius: 3px 3px 0 0
}

.sidebar_menu ul.menu > li:last-child {
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0 0 3px 3px
}

.shortcode_insta .sb_instagram_header.sbi_no_avatar {
    display: none !important
}

.shortcode_insta #sb_instagram #sbi_load {
    display: none !important
}

.sidebar_menu ul.menu > li > a {
    display: block;
    padding: 15px 40px 15px 25px;
    border-left: 3px solid #fff;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.clrfx_aft:after {
    content: '';
    clear: both;
    display: block
}

.upd_calc .rs_form {
    float: right;
    width: 100%
}

.upd_calc .ls_form .desc {
    font-size: 18px;
    line-height: 24px
}

.upd_calc .ls_form:after {
    content: '';
    background: url(img/skidka.jpg) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background-size: cover
}

.upd_calc .ls_form .bds {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cf411c;
    margin-bottom: 30px
}

.upd_calc .ls_form {
    float: left;
    width: 320px;
    height: 565px;
    border: 4px solid #cf411c;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff
}

.calc .upd_calc .form {
    margin-top: 0;
    background: url(img/back_former.jpeg) center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.calc .upd_calc .form .rows {
    position: relative;
    z-index: 3
}

.calc .upd_calc .form:before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item {
    border: 2px solid #ebebeb;
    background-color: #fff
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item.active {
    border: 2px solid #cf411c
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item:hover {
    border: 2px solid #b02001
}

.calc .form .kind_checkbox .kind_checkbox_item .input {
    top: 0
}

.calc .upd_calc .form .kind_checkbox .kind_checkbox_item .ms_t {
    margin-left: 40px;
    color: #fff;
    font-size: 15px
}

.calc .upd_calc .form .kind_checkbox .kind_checkbox_item .ms_t b {
    font-size: 17px
}

.calc .upd_calc .form .kind_checkbox .kind_checkbox_item .heading {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px;
    max-width: 170px
}

.calc .upd_calc .form .rows .row {
    padding-bottom: 15px;
    padding-top: 15px
}

.calc .upd_calc .form .areaWrap .lmin,
.calc .upd_calc .form .areaWrap .lmax {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    top: 31px
}

.calc .upd_calc .form .kind_checkbox .kind_checkbox_item {
    height: inherit
}

.calc .upd_calc .form .label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item .icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 38px
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item:before {
    display: block;
    content: '';
    padding-top: 57%
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item .heading {
    display: block;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.calc .upd_calc .form .type_checkbox .type_checkbox_item .input {
    display: none
}

.calc .upd_calc .form .areaWrap .ui-slider {
    display: block;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #fff
}

.calc .upd_calc .form .areaWrap .ui-slider .ui-slider-range {
    display: block;
    border-radius: 3px;
    border: none;
    background-color: #b02001;
    top: -1px;
    height: 8px;
    left: -1px
}

.calc .upd_calc .form .calc_price {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px
}

.calc .upd_calc .form .areaWrap .ui-slider .ui-slider-handle {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    margin: -3px 0 0 -10px;
    padding: 0;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .07);
    border-radius: 50%;
    border: 3px solid #b02001;
    box-sizing: border-box
}

.calc .upd_calc .form .areaWrap .ui-slider .ui-slider-handle span {
    display: block;
    position: absolute;
    top: 26px;
    left: -12px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #b02001;
    border-radius: 5px;
    height: 20px;
    line-height: 19px
}

section.list_faq .clrfx:after {
    content: '';
    clear: both;
    display: block
}

section.list_faq .title_block {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

section.list_faq {
    /*margin-top: 50px;*/
    background: #f1f3f7;
    padding: 70px 0
}

section.list_faq .title_block {
    margin-bottom: 15px
}

section.list_faq .m_desc {
    font-size: 18px
}

section.list_faq .list_faq_block {
    max-width: 810px
}

section.list_faq .list_faq_block .item {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    margin-bottom: 20px
}

section.list_faq .list_faq_block .item:last-child {
    margin-bottom: 0
}

section.list_faq .list_faq_block .item .top .count {
    font-weight: 500;
    padding-right: 16px;
    font-size: 29px;
    position: absolute;
    left: 0;
    opacity: .4
}

section.list_faq .list_faq_block .item .top a {
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    padding-left: 50px
}

section.list_faq .list_faq_block .item .top a .close {
    width: 22px;
    height: 25px;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px
}

section.list_faq .list_faq_block .item .top a .close:nth-child(1),
section.list_faq .list_faq_block .item .top a .close span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

section.list_faq .list_faq_block .item .top a .close span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: absolute
}

section.list_faq .list_faq_block .item .top a .close span:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    transform-origin: left center;
    left: 11px
}

section.list_faq .list_faq_block .item.open .top a .close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 4px
}

section.list_faq .list_faq_block .item .top a .close span:nth-child(2) {
    top: 11px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

section.list_faq .list_faq_block .item.open .top a .close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 4px
}

section.list_faq .list_faq_block .item .bot {
    font-size: 17px;
    padding-top: 16px;
    display: none;
    line-height: 1.3
}

section.list_faq .list_faq_block .item .bot p {
    line-height: 22px;
    padding-top: 10px;
    font-size: 16px
}

section.list_faq .list_faq_block .item .bot ul {
    margin-top: 10px
}

section.list_faq .list_faq_block .item .bot li {
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 15px
}

section.list_faq .list_faq_block .item .bot li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #222;
    margin: 0;
}

section.list_faq .list_faq_block .item.open .top .count {
    color: #cf411c;
    opacity: 1
}

section.list_faq .info_doubl_col {
    margin-top: 50px
}

section.list_faq .info_doubl_col .list_faq_block {
    float: left;
    width: 100%;
}

section.list_faq .info_doubl_col .right_block {
    position: sticky;
    float: right;
    top: 50px;
    width: 350px;
    padding: 29px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

section.list_faq .info_doubl_col .right_block .t_block {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 10px
}

section.list_faq .info_doubl_col .right_block .form_d {
    font-size: 15px;
    opacity: .8;
    margin-bottom: 30px;
    line-height: 20px;
}

section.list_faq .info_doubl_col .right_block a {
    display: block;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

section.what_made {
    padding: 90px 0
}

section.what_made .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

section.what_made .items .item {
    width: 370px;
    position: relative;
    height: 440px;
    transition: .3s
}

section.what_made .items .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

section.what_made .items .item .bg.bg1 {
    background: url(img/img1.jpg) center no-repeat;
    background-size: cover
}

section.what_made .items .item .bg.bg2 {
    background: url(img/img2.jpg) center no-repeat;
    background-size: cover
}

section.what_made .items .item .bg.bg3 {
    background: url(img/img3.jpg) center no-repeat;
    background-size: cover
}

section.what_made .items .item .bg.bg4 {
    background: url(https://stroikaveka77.ru/wp-content/themes/stroikaveka54/img/vids/1.jpg) center no-repeat;
    background-size: cover
}

section.what_made .items .item .bg.bg6 {
    background: url(https://stroikaveka77.ru/wp-content/themes/stroikaveka54/img/vids/3.jpg) center no-repeat;
    background-size: cover
}

section.what_made .items .item:hover {
    -webkit-box-shadow: 8px 0 46px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 8px 0 46px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 8px 0 46px 0 rgba(0, 0, 0, 0.2)
}

section.what_made .items .item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    top: 40%;
    opacity: .8
}

section.what_made .items .item .ts {
    position: absolute;
    z-index: 3;
    left: 35px;
    bottom: 35px
}

section.what_made .items .item .b_ttl {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 210px;
    margin-bottom: 23px
}

section.what_made .items .item .price {
    font-size: 18px;
    color: #fff
}

section.what_made .items .item .price b {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 0 2px
}

section.what_made .items .item .hid_ovl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(3, 23, 39, 0.7);
    padding: 35px;
    opacity: 0;
    transition: .3s;
    box-sizing: border-box
}

section.what_made .items .item .hid_ovl .hid_bot {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px
}

section.what_made .items .item .hid_ovl .hid_bot .price {
    padding-bottom: 15px
}

section.what_made .items .item .hid_ovl .hid_bot a {
    width: 100%;
    box-sizing: border-box
}

section.what_made .items .item .hid_ovl .mini_desc {
    font-size: 18px;
    color: #fff;
    line-height: 22px
}

section.what_made .items .item:hover .hid_ovl {
    opacity: 1
}

section.what_made .items .item:hover .ts .b_ttl {
    opacity: 0
}

section.what_made .items .item:hover .ts .price {
    opacity: 0
}

.new_calc_bg {
    background: #f1f3f7;
    padding: 80px 0
}

.sidebar_menu ul.menu > li.current-menu-item > a {
    border-left: 3px solid #e94217;
    color: #e94217
}

.sidebar_menu ul.menu > li.menu-item-has-children {
    background: #fff url(images/arr.png) no-repeat right 20px center
}

.sidebar_menu ul.menu > li:hover > a {
    border-left: 3px solid #e94217;
    color: #e94217
}

.sidebar_menu ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%
}

.sidebar_menu ul.menu > li > ul {
    display: block;
    position: absolute;
    left: 90%;
    top: 0;
    opacity: 0;
    min-width: 300px;
    visibility: hidden;
    box-shadow: 0 4px 3px 3px rgba(0, 0, 0, 0.05);
    z-index: 5;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar_menu ul.menu > li > ul > li {
    display: block;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    background: #fff
}

.sidebar_menu ul.menu > li > ul > li > a {
    display: block;
    padding: 10px 20px 10px 15px;
    border-left: 3px solid #fff;
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar_menu ul.menu > li > ul > li > a:hover {
    border-left: 3px solid #e94217;
    color: #e94217
}

.sidebar_menu ul.menu > li > ul > li.current-menu-item > a {
    border-left: 3px solid #e94217;
    color: #e94217
}

.sidebar_menu ul.menu > li > ul > li > ul {
    display: none
}

.reviews_page {
    display: block;
    position: relative;
    z-index: 5
}

.reviews_page .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0
}

.review_form {
    display: block;
    position: relative
}

.review_form .rows {
    display: block
}

.review_form .rows:after,
.review_form .rows:before {
    display: block;
    content: '';
    clear: both
}

.review_form .rows .row {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.review_form .rows .row-1 {
    width: 240px
}

.review_form .rows .row-2 {
    float: right;
    width: calc(100% - 245px)
}

.review_form .rows .row-3 {
    width: 100%
}

.review_form .wpcf7-not-valid-tip,
.review_form .ajax-loader,
.review_form br {
    display: none !important
}

.review_form .heading {
    display: block;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px
}

.review_form input[type=text],
.review_form input[type=tel],
.review_form input[type=email] {
    display: block;
    margin: 5px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 14px
}

.review_form input[type=text].wpcf7-not-valid,
.review_form input[type=tel].wpcf7-not-valid,
.review_form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.review_form textarea {
    display: block;
    margin: 5px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: 175px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    resize: none
}

.review_form textarea.wpcf7-not-valid {
    border: 1px solid #f44336
}

.review_form .make_mark {
    display: block;
    padding: 25px 0
}

.review_form .make_mark .label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 20px
}

.review_form .make_mark .mark {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 20px;
    background: url(images/star.png) no-repeat center;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.review_form .make_mark .mark.active {
    background: url(images/stara.png) no-repeat center
}

.review_form .make_mark .mark:hover {
    opacity: .7
}

.review_form .make_mark .mark-value {
    display: none
}

.review_form .wpcf7-submit {
    display: block;
    float: right;
    margin-top: -10px;
    width: 240px;
    height: 40px;
    background-color: #e9461c;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.review_form .wpcf7-submit:hover {
    opacity: .7
}

.review_form .wpcf7-response-output.wpcf7-validation-errors,
.review_form .wpcf7-response-output.wpcf7-mail-sent-ok,
.review_form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.review_form .wpcf7-response-output.wpcf7-validation-errors,
.review_form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.reviews_block {
    display: block
}

.reviews_block .subterms {
    display: block
}

.reviews_block .subterms a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 16px 50px;
    box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    text-decoration: none;
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.reviews_block .subterms a.current {
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    color: #e9461c
}

.reviews_block .subterms a:hover {
    opacity: .7
}

.reviews_block .items {
    display: block
}

.reviews_block .items .item {
    display: block;
    position: relative;
    margin-top: 15px;
    padding: 5px 0 0 30px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff
}

.reviews_block .items .item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%
}

.reviews_block .items .item .img .play {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 59, 59, 0.6) url(images/play.png) no-repeat center;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.reviews_block .items .item .img .play:hover {
    background: rgba(59, 59, 59, 0.1) url(images/play.png) no-repeat center
}

.reviews_block .items .item .text {
    display: block;
    padding: 15px 25px 25px 0
}

.reviews_block .items .item .text .heading {
    display: block;
    color: #cf411c;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.reviews_block .items .item .text .desc {
    margin-bottom: 30px;
}

.front_reviews .reviews_block .items .item {
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.reviews_block .items .item .text .desc {
    display: block;
    padding-top: 10px
}

.reviews_block .items .item .text .desc p {
    color: #777
}

.reviews_block .items .item .text .info {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.reviews_block .items .item .text .info .mark {
    display: block;
}

.reviews_block .items .item .text .info .mark span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 20px;
    background: url(images/star.png) no-repeat center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.reviews_block .items .item .text .info .mark span.active {
    background: url(images/stara.png) no-repeat center
}

.reviews_block .items .item .text .info .date,
.reviews_block .items .item .text .info .city,
.reviews_block .items .item .text .info .number {
    display: block;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}

.fform {
    display: block;
    margin-top: 50px
}

.fform .wrap {
    height: 440px
}

.fform .text {
    display: block;
    position: absolute;
    left: 50px;
    top: 50%;
    max-width: 700px;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.fform .text .heading {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #303030
}

.fform .text .heading span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 0 9px;
    background: #cf411c;
    color: #fff;
    font-weight: 500
}

.fform .text .paragraph {
    display: block;
    padding-top: 20px;
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

.fform .text .paragraph .strong {
    font-weight: 700
}

.fform .form {
    display: block;
    position: absolute;
    top: 40px;
    right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 40px;
    width: 370px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7)
}

.fform .form .wpcf7-not-valid-tip,
.fform .form .ajax-loader,
.fform .form br {
    display: none !important
}

.fform .form .title {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px
}

.fform .form .title span {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 26px;
    font-weight: 400
}

.fform .form input[type=text],
.fform .form input[type=tel],
.fform .form input[type=email] {
    display: block;
    margin: 8px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center
}

.fform .form input[type=text].wpcf7-not-valid,
.fform .form input[type=tel].wpcf7-not-valid,
.fform .form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.fform .form input[type=submit] {
    display: block;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center
}

.fform .form input[type=submit]:hover {
    opacity: .7;
    animation: none
}

.fform .form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 8px 0 0;
    width: 360px;
    max-width: 100%
}

.fform .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px
}

.fform .form .wpcf7-response-output.wpcf7-validation-errors,
.fform .form .wpcf7-response-output.wpcf7-mail-sent-ok,
.fform .form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.fform .form .wpcf7-response-output.wpcf7-validation-errors,
.fform .form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.rform {
    display: block;
    margin-top: 50px;
    position: relative;
    height: 430px;
    background: url(images/rform.png) no-repeat center
}

.rform .form {
    display: block;
    position: absolute;
    top: 40px;
    right: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 40px;
    width: 320px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7)
}

.rform .form .wpcf7-not-valid-tip,
.rform .form .ajax-loader,
.rform .form br {
    display: none !important
}

.rform .form .title {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px
}

.rform .form .title span {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 26px;
    font-weight: 400
}

.rform .form input[type=text],
.rform .form input[type=tel],
.rform .form input[type=email] {
    display: block;
    margin: 8px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center
}

.rform .form input[type=text].wpcf7-not-valid,
.rform .form input[type=tel].wpcf7-not-valid,
.rform .form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.rform .form input[type=submit] {
    display: block;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center
}

.rform .form input[type=submit]:hover {
    opacity: .7;
    animation: none
}

.rform .form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 8px 0 0;
    width: 360px;
    max-width: 100%
}

.rform .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

.rform .form .wpcf7-response-output.wpcf7-validation-errors,
.rform .form .wpcf7-response-output.wpcf7-mail-sent-ok,
.rform .form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.rform .form .wpcf7-response-output.wpcf7-validation-errors,
.rform .form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.cform {
    display: block;
    position: relative;
    height: 380px;
    background: url(images/cform.png) no-repeat center
}

.cform .text {
    display: block;
    position: absolute;
    left: 60px;
    top: 48%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.cform .text .heading {
    display: block;
    color: #303030;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.cform .text .heading .orange {
    color: #e94217
}

.cform .text .p {
    display: block;
    padding-top: 20px;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.cform .text .p strong {
    font-weight: 700
}

.cform .form {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 40px;
    width: 370px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .7);
}

.cform .form .wpcf7-not-valid-tip,
.cform .form .ajax-loader,
.cform .form br {
    display: none !important
}

.cform .form .title {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px
}

.cform .form .title span {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 26px;
    font-weight: 400
}

.cform .form input[type=text],
.cform .form input[type=tel],
.cform .form input[type=email] {
    display: block;
    margin: 8px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center
}

.cform .form input[type=text].wpcf7-not-valid,
.cform .form input[type=tel].wpcf7-not-valid,
.cform .form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.cform .form input[type=submit] {
    display: block;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center
}

.cform .form input[type=submit]:hover {
    opacity: .7;
    animation: none
}

.cform .form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 8px 0 0;
    width: 360px;
    max-width: 100%
}

.cform .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px
}

.cform .form .wpcf7-response-output.wpcf7-validation-errors,
.cform .form .wpcf7-response-output.wpcf7-mail-sent-ok,
.cform .form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.cform .form .wpcf7-response-output.wpcf7-validation-errors,
.cform .form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.popup-video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.popup-video.active {
    display: block
}

.popup-video .close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 5;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.popup-video .form {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 840px;
    height: 472px;
    background: #fff;
    z-index: 50;
    margin: -236px 0 0 -420px
}

.popup-video .form iframe {
    display: block;
    width: 840px !important;
    height: 472px !important
}

.all_list_service {
    display: block
}

.all_list_service .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 20px 0 0 -20px
}

.all_list_service .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    width: calc(16.6% - 20px);
    margin: 20px 0 0 20px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 10px
}

.all_list_service .items .item:after {
    display: block;
    content: '';
    padding-top: 100%
}

.all_list_service .items .item .icon {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 75px;
    text-align: center
}

.all_list_service .items .item .icon svg {
    display: block;
    margin: 17.5px auto;
    height: 40px;
    width: auto;
    fill: #303030 !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.all_list_service .items .item .icon svg path {
    fill: #303030 !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.all_list_service .items .item .heading {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    padding: 0 15px;
    top: 100px;
    left: 0;
    width: 100%;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.all_list_service .items .item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07)
}

.all_list_service .items .item:hover .icon svg {
    fill: #ce522c !important
}

.all_list_service .items .item:hover .icon svg path {
    fill: #ce522c !important
}

.all_list_service .items .item:hover .heading {
    color: #ce522c
}

body.fixed_menu .navi_pad {
    height: 115px
}

.prices_page {
    display: block
}

.prices_page .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0
}

.prices_page .text_block {
    padding-top: 20px
}

.prices_page .text_block table tr:nth-child(2n) td,
.prices_page .text_block table tr:nth-child(2n) th {
    padding: 12px 20px;
    background-color: #f6f6f6;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.prices_page .text_block table tr:nth-child(2n+1) td,
.prices_page .text_block table tr:nth-child(2n+1) th {
    padding: 12px 20px;
    background-color: #eee;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.prices_page .text_block table tr:first-child td,
.prices_page .text_block table tr:first-child th {
    padding: 12px 20px;
    background-color: #e2e2e2;
    color: #303030;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px
}

.prices_menu {
    margin-top: -10px
}

.prices_menu a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border-radius: 25px;
    margin: 0 5px 10px 0;
    padding: 9px 15px;
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e94217;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.prices_menu a:hover {
    color: #e94217
}

.prices_menu a.current {
    background-color: #e94217;
    color: #fff
}

.default_page {
    display: block
}

.default_page .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.services_page,
.archive_page,
.contacts_page,
.stocks_page,
.projects_page,
.careers_page,
.command_page,
.about_page {
    display: block
}

.services_page .title,
.archive_page .title,
.contacts_page .title,
.stocks_page .title,
.projects_page .title,
.careers_page .title,
.command_page .title,
.about_page .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0
}

.services_page .text_block,
.archive_page .text_block,
.contacts_page .text_block,
.stocks_page .text_block,
.projects_page .text_block,
.careers_page .text_block,
.command_page .text_block,
.about_page .text_block {
    margin: 20px auto 0;
    padding: 20px 20px 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff
}

.contacts_block {
    display: block
}

.contacts_block .subtitle {
    display: block;
    padding: 30px 0;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px
}

.contacts_block .items {
    display: block;
    margin-top: -20px
}

.contacts_block .items .item {
    display: block;
    margin: 20px auto 0;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07)
}

.contacts_block .items .item .info {
    display: block;
    position: relative
}

.contacts_block .items .item .info .more {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 110px;
    height: 40px;
    background-color: #e94217;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.contacts_block .items .item .info .more:hover {
    opacity: .7
}

.contacts_block .items .item .info .rows:after,
.contacts_block .items .item .info .rows:before {
    display: block;
    content: '';
    clear: both
}

.contacts_block .items .item .info .rows .row {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.contacts_block .items .item .info .rows .row-1 {
    padding-right: 25px
}

.contacts_block .items .item .info .rows .row-2 {
    padding-right: 25px
}

.contacts_block .items .item .info .rows .row-3 {
    padding-right: 25px
}

.contacts_block .items .item .info .rows .row-4 {
    float: right
}

.contacts_block .items .item .info .rows .heading {
    display: block;
    color: #e94217;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px
}

.contacts_block .items .item .info .rows .adress {
    display: block;
    margin-top: 10px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.contacts_block .items .item .info .rows .mode {
    display: block;
    padding-left: 30px;
    background: url(images/time.png) no-repeat left center
}

.contacts_block .items .item .info .rows .mode .label {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.contacts_block .items .item .info .rows .mode .value {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.contacts_block .items .item .info .rows .mode.mode-2 {
    margin-top: 10px
}

.contacts_block .items .item .info .rows .email {
    display: block;
    padding-left: 30px;
    background: url(images/email.png) no-repeat left center
}

.contacts_block .items .item .info .rows .email .label {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.contacts_block .items .item .info .rows .email .value {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.contacts_block .items .item .info .rows .phone {
    display: block;
    margin-top: 10px;
    padding-left: 30px;
    background: url(images/phone.png) no-repeat left center
}

.contacts_block .items .item .info .rows .phone .label {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.contacts_block .items .item .info .rows .phone .value {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.contacts_block .items .item .map {
    display: none;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2
}

.contacts_block .items .item.active .info .more {
    background-color: #cf411c
}

.contacts_block .items .item.active .map {
    display: block;
    margin-top: 30px
}

.archive_block {
    display: block
}

.archive_block .items {
    display: block;
    margin: -20px 0 0
}

.archive_block .items .item {
    display: block;
    margin: 13px 0 0;
    position: relative;
    padding: 20px 30px 26px 226px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .07);
    border-radius: 3px;
    background-color: #fff
}

.archive_block .items .item .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%
}

.archive_block .items .item .text {
    display: block
}

.archive_block .items .item .text .heading {
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.archive_block .items .item .text .heading:hover {
    color: #cf411c
}

.archive_block .items .item .text .date {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background: url(img/calendar.svg) left no-repeat;
    padding-left: 25px;
    background-size: 15px;
    height: 15px;
    line-height: 18px;
    opacity: .5;
    margin-bottom: 12px
}

.archive_block .items .item .text .desc {
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 13px
}

.archive_block .items .item .text .more {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 5px 0 0;
    color: #cf411c;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.archive_block .items .item .text .more:hover {
    text-decoration: none
}

.stocks_block {
    display: block
}

.stocks_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff
}

.stocks_block .items .item .img {
    display: block;
    height: 195px
}

.stocks_block .items .item .text {
    display: block;
    padding: 20px 25px 25px;
}

.stocks_block .items .item .text .heading {
    display: block;
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    max-height: 48px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.stocks_block .items .item .text .heading:hover {
    color: #cf411c
}

.stocks_block .items .item .text .date {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background: url(img/calendar.svg) left no-repeat;
    padding-left: 25px;
    background-size: 15px;
    height: 15px;
    line-height: 18px;
    opacity: .5;
    margin-bottom: 9px
}

.stocks_block .items .item .text .desc {
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden
}

.stocks_block .items .item .text .more {
    display: block;
    margin: 20px auto 0;
    width: 80%;
    height: 41px;
    background-color: #cf411c;
    text-align: center;
    border-radius: 28px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 41px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
}

.stocks_block .items .item .text .more:hover {
    opacity: .7
}

.calc {
    display: block;
    margin-top: 50px
}

.calc .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.calc .form {
    display: block;
    margin-top: 25px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fdfdfd;
    padding: 30px
}

.calc .form .rows {
    display: block
}

.calc .form .rows .row {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
    padding-top: 20px
}

.calc .form .rows .row:first-child {
    padding-top: 0
}

.calc .form .rows .row:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.calc .form .label {
    display: block;
    color: #303030;
    font-size: 26px;
    font-weight: 400
}

.calc .form .calc_price {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px
}

.calc .form .areaWrap {
    display: block;
    position: relative;
    padding: 15px 0 35px
}

.calc .form .areaWrap .ui-slider {
    display: block;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #f1f1f1
}

.calc .form .areaWrap .ui-slider .ui-slider-range {
    display: block;
    border-radius: 3px;
    border: 1px solid #b02001;
    background-color: #cf411c
}

.calc .form .areaWrap .ui-slider .ui-slider-handle {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 0 0 -15px;
    padding: 0;
    border: none;
    background: url(images/ui-slider-handle.png) no-repeat center;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07)
}

.calc .form .areaWrap .ui-slider .ui-slider-handle:hover {
    box-shadow: none
}

.calc .form .areaWrap .ui-slider .ui-slider-handle:focus {
    outline: none
}

.calc .form .areaWrap .ui-slider .ui-slider-handle span {
    display: block;
    position: absolute;
    top: 36px;
    left: -5px;
    width: 40px;
    color: #303030;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    background: #fff
}

.calc .form .areaWrap .lmin {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #303030;
    font-size: 21px;
    font-weight: 700
}

.calc .form .areaWrap .lmax {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #303030;
    font-size: 21px;
    font-weight: 700
}

.calc .form .kind_checkbox {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 5px 0 0 -50px
}

.calc .form .kind_checkbox .kind_checkbox_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0 0 50px;
    width: calc(33.33% - 50px);
    height: 160px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.calc .form .kind_checkbox .kind_checkbox_item .info {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #cf411c;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.calc .form .kind_checkbox .kind_checkbox_item .info strong {
    font-size: 26px
}

.calc .form .kind_checkbox .kind_checkbox_item .info > div {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.calc .form .kind_checkbox .kind_checkbox_item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 120px);
    height: 120px
}

.calc .form .kind_checkbox .kind_checkbox_item .input {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 50%
}

.calc .form .kind_checkbox .kind_checkbox_item .heading {
    display: block;
    position: absolute;
    left: 35px;
    bottom: 0;
    color: #303030;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px
}

.calc .form .kind_checkbox .kind_checkbox_item.kind_checkbox_item-2 .info {
    background-color: #cf411c
}

.calc .form .kind_checkbox .kind_checkbox_item.kind_checkbox_item-3 .info {
    background-color: #cf411c
}

.calc .form .kind_checkbox .kind_checkbox_item.active .input {
    border: 1px solid #9dd03b;
    background: #fff url(images/type_checkbox_item.png) no-repeat center
}

.calc .form .type_checkbox {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 5px 0 0 -10px
}

.calc .form .type_checkbox .type_checkbox_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0 0 10px;
    width: calc(16.66% - 10px);
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #f1f1f1;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.calc .form .type_checkbox .type_checkbox_item .heading {
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

.calc .form .type_checkbox .type_checkbox_item .icon {
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 63px
}

.calc .form .type_checkbox .type_checkbox_item .input {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 134px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 50%
}

.calc .form .type_checkbox .type_checkbox_item:before {
    display: block;
    content: '';
    padding-top: 100%
}

.calc .form .type_checkbox .type_checkbox_item:hover {
    border: 1px solid #b02001
}

.calc .form .type_checkbox .type_checkbox_item.active {
    border: 1px solid #9dd03b
}

.calc .form .type_checkbox .type_checkbox_item.active .input {
    border: 1px solid #9dd03b;
    background: #fff url(images/type_checkbox_item.png) no-repeat center
}

.calc .form .type_checkbox .type_checkbox_item.type_checkbox_item-1 .icon {
    background: url(images/type_checkbox_item-1.png) no-repeat center;
    background-size: contain
}

.calc .form .type_checkbox .type_checkbox_item.type_checkbox_item-2 .icon {
    background: url(images/type_checkbox_item-2.png) no-repeat center;
    background-size: contain
}

.calc .form .type_checkbox .type_checkbox_item.type_checkbox_item-3 .icon {
    background: url(images/type_checkbox_item-3.png) no-repeat center;
    background-size: contain
}

.calc .form .type_checkbox .type_checkbox_item.type_checkbox_item-4 .icon {
    background: url(images/type_checkbox_item-4.png) no-repeat center;
    background-size: contain
}

.calc .form .type_checkbox .type_checkbox_item.type_checkbox_item-5 .icon {
    background: url(images/type_checkbox_item-5.png) no-repeat center;
    background-size: contain
}

.calc .form .type_checkbox .type_checkbox_item.type_checkbox_item-6 .icon {
    background: url(images/type_checkbox_item-6.png) no-repeat center;
    background-size: contain
}

.page-id-78 footer,
.home footer {
    margin-top: 0
}

.blockAdvancedServices {
    display: block;
    margin-top: 50px
}

.blockAdvancedServices .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.blockAdvancedServices .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -40px
}

.blockAdvancedServices .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 0 75px;
    margin: 30px 0 0 40px;
    width: calc(33.333% - 40px);
    text-decoration: none
}

.blockAdvancedServices .items .item:hover .img {
    left: 10px
}

.blockAdvancedServices .items .item:hover .img svg {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.blockAdvancedServices .items .item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.blockAdvancedServices .items .item .img img {
    max-width: 60px;
    height: auto
}

.blockAdvancedServices .items .item .img svg {
    width: 50px;
    height: auto;
    fill: #303030;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.blockAdvancedServices .items .item .text {
    display: block
}

.blockAdvancedServices .items .item .text .heading {
    display: block;
    color: #cf411c;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.blockAdvancedServices .items .item .text .heading:hover {
    text-decoration: underline
}

.blockAdvancedServices .items .item .text .desc {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.front_remont {
    display: block;
    padding: 50px 0;
    background: #f1f3f7
}

.front_remont .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.front_remont .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -40px
}

.front_remont .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 25px;
    margin: 30px 0 0 40px;
    width: calc(33.333% - 40px);
    border: 1px solid #fff;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_remont .items .item:hover {
    border: 1px solid #cf411c
}

.front_remont .items .item .img {
    display: block;
    position: relative;
    height: 190px;
    margin: -26px -26px 0
}

.front_remont .items .item .img:after {
    display: block;
    content: '';
    padding-top: 100%
}

.front_remont .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.front_remont .items .item .heading {
    display: block;
    margin-top: 20px;
    color: #303030;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase
}

.front_remont .items .item .price {
    display: block;
    margin-top: 5px;
    color: #cf411c;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

.front_remont .items .item .price strong {
    color: #cf411c;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px
}

.front_remont .items .item .desc {
    display: block;
    margin-top: 15px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.front_remont .items .item .text {
    display: none
}

.front_remont .items .item .more {
    display: block;
    margin-top: 10px;
    text-align: center
}

.front_remont .items .item .more span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: #cf411c;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px solid #cf411c;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_remont .items .item .more span:hover {
    border-bottom: 1px solid #fff
}

.front_remont .items .item .btn {
    display: block;
    margin: 20px auto 0;
    width: 80%;
    height: 41px;
    background-color: #cf411c;
    text-align: center;
    border-radius: 28px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 41px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_remont .items .item .btn:hover {
    opacity: .7
}

.popup-text {
    margin-left: -300px;
    width: 600px
}

.front_projects {
    display: block;
    margin-top: 50px
}

.front_projects .title {
    display: block;
    color: #303030;
    font-size: 31px;
    font-weight: 700;
    line-height: 32px
}

.front_projects .all_link {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    right: 15px;
    width: 145px;
    height: 36px;
    border: 1px solid #e94217;
    color: #303030;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 13px;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px
}

.front_projects .all_link:hover {
    background-color: #e94217;
    color: #fff
}

.front_projects .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -40px
}

.front_projects .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    width: calc(33.33% - 40px);
    margin: 30px 0 0 40px
}

.front_projects .items .item:before {
    display: block;
    content: '';
    padding-top: 100%
}

.front_projects .items .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5
}

.front_projects .items .item .mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.5);
    z-index: 10;
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_projects .items .item .mask .heading {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    padding: 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center
}

.front_projects .items .item:hover .mask {
    opacity: 1
}

.front_projects.big_projects .items {
    margin: 20px 0 0 -10px
}

.front_projects.big_projects .items .item {
    width: calc(33.33% - 10px);
    margin: 10px 0 0 10px
}

.front_projects.bbb {
    padding-bottom: 40px
}

.front_prices {
    display: block;
    margin-top: 50px
}

.front_prices .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.front_prices .rows {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 10px 0 0 -20px
}

.front_prices .rows .row {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33% - 20px);
    margin: 20px 0 0 20px
}

.front_prices .table {
    display: block
}

.front_prices .table .tr {
    display: block;
    position: relative;
    height: 70px;
    z-index: 10;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_prices .table .tr:nth-child(2n-1) {
    background-color: #f1f1f1
}

.front_prices .table .tr:hover {
    z-index: 5;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07)
}

.front_prices .table .tr .td {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #303030;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px
}

.front_prices .table .tr .td:first-child {
    left: 20px;
    width: 200px;
    font-weight: 500
}

.front_prices .table .tr .td:last-child {
    right: 20px
}

.front_scheme {
    display: block;
    margin-top: 50px;
    padding: 50px 0;
    background-color: #1e3a5f
}

.front_scheme .title {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

.front_scheme .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -60px
}

.front_scheme .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 60px);
    height: 100px;
    margin: 30px 0 0 60px;
    padding: 0 0 0 60px
}

.front_scheme .items .item .num {
    display: block;
    position: absolute;
    left: 0;
    height: 100px;
    line-height: 100px;
    width: 70px;
    opacity: .2;
    color: #fff;
    font-size: 100px;
    font-weight: 700
}

.front_scheme .items .item .desc {
    display: block;
    position: absolute;
    top: 50%;
    left: 70px;
    width: calc(100% - 70px);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.front_about {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px
}

.front_about .linker_video {
    position: relative;
    display: block;
    cursor: pointer
}

.front_about .linker_video img {
    max-width: 100%;
    display: block
}

.front_about .linker_video:after {
    content: '';
    background: url(images/youtube.svg) center no-repeat;
    position: absolute;
    width: 66px;
    height: 66px;
    z-index: 2;
    display: block;
    top: 50%;
    left: 50%;
    background-size: contain;
    margin-left: -33px;
    margin-top: -33px;
    opacity: .8;
    transition: .3s
}

.front_about .linker_video:hover:after {
    opacity: 1
}

.cut_text {
    overflow: hidden;
    position: relative
}

.w_overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0), rgba(37, 43, 48, 0))
}

.show_cut {
    color: #cf411c;
    background: 0 0;
    border: none;
    text-decoration: underline;
    opacity: 1;
    font-size: 13px;
    cursor: pointer
}

.front_about .text {
    padding-bottom: 40px
}

.front_about .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.front_about .text {
    display: block;
    margin-top: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.front_about .text iframe {
    display: block;
    max-width: 100% !important
}

.front_articles {
    display: block;
    padding: 50px 0
}

.front_articles .title {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.front_articles .all_link {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    right: 15px;
    width: 145px;
    height: 36px;
    border: 1px solid #e94217;
    color: #303030;
    font-size: 13px;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.front_articles .all_link:hover {
    background-color: #e94217;
    color: #fff
}

.front_reviews {
    display: block;
    padding: 50px 0;
    background-color: #1e3a5f
}

.front_reviews.service_reviews {
    background: none;
    padding: 0;
    margin-top: 35px
}

.front_reviews.service_reviews .title {
    color: #303030;
    text-align: left
}

.front_reviews .title {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.front_reviews .all_link {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    right: 15px;
    width: 145px;
    height: 36px;
    border: 1px solid #e94217;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 13px;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px
}

.front_reviews .all_link:hover {
    background-color: #e94217
}

.front_reviews .reviews_block .items .item {
    margin-top: 30px
}

.fixed_right_menu {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    right: 0;
    width: 80px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 30000
}

.fixed_right_menu .line {
    display: block;
    margin: 5px auto;
    border-bottom: 1px dotted #ababab
}

.fixed_right_menu .btn {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fixed_right_menu .btn:after {
    display: block;
    content: '';
    padding-top: 100%
}

.fixed_right_menu .btn .help {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: calc(100% + 15px);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fixed_right_menu .btn:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1)
}

.fixed_right_menu .btn:hover .help {
    visibility: visible;
    opacity: 1
}

.fixed_right_menu .btn_1 {
    background: url(images/btn_1.png) no-repeat center
}

.fixed_right_menu .btn_2 {
    background: url(images/btn_2.png) no-repeat center
}

.fixed_right_menu .btn_3 {
    background: url(images/btn_3.png) no-repeat center
}

.fixed_right_menu .btn_4 {
    background: url(images/btn_4.png) no-repeat center
}

.fixed_right_menu .btn_5 {
    background: url(images/btn_5.png) no-repeat center
}

.careers_block {
    display: block
}

.careers_block .items {
    display: block;
    margin: -20px 0 0
}

.careers_block .items .item {
    display: block;
    margin: 20px 0 0;
    position: relative;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    background: #fff url(images/careers_block.png) no-repeat right 30px top 30px;
    border: 1px solid #fff;
    padding: 0 30px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.careers_block .items .item .heading {
    display: block;
    color: #e94217;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0;
    cursor: pointer;
}

.careers_block .items .item .desc {
    display: none;
    padding-bottom: 15px
}

.careers_block .items .item:hover {
    border: 1px solid #e94217
}

.careers_block .items .item.active {
    background: #fff url(images/careers_block_a.png) no-repeat right 30px top 30px
}

.careers_block .items .item.active .desc {
    display: block
}

.category-careers .cform {
    margin-top: 50px
}

.command_block {
    display: block
}

.command_block .items {
    display: block;
    margin: -30px 0 0 -20px;
    font-size: 0
}

.command_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 30%;
    margin: 30px 0 0 20px;
    border-radius: 3px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.command_block .items .item .img,
.command_block .items .item img {
    display: block;
    position: relative;
    height: 285px;
    width: 100%;
    float: left;
    background-size: cover !important;
    border-radius: 5px;
    margin-bottom: 20px
}

.command_block .items .item .heading {
    color: #000;
    font-weight: 400;
    line-height: 20px;
    background: #ffd701;
    display: inline-block;
    padding: 4px 10px 3px;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 10px
}

.command_block .items .item .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 25px
}

.command_block .items .item .desc .formatBlock p {
    font-size: 16px
}

.command_block .items .item .desc .formatBlock strong {
    font-weight: 600
}

.command_block .items .item .desc .formatBlock p,
.command_block .items .item .desc .formatBlock li {
    color: #777;
    word-wrap: break-word
}

.command_block .items .item .desc .formatBlock p strong,
.command_block .items .item .desc .formatBlock p b,
.command_block .items .item .desc .formatBlock li strong,
.command_block .items .item .desc .formatBlock li b {
    color: #303030
}

.command_gallery {
    display: block;
    margin-top: 50px
}

.command_gallery .subtitle {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.command_gallery:after,
.command_gallery:before {
    display: block;
    content: '';
    clear: both
}

.command_gallery .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    outline: 0;
    width: 21px;
    height: 34px;
    z-index: 30
}

.command_gallery .bx-wrapper .bx-prev {
    left: 20px;
    background: url(images/prev.png) no-repeat center
}

.command_gallery .bx-wrapper .bx-next {
    right: 20px;
    background: url(images/next.png) no-repeat center
}

.command_gallery .slider {
    display: block;
    position: relative;
    float: left;
    width: 670px;
    margin-top: 30px
}

.command_gallery .slider .infopanel {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-weight: 400;
    z-index: 30
}

.command_gallery .slider .item {
    display: block;
    position: relative;
    height: 380px
}

.command_gallery .slider .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.command_gallery .slider .item .zoom {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    height: 62px;
    background: url(images/zoom.png) no-repeat center;
    cursor: pointer;
    margin: -31px 0 0 -31px;
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.command_gallery .slider .item:hover .zoom {
    opacity: 1
}

.command_gallery .pagerid {
    display: block;
    position: relative;
    width: 200px;
    float: right;
    height: 380px;
    overflow: auto
}

.command_gallery .pagerid a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 120px;
    text-decoration: none;
    border: 2px solid #fff
}

.command_gallery .pagerid a.active {
    border: 2px solid #cf411c
}

.command_gallery .pagerid a:first-child {
    margin-top: 0
}

.command_gallery .pagerid a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.projects_block {
    display: block
}

.projects_block .subtitle {
    display: block;
    color: #303030;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    padding: 15px 0 25px;
}

.projects_block .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: -20px 0 0 -10px
}

.projects_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 15px 0 0 10px;
    width: calc(33.333% - 10px);
    padding: 0 0 90px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .07);
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    min-height: 440px;
}

.projects_block .items .item .img {
    display: block;
    position: relative;
    height: 265px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.projects_block .items .item .img:hover {
    opacity: .7
}

.projects_block .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.projects_block .items .item .text {
    display: block;
    padding: 20px 20px 0
}

.projects_block .items .item .text .heading {
    display: block;
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    height: 80px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.projects_block .items .item .text .heading:hover {
    color: #e94217
}

.projects_block .items .item .text .desc {
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden
}

.projects_block .items .item .text .work {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 17px;
    color: #e94217;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500
}

.projects_block .items .item .text .work .label {
    display: block;
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    line-height: 9px;
    text-transform: uppercase;
    opacity: 0.7;
}

.projects_block .items .item .text .more {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 40px;
    border: 1px solid #cf411c;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    color: #303030;
    font-size: 13px;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 500
}

.projects_block .items .item .text .more:hover {
    background-color: #cf411c;
    color: #fff
}

.singleProjectBlock {
    display: block;
    display: block;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 30px
}

.singleProjectBlock .command_gallery {
    display: block;
    margin-top: 0
}

.singleProjectBlock .command_gallery .slider {
    margin-top: 0
}

.singleProjectBlock .command_gallery #pager {
    margin-top: 0
}

.singleProjectBlock .information {
    display: block;
    position: relative;
    padding: 14px 15px
}

.singleProjectBlock .information .btn {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #e94217;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 54px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.singleProjectBlock .information .btn.green {
    background-color: #78cc26;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.singleProjectBlock .information .btn:hover {
    opacity: .7
}

.singleProjectBlock .information .rows {
    display: block;
    width: 100%
}

.singleProjectBlock .information .rows:after,
.singleProjectBlock .information .rows:before {
    display: block;
    content: '';
    clear: both
}

.singleProjectBlock .information .rows .row {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    min-height: 50px;
    padding: 10px 0 10px 80px
}

.singleProjectBlock .information .rows .row .label {
    display: block;
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.singleProjectBlock .information .rows .row .value {
    display: block;
    color: #9e9e9e;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px
}

.singleProjectBlock .information .rows .row-adress {
    width: calc(100% - 200px);
    background: url(images/row-adress.png) no-repeat left 20px center
}

.singleProjectBlock .information .rows .row-work {
    background: url(images/row-work.png) no-repeat left 10px center;
    padding-left: 64px;
    width: 180px
}

.singleProjectBlock .information .rows .row-area {
    background: url(images/row-area.png) no-repeat left 9px center;
    background-size: 35px;
    padding-left: 63px;
    width: 180px
}

.singleProjectBlock .information .rows .row-price {
    background: url(images/row-price.png) no-repeat left 10px center;
    padding-left: 66px;
    width: 270px
}

.singleProjectBlock .information .rows .row-price .value {
    color: #303030;
    font-size: 24px;
    font-weight: 600;
}

.singleProjectBlock .information .rows .row-buts {
    padding-left: 10px
}

.navigent .white_space {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    padding: 25px 28px
}

.navigent .white_space .item_content {
    display: none
}

.navigent .white_space .item_content.active {
    display: block
}

.navigent {
    margin-bottom: 40px
}

.block_map {
    display: block;
    position: relative;
    margin-top: 50px;
    /*  height: 400px */
}

.block_map .back {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.block_map .back img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block_map .info {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50px;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    padding: 20px;
    width: 300px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    z-index: 10
}

.block_map .info .adress {
    display: block;
    padding-left: 50px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: url(images/map-market.png) no-repeat left top
}

.block_map .info .mode,
.block_map .info .text,
.block_map .info .email {
    display: block;
    margin-top: 10px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.block_map .info .mode span,
.block_map .info .text span,
.block_map .info .email span {
    display: block;
    font-weight: 700
}

.singleBannerBlock {
    display: block;
    position: relative;
    height: 400px
}

.singleBannerBlock .form {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    width: 340px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 8px;
}

.singleBannerBlock .form .wpcf7-not-valid-tip,
.singleBannerBlock .form .ajax-loader,
.singleBannerBlock .form br {
    display: none !important
}

.singleBannerBlock .form .title {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.singleBannerBlock .form .title span {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 4px;
}

.singleBannerBlock .form input[type=text],
.singleBannerBlock .form input[type=tel],
.singleBannerBlock .form input[type=email] {
    display: block;
    margin: 8px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #d9d4db;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center
}

.singleBannerBlock .form input[type=text].wpcf7-not-valid,
.singleBannerBlock .form input[type=tel].wpcf7-not-valid,
.singleBannerBlock .form input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336
}

.singleBannerBlock .form input[type=submit] {
    display: block;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center
}

.singleBannerBlock .form input[type=submit]:hover {
    opacity: .7;
    animation: none
}

.singleBannerBlock .form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 8px 0 0;
    width: 360px;
    max-width: 100%
}

.singleBannerBlock .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px
}

.singleBannerBlock .form .wpcf7-response-output.wpcf7-validation-errors,
.singleBannerBlock .form .wpcf7-response-output.wpcf7-mail-sent-ok,
.singleBannerBlock .form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    opacity: .95;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center
}

.singleBannerBlock .form .wpcf7-response-output.wpcf7-validation-errors,
.singleBannerBlock .form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336
}

.singleBannerBlock .text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 40px;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    padding: 25px;
    width: 400px;
    background-color: rgba(245, 245, 245, 0.75)
}

.singleBannerBlock .text h1,
.singleBannerBlock .text h2,
.singleBannerBlock .text h3,
.singleBannerBlock .text h4,
.singleBannerBlock .text h5,
.singleBannerBlock .text h6 {
    display: block;
    color: #303030;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px
}

.singleBannerBlock .text p {
    display: block;
    color: #303030;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.singleBannerBlock .text p:last-child {
    margin-bottom: 0;
}

.singleTextBlock {
    display: block;
    margin-top: 50px
}

.plusesBlock {
    display: block;
    margin-top: 50px
}

.plusesBlock .subtitle {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px
}

.plusesBlock .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 20px 0 0 -10px
}

.plusesBlock .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0 0 10px;
    width: calc(33.33% - 10px);
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .07);
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.plusesBlock .items .item:hover {
    border: 1px solid #e94217
}

.plusesBlock .items .item .img {
    display: block;
    position: relative;
    height: 100px
}

.plusesBlock .items .item .img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 44px;
}

.plusesBlock .items .item .desc {
    display: block;
    padding: 0 20px;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    max-height: 80px;
    overflow: hidden
}

.service_scheme {
    display: block;
    margin-top: 40px;
    padding: 30px 45px 40px;
    background-color: #1e3a5f;
    border-radius: 10px;
}

sup.kv {
    vertical-align: top;
    font-size: 10px;
}

.service_scheme .subtitle {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.service_scheme .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -40px
}

.service_scheme .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 40px);
    margin: 30px 0 0 40px;
    padding-left: 55px
}

.service_scheme .items .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 30%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.service_scheme .items .item .desc {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.service_scheme .items .item .desc strong {
    font-weight: 700
}

.service_prices {
    display: block;
    margin-top: 50px
}

.service_prices .subtitle {
    display: block;
    color: #303030;
    font-size: 31px;
    font-weight: 700;
    line-height: 32px
}

.service_prices .rows {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -10px
}

.service_prices .rows .row {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    width: calc(33.33% - 10px);
    margin: 30px 0 0 10px
}

.service_prices .rows .row .formatBlock table tr td,
.service_prices .rows .row .formatBlock table tr th {
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #d9d4db
}

.service_prices .rows .row .formatBlock table tr:nth-child(2n - 1) td,
.service_prices .rows .row .formatBlock table tr:nth-child(2n - 1) th {
    background-color: #f1f1f1
}

.service_prices .rows .row .formatBlock table tr:last-child {
    border-bottom: none
}

.advancedServices {
    display: block;
    margin-top: 50px
}

.advancedServices .subtitle {
    display: block;
    color: #303030;
    font-size: 31px;
    font-weight: 700;
    line-height: 32px
}

.advancedServices .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -10px
}

.advancedServices .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 10px);
    margin: 30px 0 0 10px;
    height: 240px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.advancedServices .items .item:hover {
    opacity: .7
}

.advancedServices .items .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5
}

.advancedServices .items .item .heading {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    color: #e94217;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 20px;
    z-index: 10;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff
}

.service_service {
    display: block;
    margin-top: 50px
}

.service_service .subtitle {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.service_service .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 20px 0 0 -10px;
    z-index: 1;
    position: relative;
}

.service_service .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    padding-left: 195px;
    min-height: 160px
}

.service_service .items .item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    height: 100%
}

.service_service .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5
}

.service_service .items .item .text {
    display: block;
    padding: 15px 20px 15px 0
}

.service_service .items .item .text .heading {
    display: block;
    color: #e94217;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.service_service .items .item .text .heading:hover {
    text-decoration: underline
}

.service_service .items .item .text .desc {
    display: block;
    margin-top: 10px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 100px;
    overflow: hidden
}

.block_manager {
    display: block;
    margin-top: 50px
}

.block_manager .subtitle {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.about_us_block {
    display: block
}

.about_us_block .video {
    display: block;
    position: relative;
    float: left;
    width: 400px;
    height: 240px
}

.about_us_block .video iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about_us_block .not_video {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 460px;
    height: 240px;
    border: 2px dashed #f1f1f1;
    background-color: #fff
}

.about_us_block .not_video .text {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.about_us_block .not_video .text .heading {
    display: block;
    color: #303030;
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}

.about_us_block .not_video .text .heading .strong {
    font-weight: 700
}

.about_us_block .not_video .text .btn {
    display: block;
    margin: 20px auto 0;
    width: 240px;
    height: 50px;
    background-color: #78cc26;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center
}

.about_us_block .not_video .text .btn:hover {
    opacity: .7;
    animation: none
}

.projects_filters {
    display: none;
    position: relative;
    padding: 20px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 30px
}

.projects_filters:after,
.projects_filters:before {
    display: block;
    content: '';
    clear: both
}

.projects_filters .kind_select,
.projects_filters .type_select {
    display: block;
    width: calc(35% - 30px);
    margin-left: 30px;
    position: relative;
    float: left
}

.projects_filters .kind_select .label,
.projects_filters .type_select .label {
    display: block;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 11px
}

.projects_filters .kind_select select,
.projects_filters .type_select select {
    width: 100%
}

.projects_filters .kind_select .chosen-container-active .chosen-choices,
.projects_filters .type_select .chosen-container-active .chosen-choices {
    border: 1px solid #e94217;
    box-shadow: none;
    border-radius: 3px;
    background-color: #e6e6e6
}

.projects_filters .kind_select .chosen-container .chosen-results li.highlighted,
.projects_filters .type_select .chosen-container .chosen-results li.highlighted {
    background-color: #e94217;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #e94217), color-stop(90%, #e94217));
    background-image: linear-gradient(#e94217 20%, #e94217 90%);
    color: #fff
}

.projects_filters .kind_select .chosen-container,
.projects_filters .type_select .chosen-container {
    width: 100%;
    border-radius: 3px;
    background-color: #fcfcfc;
    border: none
}

.projects_filters .kind_select .chosen-container-multi .chosen-choices,
.projects_filters .type_select .chosen-container-multi .chosen-choices {
    border-radius: 3px;
    background: #f7f7f7;
    border: none
}

.projects_filters .kind_select .chosen-container-multi .chosen-choices li.search-choice,
.projects_filters .type_select .chosen-container-multi .chosen-choices li.search-choice {
    border: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}

.projects_filters .area_slider {
    display: block;
    width: 30%;
    position: relative;
    float: left
}

.projects_filters .area_slider .label {
    display: block;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 35px
}

.projects_filters .area_slider .min,
.projects_filters .area_slider .max {
    display: block;
    position: absolute;
    bottom: 8px;
    color: #303030;
    font-size: 14px;
    font-weight: 400
}

.projects_filters .area_slider sup {
    font-size: 10px;
}

.projects_filters .area_slider .min {
    left: 0
}

.projects_filters .area_slider .max {
    right: 0
}

.projects_filters .area_slider .ui-slider-horizontal {
    display: block;
    height: 5px;
    border-radius: 4px;
    background-color: #e6e6e6
}

.projects_filters .area_slider .ui-slider-horizontal .ui-slider-handle {
    display: block;
    position: relative;
    top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer
}

.projects_filters .area_slider .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none
}

.projects_filters .area_slider .ui-slider-horizontal .ui-slider-handle:before {
    display: block;
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #e94217;
    border-radius: 50%
}

.projects_filters .area_slider .ui-slider-horizontal .ui-slider-handle span {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 5px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    background-color: #eee;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.projects_filters .area_slider .ui-slider-horizontal .ui-slider-range-min {
    height: 5px;
    border-radius: 4px;
    background-color: #e94217;
    z-index: 10
}

.manager_block {
    display: block
}

.manager_block .items {
    display: block;
    margin: 20px 0 0
}

.manager_block .items .item {
    display: block;
    position: relative;
    margin: 10px 0 0;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    padding: 20px 20px 20px 200px
}

.manager_block .items .item:nth-child(2n) {
    padding: 20px 200px 20px 20px
}

.manager_block .items .item:nth-child(2n) .img {
    left: auto;
    right: 20px
}

.manager_block .items .item .img {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 160px;
    height: 100%
}

.manager_block .items .item .text {
    display: block
}

.manager_block .items .item .text .heading {
    display: block;
    color: #cf411c;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.manager_block .items .item .text .desc {
    margin-top: 10px
}

.manager_block .items .item .text .desc .formatBlock p,
.manager_block .items .item .text .desc .formatBlock h1,
.manager_block .items .item .text .desc .formatBlock h2,
.manager_block .items .item .text .desc .formatBlock h3,
.manager_block .items .item .text .desc .formatBlock h4,
.manager_block .items .item .text .desc .formatBlock h5,
.manager_block .items .item .text .desc .formatBlock h6,
.manager_block .items .item .text .desc .formatBlock li {
    color: #777
}

.price_remont {
    display: block;
    margin-top: 50px
}

.price_remont .subtitle {
    display: block;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

.price_remont .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 20px 0 0 -10px
}

.price_remont .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(33.333% - 10px);
    margin: 10px 0 0 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.price_remont .items .item:hover {
    border: 1px solid #e94217
}

.price_remont .items .item .img {
    display: block;
    position: relative
}

.price_remont .items .item .img:before {
    display: block;
    content: '';
    padding-top: 100%
}

.price_remont .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.price_remont .items .item .text {
    padding: 20px
}

.price_remont .items .item .text .heading {
    display: block;
    color: #303030;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px
}

.price_remont .items .item .text .price {
    display: block;
    display: block;
    margin-top: 5px;
    color: #cf411c;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px
}

.price_remont .items .item .text .price strong {
    color: #cf411c;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px
}

.price_remont .items .item .text .desc {
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.price_remont .items .item .text .list_prices {
    display: block;
    margin-top: 10px;
    height: 180px;
    overflow: auto
}

.price_remont .items .item .text .list_prices .list_item {
    display: block;
    position: relative;
    margin-top: 5px;
    padding-left: 20px
}

.price_remont .items .item .text .list_prices .list_item:first-child {
    margin-top: 0
}

.price_remont .items .item .text .list_prices .list_item:after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #9d9d9d;
    top: 50%;
    left: 0
}

.price_remont .items .item .text .list_prices .list_item .label {
    display: block;
    font-weight: 700;
    color: #303030;
    font-size: 15px;
    line-height: 20px
}

.price_remont .items .item .text .list_prices .list_item .value {
    display: block;
    font-weight: 400;
    color: #777;
    font-size: 15px;
    line-height: 20px
}

.price_remont .items .item .text .btn {
    display: block;
    margin: 20px auto 0;
    width: 240px;
    height: 45px;
    background-color: #cf411c;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.price_remont .items .item .text .btn:hover {
    opacity: .7
}

.popup-action {
    display: none !important
}

.price_page_request {
    display: block;
    margin-top: 35px;
    position: relative;
    height: 100px;
    background: url(images/price_page_request.png) no-repeat center;
    background-size: cover
}

.price_page_request .subtitle {
    display: block;
    padding-left: 40px;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    line-height: 98px
}

.price_page_request .btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 245px;
    height: 45px;
    border-radius: 25px;
    background-color: #fff;
    color: #e94217;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.price_page_request .btn:hover {
    opacity: .7
}

.category-command .command_gallery .subtitle {
    padding-bottom: 30px
}

.category-command .command_gallery .slider {
    margin: 0 !important
}

.category-command .command_gallery .pagerid {
    margin: 0 !important
}

.page-id-78 .containerWrap.calc {
    margin-top: inherit
}

.frontSlider .item .text .link_monile {
    position: relative;
    z-index: 2;
    display: none;
    margin: 16px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    width: 221px;
    margin-left: 0
}

.social_head {
    position: relative;
    float: left;
    margin-top: 14px
}

.instagram-icon {
    background: #ffffff url(images/social/inst.png) center no-repeat;
}

.social_head a {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    transition: .3s
}

.social_head a:last-child {
    margin-right: 0
}

.social_head a:hover {
    opacity: .7
}

.social_head a.wh {
    background: #2dd54b url(images/social/wh.svg) center no-repeat
}

.social_head a.vb {
    background: #7c42ad url(images/social/vb.svg) center no-repeat
}

.social_head a.tg {
    background: #64a9dc url(images/social/tg.svg) center no-repeat;
    margin-right: 0
}

.calc .form .btn {
    display: block;
    margin: 8px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    padding-top: 2px;
    height: 50px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    animation: pulse 2s infinite
}

.calc .form .btn:hover {
    opacity: .7;
    animation: none
}

header {
    position: relative;
    z-index: 100
}

.singleProjectBlock .information .rows .row .value sup {
    display: inline-block;
    font-size: 13px;
}

.singleProjectBlock .information .rows .row .value {
    min-height: 30px
}

.content_info_article h1 {
    margin-bottom: 30px !important
}

.content_info_article .formatBlock {
    color: #303030;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}

.content_info_article .formatBlock p {
    margin-bottom: 1rem
}

.content_info_article .formatBlock h2 {
    margin-top: 40px
}

.content_info_article .formatBlock h3 {
    margin-top: 20px
}

.content_info_article .formatBlock h2:first-child {
    margin-top: 0
}

.content_info_article .formatBlock h2:last-child {
    margin-top: 0
}

.content_info_article .formatBlock h2 {
    color: #332f34;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: none;
}

.content_info_article.rightWrap {
    float: left !important;
}

.content_info_article_b.leftWrap {
    float: right !important;
}

.content_info_article_b.leftWrap .sidebar_menu ul.menu > li > ul {
    left: inherit !important;
    right: 90%;
}

.content_info_article_b.leftWrap .sidebar_menu ul.menu > li:hover > ul {
    left: inherit !important;
    right: 100%;
}

.content_info_article .formatBlock ul {
    color: #303030;
    font-size: 17px;
    line-height: 24px;
}

.content_info_article .formatBlock ul li:before {
    position: absolute;
    left: 0;
    top: 0
}

.content_info_article .formatBlock ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px
}

.content_info_article .formatBlock ul li:last-child {
    margin-bottom: 25px
}

.what_made .title_block {
    display: block;
    color: #303030;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px
}

.what_made .title_block b {
    display: block
}

.what_made .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.what_made .items .item {
    width: 282px;
    position: relative;
    height: 360px;
    transition: .3s
}

.what_made .items .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.what_made .items .item .bg.bg1 {
    background: url(img/img1.jpg) center no-repeat;
    background-size: cover
}

.what_made .items .item .bg.bg2 {
    background: url(img/img2.jpg) center no-repeat;
    background-size: cover
}

.what_made .items .item .bg.bg3 {
    background: url(img/img3.jpg) center no-repeat;
    background-size: cover
}

.what_made .items .item .bg.bg4 {
    background: url(https://stroikaveka77.ru/wp-content/themes/stroikaveka54/img/vids/1.jpg) center no-repeat;
    background-size: cover
}

.what_made .items .item .bg.bg6 {
    background: url(https://stroikaveka77.ru/wp-content/themes/stroikaveka54/img/vids/3.jpg) center no-repeat;
    background-size: cover
}

.what_made .items .item:hover {
    -webkit-box-shadow: 8px 0 46px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 8px 0 46px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 8px 0 46px 0 rgba(0, 0, 0, 0.2)
}

.what_made .items .item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    top: 40%;
    opacity: .8
}

.what_made .items .item .ts {
    position: absolute;
    z-index: 3;
    left: 25px;
    bottom: 30px
}

.what_made .items .item .b_ttl {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 210px;
    margin-bottom: 23px
}

.what_made .items .item .price {
    font-size: 18px;
    color: #fff
}

.what_made .items .item .price b {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 0 2px
}

.what_made .items .item .hid_ovl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(3, 23, 39, 0.7);
    padding: 25px;
    opacity: 0;
    transition: .3s;
    box-sizing: border-box
}

.what_made .items .item .hid_ovl .hid_bot {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px
}

.what_made .items .item .hid_ovl .hid_bot .price {
    padding-bottom: 15px
}

.what_made .items .item .hid_ovl .hid_bot a {
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    background-color: #78cc26;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 65px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: none
}

.what_made .items .item .hid_ovl .mini_desc {
    font-size: 18px;
    color: #fff;
    line-height: 22px
}

.what_made .items .item:hover .hid_ovl {
    opacity: 1
}

.what_made .items .item:hover .ts .b_ttl {
    opacity: 0
}

.what_made .items .item:hover .ts .price {
    opacity: 0
}

.mini_calc.calc .form .label {
    font-size: 19px
}

.mini_calc.calc .form .type_checkbox .type_checkbox_item .icon {
    top: 16px;
    height: 46px
}

.mini_calc.calc .form .type_checkbox .type_checkbox_item .heading {
    top: 77px;
    font-size: 14px
}

.mini_calc.calc .form .kind_checkbox .kind_checkbox_item .info {
    width: 100px;
    height: 100px;
    font-size: 17px;
    font-weight: 700
}

.mini_calc.calc .form .kind_checkbox .kind_checkbox_item .info strong {
    font-size: 20px
}

.mini_calc.calc .form .kind_checkbox .kind_checkbox_item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 100px);
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mini_calc.calc .form .kind_checkbox .kind_checkbox_item .heading {
    font-size: 19px
}

.front_prices .price_table {
}

.front_prices .price_table .blocker {
    display: none;
}

.front_prices .price_table .blocker.active {
    display: block
}

.front_prices .prices_menu {
    margin-top: 30px;
    margin-bottom: 15px;
}

.front_prices .prices_menu a.active {
    background: #e94217;
    color: #fff;
}

.front_prices table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    border-radius: 7px;
    overflow: hidden;
}

.front_prices .price_table .blocker h3 {
    font-size: 21px;
    opacity: 0.69;
    margin-bottom: 20px;
}

.front_prices table tr:nth-child(2n) td,
.front_prices table tr:nth-child(2n) th {
    padding: 12px 20px;
    background-color: #f6f6f6;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.front_prices table tr:nth-child(2n+1) td,
.front_prices table tr:nth-child(2n+1) th {
    padding: 12px 20px;
    background-color: #eee;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.front_prices table tr:first-child td,
.front_prices table tr:first-child th {
    padding: 12px 20px;
    background-color: #e2e2e2;
    color: #303030;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px
}

.hiden_space {
    overflow: hidden;
    position: relative;
    transition: 1s
}

.hiden_space .view_all {
    text-align: center;
    box-sizing: border-box;
    padding-top: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.86)), color-stop(56%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    height: 100px
}

.hiden_space .view_all .cent {
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    color: #2C2C2C
}

.hiden_space .view_all .cent .ico {
    background: url(img/arrow_view.svg) center no-repeat;
    width: 12px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px
}

.video_ops .item {
    width: 380px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    float: left;
    box-shadow: 0 20px 35px rgb(0 0 0 / 7%);
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.video_ops .item:hover {
    opacity: 0.8;
}

.video_ops .item:before {
    content: '';
    background: url(img/youtube.svg) center no-repeat;
    width: 60px;
    height: 68px;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -34px;
}

.video_ops .item:nth-child(3n) {
    margin-right: 0;
}

.xngrph-description {
    font-size: 13px
}

.xngrph-single-video iframe {
    width: 100%;
    margin-bottom: 25px
}

.xngrph_videos_block .items::after {
    clear: both;
    content: "";
    display: block
}

.xngrph_videos_block .item {
    float: left;
    position: relative;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 15px 15px 0
}

.xngrph_videos_block .item iframe {
    width: 100%;
    height: 100%
}

.xngrph_videos_block .item img {
    display: block;
    width: 100%;
    opacity: 0.8
}

.xngrph_videos_block .item a {
    display: block;
    background: #000;
    font-size: 15px;
    color: #fff;
    text-decoration: none
}

.xngrph_videos_block .item a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: url(images/play.svg) center center no-repeat rgba(0, 0, 0, 0.8);
    background-size: cover;
    margin: -25px 0 0 -25px
}

.xngrph_videos_block .item a span {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 15px;
    display: none;
    align-items: center;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    border-left: 3px solid #cf411c;
    padding: 5px
}

.xngrph_videos_block .item:hover img {
    opacity: 0.2
}

.xngrph_videos_block .item:hover span {
    display: flex
}

.xngrph_videos_block .item:hover a::before {
    opacity: 0.2
}

.xngrph-video-slider .item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0
}

.xngrph-video-slider .item img {
    display: block;
    width: 100%;
    opacity: 0.8
}

.xngrph-video-slider .item a,
.xngrph-video-slider .item .xngrph-video-link {
    display: block;
    background: #000;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.xngrph-video-slider .item a::before,
.xngrph-video-slider .item .xngrph-video-link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: url(images/play.svg) center center no-repeat rgba(0, 0, 0, 0.8);
    background-size: cover;
    margin: -25px 0 0 -25px
}

.xngrph-video-slider .item a span,
.xngrph-video-slider .item .xngrph-video-link span {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 15px;
    display: none;
    align-items: center;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    border-left: 3px solid #cf411c;
    padding: 5px
}

.xngrph-video-slider .item:hover img {
    opacity: 0.2
}

.xngrph-video-slider .item:hover span {
    display: flex
}

.xngrph-video-slider .item:hover a::before,
.xngrph-video-slider .item .xngrph-video-link::before {
    opacity: 0.2
}

.bx-wrapper.xngrph-bx-wrapper {
    margin-bottom: 40px
}

.shortcode_insta .title {
    display: block;
    color: #303030;
    font-size: 31px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 0;
}

.social_head a.vk {
    background: url(https://cdn.worldvectorlogo.com/logos/vk-com-logo.svg) center no-repeat;
    margin-right: 0;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .bloginfo {
        margin-top: -46px;
        color: black;
        margin-left: 15px !important;
    }
}

.head-phone,
.show-more {
    display: none;
}

@media (max-width: 768px) {
    .bloginfo {
        margin-top: -53px;
        color: #000;
        margin-left: 15px !important;
        font-size: 10px;
    }
}

@media (max-width: 533px) {
    .xngrph_videos_block .item {
        float: none;
        width: 100%;
        padding: 0 0 15px 0
    }

    .xngrph-single-video iframe {
        height: 250px
    }

    .frontSlider .item .text .heading {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-top: 60px;
    }
}

.bloginfo {
    margin-left: 162px;
}

.show-more {
    display: block;
    margin-top: 10px;
}

.hide-more {
    display: none;
}

@media (max-width: 450px) {
    header .right {
        float: none;
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .logo-phone {
        display: flex;
        align-items: center;
    }

    .head-phone {
        position: absolute;
        right: 10px;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 5px;
        display: block;
    }
}

.social__item._youtube {
    background: #e60000 url(images/social/youtube.svg) center no-repeat;
    margin-right: 0;
    margin-left: 12px;
}

footer .social .tg {
    width: 22px;
    height: 22px;
    background: url(images/social/telegram.svg) no-repeat center;
    background-size: contain;
}

.grecaptcha-badge {
    visibility: hidden;
}

.checkmark:after {
    display: block !important;
}


/* *** */

@media (max-width: 1024px) {
    header .burgerBtn {
        width: 38px !important;
        height: 30px !important;
        background-size: cover !important;
        display: none !important;
    }
}

header .top_menu .mob_menu .sub-menu {
    display: none;
}

header .top_menu .mob_menu li:hover {
    cursor: pointer;
}

.a-caret::before {
    display: none;
    content: '+';
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -15px;
}

.caret-close::before {
    display: none;
    content: '-';
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -15px;
}

@media (max-width: 768px) {
    .mob_menu {
        display: block;
    }

    .full_menu {
        display: none;
    }

    .a-caret::before {
        display: block;
    }

    .caret-close::before {
        display: block;
    }
}

.social_head a {
    margin-right: 5px;
}

.social__item._youtube {
    margin-left: 5px;
}

.wpcf7 form .wpcf7-response-output {
    display: block !important;
    margin: 10px 5px 2px 10px !important;
    padding: 3px 0 !important;
    text-align: center !important;
    color: #cf411c !important;
    font-size: 13px !important;
    border: none !important;
}

.container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 13px;
}

.child1 {
    width: 70px;
    margin: -10px;
}

.child2 {
    width: 128px;
}

.child3 {
    width: 140px;
}

.child4 {
    width: 100px;
}

.child1 img {
    height: 40px;
    width: auto;
}

.seomove_label {
    color: rgb(118 174 10) !important;
    font-size: 13px;
    text-decoration: none;
}

.header_links_url {
    float: left;
    margin-top: 16px;
    margin-right: 15px;
    position: relative;
    z-index: 10;
}

.header_links_url__title {
    border: 1px solid rgb(233 66 23);
    border-radius: 5px;
    padding: 0px 10px;
    font-weight: 400;
    line-height: 23px;
    font-size: 18px;
    color: rgb(48 48 48);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 140px;
    background: #fff;
}

.header_links_url__title svg {
    max-width: 10px;
    width: 100%;
    height: auto;
    transition: all .3s;
}

.header_links_url .header_links_url__list {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 120%;
    background: #fff;
    border-radius: 10px;
    z-index: 10;
}

.header_links_url .header_links_url__list a {
    height: 0;
    overflow: hidden;
    display: flex;
    width: 100%;
    max-width: 100%;
    transition: all .3s;
    text-decoration: none;
    font-weight: 400;
    line-height: 23px;
    font-size: 18px;
    color: rgb(48 48 48);
    justify-content: center;
    align-items: center;
}

.header_links_url.active .header_links_url__list a {
    height: 25px;
}

.header_links_url.active .header_links_url__title svg {
    transform: rotate(180deg);
}

@media (max-width: 650px) {
    .header_links_url__title {
        font-size: 13px;
        line-height: 150%;
        width: 80px;
    }

    .header_links_url .header_links_url__list a {
        font-size: 13px;
    }
}


.linkmore {
    color: #e94217;
    font-size: 17px;
    text-decoration: none;
}


.linkmore:hover {
    color: #303030;
    text-decoration: underline;
}


.pagination ul {
    margin-left: 90px;
}

.pagination ul li {
    float: left;
    list-style: none;
    color: black;
    margin-left: 10px;
}

.pagination ul li a {
    background-color: rgb(250, 172, 5);
    padding-left: 6px;
    padding-right: 6px;
    color: rgb(55, 58, 58);
}

.pagination ul li a:hover {
    text-decoration: none;
}

.searchimg img {
    max-width: 370px !important;
    height: auto;
}


@media (max-width: 768px) {
  .front_projects .items .item .mask {
    opacity: 1;
 }
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-155%) translateY(-150%);
}

div.wpcf7-response-output {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 0px !important;
    border-radius: 4px !important;
    border: none !important;
    text-align:center!important;
    color:#cf411c!important;
    font-size:13px!important;
}

div.wpcf7-validation-errors {
    padding: 10px;
}

.xngrph_videos_block .item a::before {
  pointer-events: none;
}

.item-video::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.tabs {
  margin: 30px 0px; 
}

.tabs__nav {
  display: flex;
  column-gap: 5px;
}

.tabs__title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 16px 50px;
  box-shadow: inset 0 -10px 20px rgba(0,0,0,0.07);
  background-color: #fff;
  text-decoration: none;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.tabs__title:hover {
  opacity: .7;
  cursor: pointer;
}


.tabs__title.active {
}

.tabs__body {
  box-shadow: 0 20px 35px rgba(0,0,0,0.07);
  border-radius: 3px;
  background-color: #fff;
  padding: 25px 28px;
}


@media (max-width: 768px) {
  .tabs__title {
     padding: 10px 15px;
  }
}

.mb-menu {
  display: none;
}

.mb-menu.open {
  display: block;
}

.mb-drop {
  display: none;
}

.mb-drop.open {
  display: block;
}

.front_services_slider_wrap .icon {
  display: flex !important;
  justify-content: center !important;
}

.front_services_slider_wrap .icon img {
  width: 50px;
}

/*  */
/*  */

.hq-services {
  margin: 35px 0;
}

.hq-services__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

@media (max-width: 992px) {
   .hq-services__items  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hq-services__items  {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.hq-services__item a:hover {
  opacity: initial;
}

.hq-services__item {
  position: relative;
  transition: all 0.5s ease-in;
}

.hq-services__item:hover {
  transform: scale(1.090);
}


.hq-services__item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0, 0.1);
  pointer-events: none;
}

.hq-services__item-img {
  aspect-ratio: 4 / 3;
}

.hq-services__item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hq-services__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.hq-first--internal .hq-first__title {
  margin-bottom: 24px !important;
}

.hq-first__description p:not(:last-child) {
  margin-bottom: 10px;
}

.hq-plus {
  margin-top: 35px;
  margin-bottom: 70px;
}

.hq-plus .subtitle {
  display: block;
  color: #303030;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

.hq-plus__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .hq-plus__cards {
     grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.hq-plus__card {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

.hq-plus__card-item-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hq-plus__card-item:nth-child(2) {
  flex-shrink: 0;
}

.hq-plus__card-item img {
  width: 60px;
}

@media (max-width: 768px) {
  .hq-plus__card-item img {
    width: 50px;
  }
}

.hq-info-block {
  margin-bottom: 70px;
}

.hq-info-block__title {
  display: block;
  color: #303030;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  max-width: 800px;
}

.hq-info-block__wrapper {
  display: flex;
  gap: 30px;
}

@media (max-width: 992px) {
  .hq-info-block__wrapper  {
    flex-direction: column;
  }
}

.hq-info-block__image {
  flex-shrink: 0;
  max-width: 550px;
}

@media (max-width: 992px) {
  .hq-info-block__image {
    max-width: initial;
  }
}

.hq-info-block__text p:not(:last-child) {
  margin-bottom: 10px;
}

.hq-services-price-wrapper {

}


.hq-services-price {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #f5f5f5;
  padding: 52px 0 56px 0;
}

.hq-services-price__title {
  display: block;
  color: #303030;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  max-width: 800px;
}

.hq-services-price__item {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

.hq-services-price__item-count {
  white-space: nowrap;
  font-weight: 500;
}

.hq-services-price__item-info {
  max-width: 800px;
}

.hq-services-price__item {
  border-top: 1px solid #2563eb;
  padding-top: 20px;
  margin-top: 20px;
}

.hq-services-price__item:last-child {
  border-bottom: 1px solid #2563eb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hq-services-price__item-info-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hq-services-price__item-info-description {
  margin-bottom: 20px;
}

.hq-info__button {
  margin-top: 20px;
}

.hq-faq {
  padding: 60px 0;
}

.hq-faq__title {
  display: block;
  color: #303030;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  max-width: 800px;
}

.hq-faq__wrapper {
  display: flex;
  gap: 30px;
}

@media (max-width: 768px) {
  .hq-faq__wrapper {
    flex-direction: column;
  }
}

.hq-faq__photo {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 768px) {
  .hq-faq__photo {
    max-width: initial;
  }
}

.hq-faq__items {
  width: 100%;
}

.hq-faq__item-body {
  display: none;
}

.hq-faq__item-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.hq-faq__item-title svg {
  flex-shrink: 0;
  max-width: 40px;
}

.hq-faq__item-title.show + .hq-faq__item-body {
  display: block;
}

.hq-faq__item-title.show svg {
  transform: rotate(180deg);
}

.hq-faq__item-body {
  margin-bottom: 10px;
}

.single-services section.list_faq .list_faq_block {
  max-width: initial;
}

.hq-dop {
  margin-bottom: 50px;
}

.hq-dop .heading {
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: initial !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: initial !important;
    text-align: initial !important;
    box-shadow: none !important;
    background-color: initial !important;
    padding: initial !important;
    border-radius: initial !important;
}

.hq-dop__btn {
  font-size: 15px;
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  color: #000;
  margin-top: 10px;
}

.hq-dop .item {
  position: relative;
}

.hq-dop .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0, 0.1);
  pointer-events: none;
  z-index: 20;
}

html .hq-info__title {
  line-height: 130% !important;
}

.pagination .nav-links .prev.page-numbers {
  width: initial;
}

.nav-links .prev,
.nav-links .next {
    font-size: 0 !important;
}

.nav-links .prev::before {
    content: "←"; 
    font-size: 16px;
}

.nav-links .next::before {
    content: "→";
    font-size: 16px;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .pagination .nav-links a {
    width: 30px !important;
  }
}

@media (max-width: 768px) {
  .hq-dop .items .item {
    width: 100% !important;
  }
}