@font-face {
    font-family: 'CircleRegular';
    src: url('../fonts/CircleRegular.eot');
    src: url('../fonts/CircleRegular.eot') format('embedded-opentype'),
    url('../fonts/CircleRegular.woff2') format('woff2'),
    url('../fonts/CircleRegular.woff') format('woff'),
    url('../fonts/CircleRegular.ttf') format('truetype'),
    url('../fonts/CircleRegular.svg#CircleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircleRegular';
    src: url('../fonts/CircleLight.eot');
    src: url('../fonts/CircleLight.eot') format('embedded-opentype'),
    url('../fonts/CircleLight.woff2') format('woff2'),
    url('../fonts/CircleLight.woff') format('woff'),
    url('../fonts/CircleLight.ttf') format('truetype'),
    url('../fonts/CircleLight.svg#CircleLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
/*@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?93331281');
    src: url('../fonts/fontello.eot?93331281#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?93331281') format('woff2'),
    url('../fonts/fontello.woff?93331281') format('woff'),
    url('../fonts/fontello.ttf?93331281') format('truetype'),
    url('../fonts/fontello.svg?93331281#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?23101353');
    src: url('../fonts/fontello.eot?23101353#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?23101353') format('woff2'),
    url('../fonts/fontello.woff?23101353') format('woff'),
    url('../fonts/fontello.ttf?23101353') format('truetype'),
    url('../fonts/fontello.svg?23101353#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'CircleRegular';
    font-size: 18px;
    line-height: 1.78;
    color: #878787;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #242424;
    background-image: url(../images/slide.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;

}

.main-page {
    background-image: none;
}

:focus {
    outline: none;
}

a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #424242;
    font-weight: normal;
}
.logo_block img {
    width: 200px !important;
}
.color_white {
    color: #fff !important;
}

button:focus, input:focus, textarea:focus, a:focus {
    outline: none !important;
}

input.form-control, textarea.form-control {
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

ul, ol {
    list-style-position: inside;
}

.popup_menu_btn {
    display: none;
}

.list-inline {
    margin: 0;
}

.list-inline > li {
    padding: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-left:before {
    content: '\e800';
}

/* '' */
.icon-close:before {
    content: '\e801';
}

/* '' */
.icon-right:before {
    content: '\e802';
}

/* '' */
.icon-plus:before {
    content: '\e803';
}

/* '' */
.icon-down-open:before {
    content: '\e804';
}

/* '' */
.icon-ok:before {
    content: '\e805';
}

/* '' */
.icon-minus:before {
    content: '\e806';
}

/* '' */
.icon-left-open:before {
    content: '\e807';
}

/* '' */
.icon-right-open:before {
    content: '\e808';
}

/* '' */
.icon-up-open:before {
    content: '\e809';
}

/* '' */
.icon-phone-call:before {
    content: '\e816';
}

/* '' */
.icon-email:before {
    content: '\e80b';
}

/* '' */
.icon-clock:before {
    content: '\e80c';
}

/* '' */
.icon-placeholder:before {
    content: '\e80d';
}

/* '' */
.icon-phone:before {
    content: '\e80e';
}

/* '' */
.icon-reload:before {
    content: '\e80f';
}

/* '' */
.icon-twitter:before {
    content: '\e810';
}

/* '' */
.icon-facebook:before {
    content: '\e811';
}

/* '' */
.icon-vk:before {
    content: '\e812';
}

/* '' */
.icon-download:before {
    content: '\e813';
}

/* '' */
.icon-close-1:before {
    content: '\e814';
}

/* '' */
.icon-insta:before {
    content: '\e815';
}

/* '' */
.icon-ellipsis:before {
    content: '\e818';
}

/* '' */
.icon-more-button:before {
    content: '\e819';
}

/* '' */
.icon-cart:before {
    content: '\e8c6';
}

/* '' */
.icon-info:before {
    content: '\ea4a';
}

/* '' */
.icon-point:before {
    content: '\ea4b';
}

/* '' */
.icon-angle-left:before {
    content: '\f104';
}

/* '' */
.icon-angle-right:before {
    content: '\f105';
}

/* '' */
.icon-angle-up:before {
    content: '\f106';
}

/* '' */
.icon-angle-down:before {
    content: '\f107';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */

.backtotop.hidden-top {
    bottom: -100px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.backtotop {
    background-color: #3d2518;
    width: 45px;
    bottom: 20px;
    right: 10px;
    height: 42px;
    line-height: 38px;
    font-size: 36px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #fff !important;
}

.backtotop:hover {
    background-color: #ff6000;
}

img.alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
}

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

.radio_btn, .checkbox_btn {
    display: none !important;
}

.radio_btn + label, .checkbox_btn + label {
    color: #939393;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.78;
}

.radio_btn + label:before, .checkbox_btn + label:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    content: '';
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.radio_btn + label:after, .checkbox_btn + label:after {
    width: 6px;
    height: 6px;
    background-color: #ff9999;
    position: absolute;
    z-index: 2;
    content: '';
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    opacity: 0;
    border-radius: 50%;
    top: 12px;
    left: 3px
}

.radio_btn:checked + label:before, .checkbox_btn:checked + label:before {
    background-color: #fff;
    border-color: #ff9999;
}

.radio_btn:checked + label:after, .checkbox_btn:checked + label:after {
    opacity: 1;
}

.opened_menu {
    overflow: hidden;
    position: fixed;
}

a {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

/* burger menu */
.open_main_menu {
    border: 0;
    color: #00deff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: none;
    position: relative;
    z-index: 105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-top: 20px;
}

.open_main_menu .lines {
    display: inline-block;
    width: 17px;
    height: 2px;
    background: #00deff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
    margin-right: 4px;
}

.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 17px;
    height: 2px;
    background: #00deff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}

.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open_main_menu .lines:after {
    top: 5px;
}

.open_main_menu .lines:before {
    top: -5px;
}

.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

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

/*menu*/
#mobile_menu {
    background-color: #2c2a2b;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    -moz-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    -ms-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    -o-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;

    z-index: 1001;
}

.mobile_menu_wrap {
    display: table;
    width: 100%;
    height: 100vh;
}

.mobile_menu_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0;
}

.mobile_menu_open #mobile_menu {
    visibility: visible;
    width: 373px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.mobile_menu_open #mobile_menu .mobile_menu_inner, .mobile_menu_open .mobile_close, .mobile_menu_open #mobile_menu .nicescroll-rails {
    opacity: 1 !important;
    -moz-transition-delay: .6s, .2s, 0s;
    -webkit-transition-delay: .6s, .2s, 0s;
    -o-transition-delay: .6s, .2s, 0s;
    transition-delay: .6s, .2s, 0s;
    -moz-transition-duration: .6s, .2s, 0s;
    -webkit-transition-duration: .6s, .2s, 0s;
    -o-transition-duration: .6s, .2s, 0s;
    transition-duration: .6s, .2s, 0s;
}

.mobile_close {
    font-size: 32px;
    color: #fff;
    border: none;
    background: transparent;
    position: absolute;
    top: 50px;
    right: 38px;
    line-height: 1;
    opacity: 0;
    font-weight: 400;
}

.mobile_close:before {
    content: '\e814';
    font-family: 'fontello';
}

#mobile_menu .mobile_menu_inner {
    opacity: 0;
}

#mobile_menu .nicescroll-rails {
    opacity: 0 !important;
    left: auto !important;
    right: 26px !important;
    transition: 0;
}

.main_right_menu {
    list-style: none;
    margin-bottom: 40px;
}

.main_right_menu li {
    margin-bottom: 24px;
}

.main_right_menu li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.8px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.main_right_menu li.current-menu-item a, .main_right_menu li a:hover {
    color: #ff9999;
}

.main_right_menu li a:before {
    width: 2px;
    height: 10px;
    background-color: transparent;
    left: -57px;
    top: 6px;
    content: "";
    z-index: 1;
    position: absolute;
}

.main_right_menu li.current-menu-item a:before {
    background-color: #fc9797;
}

.right_menu_block {
    margin-bottom: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.mobile_menu_inner .block_title {
    color: #fff;
    margin-bottom: 18px;
    padding-left: 57px;
}

.right_menu_block .btitle {
    color: #847e81;
    margin: 0 0 20px;
    font-size: 18px;
}

.right_menu_block a {
    color: #fff !important;
}

.mobile_menu_inner .social_links {
    color: #625c5f;
    font-size: 16px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
}

.mobile_menu_inner .social_links.icon-instagram {
    font-size: 18px;
}

.mobile_menu_inner .social_links:hover {
    color: #ff9999;
}

.mobile_menu_inner .bfoot {
    font-size: 12px;
    color: #8f8f8f;
}

.mobile_menu_inner .bfoot a, .mobile_menu_inner .bfoot a:visited, .mobile_menu_inner .bfoot a:active, .mobile_menu_inner .bfoot a:focus {
    color: #8f8f8f;
}

.mobile_menu_inner .bfoot a:hover {
    color: #ff9999;
}

.right_menu_block .b_text {
    font-size: 18px;
}

.mobile_menu_inner .social_block {
    margin: 38px 0;
}

.scroll_block {
    max-height: calc(100vh - 140px);
    padding-left: 57px;
    padding-right: 40px;
}

/*header*/
.header {
    margin-bottom: 78px;
    position: relative;
    z-index: 15;
}

.main-page .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 10;
}

.header_wrap {
    border-bottom: 1px solid #818181;
    padding: 39px 0 34px;
    text-align: center;
}

.header_left {
    float: left;
}

.header_wrap nav {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 16px;
}

.header_right {
    float: right;
}

.main_menu {
    list-style: none;
}

.main_menu li {
    display: inline-block;
    margin: 0 12px;
}

.main_menu li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.8px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.mobile_link {
    font-size: 24px;
    color: #fff !important;
}

.phone_block_wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.phone_block_wrap .phone_block_wrap_in {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    background: #2c2a2b;
    padding: 20px 20px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 15;
    color: #fff;
    text-align: left;
    font-size: 14px;
    width: 360px;
    min-width: 165px;
}

.phone_block_wrap_in a {
    font-size: 18px;
    color: #939393 !important;
}

.phone_block_wrap:hover .phone_block_wrap_in {
    opacity: 1;
    visibility: visible;
}

.mobile_link .icon-angle-down {
    color: #c3c3c3;
    font-size: 20px;
    padding-left: 3px;
}

.mobile_link .icon-phone-call {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-right: 14px;
    position: relative;
    top: -2px;
}

.menu_open_btn {
    background: transparent;
    border: none;
}

/*main_slider*/
.main_slider_wrap {
    position: relative;
}

.main_slider_wrap .social {
    position: absolute;
    right: calc((100% - 1160px) / 2);
    bottom: 147px;
    z-index: 5;
}

.main_slider_wrap .social a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.main_slider_wrap .social a + a {
    margin-left: 62px;
}

.social a:hover, .socia a:visited, .socia a:active {
    color: #fff;
}

.social .link_trans:before, .social .link_trans:after {
    background-color: #fff;
    bottom: 3px;
}

.main_block {
    min-height: 600px;
    position: relative;
    height: 100vh;
}

.video_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform-style: preserve-3d;
}

.video_container video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.pad_no {
    padding-left: 0;
    padding-right: 0;
}

.slide_text {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 15;
    bottom: 205px;
}

.slide_text div {
    height: 100%;
}

.main_slide_title {
    font-size: 52px;
    line-height: 1.31;
    color: #fff;
    margin: 0;
}

.slider__counter {
    position: absolute;
    bottom: 150px;
    left: calc((100% - 1160px) / 2);
    z-index: 1;
    pointer-events: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.8px;
    color: #c4c4c4;
    word-spacing: 19px;
    margin-left: 200px;
}

.main_slider .slick-arrow {
    top: 100%;
    width: 100px;
    height: 100px;
    font-size: 20px;
}

.main_slider .slick-arrow.slick-prev {
    margin-top: -110px;
    right: auto;
    left: calc((100% - 1140px) / 2);
}

.main_slider .slick-arrow.slick-next {
    margin-top: -210px;
    right: auto;
    left: calc((100% - 1140px) / 2);
}

.slide_text_wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.slide_text_inner {
    display: table-cell;
    vertical-align: middle;
}

/*main_about*/
.main_about {
    position: relative;
    margin-top: -110px;
    z-index: 5;
}

.about_slider {
    margin-right: 0;
}

.about_slider .slick-slide img {
    margin-left: auto;
}

.about_slider .slick-dots {
    top: 45%;
    width: 12px;
    left: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 0;
    right: 0;
}

.about_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 8px 0;
}

.about_slider .slick-dots li button {
    opacity: 1;
    background-color: #d8d8d8;
    border-radius: 50%;
    -webkit-transition: .3s background-color;
    -moz-transition: .3s background-color;
    -ms-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    width: 12px;
    height: 12px;
}

.about_slider .slick-dots li.slick-active button {
    background-color: #a1a1a1;
}

.main_about .container_wrap {
    padding: 78px 0;
}

.about_text {
    margin-top: 183px;
    position: relative;
    z-index: 5;
}

.about_text .section_title {
    margin: 0 0 25px;
}


.content .quote-item-video iframe {
    width: 100%;
    height: 34vw;
}

.quote-list .quote-item iframe {
    width: 100%;
}
.quote-list .quote-title,
.quote-list .quote-title a {
    color: #000;
    font-family: 'CircleRegular';
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 15px;
}
.quote-list .quote-excerpt {
    font-family: 'CircleRegular';
    font-size: 16px;
    line-height: 32px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.quote-list .quote-item img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.single_reviews_section .quote-thumbnail {
    margin: 0 auto;
    margin-bottom: 50px;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}
.reviews_gallery_section .container_wrap,
.reviews_gallery_section .container_wrap:before,
.page_section.reviews_gallery_section {
    background-color: #161313;
}
.reviews_gallery_section {
    background: url(../images/price_bg.svg) 50% 0% repeat-y;
    background-size: contain;
}
.reviews_gallery_section .container_wrap {
    background: none;
}
.reviews_gallery_section .container_wrap .container {
    background-color: #161313;
}
.reviews_gallery_section .container_wrap:before {
    display: none;
}
.page_section.reviews_section {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(22,19,19,0.9948354341736695) 50%) !important;
}
.reviews_gallery_section h2 {
    font-size: 42px;
    line-height: 62px;
    color: #fff;
    font-weight: 500;
}
.reviews_gallery_section .reviews_gallery_list .reviews_gallery_item img {
    width: 100%;
    height: 34vw;
    object-fit: cover;
}

.read_more {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ff9999 !important;
    text-transform: uppercase;
}

.read_more:after {
    content: '\e802';
    font-family: "fontello";
    padding-left: 18px;
    font-size: 11px;
    position: relative;
    top: -2px;
    -webkit-transition: .3s padding-left;
    -moz-transition: .3s padding-left;
    -ms-transition: .3s padding-left;
    -o-transition: .3s padding-left;
    transition: .3s padding-left;
}

.read_more:hover:after {
    padding-left: 10px;
}

.about_text p {
    margin-bottom: 45px;
}

/*main_services*/
.main_services {
    padding-top: 136px;
    overflow: hidden;
    position: relative;
    z-index: 6;
}

.color_white {
    color: #fff !important;
}

.main_services .section_title {
    margin-bottom: 67px;
}

.serv_slider {
    left: calc((100% - 1050px) / 2);
    margin-left: -55px;
    margin-right: -55px;
}

.serv_slider .slick-slide {
    padding: 0 10px;
}

.serv_slider .slick-slide .serv_block {
    width: auto;
    height: auto;
    max-width: 550px;
}

.serv_block {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    max-width: 550px;
    display: inline-block;
}

.slick-slide .serv_block {
    margin-bottom: 0;
}

.serv_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff !important;
    z-index: 5;
    background: rgba(0, 0, 0, .4);
}

.serv_link .block_title {
    color: #fff;
}

.serv_link:hover {
    background: rgba(0, 0, 0, .5);
}

.serv_inner {
    position: absolute;
    bottom: 38px;
    left: 70px;
    width: 56%;
    -webkit-transition: .3s top;
    -moz-transition: .3s top;
    -ms-transition: .3s top;
    -o-transition: .3s top;
    transition: .3s bottom;
}

.serv_block p {
    color: #e1e1e1;
    margin-bottom: 40px;
}

.serv_link:hover .serv_inner {
    bottom: 100px;
}

.icon_right {
    display: inline-block;
    font-size: 26px;
    -webkit-transition: .3s left;
    -moz-transition: .3s left;
    -ms-transition: .3s left;
    -o-transition: .3s left;
    transition: .3s opacity;
    position: relative;
    opacity: 1;
}

.serv_link:hover .icon_right {
    opacity: 0;
}

.icon_right:before {
    content: '\e802';
    font-family: "fontello";
}

.serv_block .block_title {
    margin: 0 0 15px;
    letter-spacing: 0.4px;
}

.main_services .slick-arrow {
    width: 40px;
    height: 30px;
    background-color: transparent !important;
    font-size: 22px;
    position: relative;
    top: 0;
    right: 0;
}

.main_services .slick-arrow:hover {
    color: #ff9999;
}

.main_services .bhead {
    position: relative;
}

.main_serv_btn {
    position: absolute;
    top: 16px;
    right: calc((100% - 1160px) / 2);
}

/*full_slider_wrap*/
.full_slider_wrap {
    padding-top: 240px;
    position: relative;
    margin-top: -130px;
    background: #fff;
    z-index: 1;
    padding-bottom: 40px;
}

.full_slider .slick-arrow {
    top: 50%;
    margin-top: -24px;
    z-index: 7;
}

.full_slider .slick-arrow.slick-prev {
    right: auto;
    left: 35px;
}

.full_slider .slick-arrow.slick-next {
    right: 35px;
    left: auto;
}

/*main_blog_wrap*/
.main_blog_wrap {
    background: #fff;
    color: #8d8d8d;
    padding-top: 55px;
    position: relative;
}

.main_blog_wrap .container {
    background: #fff;
    position: relative;
    z-index: 5;
}

.main_blog_wrap .container:before {
    position: absolute;
    z-index: 5;
    background: #fff;
    right: 100%;
    width: 100px;
    height: 100%;
    content: "";
    top: 0;
}

.main_blog_inner {
    background: #fff;
    width: 1250px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

.btn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 18px 29px 14px;
    line-height: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.btn .icon-right {
    font-size: 11px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.btn-primary, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
    border: solid 1px #ff9999;
    background: transparent;
    color: #ff9999;
}

.btn-primary:hover {
    background: #ff9999;
    color: #fff;
}

.sub_title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.75;
    color: #0a0a0a;
    margin: 0 0 20px;
}

.main_blog .sub_title > a {
    color: #0a0a0a;
}

.main_blog .sub_title > a:hover {
    color: #ff9999;
}

.main_blog_wrap .bhead {
    position: relative;
    margin-bottom: 67px;
}

.main_blog_wrap .bhead .btn-primary {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1;
}

.main_blog {
    position: relative;
    padding-top: 77px;
    padding-right: 49px;
    margin-bottom: 80px;
}

.main_blog:before {
    width: 30px;
    height: 30px;
    background-color: #ff9999;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.main_blog:after {
    width: 70px;
    height: 2px;
    border-radius: 3px;
    background-color: #d8d8d8;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 1;
    content: "";
}

.main_blog p {
    margin-bottom: 30px;
}

.main_blog_row > div:nth-child(2) > .main_blog {
    margin-top: 260px;
}

.main_blog_row > div:nth-child(3) > .main_blog {
    margin-top: 93px;
}


/*main_review*/
.main_review {
    position: relative;
    background-color: #242424;
    z-index: 2;
    margin-top: -310px;
    padding-top: 420px;
    padding-bottom: 154px;
    /*overflow: hidden;*/
}

/* FAQ */
.faq_content h2 {
    font-size: 46px;
    line-height: 1.35;
    margin: 0 0 30px;
}
.faq_content .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #dad5cd;
}
.faq_content {
    position: relative;
}
.faq_content .panel-default>.panel-heading {
    background-color: #fff;
    border-color: #ddd;
    padding: 20px 0px;
}
.faq_content .panel-title>a {
    font-size: 24px;
    margin-bottom: 5px;
    display: flex;
}
.faq_content .panel-group .panel p {
    margin-bottom: 15px;
}
.faq_content .panel-title a:before, .panel-title a:before {
    font-family: "fontello";
    font-weight: 600;
    display: inline-block;
    content: '\2d';
    font-size: 22px;
    line-height: 26px;
    margin-right: 10px;
}
.faq_content .panel-title .collapsed:before, .panel-title .collapsed:before {
    font-family: "fontello";
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    margin-right: 10px;
    content: '\2b';
}
.faq-hero-container {
    margin-bottom: 100px;
}

/*Parallax*/
.scene1 {
    z-index: -1;
    bottom: -120px;
}
.scene3 {
    z-index: -1;
    bottom: -100px !important;
}
.scene3 .layer21 {
    top: 20% !important;
    left: 5% !important;
}
.faq-hero-container .scene3 .layer21 {
    top: 25% !important;
    left: 60% !important;
}

.layer11 {
    top: 50% !important;
    left: 5% !important;
}

.layer12 {
    top: 60% !important;
    left: 80% !important;
}

.layer13 {
    top: 60% !important;
    left: 5% !important;
}

.scene2 {
    z-index: 1;
    bottom: -400px;
}

.layer21 {
    top: 55% !important;
    left: -0% !important;
}

.layer22 {
    top: 50% !important;
    left: 30% !important;
}

.layer23 {
    top: 85% !important;
    left: 5% !important;
}

.scene {
    pointer-events: none;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.shop-row .item-block .cat-item-title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}
.shop-row .item-block .cat-item-title>a {
    color: #424242;
}
.shop-row .item-block .cat-item-title>a:hover {
    color: #f99;
}

.scene3 {
    z-index: 6;
    top: -400px;
    bottom: 0;
}

.layer31 {
    top: 10% !important;
    left: 60% !important;
}

.layer32 {
    top: 0 !important;
    left: auto !important;
    right: 0% !important;
}

.layer33 {
    top: 40% !important;
    left: 85% !important;
}

.main_review .bhead {
    margin-bottom: 75px;
}

.main_review .section_title {
    color: #fff;
}

.rev_autor {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}

.rev_work {
    color: #8d8d8d;
}

.rev_text {
    color: #8d8d8d;
}

.rev_text p {
    margin-bottom: 32px;
}

.main_review_slider .slick-dots {
    position: absolute;
    top: 100%;
    width: auto;
    left: 34.5%;
    margin-top: 12px;
}

.main_review_slider .slick-dots li {
    margin: 0 36px 0 0;
}

.main_review_slider .slick-dots li:last-child {
    margin: 0;
}

.main_review_slider .slick-dots li a {
    font-size: 16px;
    color: #b2b2b2;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 6px;
}

.main_review_slider .slick-dots li.slick-active a, .main_review_slider .slick-dots li:hover a {
    color: #fff;
    border-bottom-color: #d8d8d8;
}

.main_review_slider .slick-arrow {
    width: 40px;
    height: 30px;
    background-color: transparent !important;
    font-size: 26px;
    top: -120px;
    color: #fff;
}

.main_review_slider .slick-arrow.slick-next {
    right: 0;
}

.main_review_slider .slick-arrow.slick-prev {
    right: 110px;
}

.main_review_slider .slick-arrow:hover {
    color: #ff9999;
}

/*partner*/
.partner {
    background: #fff;
    padding: 110px 0 80px;
    overflow: hidden;
}

.partner .row {
    margin-left: -20px;
    margin-right: -20px;
}

.partner .row > div {
    padding-left: 20px;
    padding-right: 20px;
}

.main-page .partner {
    padding: 97px 0 67px;
}

.partner_block {
    width: 100%;
    height: 120px;
    border: solid 1px #e3e3e3;
    text-align: center;
    padding: 9px 10px;
    line-height: 100px;
    margin: 0 auto 30px;
    max-width: 100%;
}

/*page_section*/
.full_img {
    height: auto !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 54px;
}

.page_section {
    overflow: hidden;
    color: #878787;
    margin-bottom: 75px;
    position: relative;
    z-index: 5;
}

.page_section .container_wrap {
    padding-top: 103px;
    padding-bottom: 50px;
}

.container_wrap {
    background: #fff;
    color: #878787;
}

.container_wrap:before {
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    content: "";
    top: 0;
}

.container_wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/*content*/
.section_title,
.about_desc h2 {
    font-size: 46px;
    line-height: 1.35;
    margin: 0 0 15px;
}

.content p {
    margin-bottom: 32px;
}

.content h1:not([class]) {
    font-size: 46px;
    margin: 0 0 40px;
}

.content h2:not([class]) {
    font-size: 32px;
    margin: 0 0 43px;
}

.content h3:not([class]) {
    font-size: 28px;
    margin: 0 0 30px;
}

.content h4:not([class]) {
    font-size: 24px;
    margin: 0 0 30px;
}

.content h5:not([class]) {
    font-size: 22px;
    margin: 0 0 20px;
}

.content h6:not([class]) {
    font-size: 20px;
    margin: 0 0 20px;
}

.content ul:not([class]), .content ol:not([class]) {
    list-style: none;
    margin-bottom: 47px;
}

.content ul:not([class]) li, .content ol:not([class]) li {
    padding-left: 64px;
    margin-bottom: 26px;
    position: relative;
}

.content ol:not([class]) li {
    counter-increment: step-counter;
}

.content ul:not([class]) li:before {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff9999;
    left: 0;
    top: 8px;
    z-index: 1;
    content: "";
}

.content ol:not([class]) li:before {
    content: counter(step-counter);
    color: #ff9999;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

.content a:not([class]) {
    color: #ff9999;
}

table {
    width: 100%;
    margin: 10px 0;
}

table td, table th {
    padding: 10px 20px;
    border: 0;
}

table th {
    background-color: #ff9999;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 20px 12px;
    vertical-align: top;
}

table tr:first-child td {
    padding-top: 20px;
}

hr {
    border-top: 2px solid #242424;
}

.price {
    padding: 42px 0 32px;
}

.block_title {
    font-size: 32px;
    margin: 0 0 30px;
}

.price .section_title {
    margin-bottom: 62px;
}

.social_link {
    width: 40px;
    height: 40px;
    border: solid 1px #e9e9e9;
    border-radius: 50%;
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    color: #000;
    display: inline-block;
}

.social_link:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.full_left {
    text-align: center;
    margin: 42px 0;
}

.full_left .social_link {
    margin: 0 auto 10px;
    display: block;
}

/*footer*/
.footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 65px 0 44px;
    text-align: center;
    color: #8f8f8f;
    font-size: 16px;
}

.footer_logo {
    margin-bottom: 50px;
}

.footer_logo img {
    width: 196px;
}

.footer p {
    margin-bottom: 12px;
}

.footer a {
    color: #ff9999 !important;
}

.link_trans {
    display: inline-block;
    position: relative;
}

.link_trans:before, .link_trans:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 51%;
    background-color: #ff9999;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.link_trans:before {
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.link_trans:after {
    right: 0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.link_trans:hover:before, .link_trans:hover:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.footer_block_address {
    margin-bottom: 54px;
    position: relative;
}

.footer_block_address:after {
    display: table;
    clear: both;
    content: '';
}

.block_address {
    vertical-align: top;
    padding: 42px 50px 40px 240px;
    text-align: left;
    width: 50%;
    position: relative;
    border: solid 1px #bcbcbc;
    float: left;
    min-height: 150px;
    font-size: 18px;
    line-height: 1.33;
}

.block_address:before {
    position: absolute;
    font-family: 'fontello';
    content: '\ea4b';
    color: #ff9999;
    font-size: 68px;
    z-index: 1;
    top: 41px;
    left: 163px;
    line-height: 1;
}

.block_address + .block_address {
    margin-left: -1px;
}

.footer .block_address a {
    font-size: 24px;
    color: #000 !important;
    display: inline-block;
    margin-top: 8px;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index: 10;
    text-align: center;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    width: 63px;
    height: 63px;
    background-color: #ff9999;
    border: 0;
    line-height: 1;
    font-size: 18px;
    position: absolute;
    top: -120px;
    color: #fff;
}

.slick-arrow:hover {
    background-color: #232426;
    color: #fff;
}

.slick-arrow.slick-prev {
    right: 85px;
}

.slick-arrow.slick-next {
    right: 10px;
}

.slick-dots {
    position: absolute;
    top: 91%;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    opacity: 0.49;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

/*similar*/
.similar {
    padding: 24px 0 94px;
    color: #8d8d8d;
}

.similar .section_title {
    color: #fff;
    margin-bottom: 49px;
}

.similar .sub_title {
    color: #fff;
}

/*team*/
.team .container_wrap {
    padding: 106px 0 35px;
    margin-bottom: 101px;
}

.team .bhead {
    margin-bottom: 53px;
}

.team .bhead .section_title {
    margin: 0 0 20px;
}

.team_list {
    list-style: none;
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: space-around !important;
}

.team h2 {
    margin-bottom: 49px;
}

.team_list > li {
    float: left;
    vertical-align: top;
    padding: 0 8px;
    width: 30%;
}
.team_list  .team_block img {
    max-width: 100%;
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team_list:not(:root:root) .equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.team_list:not(:root:root) .equal-height > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}


.team_contact_btns {
    display: flex;
    margin-top: 25px;
}
.team_contact_btns a {
    background: #DAD5CD;
    color: #1D1D1B;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s;
}
.team_contact_btns a:hover {
    background: rgb(188,181,170)
    transition: 0.2s;
}
.team_contact_btns .signup_btn {

}
.team_contact_btns .instagram_btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.team_contact_btns .instagram_btn:hover {
    background: rgb(188, 181, 170);
    color: rgba(29, 29, 27, 1);
    border-color: rgb(188, 181, 170);
    transition: 0.2s;
}
.team_contact_btns .instagram_btn i {
    font-size: 16px;
}

.team_block_partner .partner {
    background: #F2F1EC;
}
.team_block_partner .partner .partner_block {
    background: #fff;
}
/* .team_list > li:nth-child(4n + 1) {
    clear: both;
} */

.team_block {
    color: #8b8b8b;
    font-size: 16px;
    margin-bottom: 62px;
}

.team_block .bimg {
    margin-bottom: 30px;
}

.team_block .sub_title {
    font-weight: normal;
    line-height: 1.4;
    color: #424242;
    margin: 0 0 3px;
}

/*price_section*/
.price_section {
    position: relative;
}
.price_section .accordion-item .bi-plus-lg {
    display: block;
}
.price_section .accordion-item .bi-dash-lg {
    display: none;
}

.price_section .accordion-item.active .bi-plus-lg {
    display: none;
}
.price_section .accordion-item.active .bi-dash-lg {
    display: block;
}

.price_section .table-responsive tbody tr:nth-child(2n + 2) {
    background: #B8B3AB1A;
}
.price_section .content_price_btns {
    margin-bottom: 30px;
}
.prices_block_title {
    display: flex;
    justify-content: space-between;
}
.prices_block_title i {
    font-size: 34px;
    line-height: 0;
}
.price_section .accordion-item {
    margin-bottom: 10px;
}
.price_section .accordion-header {
    cursor: pointer;
}

.accordion-item {
    margin-bottom: 10px;
}
.accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0;
}
.accordion-item.active .accordion-content {
    max-height: 1000px; /* Достаточно большое значение для развернутого состояния */
}

.price_section:before {
    background-image: url(../images/price_bg.svg);
    background-size: contain;
    background-position: 50% 58%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: calc((100% - 1400px) / 2);
    z-index: 5;
    content: "";
}

.price_section .bhead {
    position: relative;
    margin-bottom: 43px;
}

.price_section .bhead .btn {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 5;
    padding: 17px 24px 13px;
}

.price_section .block_title {
    margin: 0 0 23px;
}

.price_section hr {
    margin-top: 13px;
    margin-bottom: 57px;
}

.price_section .container_wrap {
    padding-bottom: 22px;
}

.price_section .container_wrap > * {
    position: relative;
    z-index: 6;
}

/* FAQ */
/*faq_section*/
.faq_section {
    position: relative;
}
.faq_section .accordion-item .bi-plus-lg {
    display: block;
}
.faq_section .accordion-item .bi-dash-lg {
    display: none;
}

.faq_section .accordion-item.active .bi-plus-lg {
    display: none;
}
.faq_section .accordion-item.active .bi-dash-lg {
    display: block;
}

.faq_section .table-responsive tbody tr:nth-child(2n + 2) {
    background: #B8B3AB1A;
}
.faq_section .content_price_btns {
    margin-bottom: 30px;
}
.prices_block_title {
    display: flex;
    justify-content: space-between;
}
.prices_block_title i {
    font-size: 34px;
    line-height: 0;
}
.faq_section .accordion-item {
    margin-bottom: 10px;
}
.faq_section .accordion-header {
    cursor: pointer;
}

.accordion-item {
    margin-bottom: 10px;
}
.accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0;
}
.accordion-item.active .accordion-content {
    max-height: 1000px; /* Достаточно большое значение для развернутого состояния */
}

.faq_section:before {
    content: none;
}

.faq_section .bhead {
    position: relative;
    margin-bottom: 43px;
}

.faq_section .bhead .btn {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 5;
    padding: 17px 24px 13px;
}

.faq_section .block_title {
    margin: 0 0 23px;
}

.faq_section hr {
    margin-top: 13px;
    margin-bottom: 57px;
}

.faq_section .container_wrap {
    padding-bottom: 22px;
}

.faq_section .container_wrap > * {
    position: relative;
    z-index: 6;
}


.btn .icon-download {
    margin-right: 10px;
}


.personal_grumer {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 3px solid #242424;
}

.review_block {
    border-bottom: 2px solid #242424;
    margin-bottom: 69px;
    padding-bottom: 16px;
}

.review_block .rev_autor {
    color: #424242;
}

.review_block .rev_text {
    padding-right: 30px;
}

.review_section .bhead {
    margin-bottom: 88px;
}

.review_block .rev_autor {
    margin-top: 15px;
}

.paginat {
    margin: 66px 0;
}

.paginat > li:first-child {
    margin-left: 0;
}

.paginat.text-center > li:first-child {
    margin-left: 8px;
}

.paginat > li {
    display: inline-block;
    margin: 0 8px;
}

.paginat > li > a, .paginat > li > span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0;
    color: #282828;
    text-decoration: none;
    background-color: #f1f1f1;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.paginat > li > a:focus, .paginat > li > a:hover, .paginat > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ff9999;
}

.paginat > .active > a, .paginat > .active > a:focus, .paginat > .active > a:hover, .paginat > .active > span, .paginat > .active > span:focus, .paginat > .active > span:hover {
    z-index: 2;
    cursor: default;
    color: #fff;
    border: 1px solid #ff9999;
    background-color: #ff9999;
}

.paginat > li > span.pages, .paginat > li a.first, .paginat > li a.last {
    width: auto;
    border: none;
    background: none;
    margin: 0 10px;
}

.paginat > li a.first:hover, .paginat > li a.last:hover {
    color: #ff9999;
    border: none;
    background: none;
}

.review_section {
    margin-bottom: 112px;
}

.news_title {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5;
    color: #424242;
    margin: 0 0 26px;
    padding-right: 30px;
}

.news_title > a {
    color: #424242;
}

.news_title > a:hover {
    color: #ff9999;
}

.banner {
    margin-bottom: 30px;
}

.news_block {
    border-bottom: 2px solid #242424;
    margin-bottom: 55px;
    padding-bottom: 38px;
    padding-right: 15px;
}

.news_section .bhead {
    margin-bottom: 60px;
}

.news_block p {
    margin: 0 0 18px;
}

.news_section .paginat {
    margin: 79px 0;
}

.news_section {
    margin-bottom: 100px;
}

/*about_section*/
.about_section {

}

.about_section .bhead {
    margin-bottom: 85px;
}

.about_desc {
    margin-top: 60px;
    padding-right: 70px;
}

.about_desc .section_title,
.about_desc h2 {
    margin: 0 0 25px;
}

.about_desc p {
    margin: 0 0 32px;
}

.about_section .container_wrap {
    padding-bottom: 125px;
}

.about_section {
    margin-bottom: 0;
}

/*approach*/
.approach {
    padding: 110px 0 90px;
}

.approach .bhead {
    margin-bottom: 50px;
}

.approach_block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.approach_block p {
    margin: 0 0 32px;
    padding-right: 30px;
}

/*hygiene*/
.hygiene .container_wrap {
    padding-top: 145px;
    padding-bottom: 150px;
}

.hygiene_desc {
    padding: 0 0 0 60px;
}

.hygiene_desc .section_title {
    line-height: 1.48;
    margin-bottom: 28px;
}

.hygiene_desc p {
    margin: 0 0 32px;
}

/*404*/
.error_page {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.page404_title {
    font-size: 250px;
    font-weight: normal;
    line-height: 1;
    color: #424242;
}

.btn-default, .btn-default:active, .btn-default:focus, .btn-default:visited {
    background-color: #ff9999;
    color: #fff;
    border-color: #ff9999;
}

.btn-default:hover {
    background-color: #fff;
    color: #ff9999;
}

.page_404_section .container_wrap {
    padding: 100px 0;
    margin-bottom: 70px;
}

.error_page .section_title {
    margin-top: -17px;
    margin-bottom: 9px;
}

.error_page .btext {
    margin-bottom: 40px;
}

/*contacts*/
.map-container {
    width: 100%;
    z-index: 1;
    height: 700px;
    left: 0;
    top: 500px;
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    height: 100%;
    border: 0;
}

.map-container iframe.clicked {
    pointer-events: auto;
}

.contacts_section {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.contacts_section .container_wrap {
    padding-bottom: 140px;
}

.contacts_section .bhead {
    margin-bottom: 46px;
}

.contacts_wrap:after {
    clear: both;
    content: "";
    display: table;
}

.contacts_block {
    height: 220px;
    border: solid 1px #d4d4d4;
    padding: 40px 20px 20px 150px;
    width: 50%;
    float: left;
    position: relative;
}
.contacts_block div {
    font-size: 16px;
}

.contacts_block:before {
    position: absolute;
    top: 47px;
    left: 100px;
    color: #ff9999;
    font-size: 32px;
}

.contacts_block.icon-placeholder:before {
    top: 43px;
    left: 106px;
    font-size: 40px;
}

.contacts_block .sub_title {
    font-weight: normal;
    margin: 0 0 12px;
    color: #424242;
}

.contacts_block:nth-child(2n + 2) {
    margin-left: -1px;
}

.contacts_block:nth-child(n+3) {
    margin-top: -1px;
    padding-top: 46px;
}

.contacts_block a {
    color: #ff9999;
    text-decoration: underline;
}

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

.contacts_wrap a[href^="tel:"] {
    color: #939393 !important;
    text-decoration: none;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
}

.form-control {
    max-width: 350px;
    height: 50px;
    background-color: #383738;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    color: #939393;
    padding: 12px 17px;
}

textarea.form-control {
    max-width: 1123px;
    height: 100px;
    resize: none;
    margin-bottom: 22px;
}

.mess_section {
    position: relative;
    z-index: 2;
}

.mess_section .container_wrap {
    padding: 93px 0 169px;
}

.mess_section .bhead {
    margin-bottom: 57px;
}

.mess_section .section_title {
    font-size: 48px;
}

.container_wrap.dark_color {
    background: #242424;
}

.container_wrap.dark_color:before {
    background: #242424;
}

.mess_section .form-group {
    margin-bottom: 45px;
}

.mess_section .btn {
    font-size: 14px;
    letter-spacing: 1.8px;
    padding: 17px 38px;
}

/*front_content*/
.front_content {
    background: #fff;
    padding: 90px 0 30px;
}

/*thanks_page*/
.thanks_page {
    text-align: center;
    margin-bottom: 70px;
}

.thanks_page .container_wrap {
    padding: 100px 0;
    min-height: calc(100vh - 639px);
}

.thanks_page_wrap {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

.btn {
    font-size: 14px;
    padding: 17px 32px;
}

.thanks_page_wrap .section_title {
    margin: 0 0 9px;
}

.thanks_page_wrap .btext {
    margin-bottom: 40px;
}

/*school*/
.school .container_wrap {
    padding-top: 125px;
    padding-bottom: 130px;
}

.school_desc {
    margin-top: 124px;
    padding-right: 70px;
}

.school_desc .section_title {
    margin: 0 0 23px;
}

.school_desc p {
    margin: 0 0 32px;
}

.course {
    padding: 17px 0 66px;
}

.course .bhead {
    margin-bottom: 54px;
}

.course_block {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
}

.course_block > a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    height: 100%;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding: 10px 110px 10px 68px;
}

.course_block .block_title {
    color: #fff;
    margin: 0 0 15px;
}

.course_block .icon_right {
    position: absolute;
    right: 59px;
    top: 133px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.course_block:hover > a {
    background: rgba(0, 0, 0, .4);
}

.course_block:hover .icon_right {
    right: -59px;
}

.btn_block {
    text-align: center;
    margin-top: 67px;
}

.btn .icon-reload {
    margin-right: 15px;
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}


.twentytwenty-before-label, .twentytwenty-after-label{
    /*opacity: 1;*/
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*services_section*/
.services_section {
    margin-bottom: 90px;
}

.serv_row > div:nth-child(2n+2) .serv_block {
    margin-left: auto;
}

.services_section .bhead {
    margin-bottom: 34px;
}

.services_section .paginat {
    margin: 18px 0 6px;
}

@media (min-width: 1480px) {
    .header .container {
        width: 1420px;
    }

    .about_slider {
        margin-right: -70px;
    }

    .about_text {
        margin-right: -30px;
    }

    .main_serv_btn {
        right: calc((100% - 1420px) / 2);
    }

    .main_slider_wrap .social {
        right: calc((100% - 1400px) / 2);
    }

    .slider__counter {
        left: calc((100% - 1400px) / 2);
        margin-left: 0;
    }

    .about_slider {
        margin-right: -70px;
    }
}

@media screen and  (max-height: 890px) and (min-width: 1200px) {
    .mobile_close {
        top: 15px;
        right: 15px;
    }

    .main_right_menu {
        margin-bottom: 25px;
    }

    .main_right_menu li {
        margin-bottom: 5px;
    }

    .right_menu_block .btitle {
        margin: 0 0 10px;
    }

    .right_menu_block {
        margin-bottom: 15px;
    }

    .mobile_menu_inner .social_block {
        margin: 15px 0;
    }

    .mobile_menu_inner {
        padding: 60px 0 30px;
    }
}

@media (max-width: 1199px) {
    .mobile_close {
        top: 15px;
        right: 15px;
    }

    .main_right_menu {
        margin-bottom: 25px;
    }

    .main_right_menu li {
        margin-bottom: 5px;
    }

    .right_menu_block .btitle {
        margin: 0 0 10px;
    }

    .right_menu_block {
        margin-bottom: 15px;
    }

    .mobile_menu_inner .social_block {
        margin: 15px 0;
    }

    .mobile_menu_inner {
        padding: 60px 0 30px;
    }

    .main_slide_title {
        font-size: 45px;
    }

    .section_title, .about_desc h2 {
        font-size: 36px;
    }

    .main_slider .slick-arrow.slick-next {
        left: calc((100% - 940px) / 2);
        margin-top: -160px;
    }

    .main_slider .slick-arrow.slick-prev {
        left: calc((100% - 940px) / 2);
        margin-top: -80px;
    }

    .main_about {
        margin-top: -80px;
    }

    .main_slider .slick-arrow {
        width: 80px;
        height: 80px;
    }

    .slider__counter {
        left: calc((100% - 940px) / 2);
        margin-left: 150px;
        bottom: 110px;
    }

    .main_slider_wrap .social {
        right: calc((100% - 940px) / 2);
        bottom: 110px;
    }

    .main_serv_btn {
        right: calc((100% - 940px) / 2);
    }

    .serv_slider {
        left: calc((100% - 850px) / 2);
    }

    .about_text {
        margin-top: 120px;
    }

    .serv_link:hover .serv_inner {
        bottom: 38px;
    }

    .main_blog {
        padding-right: 0;
    }

    .sub_title {
        font-size: 22px;
        line-height: 1.5;
    }

    .main_blog_row > div:nth-child(2) > .main_blog {
        margin-top: 160px;
    }

    .main_blog_row > div:nth-child(3) > .main_blog {
        margin-top: 50px;
    }

    .main_services {
        padding-top: 80px;
    }

    .slick-arrow.slick-prev {
        right: 45px;
    }

    .icon_right {
        font-size: 20px;
    }

    .serv_block p {
        margin-bottom: 25px;
    }

    .serv_inner {
        left: 50px;
        right: 50px;
    }

    .full_slider_wrap {
        padding-top: 180px;
        margin-top: -90px;
        padding-bottom: 20px;
    }

    .main_review {
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .header_wrap nav {
        margin-left: 0;
    }

    .full_img {
        height: 467px;
    }

    .page_section .container_wrap {
        padding-top: 60px;
        margin-bottom: 0;
    }

    .page_section {
        margin-bottom: 0;
    }

    .similar {
        padding: 45px 0;
    }

    .team .container_wrap {
        padding: 50px 0 35px;
    }

    .price_section:before {
        right: 0;
    }

    .review_section .bhead {
        margin-bottom: 50px;
    }

    .review_block {
        margin-bottom: 50px;
        padding-bottom: 10px;
    }

    .review_block .rev_text {
        padding-right: 0;
    }

    .news_section .bhead {
        margin-bottom: 40px;
    }

    .news_block {
        margin-bottom: 40px;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .news_title {
        font-size: 30px;
        line-height: 1.3;
    }

    .news_section .paginat {
        margin: 40px 0;
    }

    .about_section .bhead {
        margin-bottom: 50px;
    }

    .about_desc {
        margin-top: 0;
        padding-right: 0;
    }

    .about_section .container_wrap {
        padding-bottom: 60px;
    }

    .approach {
        padding: 60px 0 40px;
    }

    .hygiene .container_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hygiene_desc {
        padding: 0;
    }

    .approach_block p {
        padding-right: 0;
    }

    .page_404_section .container_wrap {
        padding: 50px 0 60px;
        margin-bottom: 0;
    }

    .thanks_page .container_wrap {
        padding: 100px 0;
        min-height: calc(100vh - 525px);
    }

    .thanks_page {
        margin-bottom: 0;
    }

    .page404_title {
        font-size: 200px;
    }

    .contacts_section .container_wrap {
        padding-bottom: 80px;
    }

    .contacts_block {
        padding: 40px 60px 20px 120px;
    }

    .contacts_block:before {
        top: 45px !important;
        left: 65px !important;
    }

    .mess_section .container_wrap {
        padding: 60px 0 80px;
    }

    .map-container {
        position: relative;
        height: 500px;
        top: auto;
    }

    .mess_section {
        margin-bottom: 0;
    }

    .mess_section .section_title {
        font-size: 36px;
    }

    .school_desc {
        margin-top: 30px;
    }

    .school .container_wrap {
        padding-bottom: 60px;
    }

    .course {
        padding: 60px 0;
    }

    .course_block .block_title {
        left: 59px;
    }

    .serv_block {
        margin-bottom: 20px;
    }

    .layer11 {
        top: 30% !important;
    }

    .layer13 {
        width: 350px;
    }

    .layer21 {
        width: 350px;
    }

    .layer32 {
        width: 350px;
        top: 7% !important;
    }
}

@media (max-width: 991px) {
    .main_slider .slick-arrow.slick-next {
        left: calc((100% - 720px) / 2);
    }

    .main_slider .slick-arrow.slick-prev {
        left: calc((100% - 720px) / 2);
    }

    .slider__counter {
        left: calc((100% - 720px) / 2);
    }

    .main_slider_wrap .social {
        right: calc((100% - 720px) / 2);
    }

    .main_serv_btn {
        right: calc((100% - 720px) / 2);
    }

    .serv_slider {
        left: calc((100% - 620px) / 2);
    }

    .main_about .container_wrap {
        padding: 120px 0 40px;
    }

    .about_text {
        margin-top: 0;
    }

    .about_text .section_title {
        margin: 0 0 25px;
        font-size: 30px;
    }

    .serv_inner {
        left: 20px;
        right: 20px;
        bottom: 15px;
        font-size: 16px;
        width: auto;
    }

    .icon_right {
        font-size: 16px;
    }

    .block_title {
        font-size: 26px;
    }

    .serv_block p {
        margin-bottom: 10px;
    }

    .mobile_link .icon-phone-call {
        margin-right: 5px;
    }

    .mobile_link {
        font-size: 18px;
    }

    .header_wrap nav {
        margin-top: 2px;
    }

    .main_menu li {
        margin: 0 5px;
    }

    .main_menu li a {
        font-size: 12px;
    }

    .full_img {
        height: 361px;
    }

    .partner {
        padding: 67px 0 37px !important;
    }

    .team_list > li {
        width: 33.3333333%;
    }

    .team_list > li:nth-child(4n + 1) {
        clear: none;
    }

    /* .team_list > li:nth-child(3n + 1) {
        clear: both;
    } */

    table {
        font-size: 16px;
    }

    .contacts_block {
        padding: 40px 30px 20px 80px;
    }

    .contacts_block:before {
        left: 30px !important;
    }

    .school_desc {
        margin-top: 0;
        padding-right: 0;
    }

    .layer13 {
        top: 70% !important;
        left: 10% !important;
        width: 250px;
    }

    .layer12 {
        top: 70% !important;
    }

    .layer21 {
        width: 250px;
    }

    .layer32 {
        width: 250px;
        top: 10% !important;
    }

    .slick-dots {
        bottom: 20px;
        top: auto;
    }

    .content ul:not([class]) li, .content ol:not([class]) li {
        padding-left: 35px;
        margin-bottom: 10px;
    }

    .block_address {
        padding-left: 125px;
        padding-right: 30px;
    }

    .block_address:before {
        left: 40px;
    }
}

@media (max-width: 767px) {

    .menu_open_btn:before {
        color: #fff;
        content: '...';
        font-family: 'fontello';
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 2px;
        width: 30px;
        display: inline-block;
    }
    .team_list .team_block img {
        height: 350px;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .main-page .menu_open_btn:before {
        color: #fff;
    }

    .main_slider .slick-arrow.slick-next {
        left: 55px;
        margin-top: -40px;
    }

    .main_slider .slick-arrow.slick-prev {
        left: 15px;
        margin-top: -40px;
    }

    .slider__counter {
        left: 15px;
    }

    .main_slider_wrap .social {
        right: 15px;
    }

    .main_serv_btn {
        right: 15px;
    }

    .serv_slider {
        left: 0;
        margin: 0;
    }

    .header_wrap nav {
        display: none;
    }

    .header_right {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

    .header_right_mobile {
        float: right;
        margin-top: 6px;
    }

    .menu_open_btn {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .header_wrap {
        padding: 20px 0;
    }

    .main_about {
        margin-top: 0;
    }

    .main_slide_title {
        font-size: 30px;
    }

    .main_block {
        min-height: 320px;
    }

    .main_slider .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .slider__counter {
        left: 120px;
        margin: 0;
        bottom: 10px;
        word-spacing: normal;
    }

    .main_slider_wrap .social a + a {
        margin-left: 0;
    }

    .main_slider_wrap .social {
        right: 15px;
        bottom: 12px;
    }

    .main_slider_wrap .social a {
        font-size: 12px;
        display: block;
    }

    .slide_text {
        top: 100px;
        bottom: 120px;
    }

    .main_about .container_wrap {
        padding: 40px 0 40px;
    }

    .about_text .section_title {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 1.2;
    }

    body {
        font-size: 16px;
        line-height: 1.45;
    }

    .read_more {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .read_more:after {
        padding-left: 10px !Important;
        font-size: 9px;
        top: -1px;
    }

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

    .about_slider {
        max-width: 350px;
    }

    .main_services {
        padding-top: 40px;
    }

    .section_title, .about_desc h2 {
        font-size: 30px;
    }

    .main-page .section_title {
        font-size: 24px;
    }

    .main_services .slick-arrow {
        font-size: 16px;
    }

    .main_serv_btn {
        right: 0;
        top: 0px;
    }

    .main_serv_btn .slick-arrow.slick-prev {
        right: 10px;
    }

    .main_serv_btn .slick-arrow.slick-next {
        right: 0;
    }

    .main_services .section_title {
        margin-bottom: 35px;
    }

    .full_slider_wrap {
        padding-top: 120px;
        margin-top: -70px;
        padding-bottom: 20px;
    }

    .full_slider .slick-dots {
        top: auto;
        bottom: 20px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .full_slider .slick-arrow {
        margin-top: -20px;
    }

    .full_slider .slick-arrow.slick-prev {
        left: 15px;
    }

    .full_slider .slick-arrow.slick-next {
        right: 15px;
    }

    .btn {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 15px 20px 11px;
    }

    .btn .icon-right {
        font-size: 9px;
        padding-left: 5px;
        top: -1px;
    }

    .main_blog_wrap .bhead .btn-primary {
        position: absolute;
        top: -4px;
    }

    .main_blog_wrap .bhead {
        margin-bottom: 35px;
    }

    .main_blog_wrap {
        padding-top: 35px;
    }

    .main_blog {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .main_blog:before {
        width: 15px;
        height: 15px;
    }

    .sub_title {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 400;
    }

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

    .main_blog:after {
        bottom: -15px;
    }

    .main_blog_row > div:nth-child(2) > .main_blog {
        margin-top: 0;
    }

    .main_blog_row > div:nth-child(3) > .main_blog {
        margin-top: 0;
    }

    .partner {
        padding: 40px 0 10px !important;
    }

    .main_review_slider .slick-arrow {
        font-size: 16px;
        top: -66px;
    }

    .main_review_slider .slick-arrow.slick-prev {
        right: 55px;
    }

    .main_review .bhead {
        margin-bottom: 35px;
    }

    .rev_autor {
        font-size: 20px;
    }

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

    .main_review_slider .slick-dots {
        left: 0;
    }

    .main_review {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .footer {
        padding: 40px 0 20px;
    }
/*
    .menu_open_btn:before {
        color: #fff;
    }
*/
    .content p {
        margin-bottom: 15px;
    }

    .full_img {
        margin-bottom: 30px;
        height: 250px;
    }

    .page_section .container_wrap {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .content h1:not([class]) {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .content h2:not([class]) {
        font-size: 22px;
        margin: 0 0 30px;
    }

    .content h3:not([class]) {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .content h4:not([class]) {
        font-size: 20px;
        margin: 0 0 18px;
    }

    .content h5:not([class]) {
        font-size: 20px;
        margin: 0 0 16px;
    }

    .content h6:not([class]) {
        font-size: 20px;
        margin: 0 0 16px;
    }

    .content ul:not([class]) {
        margin-bottom: 30px;
    }

    .content ul:not([class]) li {
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .content ul:not([class]) li:before {
        width: 10px;
        height: 10px;
        top: 6px;
    }

    .full_left {
        margin: 30px 0;
        text-align: left;
    }

    .full_left .social_link {
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .content > br {
        display: none;
    }

    .similar {
        padding: 50px 0 30px;
    }

    .header {
        margin-bottom: 10px;
    }

    .header_wrap {
        border-bottom: 0;
    }

    .main-page .header_wrap {
        border-bottom: 1px solid #818181;
    }

    .price {
        padding: 30px 0;
    }

    table {
        font-size: 14px;
    }

    table th {
        padding: 16px 10px 12px;
    }

    table td, table th {
        padding: 7px 10px;
    }

    .table-responsive {
        margin-bottom: 0;
        border: 0;
    }

    .team_list > li {
        width: 50%;
    }

    .team_list > li:nth-child(3n + 1) {
        clear: none;
    }

    /* .team_list > li:nth-child(2n + 1) {
        clear: both;
    } */

    .team .container_wrap {
        padding: 30px 0 10px;
        margin-bottom: 50px;
    }

    .team .bhead {
        margin-bottom: 35px;
    }

    .team_block .bimg {
        margin-bottom: 15px;
    }

    .team_block {
        text-align: center;
        margin-bottom: 40px;
    }
    .team_contact_btns {
        justify-content: center;
    }

    #bingc-phone-button.bingc-show {
        left: 75% !important;
    }
    .team_block .sub_title {
        font-size: 20px;
    }

    .price_section .bhead .btn {
        top: -4px;
        padding: 14px 24px 11px;
    }

    .price_section:before {
        background-position: 0 0;
        background-repeat: repeat;
        top: 150px;
        bottom: 30px;
        height: auto;
    }

    .price_section .bhead {
        margin-bottom: 30px;
    }

    .review_section .bhead {
        margin-bottom: 20px;
    }

    .review_block .rev_autor {
        margin-top: 0;
    }

    .rev_work {
        margin-bottom: 20px;
    }

    .review_block {
        margin-bottom: 30px;
    }

    .paginat {
        text-align: center;
        margin: 40px 0;
    }

    .paginat > li > a, .paginat > li > span {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .news_section .bhead {
        margin-bottom: 30px;
    }

    .news_title {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 15px;
        padding: 0;
    }

    .news_block p {
        margin: 0 0 10px;
    }

    .news_block {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .banner {
        margin: 0 auto 30px;
        text-align: center;
    }

    .about_section .bhead {
        margin-bottom: 20px;
    }

    .about_desc {
        margin-bottom: 20px;
    }

    .about_desc p, .approach_block p, .hygiene_desc p {
        margin: 0 0 15px;
    }

    .about_desc .section_title {
        margin: 0 0 15px;
    }

    .approach {
        padding: 40px 0 30px;
    }

    .approach_block {
        margin-bottom: 30px;
    }

    .approach .bhead {
        margin-bottom: 20px;
    }

    .hygiene .container_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hygiene_desc .section_title {
        line-height: 1.35;
        margin-bottom: 20px;
    }

    .hygiene_desc {
        margin-bottom: 20px;
    }

    .page_404_section .container_wrap {
        padding: 40px 0 50px;
    }

    .page404_title {
        font-size: 100px;
    }

    .error_page .section_title {
        margin-top: 0;
    }

    .error_page .btext {
        margin-bottom: 30px;
    }

    .contacts_block {
        padding: 0 0 0 50px !important;
        height: auto;
        width: 100%;
        float: none;
        border: 0;
        margin-bottom: 30px;
    }

    .contacts_block:before {
        left: 0 !important;
        top: 0 !important;
    }

    .contacts_section .bhead {
        margin-bottom: 30px;
    }

    .map-container {
        height: 350px;
    }

    .mess_section .container_wrap {
        padding: 40px 0 60px;
    }

    .mess_section .section_title {
        font-size: 30px;
    }

    .mess_section .bhead {
        margin-bottom: 30px;
    }

    .form-control {
        max-width: 100%;
    }

    .mess_section .form-group {
        margin-bottom: 22px;
    }

    .thanks_page .container_wrap {
        padding: 50px 0;
        min-height: auto;
    }

    .school_desc .section_title {
        margin: 0 0 10px;
    }

    .school_desc p {
        margin: 0 0 14px;
    }

    .school_desc {
        margin-bottom: 30px;
    }

    .course {
        padding: 40px 0;
    }

    .course .bhead {
        margin-bottom: 30px;
    }

    .course_block {
        margin-bottom: 30px;
    }

    .btn_block {
        margin-top: 0;
    }

    .course_block .block_title {
        top: auto;
        left: 30px;
        width: auto;
        right: 30px;
        bottom: 140px;
    }

    .course_block .icon_right {
        left: 32px;
        bottom: 30px;
        top: auto;
        right: auto;
    }

    .services_section .bhead {
        margin-bottom: 25px;
    }

    .serv_row > div:nth-child(2n+2) .serv_block {
        margin-left: 0;
    }

    .layer11, .layer12 {
        display: none !important;
    }

    .layer13 {
        top: 70% !important;
        left: 60% !important;
        width: 150px;
    }

    .approach_block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .course_block > a {
        padding: 10px 30px 30px 30px;
    }

    .block_address {
        display: block;
        margin: 0 auto 30px !important;
        padding: 20px 30px 20px 100px !important;
        width: 300px;
        float: none;
        min-height: 90px;
    }

    .block_address:before {
        left: 45px;
        font-size: 54px;
        top: 22px;
    }
	.reviews_gallery_section .reviews_gallery_list .reviews_gallery_item img {
        height: 85vw !important;
    }
    .quote-list .quote-item img,
    .quote-list .quote-item iframe {
        width: 100%;
        height: 60vw;
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    .full_img {
        height: 250px;
    }

    .services_section .serv_block {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .services_section .serv_block img {
        position: relative;
        top: -35%;
    }

    .prod-slider, .prod-slider-nav {
        max-width: 280px;
    }
}

@media (max-width: 767px) and (min-width: 467px) {
    .col-sx-6 {
        width: 50%;
        float: left;
    }

    .col-sx-7 {
        width: 58.33333333%;
        float: left;
    }

    .col-sx-5 {
        width: 41.66666667%;
        float: left;
    }

    .col-sx-4 {
        width: 33.33333333%;
        float: left;
    }

    .col-sx-3 {
        width: 25%;
        float: left;
    }
}

@media (max-width: 467px) {
    .mobile_link .icon-angle-down {
        display: none;
    }

    .mobile_link {
        font-size: 0;
    }

    .mobile_link .icon-phone-call {
        margin-right: 20px;
        font-size: 20px;
    }

    .header_wrap {
        text-align: right;
    }

    .mobile_menu_open #mobile_menu {
        width: 300px;
    }

    .scroll_block {
        padding-left: 32px;
        padding-right: 20px;
    }

    .main_right_menu li a:before {
        left: -32px;
    }

    #mobile_menu .nicescroll-rails {
        right: 10px !important;
    }

    .full_slider_block {
        height: 300px;
        overflow: hidden;
    }

    .full_slider_block img {
        height: 100%;
        width: auto;
        max-width: none;
        position: relative;
    }

    .team_list {
        margin: 0 -5px;
    }

    .team_list > li {
        padding: 0 5px;
    }

    .course_block .icon_right {
        left: 22px;
        bottom: 15px;
    }

    .course_block > a {
        padding: 5px 20px 30px 20px;
        color: #ff9999;
    }

    .full_img {
        height: 200px;
    }
	 .snp-theme-html .double_btn {
        display: flex;
        flex-direction: column;
        gap: 0px !important;
    }
    .snp-theme-html .content_popup {
        padding: 15px !important;
    }
    .snp-theme-html h4 {
        font-size: 32px !important;
    }
    .popaup_head_img {
        height: 120px !important;
    }
    .snp-pop-1355 .snp-theme-html {
        height: auto !important;
        padding-bottom: 10px;
    }
    .content_popup .lng_btn {
        padding: 15px 10px !important;
    }
    .quote-list .quote-item iframe,
    .quote-list .quote-item img {
        width: 100%;
        height: 60vw;
    }
    .reviews_gallery_section h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .reviews_gallery_section .reviews_gallery_list .reviews_gallery_item img {
        height: 160vw;
    }
    .prices-table {
        margin-bottom: 20px !important;
        padding: 30px 20px !important
    }
    .prices-table .price-content h3 {
        font-size: 21px;
    }
    .prices-table .top_price_text {
        margin-bottom: 30px;
    }
    .prices-table .prices-tables_overlay {
        padding: 15px;
    }
    .prices-table .price-details .price_name {
        padding-right: 30px;
        max-width: 50%;
    }
}

#__replain_widget {
    right: auto !important;
    left: 10px !important;
}

.notifyjs-bootstrap-success {
    background-color: #ff9999 !important;
}

.icons-viber {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/viber.svg');
    background-repeat: no-repeat;
    margin-right: 6px;
}
.icons-telegram {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/telegram.svg');
    background-repeat: no-repeat;
    margin-right: 6px;
}

/*------------------NEW-31.05.21----------------*/
.page_section-form .container_wrap {
    padding-top: 90px;
    padding-bottom: 80px; }

.page_section-form h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 71px;
    color: #424242;
    margin-bottom: 41px; }

.page_section-form .wpcf7-form {
    background: transparent; }

.page_section-form .wpcf7-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.page_section-form .wpcf7-form-control-wrap {
    width: 48%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.page_section-form .wpcf7-form-control-wrap input {
    border: none;
    background: #EFEFEF;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    width: 100%; }

.page_section-form form button{
    margin-bottom: 40px;
}

.page_section-form .acceptance-316, .page_section-form .where {
    width: 100%; }

.page_section-form .where {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.page_section-form .acceptance-316 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 4; }

.page_section-form br {
    display: none; }

.page_section-form button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 3;
    width: 260px;
    height: 50px;
    background: #FF9999;
    border-radius: 1000px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FBFBFB;
    border: 1px solid #FF9999;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-top: -9px; }
.page_section-form button:hover{
    background: #fff;
    color: #FF9999;
}
.page_section-form .acceptance-316 input[type=checkbox] {
    margin: 0;
    display: none; }

.page_section-form .acceptance-316 .wpcf7-list-item-label {
    padding-left: 45px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #B5B5B5;
    position: relative; }

.page_section-form .acceptance-316 .wpcf7-list-item-label:before {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    border: 1px solid #B5B5B5; }

.page_section-form .acceptance-316 .wpcf7-list-item-label a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FF9999; }

.page_section-form .acceptance-316 .wpcf7-list-item-label a:hover {
    opacity: 0.7; }

.page_section-form .acceptance-316 .wpcf7-list-item-label:after {
    position: absolute;
    top: 0;
    left: 3px;
    opacity: 0;
    content: url("../images/icon-100.svg"); }

.page_section-form .acceptance-316 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }

.page_section-form .acceptance-316 input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    border: 1px solid #FF9999; }

.page_section-form .wpcf7-list-item {
    margin: 0; }

.conditions {
    padding-top: 470px;
    background: #313031;
    margin-top: -455px;
    padding-bottom: 45px; }

.conditions .container_wrap:before {
    display: none; }

.conditions .container_wrap {
    background: #313031; }

.conditions h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 71px;
    color: #FFFFFF;
    margin-bottom: 30px; }

.conditions p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #B5B5B5;
    margin-bottom: 35px;
    max-width: 885px; }

.conditions ol {
    padding: 0;
    margin: 0; }

.conditions ol li {
    list-style: none;
    counter-increment: li;
    padding-left: 47px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #B5B5B5;
    max-width: 850px;
    margin-bottom: 45px; }

.conditions ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(li) ".";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 47px;
    color: #FFFFFF; }

@media (max-width: 1199px) {
    .conditions {
        padding-top: 50px;
        margin-top: 0; } }
@media (max-width: 767px) {
    .page_section-form h1 {
        font-size: 30px;
        line-height: normal; }

    .page_section-form .wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 25px; }

    .conditions h2 {
        font-size: 30px;
        line-height: normal; } 
        
    .slick-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .twentytwenty-before-label:before, .twentytwenty-after-label:before{
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px){
    .header_left{
        width: 130px;
        margin: auto;
        text-align: center;
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 24px;
        transform: translate(-50%,0);
    }
    .header_left .logo_block{
        width: 100%;
    }
    .icons-viber{
        display: none;
    }
    .header_right{
        width: 100%;
        display: flex;
        margin-top: -2px;
    }
    .header_right >*{
        order: 3;
    }
    .header_right .phone_block_wrap{
        order: 0;
        margin: 0 6px 0 6px;
    }
    .header_right_mobile{
        position: absolute;
        top: 12px;
        right: 16px;
        z-index: 9;
    }
    .menu_open_btn:before{
        width: 32px;
        height: 32px;
        background: url('../images/icon-menu-1.svg')no-repeat center;
        background-size: contain;
        content: '';
    }
    .menu_open_btn{
        transform: none;
    }
    .icons-telegram{
        width: 32px;
        height: 32px;
    }
    .curent-lang{
        position: relative;
        top: 5px;
    }
    .header-cart-wrap{
        margin: 0 0 0 calc(100% - 165px)!important;
    }
    .header-cart-wrap a{
        position: relative;
        top: 6px;
    }
    .header-cart-wrap a:before{
        content: url("../images/icon-menu-2.svg");
    }
    .icon-cart:before {
        content: url("../images/icon-menu-2.svg");
    }
    .main-page .header_wrap {
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(129, 129, 129, 1);
    }
    .binct-phone-number-1, .mobile_link .icon-angle-down{
        display: none!important;
    }
    .team_list > li {
        width: 100%;
    }
    .team_block .sub_title {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
    }
    .team {
        width: 103%;
    }
    .team .bhead .section_title {
        margin: 0 0 20px;
        font-size: 46px;
        font-weight: 400;
    }
}


/*-----------------END-NEW-31.05.21----------------*/