/*
Theme Name: gotovaya
Version: 3.0.1
Description:
Author: Artem3443
Author URI: https://kwork.ru/user/artem3443
*/

/* Eric Meyer's CSS Reset */

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot@v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot@') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2@v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff@v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf@v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg@v=4.7.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot@') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot@') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot@') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.eot');
    src: url('fonts/Montserrat-ExtraBold.eot@') format('embedded-opentype'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot@') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot@') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #f00;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Roboto';
    font-weight: 400;
    color: #212121;
}

a {
    text-decoration: none;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: 0
}

a:focus {
    outline: none;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #161616;
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

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

html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    padding: 5px;
    border: 1px solid #eaeaea;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

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

td,
th {
    padding: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

body div.wpcf7-response-output {
    background: #46b450;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    background: #f00;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-map-marker:before {
    content: "\f041";
    color: #006337;
}

img.alignright {
    float: right;
    margin: 0 0 15px 20px;
}

img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}

img.aligncenter {
    margin: 20px auto;
    display: block;
}

.f_center {
    text-align: center !important;
}

.w_text {
    color: #fff !important;
}


/*header*/
.logo a img,
.logo a {
    display: block;
}

.logo {
    float: left;
}

body .top_cont2 {
    text-align: right;
    padding-right: 10px;
}

.top_cont3 {
    float: right;
    margin-top: 4px;
}

nav.menu {
    display: inline-block;
    position: inherit;
    clear: both;
    vertical-align: middle;

}

nav.menu {
    position: relative;
    padding: 0 20px;
}

.menu ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;

}

.menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 13px;
    text-decoration: none;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.menu ul.sub-menu li a {
    color: #909090;
}

ul.sub-menu li a:hover {
    color: #2C75DE;
}

.menu ul .sub-menu {
    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    width: 243px;
    margin: 0;
    padding: 15px;
    background-color: rgba(80, 134, 48, 0.9);
    text-align: left;
    z-index: 10;
    width: 1150px;
}

.menu ul li:hover .sub-menu {
    display: block;
}

.menu .sub-menu li a {
    color: #000;
    font-size: 16px;
    padding: 7px 5px;
}

.menu .sub-menu li {
    display: block;
}

.menu ul.sub-menu li a:after {
    display: none;
}

/*оформление контактных форм*/
span.ajax-loader,
span.wpcf7-not-valid-tip {
    display: none !important;
}

input.wpcf7-form-control {
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.wpcf7-form-control::-webkit-input-placeholder,
textarea.wpcf7-form-control::-webkit-input-placeholder {
    color: #B1B1B1 !important;
}

input.wpcf7-form-control:-moz-placeholder,
textarea.wpcf7-form-control:-moz-placeholder {
    color: #B1B1B1 !important;
}

input.wpcf7-form-control::-moz-placeholder,
textarea.wpcf7-form-control::-moz-placeholder {
    color: #B1B1B1 !important;
}

input.wpcf7-form-control:-ms-input-placeholder,
textarea.wpcf7-form-control:-ms-input-placeholder {
    color: #B1B1B1 !important;
}










input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #f00 !important;
}

input.wpcf7-not-valid:-moz-placeholder {
    color: #f00 !important;
}

input.wpcf7-not-valid::-moz-placeholder {
    color: #f00 !important;
}

input.wpcf7-not-valid:-ms-input-placeholder {
    color: #f00 !important;
}

input.wpcf7-not-valid {
    border-color: #f00 !important;
}

body div.wpcf7-response-output {
    margin: 0;
    padding: 6px;
    position: absolute;
    background: #f00;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border: none !important;
    left: 0;
    bottom: -58px;
    right: 0;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0 !important;
    z-index: 999;
}

div.wpcf7 {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background: #0ea431;
}


/*оформление всплывающих окон*/
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

.overlay:target {
    display: block;
}

.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 380px;
    position: fixed;
    padding: 25px 15px 15px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    text-align: center;

}

.popup .form-title {
    font-size: 23px;
    text-align: center;
}

.popup .form-title p {
    margin-bottom: 20px;
    line-height: 27px;
}

.popup input.wpcf7-form-control {
    display: block;
    margin: 0 auto 15px;
}

.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}

.overlay:target+.popup.top-10 {
    top: 5%;
}

.close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 3px;
    text-decoration: none;
    background: url(images/close.png) 50% 50% no-repeat;
}

.popup p {
    margin: 0;
    padding: 5px 0
}

/*конец оформление всплывающих окон*/

/* Колонки */
.container {
    padding: 0 15px;
    max-width: 1240px;
    margin: 0 auto;
}

.container_2 {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
}


.col2 {
    display: inline-block;
    width: 49%;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.col3 {
    display: inline-block;
    width: 32%;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.col4 {
    display: inline-block;
    width: 24%;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.hidden-lg {
    display: none;
}


input.wpcf7-form-control.name {
    background: #fff;
    text-align: center;
}

input.wpcf7-form-control {
    max-width: 100%;
    padding: 12px 16px;
    display: block;
    margin-bottom: 20px;
    border: none;
    color: inherit;
    outline: none;
    position: relative;
    text-align: left;
    font-size: 14px;
}

form input.wpcf7-form-control.wpcf7-submit {
    background: #dd9c54;
    border: none;
    margin: 0 auto 10px;
    text-transform: uppercase;
    display: block;
    padding: 12px 16px;
    width: 100%;
    text-align: center;

}

input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    background: url(https://hot-n-cold.ru/wp-content/themes/gotovaya/images/check.png) 50% no-repeat;
}

body .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #fff;
    border: 1px solid #009a61;
    border-radius: 3px;
    cursor: pointer;
}

input[type=checkbox] {
    display: none;
}

span.wpcf7-form-control-wrap.checkbox-472 {
    display: inline-block;
}

a.polit {
    display: inline-block;
    margin-left: 11px;
    font-size: 11px;
    color: #52585e;
    text-decoration: underline;
}

p.f_title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #D51017;
}

.slider .owl-dots {
    display: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 10px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

.navigation {
    padding: 15px 30px;
    text-align: center;
}

.navigation .page-numbers {
    padding: 3px 8px;
    background: #fff;
    color: #23120e;
    border: 1px solid #23120e;
    margin: 0 3px;
    font-size: 16px;
}

span.page-numbers.current {
    padding: 3px 10px;
    background: #fff;
    color: #23120e;
    border: 1px solid #23120e;
    margin: 0 3px 0;
    font-size: 16px;
}

.navigation span.page-numbers.current,
.navigation .page-numbers:hover {
    background: #23120e;
    color: #fff;
}

.fofc_item textarea {
    outline: none;
}

button.navbar_toggle {
    display: none;
}

.breadcrumbs span a.breadcrumbs__link {
    font-weight: 600;
    color: #000;
    padding: 5px;
}

.breadcrumbs {
    padding: 15px 0;
    font-size: 14px;
}

.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.menu li {
    padding: 0px 35px;
    position: relative;
}

.col_r p {
    margin-bottom: 15px;
}

p#breadcrumbs span a,
p#breadcrumbs span.breadcrumb_last {
    font-size: 16px;
    margin-right: 5px;
}

p#breadcrumbs span a,
p#breadcrumbs span.breadcrumb_last,
span.sep {
    font-size: 16px;
    margin-right: 5px;
}

p#breadcrumbs span a:hover {
    text-decoration: underline;
}

p#breadcrumbs span.breadcrumb_last,
span.sep {
    color: #B1B1B1;
}

.col_r ul,
.col_r ol {
    padding: 0 0 0 18px;
}

.col_r ul li,
.col_r ol li {
    padding: 3px 0;
}

.gallery {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 15px 0 20px !important;
}

.gallery .gallery-item {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin: 1%;
    max-width: 100%;
    padding: 0;
}

.gallery .gallery-item .gallery-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery .gallery-item .gallery-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none !important;
}

.page_404:before {
    display: block;
    content: "";
    height: 275px;
    width: 400px;
    background: url(https://hot-n-cold.ru/wp-content/themes/gotovaya/img/error-404.svg) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
}

.page_404 {
    position: relative;
    padding-bottom: 400px;
    text-align: center;
}

.page_404 a {
    color: #255697;
    text-transform: uppercase;
    font-weight: 500;
}

.header_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav.menu_box .menu ul.sub-menu,
nav.menu_box .menu li ul.sub-menu li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0;
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 18px 53px 18px 24px;
    background: #FFFFFF;
    border-radius: 12px;
}

nav.menu_box .menu li:hover ul.sub-menu,
nav.menu_box .menu li ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

.menu li.menu-item-has-children {
    cursor: pointer;
}

.header_box {
    padding: 25px 0;
}

.container_box {
    max-width: 1326px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.owl-dots {
    display: none;
}

.owl-nav.disabled,
.owl-nav {
    text-indent: -9999px;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-nav.disabled+.owl-dots {
    margin-top: 35px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-dots .owl-dot span {
    background: #fff;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #fac629
}

.owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.7);
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #374756;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 4px solid #fff0;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active,
.owl-dots .owl-dot:hover {
    border: 4px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

footer {
    padding: 0px 0 24px;
    background: #212121;
}

.footer_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 55px;
}

ul#menu-menyu-v-podvale>li {
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
}

ul#menu-menyu-v-podvale>li ul.sub-menu li {
    font-weight: 400;
    font-size: 14px;
}

.footer_item1 ul>li {
    text-align: left;
    padding: 0;
}

ul#menu-menyu-v-podvale>li ul.sub-menu {
    padding-top: 10px;
}

.footer_item1 {
    width: 50%;
}

.footer_text {
    text-align: center;
    font-weight: 300;
}

.modal_box {
    border-radius: 10px;
    max-width: 530px !important;
    width: 100%;
    padding: 30px !important;
}

.fofc .fofc_item input,
.fofc .fofc_item textarea {
    max-width: 100%;
    width: 100%;
    padding: 14px 14px;
    display: block;
    margin-bottom: 20px;
    outline: none;
    position: relative;
    text-align: left;
    font-size: 16px;
    border: 1px solid #989898;
    border-radius: 5px;
}

p.f_text {
    font-size: 14px;
    color: #878787;
    padding-bottom: 20px;
}

div#item_submit input {
    display: inline-block;
    color: #fff;
    border: 1px solid #D1252C;
    border-radius: 10px;
    text-align: center;
    padding: 7px 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #D1252C;
}

div#item_submit input {
    display: inline-block;
    color: #fff;
    border: 1px solid #D1252C;
    border-radius: 10px;
    text-align: center;
    padding: 16px 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #D1252C;
    text-transform: none;
    font-size: 16px;
    max-width: 180px;
    margin: 0;
}

.box_response2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.bl_response.active1 .box_response2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px;
}

.wpcf7-response-output,
.bl_response.active1 .box_response1 {
    display: none;
}

.title_response {
    font-size: 34px;
    font-weight: 900;
    position: relative;
    color: #D51017;
}

.text_response {
    font-size: 20px;
    color: #000;
}

.wpcf7-response-output {
    display: none !important;
}

.fofc_item textarea {
    height: 150px;
}

body.error404 .bl_page_404 {
    padding-bottom: 40px;
}

body.error404 .page_404_img {
    text-align: center;
    padding-top: 100px;
    max-width: 300px;
    margin: 0 auto;
}

body.error404 .page_title {
    text-align: center;
    font-size: 40px;
    color: #D1252C;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 20px 0;
}

body.error404 .page_404_text {
    color: #4A4544;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

a.page_404_link {
    display: inline-block;
    color: #fff;
    border: 1px solid #D1252C;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    background: #D1252C;
}

.page_404_item {
    text-align: center;
    padding-top: 40px;
}

.logo_box a,
.logo_box_footer a {
    display: block;
}

td,
tr,
th {
    width: 100% !important;
    display: revert !important;
    white-space: nowrap;
}

table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.tabs_item_box {
    display: none;
}

.tabs_item_box.active {
    display: block;
}

.timer-counter {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.timer-unit {
    text-align: center;
    background: #FBFBFB;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    width: 248px;
    height: 128px;
}

.timer-value {
    display: block;
    font-size: 74px;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 1.3;
}

.timer-label {
    display: block;
    font-size: 12px;
    color: #B1B1B1;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 12px;
}

.timer-finished {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    text-align: center;
    padding: 20px;
    background: #fbfbfb;
    border-radius: 12px;
}

.video-preview-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

.video-preview-container {
    height: 600px;
}

.box_bl_4 .container_box {
    max-width: 1356px;
}

.video-preview-wrapper2 {
    height: 482px;
}

.video-preview {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.play-icon {
    transition: transform 0.3s ease;
}


.video-title {
    margin-top: 15px;
    font-size: 1.2em;
    color: #333;
    text-align: center;
}

.otvet_11_go_bloka {
    display: none;
    font-size: 14px;
    padding: 8px 60px 24px 24px;
    line-height: 1.6;
}

.vyvod_soczsetej_v_podvale {
    position: fixed;
    bottom: 130px;
    right: 0px;
    z-index: 99;
}

.link_soczsetej_v_podvale:hover {
    margin-left: -20px;
}

.link_soczsetej_v_podvale {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link_soczsetej_v_podvale:first-child {
    background: #45dc3c;
    border-radius: 10px 0px 0px 10px;
    margin-bottom: 8px;
}

.link_soczsetej_v_podvale:last-child {
    background: #4BA1FB;
    border-radius: 10px 0px 0px 10px;
}

a.ikonka_soczsetej_v_podvale {
    display: block;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.up {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 7px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 8px 1px rgb(64 64 64 / 30%);
    background: #4ba1fb;
}

.up:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: -3px 0 0 10px;
    width: 12px;
    height: 12px;
    top: 23px;
    left: 5px;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.up:hover:after {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 20px;
}

.header_box .container {
    max-width: 1327px;
}

.header_flex_item1,
.logo_flex_text,
.vyvod_soczsetej_v_shapke,
.header_flex_item2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

header.header.home_menu {
    padding: 30px 0 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    -webkit-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 999;
}

.bl_1 {
    padding-top: 215px;
    height: 842px;
    position: relative;
}

nav.menu_box ul li a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}

.header_box_bott {
    background: #fff;
    padding: 8px 0;
    border-radius: 12px;
    margin-top: 13px;
}

.tekst_logo_v_shapke {
    font-size: 16px;
    line-height: 1.2;
    margin-left: 12px;
}

.logo_box,
.logo_box a {
    width: 61px;
    height: 57px;
    display: block;
}

.logo_box img,
.logo_box a img {
    height: 100%;
    object-fit: cover;
}

.header_flex_item1 {
    width: 50%;
}

.header_flex_item2 {
    width: 40%;
}

.ikonka_soczsetej_v_shapke {
    margin-right: 12px;
}

.ikonka_soczsetej_v_shapke:last-child {
    margin-right: 0px;
}

.grafik_raboty_v_shapke {
    font-size: 12px;
}

.tel_v_shapke a {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #2C75DE;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.gorod_v_shapke {
    font-size: 16px;
}

.email_v_shapke a {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
}

.tekst_knopkil_v_shapke {
    width: 100%;
    max-width: 306px;
}

.tekst_knopkil_v_shapke a {
    color: #2C75DE;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #2C75DE;
    padding: 7px 50px;
    background: #EDF5FD;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopkil_v_shapke a:hover {
    background: #fff;
}

.tekst_knopkil_v_shapke a:active {
    background: #2C75DE;
    color: #fff;
}

.ikonka_soczsetej_v_shapke a {
    display: block;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ikonka_soczsetej_v_shapke a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.email_v_shapke a:hover {
    text-decoration: underline;
}

.title_bl {
    text-align: center;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 32px;
}

.title_bl span {
    font-family: Montserrat;
    font-weight: 600;
}

.box_title_bl1 .title_bl {
    padding-bottom: 24px;
}

.text_1_go_bloka {
    text-align: center;
    font-size: 16px;
}

.box_link_bl1 {
    text-align: center;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.knopka_1_1_go_bloka a,
.knopka_2_1_go_bloka a {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border-radius: 12px;
    padding: 17px 15px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.knopka_1_1_go_bloka a {
    position: relative;
    padding: 17px 30px 17px 70px;
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border: 1px solid transparent;
}

.knopka_1_1_go_bloka a:hover,
.tekst_knopki_3_go_bloka a:hover {
    background: #fff;
    color: #2C75DE;
    box-shadow: none;
    border: 1px solid #2C75DE;
}

.knopka_1_1_go_bloka a:active,
.tekst_knopki_3_go_bloka a:active {
    background: #2C75DE;
    color: #fff;
}

.knopka_1_1_go_bloka a:after {
    display: block;
    content: "";
    height: 24px;
    width: 24px;
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
    position: absolute;
    bottom: 19px;
    left: 50px;
}

.knopka_1_1_go_bloka a:hover:after,
.tekst_knopki_3_go_bloka a:hover:after {
    background: url(images/knopka_1_1_go_bloka_hover.svg) 0 0 no-repeat;
}

.knopka_1_1_go_bloka a:active:after,
.tekst_knopki_3_go_bloka a:active:after {
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
}

.knopka_2_1_go_bloka a {
    background: #2CDE4D;
    box-shadow: inset 0px 0px 24px #D0FBD5;
    border: 1px solid transparent;
}

.knopka_2_1_go_bloka a:hover {
    background: #FFFFFF;
    border: 1px solid #2CDE4D;
    box-shadow: 0px 0px 32px rgba(44, 222, 77, 0.25);
    color: #2CDE4D;
}

.knopka_2_1_go_bloka a:active {
    background: #2CDE4D;
    color: #fff;
}

.tekst_knopki_3_go_bloka a {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border-radius: 12px;
    position: relative;
    padding: 17px 30px 17px 70px;
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopki_3_go_bloka a:after {
    display: block;
    content: "";
    height: 24px;
    width: 24px;
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
    position: absolute;
    bottom: 19px;
    left: 35px;
}

.knopka_1_1_go_bloka {
    margin-right: 14px;
}

.knopka_1_1_go_bloka,
.knopka_2_1_go_bloka {
    min-width: 297px;
}

.vyvod_preim_1_go_bloka_box {
    position: absolute;
    bottom: -58px;
    width: 100%;
    max-width: 1296px;
    border-radius: 16px;
    background: #fff;
    padding: 6px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
}

.vyvod_preim_1_go_bloka {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    padding: 18px;
}

.bl_1:after {
    display: block;
    content: "";
    height: 129px;
    width: 100%;
    background: url(images/vyvod_preim_1_go_bloka.svg) 0 0 no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.title_preim_1_go_bloka {
    font-size: 20px;
    line-height: 1.4;
}

.ikonka_preim_1_go_bloka {
    background: #2C75DE;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.ikonka_preim_1_go_bloka img {
    display: block;
    height: 100%;
}

.vyvod_preim_1_go_bloka_item {
    display: flex;
    align-items: center;
}

.box_bl_2 {
    padding: 189px 0 124px;
    background: #FBFBFB;
    position: relative;
}

.box_bl_2:after {
    display: block;
    content: "";
    height: 283px;
    width: 228px;
    background: url(images/box_bl_2.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tab_ind.tab_ind_bl2 {
    list-style: none;
}

.tabs_caption.tabs_caption_bl2 {
    padding: 0 0 28px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_ind.tab_ind_bl2 {
    list-style: none;
    color: #2C75DE;
    border-radius: 6px;
    border: 1px solid #8DBDFC;
    padding: 12px 0;
    line-height: 1.2;
    max-width: 174px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tab_ind.tab_ind_bl2.active,
.tab_ind.tab_ind_bl2:hover {
    color: #fff;
    background: #2C75DE;
}

.slider .owl-next:before,
.slider .owl-prev:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #2D78DA;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider .owl-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 6px;
    top: 16px;
}

.slider .owl-next,
.slider .owl-prev {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    right: -23px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 50%;
    border: 1px solid #2D78DA;
    background: #fff;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider .owl-prev {
    left: -23px;
    right: auto;
}

.slider .owl-next:hover,
.slider .owl-prev:hover {
    border: 1px solid transparent;
    background: #2D78DA;
}

.slider .owl-next:hover:before,
.slider .owl-prev:hover:before {
    border-color: #fff;
}

div#swiper_bl_7 .swiper-button-prev:before,
div#swiper_bl_7 .swiper-button-next:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #2D78DA;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#swiper_bl_7 .swiper-button-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 6px;
    top: 16px;
}

div#swiper_bl_7 .swiper-button-prev,
div#swiper_bl_7 .swiper-button-next {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    right: 100px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 50%;
    border: 1px solid #2D78DA;
    background: #fff;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#swiper_bl_7 .swiper-button-prev {
    left: 100px;
    right: auto;
}

div#swiper_bl_7 .swiper-button-prev:hover,
div#swiper_bl_7 .swiper-button-next:hover {
    border: 1px solid transparent;
    background: #2D78DA;
}

div#swiper_bl_7 .swiper-button-prev:hover:before,
div#swiper_bl_7 .swiper-button-next:hover:before {
    border-color: #fff;
}

.tabs_item.tabs_item_bl2 {
    height: 358px;
}

.tabs_item.tabs_item_bl2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.tabs_item.tabs_item_bl2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.flex_bl_3 {
    border-radius: 12px;
    padding: 58px 0 70px;
    border: 1px solid #E8E8E8;
}

.box_bl_3 {
    position: relative;
    background: #FBFBFB;
}

.box_bl_3:after {
    display: block;
    content: "";
    height: 596px;
    width: 293px;
    background: url(images/1box_bl_3.png) 0 0 no-repeat;
    position: absolute;
    top: -110px;
    right: 0px;
}

.box_bl_3:before {
    display: block;
    content: "";
    height: 596px;
    width: 254px;
    background: url(images/2box_bl_3.png) 0 0 no-repeat;
    position: absolute;
    top: 165px;
    left: 0px;
}

.tekst_knopki_3_go_bloka {
    text-align: center;
}

.flex_box_bl_3 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    border-radius: 12px;
    padding: 6px;
    z-index: 1;
    position: relative;
}

.box_schyotchik_bl_3 {
    padding-bottom: 36px;
}

span.timer-separator {
    font-size: 74px;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 1.3;
}

.box_bl_4 {
    background: #FBFBFB;
    padding: 112px 0 124px;
}

.box_bl_5 {
    background: rgb(251, 251, 251);
    padding: 0px 0px 124px;
    position: relative;
}

.box_bl_5:after {
    display: block;
    content: "";
    height: 286px;
    width: 228px;
    background: url(images/box_bl_5.png) 0 0 no-repeat;
    position: absolute;
    top: -150px;
    right: 0px;
}

.item_bl_5 {
    border-radius: 12px;
    background: #fff;
    height: 552px;
}

.card_title a {
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_title {
    padding-bottom: 20px;
}

.card_image a {
    height: 301px;
    border-radius: 12px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.card_image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card_content {
    padding: 20px;
}

.card_type,
.card_purpose {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_type:after,
.card_purpose:after {
    display: block;
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    border-bottom: 2px dashed #B1B1B1;
}

.card_type span,
.card_purpose span {
    color: #555555;
    font-weight: 400;
    background: #fff;
    display: block;
    position: relative;
    z-index: 9;
}

.card_type span:last-child,
.card_purpose span:last-child {
    padding-left: 7px;
}

.card_type span:first-child,
.card_purpose span:first-child {
    padding-right: 7px;
}

.card_price {
    font-size: 20px;
    font-weight: 500;
    padding-right: 8px;
}

.card_old_price {
    text-decoration-line: line-through;
    color: #B1B1B1;
}

.card_image a:hover {
    transform: scale(1.1);
}

.card_image {
    overflow: hidden;
    border-radius: 12px;
}

.meta_czena {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.read-more-btn {
    text-align: center;
}

.read-more-btn a {
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.read-more-btn a:hover {
    background: #fff;
    color: #2C75DE;
    box-shadow: none;
    border: 1px solid #2C75DE;
}

.read-more-btn {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 376px;
}

.tekst_knopki_5_go_bloka {
    text-align: center;
    padding-top: 46px;
}

.tekst_knopki_5_go_bloka a {
    display: block;
    background: #FBFBFB;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    padding: 10px 20px;
    color: #2C75DE;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopki_5_go_bloka a:hover {
    background: #2C75DE;
    color: #fff;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border: 1px solid #2C75DE;
}

.box_bl_6 {
    position: relative;
    background: #FBFBFB;
    padding: 0 0 125px;
}

.box_bl_6:after {
    display: block;
    content: "";
    height: 596px;
    width: 169px;
    background: url(images/box1_bl_6.png) 0 0 no-repeat;
    position: absolute;
    top: -310px;
    right: 0px;
}

.item_bl_6 {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 22px 20px 16px;
    position: relative;
    height: 192px;
}

.item_bl_6:before {
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    background: #2C75DE;
    border-radius: 8px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.item_bl_6 .ikonka_rabot_6_go_bloka img {
    position: absolute;
}

.bl6_item_1 .ikonka_rabot_6_go_bloka img {
    width: 74px;
    height: 60px;
}

.bl6_item_2 .ikonka_rabot_6_go_bloka img {
    width: 78px;
    height: 64px;
}

.bl6_item_3 .ikonka_rabot_6_go_bloka img {
    width: 92px;
    height: 82px;
    top: 0;
    left: 22px;
}

.item_bl_6 .ikonka_rabot_6_go_bloka img {}

.flex_bl_6 {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 24px;
}

.item_bl_6 span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #2C75DE;
    font-family: 'Montserrat';
    font-weight: 700;
}

.title_rabot_6_go_bloka {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding-bottom: 12px;
    line-height: 1;
    padding-top: 84px;
}

.tekst_rabot_6_go_bloka {
    line-height: 1.4;
}

.box_bl_7 {
    background: #FBFBFB;
    padding: 0 0 125px;
    position: relative;
}

.box_bl_7:before {
    display: block;
    content: "";
    height: 596px;
    width: 213px;
    background: url(images/box2_bl_6.png) 0 0 no-repeat;
    position: absolute;
    top: -184px;
    left: 0px;
    z-index: 99;
}

.container_flex_bl_7 {
    max-width: 1470px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.swiper-button-prev:after {
    display: block;
    content: "";
    height: 482px;
    width: 292px;
    background: url(images/box1_bl_7.png) 0 0 no-repeat;
    position: absolute;
    top: -224px;
    left: -200px;
    z-index: 999;
}

.swiper-button-next:after {
    display: block;
    content: "";
    height: 482px;
    width: 292px;
    background: url(images/box2_bl_7.png) 0 0 no-repeat;
    position: absolute;
    top: -224px;
    right: -200px;
    z-index: 999;
}

.box_bl_8 {
    background: #FBFBFB;
    padding: 0 0 125px;
    position: relative;
}

.box_bl_8:before {
    display: block;
    content: "";
    height: 596px;
    width: 293px;
    background: url(images/box1_bl_8.png) 0 0 no-repeat;
    position: absolute;
    top: -200px;
    right: 0px;
    z-index: 99;
}

.box_bl_8:after {
    display: block;
    content: "";
    height: 283px;
    width: 228px;
    background: url(images/box2_bl_8.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 999;
}

.item_bl_8 {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
}

.flex_bl_8 {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 24px;
    --grid-row-gap: 24px;
}

.title_doveryayut_8_go_bloka {
    font-size: 70px;
    color: #2C75DE;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1;
    padding-bottom: 46px;
    position: relative;
}

.bl8_item1 .title_doveryayut_8_go_bloka:after,
.bl8_item2 .title_doveryayut_8_go_bloka:after {
    display: block;
    content: "";
    height: 45px;
    width: 45px;
    background: url(images/title_doveryayut_8_go_bloka.svg) 0 0 no-repeat;
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: 999;
}

.bl8_item1 .title_doveryayut_8_go_bloka,
.bl8_item2 .title_doveryayut_8_go_bloka {
    padding-left: 20px;
}

.tekst_doveryayut_8_go_bloka {
    font-size: 16px;
}

.strong_flex_bl9 {
    display: flex;
    background: #FFFFFF;
    border-radius: 12px;
}

.item2_bl_9 {
    margin-left: 14px;
}

.testimonial_name_bl9 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 8px;
}

.testimonial_purpose_bl9 {
    color: #B1B1B1;
}

.testimonial_excerpt_bl9 {
    padding-top: 16px;
}

.item1_bl_9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.testimonial_image_bl9 {
    height: 280px;
}

.item2_bl_9 {
    margin-left: 14px;
    width: 50%;
}

.item1_bl_9 {
    width: 50%;
    position: relative;
    height: 280px;
}

.testimonial_rating_bl9 {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    align-items: center;
}

.star {
    line-height: 1;
    width: 16px;
    height: 16px;
}

.box_bl_9 {
    background: #FBFBFB;
    padding: 0 0 125px;
    position: relative;
}

.testimonial_more {
    color: #2C75DE;
    cursor: pointer;
    padding: 22px 0;
}


.box_bl_10 {
    background: #FBFBFB;
    padding: 0 0 125px;
    position: relative;
}

.flex_bl_10 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item1_bl_10,
.item2_bl_10 {
    width: 48%;
}

.item1_bl_10 {
    background: #FFFFFF;
    border-radius: 12px;
}

.meta2_form_bl10 {
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 16px 0 17px;
    background: rgba(44, 117, 222, 0.05);
}

.meta1_form_bl10 {
    padding: 25px 25px 36px;
}

.vyvod_soczsetej_10_go_bloka {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}

.vyvod_soczsetej_10_go_bloka_item a {
    display: inline-block;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vyvod_soczsetej_10_go_bloka_item a:hover {
    transform: scale(1.1);
}

.vyvod_soczsetej_10_go_bloka_item a img {
    width: 100%;
    height: 100%;
    display: block;
}

.tekst_pod_soczialnymi_setyami_10_go_bloka {
    text-align: center;
    font-size: 12px;
}

.vyvod_soczsetej_10_go_bloka_item {
    padding-right: 12px;
}

.vyvod_soczsetej_10_go_bloka_item:last-child {
    padding-right: 0px;
}

span.wpcf7-spinner {
    display: none;
}

div#fofc_button input {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border-radius: 12px;
    padding: 20px 20px;
    margin: 0;
}

.fofc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 36px;
}

div#fofc_item input {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    margin: 0;
    width: 100%;
}

div#fofc_item input:hover,
div#fofc_item_textarea textarea:hover {
    border: 1px solid #2C75DE;
}

div#fofc_item {
    width: 48%;
}

div#fofc_item label span {
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 12px;
}

div#fofc_item span.wpcf7-form-control-wrap {
    padding: 0;
}

.img_mastera_10_go_bloka img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img_mastera_10_go_bloka {
    height: 520px;
}

.fio_mastera_10_go_bloka p {
    font-size: 16px;
    color: #FFFFFF;
}

.fio_mastera_10_go_bloka span {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.item2_bl_10 {
    position: relative;
}

.fio_mastera_10_go_bloka {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 20px 15px;
    left: 50%;
    top: 84%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    line-height: 1;
    min-width: 272px;
}

.fofc_text {
    text-align: center;
    line-height: 1.4;
    padding-top: 14px;
}

.fofc_text a {
    text-decoration: underline;
}

.fofc_text a:hover {
    text-decoration: none;
}

body form.wpcf7-form.sent div.wpcf7-response-output {
    display: block !important;
}

.excerpt_short.hidden {
    display: none;
}

.box_bl_11 {
    background: #FBFBFB;
    padding: 0 0 136px;
    position: relative;
}

.item_bl_11:last-child {
    margin-bottom: 0px;
}

.item_bl_11 {
    border-radius: 12px;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.vopros_11_go_bloka {
    background: #FFFFFF url(images/item_bl_11.svg) 99% 50% no-repeat;
}






.vopros_11_go_bloka:hover {
    background: #FFFFFF url(images/item_bl_11_hover.svg) 99% 50% no-repeat;
}
.item_bl_11.active .vopros_11_go_bloka {
    background: #FFFFFF url(images/item_bl_11_top.svg) 99% 50% no-repeat;
}


















.item_bl_11.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vopros_11_go_bloka {
    font-size: 20px;
    border-radius: 12px;
    line-height: 1;
    padding: 24px 60px 24px 24px;
}

.flex_bl_11 {
    padding-bottom: 36px;
}

.seo_tekst_11_go_bloka {
    padding-top: 124px;
    font-size: 16px;
}

.tekst_knopki_11_go_bloka a {
    color: #2C75DE;
    font-weight: 500;
    font-size: 16px;
    display: block;
    background: #FBFBFB;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    padding: 15px 15px;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopki_11_go_bloka a:hover {
    color: #fff;
    background: #2C75DE;
}

.tekst_knopki_11_go_bloka {
    text-align: center;
}

.seo_tekst_11_go_bloka p {
    margin-bottom: 15px;
}

.seo_tekst_11_go_bloka p:last-child {
    margin-bottom: 0px;
}

.seo_text_short.hidden {
    display: none;
}

.more_seo_tekst_11_go_bloka {
    font-size: 16px;
    color: #2C75DE;
    text-decoration: underline;
    padding-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.more_seo_tekst_11_go_bloka:hover {
    text-decoration: none;
}

.conta_bl2_slider {
    height: 358px;
}

.footer_box .tekst_logo_v_shapke {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-left: 24px;
}

.footer_box .logo_box {
    width: 196px;
    height: 82px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0px 0px 12px 12px;
    padding: 7px 0;
}

.footer_box .logo_box {
    width: 196px;
    height: 82px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0px 0px 12px 12px;
    padding: 7px 0;
}

.footer_box .header_flex_item2,
.footer_box .header_flex_item1 {
    width: 48%;
}

.tekst_v_podvale,
.footer_box_bott_item a {
    color: #fff;
    opacity: 0.5;
    line-height: 1.2;
}

.footer_box_bott_item a {
    text-decoration: underline;
}

.footer_box_bott_item a:hover {
    text-decoration: none;
}

.footer_box .email_v_shapke a,
.footer_box .tel_v_shapke a {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}

.footer_box .tel_v_shapke a:hover {
    transform: none;
    text-decoration: underline;
}

.footer_box_bott {
    display: flex;
    align-items: end;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ffffff7d;
    justify-content: space-between;
}

.footer_box .tekst_knopkil_v_shapke a {
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 7px 50px;
    background: #2C2C2C;
}

.title_tel_foot {
    color: #fff;
    opacity: 0.65;
    text-align: right;
}

.container_page {
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 15px;
}

.title_page {
    text-align: center;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 36px;
}

.title_page span {
    font-family: 'Montserrat';
    font-weight: 600;
}

.box_breadcrumb {
    padding-bottom: 64px;
    text-align: center;
}

.bl_page {
    background: #FBFBFB;
    padding: 190px 0 124px;
}

.bl_page .tab_ind.tab_ind_bl2 {
    max-width: 205px;
}

.bl_page.tabs_caption.tabs_caption_bl2 {
    padding: 0 0 36px;
}

.vyvod_soczsetej_v_shapke {
    display: flex;
}

.ikonka_soczsetej_v_shapke {
    position: relative;
    transition: transform 0.3s ease;
}

.play-icon {
    position: relative;
}

.ikonka_soczsetej_v_shapke svg {
    display: block;
    width: 42px;
    height: 42px;
}

/* WhatsApp styles */
.whatsapp-hover,
.telegram-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-normal,
.telegram-normal {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.whatsapp-icon:hover .whatsapp-normal,
.telegram-icon:hover .telegram-normal,
.play-icon:hover .whatsapp-normal {
    opacity: 0;
}

.whatsapp-icon:hover .whatsapp-hover,
.telegram-icon:hover .telegram-hover,
.play-icon:hover .whatsapp-hover {
    opacity: 1;
}

.menu>ul li a {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu>li>a:hover {
    background: #2C75DE;
    border-radius: 2px;
    color: #fff;
}

.menu>li a {
    padding: 4px 15px;
    display: inline-block;
}

div#testimonial_page_flex .testimonial_page_item1 .wpmtst-testimonial-image.testimonial-image {
    float: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 252px;
}

div#testimonial_page_flex {
    display: flex !important;
    flex-wrap: wrap !important;
    border: none !important;
    padding: 0 !important;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 12px;
}

div#testimonial_page_flex .testimonial_page_item1 .wpmtst_the_thumbnail {
    position: relative;
}

div#testimonial_page_flex .testimonial_page_item1 {
    width: 38%;
}

div#testimonial_page_flex .testimonial_page_item2 {
    width: 60%;
    padding-top: 14px;
}

div#testimonial_page_flex .testimonial_page_item2 .wpmtst-testimonial-heading.testimonial-heading {
    background: none !important;
    padding-left: 0 !important;
    line-height: 1;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
}

div#testimonial_page_flex .testimonial_page_item1 img {
    padding: 0 !important;
    border: none !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

div#strong_content .wpmtst-testimonial {
    border: none;
    margin-bottom: 24px;
}

.testimonial_page_naves {
    display: none;
}

.dlya-chego-naves-field {
    font-size: 14px;
    color: #B1B1B1;
    line-height: 1;
}

.wpmtst-testimonial-content.testimonial-content {
    font-size: 14px;
    line-height: 1.6;
}

.testimonial_page_star {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    align-items: center;
}

.testimonial_page_star span {
    line-height: 1;
}

.testimonial_page_star span svg {
    width: 100%;
}

div#strong_content span.star svg {
    width: 16px !important;
    height: 16px !important;
}

svg.star_regular path {
    fill: #B1B1B1 !important;
}

div#testimonial_page_flex .testimonial_page_item2 .wpmtst-testimonial-content.testimonial-content {
    padding-right: 40px;
}

div#form_page_otzyvy,
div#form_page_portfolio,
div#tekst_knopki_bl1_str_navesa,
div#tekst_knopkil_v_shapke {
    display: none;
}

.tekst_knopki_page_otzyvy {
    text-align: center;
    padding-bottom: 44px;
}

.tekst_knopki_page_otzyvy a {
    font-weight: 500;
    font-size: 16px;
    color: #2C75DE;
    background: #FBFBFB;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    padding: 20px 40px;
    display: inline-block;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopki_page_otzyvy a:hover {
    background: #2C75DE;
    color: #fff;
}

div#box_page_testimonial {
    position: relative;
}

div#box_page_testimonial:after {
    display: block;
    content: "";
    height: 573px;
    width: 283px;
    background: url(images/box_page_testimonial_1.png) 0 0 no-repeat;
    position: absolute;
    top: -155px;
    right: 0px;
}


div#box_page_testimonial nav.nav-links {
    margin: 0;
    text-align: left;
    position: relative;
    padding-top: 12px;
}

a.prev.page-numbers,
a.next.page-numbers {
    text-indent: -9999px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #2D78DA;
    background: #fff;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
}

a.prev.page-numbers {
    right: 55px;
}

a.prev.page-numbers:before,
a.next.page-numbers:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #2D78DA;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.prev.page-numbers:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 12px;
    top: 17px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
    border: 1px solid transparent;
    background: #2D78DA !important;
}

a.prev.page-numbers:hover:before,
a.next.page-numbers:hover:before {
    border-color: #fff;
}

div#box_page_testimonial nav.nav-links span.current {
    width: 42px;
    height: 42px;
    border: none;
    background: #2C75DE;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

div#box_page_testimonial nav.nav-links a.page-numbers {
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 50%;
}

div#box_page_testimonial nav.nav-links a.page-numbers:hover {
    background: #2C75DE;
    color: #fff;
}

.bl_page .box_bl_10 {
    padding: 0;
}

.strong-form-wait {
    display: none;
}

.strong-rating input[type=radio] {
    display: none !important;
}

.strong-rating input[type="radio"]:checked~.star svg .star_solid {
    display: none;
}

.strong-rating input[type="radio"]:checked+.star svg .star_solid {
    display: block;
}

.form-field.field-post_content,
.form-field.field-dlya_chego_naves,
.form-field.field-post_title {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

input#wpmtst_post_title {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    padding: 10px;
}

div#form_page_otzyvy form .form-field.field-post_title input,
div#form_page_otzyvy form .form-field.field-dlya_chego_naves input,
div#form_page_otzyvy form .form-field.field-post_content textarea {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    outline: none;
}

div#form_page_otzyvy form .form-field.field-post_content textarea {
    height: 180px;
    outline: none;
}

div#form_page_otzyvy form .form-field.field-featured_image {
    padding-bottom: 20px;
}

div#form_page_otzyvy form .form-field.field-featured_image input {
    border: none;
    padding: 0;
}

div#form_page_otzyvy form .form-field.field-star_rating {
    padding-bottom: 20px;
}

div#form_page_otzyvy form .form-field.field-post_title>label,
div#form_page_otzyvy form .form-field.field-featured_image>label,
div#form_page_otzyvy form .form-field.field-dlya_chego_naves>label,
div#form_page_otzyvy form .form-field.field-post_content>label,
div#form_page_otzyvy form .form-field.field-star_rating>label {
    padding-bottom: 10px;
    display: block;
}

div#form_page_otzyvy form .form-field.wpmtst-submit {
    text-align: center;
}

div#form_page_otzyvy form .form-field.wpmtst-submit input {
    font-weight: 500;
    font-size: 16px;
    color: #2C75DE;
    background: #FBFBFB;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    padding: 15px 20px;
    display: inline-block;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#form_page_otzyvy form .form-field.wpmtst-submit input:hover {
    color: #fff;
    background: #2C75DE;
}

.bl_page .box_bl_7 {
    padding: 124px 0 125px;
}

div#portfolio_grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 24px;
    --grid-row-gap: 24px;
}

.page-template-page-portfolio .box_bl_10 {
    padding-top: 124px;
}

.portfolio_page_portfolio_content {
    position: relative;
    padding: 20px;
    min-height: 300px;
}

.title_portfolio_page_portfolio {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
}

.portfolio_page_portfolio_item {
    background: #FFFFFF;
    border-radius: 12px;
}

.wer_rew {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
}

.harakteristiki_portfolio_page_portfolio {
    padding-bottom: 20px;
}

.tip_h_harakteristiki_portfolio_page_portfolio,
.znachenie_h_harakteristiki_portfolio_page_portfolio {
    line-height: 1;
    font-size: 16px;
    color: #555555;
    background: #fff;
    position: relative;
    z-index: 9;
}

.wer_rew:after {
    display: block;
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    border-bottom: 2px dashed #B1B1B1;
}

.tip_h_harakteristiki_portfolio_page_portfolio {
    padding-right: 7px;
}

.znachenie_h_harakteristiki_portfolio_page_portfolio {
    padding-left: 7px;
}

.wer_rew:last-child {
    padding: 0;
}

.img_portfolio_page_portfolio {
    height: 187px;
}

.img_portfolio_page_portfolio img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

div#portfolio_box .tab_ind.tab_ind_bl2 {
    max-width: 174px;
}

.load-more-container {
    text-align: center;
    padding-top: 46px;
}

.load-more-btn {
    background: #FBFBFB;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    padding: 10px 20px;
    color: #2C75DE;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.load-more-btn:hover {
    background: #2C75DE;
    border: 1px solid #2C75DE;
    color: #fff;
    box-shadow: inset 0px 0px 24px #8CBBFF;
}

div#box_page_portfolio {
    position: relative;
}

div#box_page_portfolio::before {
    display: block;
    content: "";
    height: 412px;
    width: 140px;
    background: url(images/box_page_portfolio.png) 0 0 no-repeat;
    position: absolute;
    top: -90px;
    left: 0px;
}

.portfolio_box_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 24px;
}

.portfolio_box_top_item1 {
    width: 39%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
}

.portfolio_box_top_item2 {
    width: 59%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
}

.title_formy_page_kontakty {
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 32px;
}

.title_formy_page_kontakty span {
    font-family: 'Montserrat';
    font-weight: 600;
}

.portfolio_box_top_item1 .title_page {
    text-align: left;
    font-size: 24px;
    padding-bottom: 32px;
}

.tekst_page_kontakty {
    line-height: 1.6;
    padding-bottom: 78px;
}

.kont_group_title {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 10px;
    opacity: 0.65;
    font-weight: 400;
}

.adres_page_kontakty,
.vremya_rabotys_page_kontakty,
.email_page_kontakty {
    padding-bottom: 32px;
}

.kont_group_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

a.kont_group_text:hover {
    text-decoration: underline;
}

div#fofc_item_textarea textarea {
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    margin: 0;
    width: 100%;
    height: 112px;
    padding: 14px;
    outline: none;
}

.portfolio_box_top_item2 .fofc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

div#fofc_item_textarea {
    padding-bottom: 20px;
}

div#fofc_item_textarea label span {
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 12px;
}

.portfolio_box_top_item2 .fofc_text {
    padding-top: 16px;
}

.kontakty_bott {
    border-radius: 12px;
    overflow: hidden;
}

.fofc_flex div#fofc_item {
    width: 100%;
    padding-bottom: 20px;
}

.box_response2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.bl_response.active1 .box_response2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px;
}

.wpcf7-response-output,
.bl_response.active1 .box_response1 {
    display: none;
}

.title_response {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    color: #212121;
}

.text_response {
    font-size: 20px;
    color: #212121;
}

.canopy_calculator_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 24px 29px 24px 24px;
}

.item1_calculator_section,
.item2_calculator_section,
.item3_calculator_section {
    width: 32%;
}

.input_none {
    display: none;
}

.input_group_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.input_group label,
.select_group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}

.input_group input {
    width: 100%;
    padding: 0;
    border: none;
}

.input_group input:focus {
    outline: none;
}

.select_group select:active,
.select_group select:focus {
    outline: none;
}

.select_group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 11px 30px 11px 16px;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    font-size: 16px;
    color: #B1B1B1;
    position: relative;
    background: none;
}

.select_box {
    position: relative;
}

.select_box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    background: url("images/arrow.svg") center/contain no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.flex_dimension_hint {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.dimension-hint {
    font-size: 12px;
    color: #666;
}

.calculator-total {
    text-align: center;
    padding: 20px;
    background: #0073aa;
    color: white;
    border-radius: 5px;
}

.calculator-total h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.total-price {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.select_group,
.input_group {
    padding-bottom: 24px;
}

.input_group:last-child,
.select_group:last-child {
    padding-bottom: 0px;
}

.input_group_meta_item {
    font-size: 16px;
    line-height: 1;
    color: #B1B1B1;
}

.calculator_total_bott {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 37px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.calc_total_bott_item2 {
    width: 100%;
    max-width: 398px;
}

button#calculate-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border-radius: 12px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding: 17px 30px 17px 70px;
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border: 1px solid transparent;
}

button#calculate-btn:hover {
    background: #fff;
    color: #2C75DE;
    box-shadow: none;
    border: 1px solid #2C75DE;
}

button#calculate-btn:active {
    background: #2C75DE;
    color: #fff;
}

button#calculate-btn:after {
    display: block;
    content: "";
    height: 24px;
    width: 24px;
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
    position: absolute;
    bottom: 19px;
    left: 100px;
}

button#calculate-btn:hover:after {
    background: url(images/knopka_1_1_go_bloka_hover.svg) 0 0 no-repeat;
}

button#calculate-btn:active:after {
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
}

.calc_total_title {
    font-size: 16px;
}

.tekst_kalkulyatora {
    font-size: 16px;
    line-height: 1.4;
}

.tekst_kalkulyatora span {
    font-weight: 600;
}

.calc_total_bott_item1 {
    padding-right: 26px;
    text-align: right;
}

.calc_total_bott_item3 {
    padding-left: 26px;
}

.price-table-wrap {
    width: 100%;
    overflow: hidden;
}

.price-row {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #B1B1B1;
    font-size: 20px;
    font-family: 'Montserrat';
    background: #fff;
}

.price-col {
    padding: 16px 24px;
    text-align: center;
}

.price-header {
    background: #2C75DE;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Montserrat';
    border-radius: 12px;
}

.price-header .price-col {
    text-align: center;
}

.price-row .price-col:first-child {
    text-align: left;
}

.box_tabliczy_czen {
    position: relative;
}

.box_tabliczy_czen:before {
    display: block;
    content: "";
    height: 573px;
    width: 283px;
    background: url(images/box_tabliczy_czen1.png) 0 0 no-repeat;
    position: absolute;
    top: -300px;
    left: 0px;
}

.box_tabliczy_czen:after {
    display: block;
    content: "";
    height: 533px;
    width: 219px;
    background: url(images/box_tabliczy_czen2.png) 0 0 no-repeat;
    position: absolute;
    top: -250px;
    right: 0px;
}

.calc_total_bott_item3,
.calc_total_bott_item1 {
    width: 31%;
}

.flex_page_catalog {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 24px;
    --grid-row-gap: 24px;
    padding-bottom: 36px;
}

.flex_page_catalog .item_bl_5 {
    border-radius: 12px;
    background: #fff;
    height: 552px;
    position: relative;
}

.flex_filt_page_catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item1_filt_page_catalog {
    width: 24%;
}

.item2_filt_page_catalog {
    width: 74%;
}

input[type=checkbox] {
    display: block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
}

ul.list_filt_page_catalog {
    padding: 0;
    margin: 0;
    list-style: none;
}

.title_filt_page_catalog {
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 20px;
    padding: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

ul.list_filt_page_catalog label {
    display: flex;
    align-items: center;
    padding: 0 0 16px 0;
}

.show-more-terms {
    color: #2C75DE;
    text-decoration: underline;
    cursor: pointer;
}

.show-more-terms:hover {
    text-decoration: none;
}

ul.list_filt_page_catalog span {
    opacity: 0.5;
}

.box_filt_page_cat {
    padding-bottom: 24px;
}

.box_filtr_cat {
    padding-left: 14px;
}

.reset_filters_link {
    padding-left: 14px;
}

a.reset_filters {
    display: block;
    line-height: 1.2;
    font-weight: 500;
    color: #2C75DE;
    padding: 16px 10px;
    border-radius: 12px;
    border: 1px solid #2C75DE;
    text-align: center;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.reset_filters:hover {
    color: #fff;
    background-color: #2C75DE;
}

.list_filt_page_catalog li input:checked+span {
    opacity: 1;
}

.load-more {
    text-align: center;
}

button#loadMoreBtn {
    background: #FBFBFB;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    padding: 10px 20px;
    color: #2C75DE;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button#loadMoreBtn:hover {
    background: #2C75DE;
    border: 1px solid #2C75DE;
    color: #fff;
    box-shadow: inset 0px 0px 24px #8CBBFF;
}

div#postsContainer .card_image a {
    height: 211px;
}

div#postsContainer .item_bl_5 {
    height: 468px;
}

div#postsContainer .read-more-btn {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    position: inherit;
}

div#postsContainer .item_bl_5 {
    height: 469px;
}

.archive .title_page,
.archive .box_breadcrumb {
    text-align: left;
}

.archive .seo_tekst_11_go_bloka {
    padding-top: 84px;
    font-size: 16px;
}

div#box_page_catalog {
    position: relative;
}

div#box_page_catalog:before {
    display: block;
    content: "";
    height: 573px;
    width: 283px;
    background: url(images/box_page_testimonial_1.png) 0 0 no-repeat;
    position: absolute;
    top: -200px;
    right: 0px;
}

.str_navesa_flex_bl1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.str_navesa_item1_bl1 {
    width: 58%;
}

.str_navesa_item2_bl1 {
    width: 40%;
}

.str_navesa_item2_bl1 .page_title {
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 32px;
}

.str_navesa_item2_bl1 .page_title span {
    font-family: 'Montserrat';
    font-weight: 600;
}

.single_content {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 32px;
}

.meta_link_czena_bl1 {
    display: flex;
    align-items: center;
}

.czena_str_navesa_box {
    display: flex;
    align-items: end;
}

.czena_str_navesa span {
    color: #B1B1B1;
    line-height: 1.6;
}

.tekst_knopki_bl1_str_navesa a {
    display: inline-block;
    line-height: 1.2;
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0;
    min-width: 214px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopki_bl1_str_navesa a:hover {
    background: #fff;
    color: #2C75DE;
    box-shadow: none;
    border: 1px solid #2C75DE;
}

.tekst_knopki_bl1_str_navesa {
    padding-right: 19px;
}

.czena_str_navesa .card_price {
    font-size: 24px;
    font-weight: 700;
    padding-right: 10px;
}

.czena_str_navesa_box .card_old_price {
    font-size: 18px;
}

.img_slajdera_str_navesa a {
    height: 420px;
    display: block;
}

.img_slajdera_str_navesa a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.vyvod_slajdera_str_navesa_slider .owl-next:before,
.vyvod_slajdera_str_navesa_slider .owl-prev:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #2D78DA;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vyvod_slajdera_str_navesa_slider .owl-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 6px;
    top: 16px;
}

.vyvod_slajdera_str_navesa_slider .owl-next,
.vyvod_slajdera_str_navesa_slider .owl-prev {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    left: 82px;
    z-index: 110;
    text-indent: -9999px;
    bottom: 24px;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 50%;
    border: 1px solid #2D78DA;
    background: #fff;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vyvod_slajdera_str_navesa_slider .owl-prev {
    left: 24px;
    right: auto;
}

.vyvod_slajdera_str_navesa_slider .owl-next:hover,
.vyvod_slajdera_str_navesa_slider .owl-prev:hover {
    border: 1px solid transparent;
    background: #2D78DA;
}

.vyvod_slajdera_str_navesa_slider .owl-next:hover:before,
.vyvod_slajdera_str_navesa_slider .owl-prev:hover:before {
    border-color: #fff;
}

.str_navesa_box_bl2 {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px 24px;
}

.title_harakteristik_str_navesa {
    font-family: 'Montserrat';
    font-size: 36px;
    padding-bottom: 32px;
}

.title_harakteristik_str_navesa span {
    font-weight: 600;
}

.str_navesa_bl_2 {
    max-width: 746px;
}

.str_navesa_bl_2 {
    max-width: 746px;
    margin-top: 68px;
}

.vyvod_harakteristik_str_navesa .wer_rew {
    padding-bottom: 21px;
}

.str_navesa_bl_3 {
    padding: 64px 0 124px;
}

.title_preimushhestv_str_navesa {
    text-align: center;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 32px;
    line-height: 1.3;
}

.title_preimushhestv_str_navesa span {
    font-family: 'Montserrat';
    font-weight: 600;
}

.vyvod_preimushhestv_str_navesa_item {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.vyvod_preimushhestv_str_navesa_item .title_bl span {
    font-family: 'Montserrat';
    font-weight: 600;
}

.tekst_preim_str_navesa {
    line-height: 1.4;
}

.vyvod_preimushhestv_str_navesa_item .title_preim_str_navesa {
    font-family: 'Montserrat';
    font-weight: 600;
}

.ikonka_preim_str_navesa {
    width: 87px;
    height: 87px;
    margin-right: 10px;
}

.ikonka_preim_str_navesa img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.vyvod_preimushhestv_str_navesa {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 24px;
    --grid-row-gap: 24px;
    padding-bottom: 36px;
}

.title_preim_str_navesa_meta {
    max-width: 261px;
}

.str_navesa_bl_3 .tekst_knopki_3_go_bloka a {
    width: 100%;
    background: #fff;
    color: #2C75DE;
    box-shadow: none;
    border: 1px solid #2C75DE;
}

.tekst_knopki_str_navesa a:before,
.tekst_knopki_o_nas a:before {
    display: block;
    content: "";
    height: 24px;
    width: 24px;
    background: url(images/knopka_1_1_go_bloka_hover.svg) 0 0 no-repeat;
    margin-right: 15px;
}

.tekst_knopki_str_navesa a:hover:before,
.tekst_knopki_o_nas a:hover:before {
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
}

.tekst_knopki_str_navesa a,
.tekst_knopki_o_nas a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #2C75DE;
    border: 1px solid #2C75DE;
    border-radius: 12px;
    position: relative;
    padding: 17px 30px 17px 30px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tekst_knopki_str_navesa a:hover,
.tekst_knopki_o_nas a:hover {
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    color: #fff;
}

.str_navesa_bl_3 .tekst_knopki_3_go_bloka a:hover {
    background: #2C75DE;
    box-shadow: inset 0px 0px 24px #8CBBFF;
    color: #fff;
}

.str_navesa_bl_3 .tekst_knopki_3_go_bloka a:hover:after {
    background: url(images/knopka_1_1_go_bloka.svg) 0 0 no-repeat;
}

.str_navesa_box_bl3 {
    position: relative;
}

.str_navesa_box_bl3:before {
    display: block;
    content: "";
    height: 143px;
    width: 220px;
    background: url(images/str_navesa_box_bl3.png) 0 0 no-repeat;
    position: absolute;
    top: -80px;
    right: -50px;
}

.fofc_item_hidden,
div#form_page_portfolio .wpcf7-response-output,
div#tekst_knopki_bl1_str_navesa .wpcf7-response-output,
div#tekst_knopkil_v_shapke .wpcf7-response-output,
.box_bl_10_mom,
.portfolio_box_mob {
    display: none !important;
}

.tabs_item_box {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;
    transform: translateY(10px);
}

.tabs_item_box.active {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    overflow: visible;
}

.conta_bl2 {
    position: relative;
}

.tab_ind_bl2 {
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab_ind_bl2:hover {
    background: #e9e9e9;
}

.tab_ind_bl2.active {
    background: #007bff;
    color: white;
}

.fofc_title {
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 1.2;
}

.fofc_title span {
    font-weight: 600;
}

.fofc_box_text .fofc_text {
    text-align: left;
}

.fofc_box_text {
    padding-bottom: 32px;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff !important;
    padding: 0 !important;
    right: 24px !important;
    top: 24px !important;
    background: #2C75DE;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

button.fancybox-button.fancybox-close-small:hover {
    color: #2C75DE !important;
    background: #fff;
    border: 1px solid #2C75DE;
}

.modal_box {
    padding: 0 !important;
}

.modal {
    padding: 24px 24px 32px !important;
}

.modal input.wpcf7-form-control {
    padding: 14px 16px;
}

div#form_page_otzyvy .modal {
    padding: 74px 24px 32px !important;
}

div#form_page_otzyvy .modal .wpmtst-testimonial-success {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.footer_box_top.mob,
.vyvod_soczsetej_v_podvale_mob,
.fon_1_go_bloka_mob {
    display: none;
}

nav.menu_box ul.sub-menu {
    max-width: 326px;
    min-width: 326px;
    width: 100%;
    top: 32px !important;
    left: 35px !important;
}

.box_tablicza {
    position: relative;
    z-index: 999;
}

.price-table-container {
    width: 100%;
}

.price-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5;
}

.price-table-wrap {
    min-width: 991px;
    width: 100%;
}

.price-row {
    display: flex;
}

.price-row:last-child {
    border-bottom: none;
}

.price-col {
    flex: 1;
    box-sizing: border-box;
}

.price-header {
    position: sticky;
    left: 0;
}

.price-table-scroll::-webkit-scrollbar {
    height: 8px;
}

.price-table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
    margin: 4px;
}

.price-table-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.price-table-scroll::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.price-table-scroll {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

.price-col:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

.price-header .price-col:first-child {
    z-index: 2;
}

.price-table-scroll {
    scroll-behavior: smooth;
}

.page-template-page-portfolio .container_page {
    z-index: 1;
    position: relative;
}

.page-template-page-o-nas .str_navesa_box_bl3:before {
    display: block;
    content: "";
    height: 69px;
    width: 99px;
    background: url(images/str_navesa_box_bl3.png) 0 0 no-repeat;
    position: absolute;
    top: -80px;
    right: -50px;
    background-size: 102px;
}

.text_1_go_bloka_o_nas {
    padding-bottom: 48px;
    text-align: center;
    max-width: 883px;
    margin: 0 auto;
    line-height: 1.6;
}

.page-template-page-o-nas .bl_page .box_bl_7 {
    padding: 0px 0 125px;
}

.page-template-page-o-nas .flex_bl_8 {
    position: relative;
}

div#str_o_nas_box .box_bl_7:before {
    display: block;
    content: "";
    height: 286px;
    width: 228px;
    background: url(images/box_bl_5.png) 0 0 no-repeat;
    position: absolute;
    top: -150px;
    right: 0px;
    left: auto;
}

.o_nas_bl_4 {
    position: relative;
    padding-bottom: 124px;
}

.o_nas_bl_4:before {
    display: block;
    content: "";
    height: 286px;
    width: 228px;
    background: url(images/box_bl_5.png) 0 0 no-repeat;
    position: absolute;
    top: -150px;
    right: 0px;
    left: auto;
}

.img_nashej_komandy {
    height: 367px;
}

.img_nashej_komandy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.vyvod_nashej_komandy_item {
    background: #FFFFFF;
    border-radius: 12px;
}

.meta_nashej_komandy {
    padding: 14px;
}

.imya_nashej_komandy {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.page-template-page-o-nas .owl-carousel .owl-nav.disabled {
    display: block;
}

.page-template-page-o-nas .str_navesa_bl_3 {
    padding: 0px 0 124px;
}

.page-template-page-o-nas .title_preimushhestv_str_navesa {
    padding-bottom: 36px;
}

.page-template-page-o-nas .flex_bl_8 {
    position: relative;
    z-index: 99;
}

.page-template-page-o-nas .box_bl_8:after {
    z-index: 0;
}
.page .bl_page .box_bl_7 {
    padding: 0px 0 125px;
}
.page .container_flex_bl_7 {
    max-width: 1170px;
}
.page .container_flex_bl_7 {
    font-size: 16px;
}










































































@media (min-width: 1250px) {
    .price-table-scroll {
        overflow-x: hidden;
    }

    .price-table-wrap {
        min-width: 100%;
        width: 100%;
    }
}


@media (max-width: 991px) {
    .price-table-scroll {
        overflow-x: auto;
    }



}


@media (max-width: 480px) {
    .price-table-scroll {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }



}































































































@media (max-width: 1450px) {
.page .box_bl_7:before {
        display: none;
    }







}






















@media (max-width: 1350px) {

    div#box_page_testimonial:after,
    .page-template-page-o-nas .str_navesa_box_bl3:before {
        display: none;
    }

    .menu li {
        padding: 0px 25px;
    }

    .tekst_knopki_page_otzyvy a {
        font-size: 14px;
        padding: 15px;
    }

    .str_navesa_box_bl3:before {
        right: 0;
    }

    .o_nas_bl_4:before {
        top: -97px;
    }







































































}
























@media (max-width: 1250px) {

    .footer_box_top.web,
    div#box_page_catalog:before,
    .filters-container,
    div#str_o_nas_box .box_bl_7:before {
        display: none;
    }

    .footer_box_top.mob,
    .filters-container.active,
    .mobile-filter-toggle,
    .flex_filt_page_catalog {
        display: block;
    }

    .header_flex_item1 {
        width: 43%;
    }

    .header_flex_item2 {
        width: 45%;
    }

    .footer_box_top.mob .header_flex_item1,
    .logo_flex_text {
        width: 100%;
    }

    .footer_box_top.mob .header_flex_item1,
    .footer_box_top.mob .logo_flex_text,
    .footer_box_top.mob .vyvod_soczsetej_v_shapke,
    .footer_box_top.mob .header_flex_item2 {
        justify-content: center;
    }

    .footer_box_top.mob .tekst_knopkil_v_shapke {
        margin: 36px auto 36px;
    }

    .footer_box_top.mob .title_tel_foot {
        text-align: center;
    }

    .footer_box_top.mob .cont_box_mob {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding-bottom: 36px;
    }

    .grafik_raboty_tel_v_shapke:first-child {
        margin-right: 26px;
    }

    .footer_box_bott {
        margin-top: 36px;
    }

    .item1_filt_page_catalog,
    .item2_filt_page_catalog {
        width: 100%;
    }

    .mobile-filter-toggle {
        background: #fff;
        padding: 11px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 32px;
        border: 1px solid #2C75DE;
        color: #2C75DE;
        position: relative;
    }

    form#filtersForm {
        padding-bottom: 32px;
    }

    .filter-arrow {
        position: absolute;
        right: 14px;
        width: 20px;
        height: 20px;
    }

    .filter-arrow:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: -3px 0 0 10px;
        width: 10px;
        height: 10px;
        border-color: #2D78DA;
        border-style: solid;
        border-width: 0 2px 2px 0;
        position: absolute;
        right: 4px;
        top: 4px;
        -webkit-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    span.filter-arrow.rotated:before {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        top: 9px;
    }

    .box_bl_8:after {
        z-index: 9;
    }

    .page-template-page-o-nas .video-preview-wrapper2 {
        height: 455px;
    }








































}






















@media (max-width: 1190px) {

    .item2_bl_10,
    .single .page_title br,
    .box_tabliczy_czen:after,
    .box_tabliczy_czen:before,
    .portfolio_box_web {
        display: none;
    }

    .portfolio_box_mob {
        display: block !important;
    }

    .item1_bl_10 {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
    }

    .box_bl_8:before {
        z-index: 0;
    }

    .item_bl_8 {
        z-index: 99;
    }

    .item_bl_6 {
        z-index: 99;
    }

    .box_bl_8:after {
        z-index: 9;
    }

    .flex_bl_9 {
        padding: 0 40px;
    }

    .slider .owl-prev {
        left: -25px;
        right: auto;
    }

    .slider .owl-next {
        right: -25px;
    }

    .footer_box_bott {
        display: block;
        text-align: center;
    }

    .footer_box_bott_item:first-child {
        padding-bottom: 24px;
    }

    .str_navesa_flex_bl1 {
        display: block;
    }

    .str_navesa_item1_bl1,
    .str_navesa_item2_bl1 {
        width: 70%;
        margin: 0 auto;
    }

    .str_navesa_item2_bl1 {
        padding-top: 48px;
    }

    .str_navesa_bl_2 {
        max-width: 100%;
        margin: 68px auto 0;
        width: 70%;
    }

    .bl_page {
        padding: 235px 0 124px;
    }

    .single .box_breadcrumb {
        padding-bottom: 48px;
    }

    .str_navesa_bl_3 .tekst_knopki_3_go_bloka a {
        width: auto;
    }

    .str_navesa_bl_3 .tekst_knopki_3_go_bloka a:after {
        left: 39px;
    }

    .box_tabliczy_czen:before {
        height: 392px;
        width: 283px;
        top: -215px;
        background-size: 200px;
    }

    .box_tabliczy_czen:after {
        height: 344px;
        width: 138px;
        background-size: 138px;
    }

    .calculator_total_bott {
        display: block;
    }

    .calc_total_bott_item3,
    .calc_total_bott_item1 {
        width: 100%;
        text-align: center;
    }

    .calc_total_bott_item2 {
        width: 100%;
        margin: 26px auto 26px;
    }

    .calculator_total_bott {
        margin-bottom: 96px;
        position: relative;
    }

    .calculator_total_bott:before {
        display: block;
        content: "";
        height: 392px;
        width: 283px;
        background: url(images/box_tabliczy_czen1.png) 0 0 no-repeat;
        position: absolute;
        top: -60px;
        left: -15px;
        background-size: 200px;
    }

    .calculator_total_bott:after {
        display: block;
        content: "";
        height: 344px;
        width: 138px;
        background: url(images/box_tabliczy_czen2.png) 0 0 no-repeat;
        position: absolute;
        top: -38px;
        right: -15px;
        background-size: 138px;
    }

    .calc_total_bott_item1 {
        padding-right: 0;
    }

    .tabs_caption.tabs_caption_bl2 {
        flex-wrap: wrap;
        gap: 20px;
    }

    .portfolio_page_portfolio_content .read-more-btn {
        position: initial;
    }

    .portfolio_box_top_item1 {
        width: 100%;
    }

    .portfolio_box_top_item1 {
        width: 100%;
        max-width: 636px;
        margin: 0 auto 24px;
    }

    .portfolio_box_top_item2,
    .portfolio_box_bott,
    .seo_tekst_box {
        width: 100%;
        max-width: 636px;
        margin: 0 auto;
    }




















































}


















































@media (max-width: 991px) {

    header .vyvod_soczsetej_v_shapke,
    header .email_gorod_v_shapke,
    header .tekst_knopkil_v_shapke,
    .home .box_bl_4,
    .vyvod_soczsetej_v_podvale,
    .box_bl_5:after,
    .box_bl_6:after,
    .box_bl_7:before,
    .str_navesa_box_bl3:before,
    .page-template-page-o-nas .box_bl_8:after {
        display: none;
    }

    .header_box_bott .menu,
    .box_bl_10_mom,
    nav.menu_box ul li a {
        display: block !important;
    }

    header .menu li {
        padding: 0;
    }

    header.header.home_menu {
        padding: 0;
    }

    header .header_box_bott {
        padding: 0;
        margin-top: 0;
    }

    .header_flex_item2 {
        width: 35%;
    }

    .header_box_top {
        padding: 0 50px;
    }

    .header_box {
        padding: 10px 0;
    }

    .grafik_raboty_v_shapke {
        font-size: 16px;
        font-weight: 500;
    }

    header nav.menu {
        display: none;
        background: #2b4556;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    header .tel_v_shapke a {
        font-size: 16px;
        font-weight: 400;
    }

    header .menu ul li {
        display: block;
    }

    .menu ul li a {
        color: #ffffff;
    }

    .menu ul li>a:hover,
    .menu ul li:hover>a {
        color: #ffffff;
        text-decoration: underline;
    }

    .gallery {
        margin: 20px 0px !important;
        flex-wrap: wrap;
    }

    .gallery .gallery-item {
        width: 100% !important;
    }

    .video-preview-container {
        max-width: 100%;
    }

    .play-icon svg {
        width: 50px;
        height: 50px;
    }

    #dad_mobile_btn {
        position: absolute;
        top: 11px;
        right: 64px;
        width: 53px;
        height: 53px;
        box-sizing: border-box;
        cursor: pointer;
        background: rgba(44, 117, 222, 0.05);
        border: 1px solid #2C75DE;
        border-radius: 12px;
        z-index: 9999;
    }

    .dad_span_1,
    .dad_span_2,
    .dad_span_3 {
        position: absolute;
        width: 24px;
        height: 2px;
        transition: 0.3s;
        background: #2C75DE;
        right: 13px;
    }

    .dad_span_1 {
        top: 16px;
    }

    .dad_span_2 {
        top: 26px;
    }

    .dad_span_3 {
        top: 36px;
    }

    .mobile_btn .dad_span_1 {
        transform: rotate(45deg);
        top: 24px;
    }

    .mobile_btn .dad_span_2 {
        display: none;
    }

    .mobile_btn .dad_span_3 {
        top: 24px;
        transform: rotate(-45deg);
    }

    .tekst_logo_v_shapke {
        font-weight: 500;
    }

    .title_bl {
        font-size: 28px;
        padding-bottom: 24px;
    }

    .bl_1 {
        padding-top: 123px;
        height: 580px;
    }

    .text_1_go_bloka {
        font-size: 14px;
    }

    .knopka_1_1_go_bloka,
    .knopka_2_1_go_bloka {
        min-width: 306px;
    }

    .knopka_1_1_go_bloka a,
    .knopka_2_1_go_bloka a {
        font-size: 14px;
    }

    .knopka_1_1_go_bloka a {
        padding: 13px 30px 13px 70px;
    }

    .knopka_2_1_go_bloka a {
        padding: 13px 15px;
    }

    .knopka_1_1_go_bloka a:after {
        height: 14px;
        width: 14px;
        bottom: 17px;
        left: 92px;
        background-size: 14px !important;
    }

    .vyvod_preim_1_go_bloka_box {
        bottom: -145px;
        max-width: 636px;
    }

    .vyvod_preim_1_go_bloka {
        display: grid;
        grid-column-gap: var(--grid-column-gap);
        grid-row-gap: var(--grid-row-gap);
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        --grid-column-gap: 24px;
        --grid-row-gap: 24px;
    }

    .box_bl_2:after {
        height: 189px;
        width: 152px;
        top: 24px;
        right: 0;
        left: auto;
        transform: scaleX(-1);
        background-size: 148px;
    }

    .box_bl_2 {
        padding: 259px 0 124px;
    }

    .tabs_caption.tabs_caption_bl2 {
        padding: 0 0 24px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    #toTop {
        right: 10px;
    }

    .timer-unit {
        width: 148px;
        height: 94px;
    }

    .box_bl_3 .title_bl {
        font-size: 24px;
        padding-bottom: 32px;
    }

    .timer-value,
    span.timer-separator {
        font-size: 48px;
    }

    .tekst_knopki_3_go_bloka a {
        font-size: 14px;
    }

    .tekst_knopki_3_go_bloka a:after {
        height: 14px;
        width: 14px;
        bottom: 21px;
        left: 45px;
        background-size: 14px !important;
    }

    .box_schyotchik_bl_3 {
        padding-bottom: 32px;
    }

    .flex_bl_3 {
        padding: 42px 0 63px;
    }

    .home .box_bl_5 {
        padding: 118px 0px 124px;
    }

    .flex_box_bl_3 {
        z-index: 2;
    }

    .box_bl_3:before,
    .box_bl_3:after {
        z-index: 1;
    }

    .box_bl_3:after {
        height: 469px;
        width: 231px;
        background-size: 230px;
    }

    .box_bl_5 .item_bl_5 {
        width: 450px;
        margin: 0 auto;
    }

    .bl_5_slider {
        padding: 0 50px;
    }

    .read-more-btn {
        position: initial;
        max-width: 100%;
    }

    .item_bl_5 {
        height: auto;
    }

    .meta_czena {
        padding: 20px 0;
    }

    .container_box {
        padding: 0 66px;
    }

    .box_bl_3:before {
        height: 420px;
        width: 179px;
        background-size: 179px;
    }

    .read-more-btn a {
        font-size: 16px;
    }

    .tekst_knopki_5_go_bloka {
        padding-top: 30px;
    }

    .box_bl_6 .title_bl {
        padding-bottom: 36px;
    }

    .flex_bl_6 {
        grid-template-columns: repeat(1, 1fr);
        --grid-column-gap: 14px;
        --grid-row-gap: 14px;
    }

    .box_bl_7:before {
        top: -320px;
    }

    .video-preview-wrapper2 {
        height: 358px;
    }

    .flex_bl_8 {
        grid-template-columns: repeat(2, 1fr);
    }

    .box_bl_8:after {
        top: 289px;
        z-index: 9;
    }

    .box_bl_9 .title_bl {
        padding-bottom: 32px;
    }

    .item1_bl_9 {
        width: 43%;
        height: 280px;
    }

    .item2_bl_9 {
        padding: 20px 0 0;
        width: 57%;
    }

    .strong_flex_bl9 {
        justify-content: space-between;
    }

    .item1_bl_10 {
        max-width: 636px;
    }

    .meta1_form_bl10 .title_bl {
        font-size: 36px;
        padding-bottom: 36px;
        line-height: 1.4;
    }

    .box_bl_10 {
        padding: 0 0 86px;
    }

    .box_bl_11 {
        padding: 0 0 98px;
    }

    .header_flex_item1,
    .logo_flex_text,
    .vyvod_soczsetej_v_shapke,
    .header_flex_item2 {
        justify-content: flex-start;
    }

    header.header.home_menu .header_flex_item2 {
        justify-content: end;
        padding-right: 53px;
        width: 57%;
    }

    .timer-counter {
        gap: 10px;
    }

    nav.menu_box {
        position: fixed;
        display: block;
        right: -100vw;
        width: 100vw;
        top: 77px;
        height: 100vh;
        background: #fff;
        transition: .3s ease-in-out;
        z-index: 1000 !important;
        box-shadow: none;
        padding: 48px 65px 0 65px;
    }

    nav.menu_box.active {
        right: 0;
        transition: .3s ease-in-out;
    }

    ul#menu-glavnoe-menyu>li {
        padding: 10px 5px;
        margin-right: 0;
        border-bottom: 1px solid #00000021;
    }

    .menu .sub-menu li a {
        padding: 12px 15px;
    }

    span.toog {
        content: "";
        position: absolute;
        top: 17px;
        left: 7px;
        z-index: 2;
        display: inline-block;
        vertical-align: middle;
        transform: rotate(45deg);
        margin: -3px 0px 0px 10px;
        width: 10px;
        height: 10px;
        border-color: #1F2531;
        border-style: solid;
        border-width: 0px 2px 2px 0px;
        background-size: 10px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    span.toogs {
        content: "";
        position: absolute;
        right: 0;
        top: 4px;
        width: 42px;
        height: 42px;
    }

    span.toogs.active span.toog {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    header .menu li ul.sub-menu,
    header .menu li ul.sub-menu li ul.sub-menu {
        opacity: 0;
    }

    header .menu li.menu-item-has-children:hover>ul.sub-menu,
    header .menu li ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        display: none;
    }

    header .menu li ul.sub-menu,
    header .menu li ul.sub-menu li ul.sub-menu {
        max-height: initial;
    }

    header .menu li.menu-item-has-children:hover>ul.sub-menu {
        position: inherit;
    }

    header .menu li ul.sub-menu li span.toogs {
        right: 0;
        top: 5px;
    }

    header .menu li ul.sub-menu li {
        border-bottom: none;
        padding: 0px;
    }

    header .menu li ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
        left: 0;
        padding-left: 0px !important;
    }

    .menu-item-has-children:before {
        display: none;
    }

    .burger_clik.mobile_btn {
        background: #2C75DE !important;
    }

    .mobile_btn .dad_span_1,
    .mobile_btn .dad_span_3 {
        background: #fff;
    }

    .fixed {
        position: fixed !important;
        top: 0px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
    }

    #toTop {
        z-index: 99;
    }

    nav.menu_box ul.sub-menu {
        max-width: none;
        min-width: auto;
        top: 0px !important;
        left: 0px !important;
    }

    .bl_page {
        padding: 90px 0 124px;
    }

    .box_breadcrumb {
        padding-bottom: 48px;
    }

    .title_page {
        font-size: 28px;
    }

    .box_bl_10_mom {
        padding-top: 96px !important;
    }

    .page-template-page-faq .seo_tekst_11_go_bloka {
        padding-top: 86px;
    }

    .img_slajdera_str_navesa a {
        height: 358px;
    }

    .str_navesa_item2_bl1 .page_title {
        font-size: 28px;
    }

    .tekst_knopki_bl1_str_navesa a {
        min-width: 306px;
    }

    .str_navesa_bl_2 {
        margin: 48px auto 0;
    }

    .title_harakteristik_str_navesa {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .str_navesa_box_bl2 {
        padding: 24px;
    }

    .str_navesa_bl_3 {
        padding: 48px 0;
    }

    .vyvod_preimushhestv_str_navesa {
        grid-template-columns: repeat(2, 1fr);
        --grid-column-gap: 20px;
        --grid-row-gap: 20px;
        padding-bottom: 32px;
    }

    .vyvod_preimushhestv_str_navesa_item .title_preim_str_navesa {
        font-size: 16px;
    }

    .str_navesa_bl_3 .tekst_knopki_3_go_bloka a:after {
        height: 14px;
        width: 14px;
        bottom: 17px;
        left: 48px;
        background-size: 14px !important;
    }

    .str_navesa_bl_3 .tekst_knopki_3_go_bloka a {
        padding: 13px 30px 13px 70px;
    }

    .title_preimushhestv_str_navesa {
        font-size: 28px;
    }

    .single .seo_tekst_11_go_bloka {
        padding-top: 86px;
    }

    .item1_calculator_section:first-child {
        width: 100%;
        padding-bottom: 32px;
    }

    .canopy_calculator_flex {
        padding: 24px;
        margin-bottom: 51px;
    }

    .item2_calculator_section,
    .item3_calculator_section {
        width: 48%;
    }

    .box_tablicza {
        z-index: 0;
    }

    div#portfolio_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .img_portfolio_page_portfolio {
        height: 286px;
    }

    .page-template-page-portfolio .box_bl_10 {
        padding-top: 86px;
    }

    .tekst_page_kontakty {
        font-size: 16px;
    }

    .tekst_knopki_str_navesa a {
        padding: 12px 30px 12px 30px;
        font-size: 14px;
    }

    .tekst_knopki_str_navesa a:before {
        height: 14px;
        width: 14px;
        margin-right: 10px;
        background-size: 14px;
    }

    .page-template-page-o-nas .video-preview-wrapper2 {
        height: 358px;
    }

    .text_1_go_bloka_o_nas {
        padding-bottom: 64px;
    }

    .page-template-page-o-nas .bl_page .box_bl_7 {
        padding: 0px 0 86px;
    }

    .page-template-page-o-nas .title_bl {
        font-size: 26px;
        padding-bottom: 36px;
    }

    .page-template-page-o-nas .box_bl_8 {
        padding: 0 0 86px;
    }

    .page-template-page-o-nas .title_preimushhestv_str_navesa {
        padding-bottom: 32px;
    }

    .page-template-page-o-nas .tekst_knopki_o_nas a {
        font-size: 14px;
        padding: 12px 30px 12px 30px;
    }

    .page-template-page-o-nas .str_navesa_bl_3 {
        padding: 0px 0 86px;
    }

    .tekst_knopki_o_nas a:before {
        height: 14px;
        width: 14px;
        margin-right: 10px;
        background-size: 14px;
    }

    .page-template-page-o-nas .title_preimushhestv_str_navesa {
        padding-bottom: 36px;
    }

    .img_nashej_komandy {
        height: 563px;
    }

    .vyvod_nashej_komandy .owl-prev {
        left: 15px;
    }

    .vyvod_nashej_komandy .owl-next {
        right: 15px;
    }































}











































@media (max-width: 850px) {

    .unit_days,
    .swiper-button-prev:after,
    .swiper-button-next:after,
    div#swiper_bl_7 .swiper-button-prev,
    div#swiper_bl_7 .swiper-button-next {
        display: none;
    }

    .box_bl_7:before {
        z-index: 1;
    }

    div#swiper_bl_7 {
        padding: 0 60px;
    }

    div#swiper_bl_7 .swiper-button-prev {
        left: 40px;
        right: auto;
    }

    div#swiper_bl_7 .swiper-button-next {
        right: 40px;
    }

    .up {
        width: 40px;
        height: 40px;
    }

    .up:after {
        width: 10px;
        height: 10px;
        top: 20px;
        left: 4px;
    }

    .flex_page_catalog {
        grid-template-columns: repeat(2, 1fr);
        --grid-column-gap: 24px;
        --grid-row-gap: 30px;
    }




















}





























@media (max-width: 770px) {
    .container_box {
        padding: 0 60px;
    }

    .tekst_v_podvale br,
    .tekst_preim_str_navesa br,
    div#box_page_portfolio::before {
        display: none;
    }

    .box_breadcrumb {
        padding-bottom: 48px;
    }

    .bl_page {
        padding: 85px 0;
    }

    .tekst_knopki_page_otzyvy a {
        width: 100%;
    }

    .bl_page .box_bl_7 {
        padding: 69px 0 96px;
    }

    .video-preview-wrapper2 {
        height: auto;
    }

    .seo_tekst_11_go_bloka {
        padding-top: 86px;
    }

    div#testimonial_page_flex .testimonial_page_item1 .wpmtst-testimonial-image.testimonial-image {
        float: none !important;
        max-width: 100% !important;
        margin: 0 !important;
        height: 196px;
    }

    div#testimonial_page_flex .testimonial_page_item2 .wpmtst-testimonial-heading.testimonial-heading {
        background: none !important;
        padding-left: 0 !important;
        line-height: 1;
        padding-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
    }

    .str_navesa_item1_bl1,
    .str_navesa_item2_bl1,
    .str_navesa_bl_2 {
        width: 100%;
    }

    .vyvod_preimushhestv_str_navesa {
        grid-template-columns: repeat(1, 1fr);
    }

    .single .container_box {
        padding: 0 15px;
    }

    .title_preim_str_navesa_meta {
        max-width: none;
    }

    div#portfolio_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-page-o-nas .video-preview-wrapper2 {
        height: 348px;
    }

    .o_nas_bl_4 {
        padding-bottom: 86px;
    }

    .vyvod_nashej_komandy {
        padding: 0 60px;
    }

    .img_nashej_komandy {
        height: auto;
    }

    .o_nas_bl_4:before {
        height: 237px;
        width: 177px;
        background-size: 177px;
    }
.page .bl_page .box_bl_7 {
    padding: 0px 0 64px;
}



































}
































@media (max-width: 700px) {

    .page-template-page-o-nas .box_bl_8:before,
    .o_nas_bl_4:before {
        display: none;
    }

    .header_box_top {
        padding: 0;
    }

    header.header.home_menu .header_flex_item2 {
        padding-right: 55px;
        width: auto;
    }

    #dad_mobile_btn {
        right: 15px;
    }

    #dad_mobile_btn {
        top: 21px;
        right: 16px;
        width: 36px;
        height: 36px;
    }

    .dad_span_1,
    .dad_span_2,
    .dad_span_3 {
        width: 18px;
        right: 8px;
    }

    .dad_span_1 {
        top: 8px;
    }

    .dad_span_2 {
        top: 16px;
    }

    .dad_span_3 {
        top: 24px;
    }

    .mobile_btn .dad_span_1 {
        transform: rotate(45deg);
        top: 16px;
    }

    .mobile_btn .dad_span_3 {
        top: 16px;
        transform: rotate(-45deg);
    }

    .header_flex_item1 {
        width: auto;
    }

    header.header.home_menu .header_flex_item2 {
        padding-right: 38px;
    }

    header .tel_v_shapke a {
        font-weight: 600;
    }

    .grafik_raboty_v_shapke {
        font-size: 10px;
    }

    nav.menu_box {
        padding: 48px 0px 0 0px;
    }

    .box_link_bl1 {
        display: block;
    }

    .knopka_1_1_go_bloka {
        margin-right: 0;
    }

    .knopka_1_1_go_bloka,
    .knopka_2_1_go_bloka {
        min-width: 328px;
        max-width: 328px;
        margin: 0 auto;
    }

    .knopka_1_1_go_bloka {
        padding-bottom: 16px;
    }

    .knopka_1_1_go_bloka a:after {
        left: 106px;
    }

    .bl_1 {
        padding-top: 100px;
        background-position: 50% 100% !important;
    }

    .box_title_bl1 .title_bl {
        padding-bottom: 16px;
    }

    .container_box {
        padding: 0 15px;
    }

    .title_bl {
        font-size: 20px;
    }

    .title_page {
        font-size: 20px;
        padding-bottom: 24px;
    }

    .box_bl_10_mom {
        padding-top: 64px !important;
    }

    .bl_page {
        padding: 86px 0;
    }

    div#testimonial_page_flex .testimonial_page_item1,
    div#testimonial_page_flex .testimonial_page_item2 {
        width: 100%;
    }

    div#testimonial_page_flex .dlya-chego-naves-field {
        font-size: 12px;
    }

    div#box_page_testimonial nav.nav-links span.current {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    div#box_page_testimonial .strong-view.wpmtst-default .strong-content {
        margin: 0px auto 0;
    }

    .tekst_knopki_page_otzyvy {
        text-align: center;
        padding-bottom: 24px;
    }

    div#box_page_testimonial nav.nav-links a.page-numbers {
        width: 25px;
        height: 25px;
    }

    div#box_page_testimonial a.prev.page-numbers:before {
        right: 6px;
        top: 11px;
    }

    a.next.page-numbers:before {
        right: 9px;
        top: 11px;
    }

    a.prev.page-numbers {
        right: 35px;
    }

    a.prev.page-numbers:before,
    a.next.page-numbers:before {
        width: 6px;
        height: 6px;
    }

    div#testimonial_page_flex .testimonial_page_item2 .wpmtst-testimonial-content.testimonial-content {
        padding-right: 0;
    }

    div#testimonial_page_flex .testimonial_page_item2 {
        padding: 15px;
    }

    .strong-rating-wrapper>span {
        line-height: 15px !important;
    }

    .meta1_form_bl10 .title_bl {
        font-size: 20px;
    }

    .page-template-page-o-nas .video-preview-wrapper2 {
        height: auto;
    }







































}











































@media (max-width: 550px) {

    .tekst_logo_v_shapke,
    .bl_1:after,
    .box_bl_7:before,
    .box_bl_8:before,
    .box_bl_8:after,
    .page-template-page-reviews .box_bl_7,
    .str_navesa_box_bl2 .wer_rew:after {
        display: none;
    }

    .fon_1_go_bloka_mob,
    .home .box_bl_4,
    .strong_flex_bl9,
    .fofc {
        display: block;
    }

    div#fofc_item {
        width: 100%;
    }

    .vyvod_soczsetej_v_podvale_mob {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 99;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .vyvod_soczsetej_v_podvale_mob_item1 {
        background: #2CDE4D;
        box-shadow: inset 0px 0px 24px #D0FBD5;
        border-radius: 12px 12px 0px 0px;
    }

    .vyvod_soczsetej_v_podvale_mob_item2 {
        background: #4A9EFF;
        box-shadow: inset 0px 0px 24px #8CBBFF;
        border-radius: 12px 12px 0px 0px;

    }

    .vyvod_soczsetej_v_podvale_mob_item3 {
        background: #FF8800;
        box-shadow: inset 0px 0px 24px #FFE292;
        border-radius: 12px 12px 0px 0px;
    }

    .vyvod_soczsetej_v_podvale_mob_flex {
        display: grid;
        grid-column-gap: var(--grid-column-gap);
        grid-row-gap: var(--grid-row-gap);
        grid-template-columns: repeat(3, 1fr);
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        --grid-column-gap: 8px;
    }

    .vyvod_soczsetej_v_podvale_mob_flex a.ikonka_soczsetej_v_podvale {
        display: flex;
        justify-content: center;
        height: 42px;
        align-items: center;
    }

    .vyvod_soczsetej_v_podvale_mob_item1,
    .vyvod_soczsetej_v_podvale_mob_item2,
    .vyvod_soczsetej_v_podvale_mob_item3 {
        width: 104px;
    }

    .vyvod_soczsetej_v_podvale_mob_flex a img {
        width: 28px;
        height: 28px;
    }

    footer {
        padding: 0px 0 70px;
    }

    .fon_1_go_bloka_mob img {
        width: 100%;
        height: 100%;
    }

    .bl_1 {
        padding-top: 110px;
        height: auto;
        background: none !important;
        position: relative;
    }

    .bl_1 .container_box {
        margin-bottom: -65px;
    }

    .vyvod_preim_1_go_bloka_box {
        bottom: -548px;
        max-width: 636px;
    }

    .vyvod_preim_1_go_bloka {
        grid-template-columns: repeat(1, 1fr);
        padding: 24px;

    }

    .vyvod_preim_1_go_bloka_box {
        bottom: -350px;
        max-width: 328px;
    }

    .box_bl_2 {
        padding: 400px 0 86px;
    }

    .fon_1_go_bloka_mob {
        position: relative;
        z-index: -1;
    }

    nav.menu_box {
        padding: 20px 0px 0 0px;
    }

    #toTop {
        bottom: 50px;
    }

    .box_bl_2 .title_bl {
        padding-bottom: 16px;
    }

    .owl-prev {
        left: 15px !important;
    }

    .owl-next {
        right: 15px !important;
    }

    .box_bl_3 .title_bl {
        font-size: 20px;
    }

    .timer-unit {
        width: 77px;
        height: 50px;
    }

    .timer-value,
    span.timer-separator {
        font-size: 24px;
    }

    .timer-label {
        font-size: 10px;
    }

    .box_schyotchik_bl_3 {
        padding-bottom: 24px;
    }

    .tekst_knopki_3_go_bloka a {
        padding: 13px 30px 13px 70px;
    }

    .tekst_knopki_3_go_bloka a:after {
        bottom: 17px;
        left: 47px;
    }

    .flex_bl_3 {
        padding: 24px;
    }

    .box_bl_3:before {
        height: 251px;
        width: 107px;
        background-size: 109px;
    }

    .box_bl_3:after {
        height: 288px;
        width: 142px;
        background-size: 142px;
    }

    .video-preview-container {
        margin: 0 auto;
        max-width: 328px;
        height: 184px;
    }

    .video-preview-wrapper {
        height: auto;
    }

    .box_bl_4 {
        padding: 86px 0 0 !important;
    }

    .box_bl_5 {
        padding: 86px 0px 100px !important;
    }

    .box_bl_4 .title_bl {
        z-index: 999;
        position: relative;
    }

    .tabs_item.tabs_item_bl2,
    .conta_bl2_slider {
        height: 184px;
        max-width: 328px;
        margin: 0 auto;
    }

    .card_image a {
        height: 237px;
    }

    .box_bl_5 .item_bl_5 {
        width: auto;
    }

    .card_title a,
    .card_price,
    .testimonial_name_bl9 {
        font-size: 16px;
    }

    .card_type span,
    .card_purpose span,
    .read-more-btn a,
    .tekst_knopki_5_go_bloka a {
        font-size: 14px;
    }

    .tekst_knopki_5_go_bloka {
        padding-top: 24px;
    }

    .box_bl_6 .title_bl {
        padding-bottom: 24px;
    }

    .title_rabot_6_go_bloka {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .box_bl_6 {
        padding: 0 0 86px;
    }

    div#swiper_bl_7 {
        padding: 0;
    }

    .box_bl_7 {
        padding: 0 0 86px;
    }

    .flex_bl_8 {
        --grid-column-gap: 8px;
        --grid-row-gap: 8px;
    }

    .title_doveryayut_8_go_bloka {
        font-size: 40px;
        padding-bottom: 24px;
    }

    .item_bl_8 {
        padding: 14px;
    }

    .bl8_item1 .title_doveryayut_8_go_bloka:after,
    .bl8_item2 .title_doveryayut_8_go_bloka:after {
        height: 15px;
        width: 15px;
        top: 18px;
        left: 13px;
        background-size: 15px;
    }

    .tekst_doveryayut_8_go_bloka,
    .testimonial_purpose_bl9,
    .testimonial_excerpt_bl9,
    .testimonial_more {
        font-size: 12px;
    }

    .box_bl_8 {
        padding: 0 0 86px;
    }

    .box_bl_9 .title_bl {
        padding-bottom: 18px;
    }

    .flex_bl_9 {
        padding: 0;
    }

    .item1_bl_9 {
        width: 100%;
        height: 196px;
    }

    .testimonial_image_bl9 {
        height: 196px;
    }

    .item2_bl_9 {
        width: 100%;
        margin: 0;
    }

    .testimonial_excerpt_bl9 {
        padding-top: 14px;
    }

    .flex_bl_9 .owl-prev,
    .flex_bl_9 .owl-next {
        top: -203px;
    }

    .box_bl_9 {
        padding: 0 0 86px;
    }

    .meta1_form_bl10 .title_bl {
        font-size: 20px;
        padding-bottom: 32px;
    }

    div#fofc_item:first-child {
        margin-bottom: 24px;
    }

    div#fofc_item label span,
    div#fofc_item_textarea label span {
        font-size: 12px;
    }

    .fofc {
        padding-bottom: 32px;
    }

    div#fofc_button input {
        font-size: 12px;
        padding: 14px 20px;
    }

    .fofc_text {
        font-size: 12px;
    }

    .vopros_11_go_bloka {
        font-size: 14px;
    }

    .item_bl_11:after,
    .item_bl_11:hover:after {
        height: 30px;
        width: 30px;
        background-size: 30px;
        top: 6px;
    }

    .item_bl_11 {
        margin-bottom: 14px;
    }

.vopros_11_go_bloka {
        padding: 16px 60px 16px 14px;
    }
    .otvet_11_go_bloka {
        padding: 8px 60px 14px 14px;
    }

    .flex_bl_11 {
        padding-bottom: 24px;
    }

    .tekst_knopki_11_go_bloka a {
        font-size: 14px;
    }

    .seo_tekst_11_go_bloka {
        padding-top: 86px;
        font-size: 12px;
    }

    .box_bl_11 {
        padding: 0 0 64px;
    }

    .more_seo_tekst_11_go_bloka {
        font-size: 12px;
        padding-top: 14px;
    }

    .seo_title_page_otzyvy {
        font-size: 20px;
    }

    .flex_bl_3 {
        padding: 10px;
    }

    .bl_5_slider {
        padding: 0;
    }

    .bl_5_slider .owl-next,
    .bl_5_slider .owl-prev {
        top: -70px;
    }

    .item_bl_6 {
        height: auto;
    }

    .slider .owl-next,
    .slider .owl-prev {
        width: 32px;
        height: 32px;
    }

    .slider .owl-prev:before {
        left: 2px;
        top: 13px;
    }

    .slider .owl-next:before {
        width: 8px;
        height: 8px;
        right: 12px;
        top: 13px;
    }

    .slider .owl-prev:before {
        width: 8px;
        height: 8px;
        right: 12px;
        top: 14px;
    }

    .tabs_caption.tabs_caption_bl2 {
        gap: 12px;
    }

    .seo_text_short,
    button#loadMoreBtn {
        font-size: 12px;
    }

    .flex_page_catalog {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 30px;
    }

    .title_filt_page_catalog {
        font-size: 16px;
    }

    .page-template-page-reviews .box_content {
        padding-bottom: 86px;
    }

    div#str_navesa_box .owl-next {
        right: auto !important;
    }

    .img_slajdera_str_navesa a {
        height: 184px;
    }

    div#str_navesa_box .owl-next,
    div#str_navesa_box .owl-prev {
        width: 32px;
        height: 32px;
    }

    div#str_navesa_box .owl-prev:before {
        width: 8px;
        height: 8px;
        right: 8px;
        top: 13px;
        left: auto;
    }

    div#str_navesa_box .owl-next:before {
        width: 8px;
        height: 8px;
        right: 12px;
        top: 13px;
    }

    .str_navesa_item2_bl1 {
        padding-top: 36px;
    }

    .str_navesa_item2_bl1 .page_title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .single_content {
        font-size: 12px;
    }

    .meta_link_czena_bl1 {
        flex-wrap: wrap;
    }

    .tekst_knopki_bl1_str_navesa {
        padding-right: 0;
        order: 2;
        width: 100%;
        margin-top: 24px;
    }

    .single_content {
        padding-bottom: 24px;
    }

    .str_navesa_bl_2 {
        margin: 24px auto 0;
    }

    .str_navesa_box_bl2 {
        padding: 24px 14px 24px 14px;
    }

    .title_harakteristik_str_navesa {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .str_navesa_box_bl2 .wer_rew {
        display: block;
    }

    .vyvod_harakteristik_str_navesa .znachenie_h_harakteristiki_portfolio_page_portfolio {
        padding-left: 0;
        color: #212121;
    }

    .vyvod_harakteristik_str_navesa .tip_h_harakteristiki_portfolio_page_portfolio {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .vyvod_harakteristik_str_navesa .wer_rew:last-child {
        padding: 0;
    }

    .str_navesa_bl_3 {
        padding: 64px 0;
    }

    .title_preimushhestv_str_navesa {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .ikonka_preim_str_navesa {
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }

    .vyvod_preimushhestv_str_navesa_item .title_preim_str_navesa {
        font-size: 14px;
    }

    .tekst_preim_str_navesa {
        font-size: 12px;
    }

    .vyvod_preimushhestv_str_navesa {
        --grid-row-gap: 8px;
        padding-bottom: 24px;
    }

    .single .meta1_form_bl10 {
        padding: 24px 15px 24px 15px;
    }

    .input_group label,
    .select_group label,
    .input_group_meta_item {
        font-size: 12px;
    }

    .select_group select {
        font-size: 14px;
    }

    .select_box::after {
        width: 14px;
        height: 14px;
    }

    .canopy_calculator_flex {
        padding: 34px 12px;
        margin-bottom: 24px;
    }

    .calculator_total_bott:before {
        height: 335px;
        width: 168px;
        top: -152px;
        left: -71px;
        background-size: 132px;
    }

    .calculator_total_bott:after {
        height: 272px;
        width: 90px;
        top: 107px;
        right: -15px;
        background-size: 119px;
    }

    .calculator_total_bott {
        margin-bottom: 86px;
    }

    .calculator_total_bott {
        padding: 20px;
    }

    button#calculate-btn {
        font-size: 14px;
        max-width: 326px;
        margin: 0 auto;
    }

    button#calculate-btn:after {
        height: 14px;
        width: 14px;
        bottom: 21px;
        left: 91px;
        background-size: 14px !important;
    }

    .total-price {
        font-size: 24px;
    }

    .tekst_kalkulyatora {
        font-size: 12px;
    }

    .price-header,
    .price-row {
        font-size: 16px;
    }

    .calc_total_bott_item2 {
        width: 100%;
        text-align: center;
    }

    .calc_total_bott_item2 {
        max-width: 300px;
        min-width: 300px;
    }

    .portfolio_page_portfolio_content {
        padding: 20px 14px;
        min-height: auto;
    }

    .harakteristiki_portfolio_page_portfolio .znachenie_h_harakteristiki_portfolio_page_portfolio {
        color: #212121;
    }

    .title_portfolio_page_portfolio {
        font-size: 16px;
    }

    .tip_h_harakteristiki_portfolio_page_portfolio,
    .znachenie_h_harakteristiki_portfolio_page_portfolio {
        font-size: 14px;
    }

    .tab_ind.tab_ind_bl2 {
        font-size: 12px;
    }

    .portfolio_box_top_item1 {
        padding: 24px 14px;
    }

    .portfolio_box_top_item1 .title_page {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .tekst_page_kontakty {
        font-size: 12px;
        padding-bottom: 24px;
    }

    .kont_group_title {
        font-size: 12px;
    }

    .kont_group_text {
        font-size: 16px;
    }

    .adres_page_kontakty,
    .vremya_rabotys_page_kontakty,
    .email_page_kontakty {
        padding-bottom: 24px;
    }

    .title_formy_page_kontakty {
        font-size: 16px;
        padding-bottom: 48px;
    }

    .portfolio_box_top_item2 {
        padding: 32px 15px;
    }

    div#fofc_item input {
        font-size: 12px;
    }

    .page-template-page-home .flex_bl_4 {
        z-index: 999;
        position: relative;
    }

    .page-template-page-o-nas .title_page {
        padding-bottom: 20px;
    }

    .text_1_go_bloka_o_nas {
        padding-bottom: 32px;
        font-size: 12px;
    }

    .page-template-page-o-nas .bl_page .box_bl_7,
    .page-template-page-o-nas .box_bl_8 {
        padding: 0px 0 64px;
    }

    .page-template-page-o-nas .title_bl {
        font-size: 20px;
        padding-bottom: 24px;
    }

    .page-template-page-o-nas .title_preimushhestv_str_navesa {
        padding-bottom: 24px;
    }
    .vyvod_nashej_komandy {
        padding: 0;
    }
.imya_nashej_komandy {
    font-size: 12px;
    padding-bottom: 6px;
}
.dolzhnost_nashej_komandy {
    font-size: 10px;
}
.meta1_form_bl10 {
    padding: 24px 15px!important;
}
.tekst_preim_o_nas br {
    display: none;
}
.vyvod_preimushhestv_str_navesa_item {
    padding: 20px 14px;
}
.tekst_preim_o_nas {
    font-size: 12px;
}
.title_preim_str_navesa_meta, .title_preim_str_navesa_meta {
    max-width: 227px;
}
.vopros_11_go_bloka, .vopros_11_go_bloka:hover, .item_bl_11.active .vopros_11_go_bloka {
    background-size: 30px;
    background-position: 97% 50%;
}
div#form_page_portfolio .modal, div#tekst_knopki_bl1_str_navesa .modal, div#form_page_otzyvy .modal, div#tekst_knopkil_v_shapke .modal {
    padding: 64px 24px 32px !important;
}
div#tekst_knopkil_v_shapke div#fofc_item {
    margin: 0;
}























}
































@media (max-width: 410px) {

    .box_bl_2:after,
    .title_bl br {
        display: none;
    }

    .vyvod_preim_1_go_bloka_box {
        bottom: -362px;
    }

    .tabs_item.tabs_item_bl2,
    .conta_bl2_slider {
        height: 184px;
        max-width: 328px;
        margin: 0 auto;
    }

    .flex_bl_9 .owl-prev {
        left: 0px !important;
    }

    .flex_bl_9 .owl-next {
        right: 0px !important;
    }

    .footer_box_top.mob .cont_box_mob {
        display: block;
    }

    footer .grafik_raboty_tel_v_shapke:first-child {
        margin: 0 0 36px;
    }

    .box_bl_3:before {
        background-size: 90px;
    }

    .card_content {
        padding: 14px;
    }

    .archive .seo_tekst_11_go_bloka {
        padding-top: 54px;
    }

    a.reset_filters {
        padding: 12px 10px;
    }

    .vyvod_harakteristik_str_navesa .tip_h_harakteristiki_portfolio_page_portfolio {
        padding-right: 0px;
        font-size: 10px;
    }

    .vyvod_harakteristik_str_navesa .znachenie_h_harakteristiki_portfolio_page_portfolio {
        padding-left: 0;
        font-size: 12px;
    }

    .vyvod_slajdera_str_navesa_slider .owl-next,
    .vyvod_slajdera_str_navesa_slider .owl-prev {
        left: 65px;
    }

    .img_portfolio_page_portfolio {
        height: 148px;
    }
.meta_nashej_komandy {
    padding: 8px;
}


















}