@font-face {
    font-family: 'MursGothic';
    src: url('../fonts/MursGothic-WideDark.eot');
    src: url('../fonts/MursGothic-WideDark.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MursGothic-WideDark.woff2') format('woff2'),
    url('../fonts/MursGothic-WideDark.woff') format('woff'),
    url('../fonts/MursGothic-WideDark.ttf') format('truetype'),
    url('../fonts/MursGothic-WideDark.svg#MursGothic-WideDark') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body{
    line-height: 1.4;
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    color: #3F422E;
    background-image: url(../img/bg.webp);
    background-size: 100% 33rem;
    background-repeat: no-repeat;
}

#body_main{
    padding-top: 1.7rem;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.container {
    width: 80rem;
}
header {
    position: relative;
    padding: 1.2rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0px 4px 35.6px 0px rgba(0, 0, 0, 0.25);
    background-color: white;
}

.btn{
    font-weight: 500;
    border-radius: 10px;
    background-color: #3F422E;
    color: white;
    padding: 0.65rem 2rem;
    min-width: 12.3rem;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    font-family: "Geologica", sans-serif;
    transition: all 0.35s;
}
.btn:hover{
    background-color: #EB996E;
    color: white;
}

.logo{
    display: block;
    width: 12.313rem;
    line-height: 1;
}
.header_right{
    line-height: 1;
}
.slider_img{
    padding: 1rem;
    padding-top: 2rem;
    height: 29.1rem;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.slider_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}
.slider_box {
    display: flex;
    align-items: flex-end;
    min-height: 28.2rem;
}
.slider_img_box{
    position: absolute;
    right: 7.6rem;
    width: 27.938rem;
    bottom: 0;
}
.slider_img_box img{
    width: 100%;
}
.slider_item {
    padding-bottom: 7rem;
}
.slider_row{
    width: 100%;
}

.slider_text {
    padding-top: 3.8rem;
}
.slider_text h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 0.8;
    margin-bottom: 0.9rem;
}

.slider_text p{
    font-size: 1.25rem;
}
.slider_btns{
    display: flex;
    align-items: center;
    margin-top: 4.5rem;
}
.link_btn{
    font-weight: 500;
    display: inline-block;
    margin-left: 1.3rem;
    border-bottom: 2px solid #EB996E;
    padding-right: 1.2rem;
    letter-spacing: -0.32px;
    padding-bottom: 0.1rem;
}
.link_btn:hover{
    color: #3F422E;
    border-color: #3F422E;
}
.slider_control {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    z-index: 5;
    opacity: 0.5;
    pointer-events: none;
}
.slider_control_btns a{
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #3F422E;
    padding: 0.25rem 0.6rem;
    padding-bottom: 0.35rem;
    color: #3F422E;
}
.point_none{
    pointer-events: none;
}
.slider_control_btns a.active, .slider_control_btns a:hover{
    background: #FFF;
    color: #3F422E;
}
.advantage_item{
    border-radius: 10px;
    border: 2px solid rgba(235, 153, 110, 0.50);
    background: #FFF;
    height: 100%;
    padding: 1.6rem 1.6rem;
    padding-bottom: 2.2rem;
}
#box-2{
    padding-top: 4.9rem;
}
.advantage_icon{
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage_icon img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.advantage_text {
    text-align: center;
    padding-top: 1.5rem;
}
.advantage_title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}
.advantage_text p{
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.3;
}
.about_img{
    padding-left: 2.1rem;
    position: relative;
    left: 0.6rem;
}
.about_text{
    font-size: 1.25rem;
    margin-top: 5.2rem;
    padding-left: 18.1rem;
    position: relative;
    min-height: 13.5rem;
}
.about_text .section_title{
    position: absolute;
    left: 2.9rem;
    top: -0.8rem;
}
.section_title{
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-family: MursGothic, sans-serif;
}
.about_btn{
    margin-top: 1.4rem;
}
.about_btn .btn{
    min-width: 19rem;
}
#box-4 {
    padding-top: 4.7rem;
}

.preim_item{
    height: 100%;
    border-radius: 20px;
    border: 3px solid rgba(235, 153, 110, 0.50);
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.7rem;
    transition: all 0.35s;
}
#box-4 .preim_item:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}
#box-4 .preim_item:hover .preim_icon img, .preim_item.factive img{
    filter: grayscale(0);
}
.preim_icon{
    width: 3.188rem;
}
.preim_icon img{
    width: 100%;
    filter: grayscale(1);
    transition: all 0.35s;
}

.preim_text{
    padding-top: 3rem;
}
.preim_title{
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
}
.preim_text p{
    margin: 0;
    line-height: 1.25;
    padding-right: 0;
}
#box-5 {
    padding-top: 3.8rem;
}


.banner_dots{
    position: absolute;
    left: 33.8%;
    top: 0;
    width: 41.7rem;
    height: 100%;
    pointer-events: none;
}
.banner_dot{
    position: absolute;
    display: flex;
    align-items: center;
    font-family: MursGothic, sans-serif;
}
.dot1{
    left: 0;
    top: 39.7%;
}
.dot2{
    left: 25%;
    top: 16.6%;
}
.dot3 {
    right: 0;
    top: 27.6%;
}
.banner_dot span{
    font-size: 1.5rem;
    line-height: 1;
}
.banner_dot svg{
    margin-left: 1rem;
    opacity: 0.5;
    transition: all 0.35s;
}
.banner_dot.active svg{
    opacity: 1;
}
.dot3 svg{
    margin-left: 0;
    margin-right: 1rem;
}
.banner_btns a{
    pointer-events: none;
    display: inline-block;
    border: 1px solid #171717;
    opacity: 0.5;
    border-radius: 100px;
    padding: 2px 11px;
    padding-bottom: 4px;
    margin-right: 0;
}
.banner_text{
    font-size: 1.25rem;
}
.banner_text .content ul{
    margin-bottom: 0;
}
#box-6 {
    padding-top: 5.7rem;
}
#box-6 .section_title {
    margin-bottom: 2.7rem;
}
#box-6 .col-md-6 {
    margin-bottom: 2.4rem;
}

.step_title{
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
}
.step_item p{
    margin: 0;
    line-height: normal;
}
.step_item.right{
    text-align: right;
    padding-right: 6.9rem;
}
.step_item.left{
    padding-left: 6.9rem;
}
.step_numbers{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    font-family: MursGothic, sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    width: 6.75rem;
}
.step_num{
    width: 5.75rem;
    height: 5.75rem;
    border: 5px solid #3F422E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.4rem;
    position: relative;
    color: white;
    transition: all 0.35s;
    margin: 0 auto;
}
.step_num.active{
    transform: scale(1.2);
    border-color: #EB996E;
}
.step_num.active:after{
    background-color: #EB996E;
}
.step_num:after{
    position: absolute;
    width: 88%;
    height: 88%;
    border-radius: 50%;
    background-color: #3F422E;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s;
}
.step_num span{
    position: relative;
    z-index: 2;
}
.step_num:not(:last-child){
    margin-bottom: 7.75rem;
}
.step_box{
    position: relative;
}
.step_line{
    position: absolute;
    /* border-right: 3px dashed red; */
    height: 4.9rem;
    top: calc(100% + 2rem);
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(rgba(0,0,0,0.2) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 4px 16px;
    background-repeat: repeat-y;
    width: 4px;
}
#box-7 {
    padding-top: 3.6rem;
}
#box-7 .section_title{
    margin-bottom: 2.5rem;
}
.specialist_item{
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 25rem;
    position: relative;
    overflow: hidden;
    color: #3F422E;
    padding: 1rem 1.2rem;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    background-image: url("../img/gradient.webp");
    background-size: cover;
    background-position: top;
    transition: all 0.35s;
}
.specialist_item:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}
.specialist_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*display: none;*/
}
.specialist_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.specialist_text{
    color: #3F422E;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    padding: 0.7rem 0.6rem;
    width: 100%;
}
.specialist_text p{
    margin: 0;
    font-size: 12px;
    color: #3F422E;
}
.specialist_text h4{
    font-family: MursGothic, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.2rem;
    line-height: 1;
}
.specialist_text h4 span {
    font-size: 1rem;
    display: block;
    margin-top: 0.2rem;
}

#box-8 {
    padding-top: 5.5rem;
}
.cat_menu{
    margin-bottom: 1.9rem;
    display: flex;
    flex-wrap: wrap;
}
.cat_menu_item{
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 2px solid rgba(23, 23, 23, 0.20);
    padding: 0.275rem 0.55rem;
    font-weight: 500;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
.cat_menu_item:hover img, .cat_menu_item.active img{
    filter: brightness(0) invert(1);
}
.cat_menu_icon{
    width: 1.938rem;
    height: 1.938rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.35rem;
}
.cat_menu_icon img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.35s;
}
.cc1:hover, .cc1.active{
    background: #3F422E;
    color: white;
}
.cc2:hover, .cc2.active{
    background: #EB996E;
    color: white;
}
.cc3:hover, .cc3.active{
    background: #E4AED1;
    color: rgba(23, 23, 23, 0.80);
}
.cc4:hover, .cc4.active{
    background: #56CCF2;
    color: white;
}
.cc4 .cat_menu_icon{
    width: 1.5rem;
}
.cc5:hover, .cc5.active{
    background: #EFDBA2;
    color: rgba(23, 23, 23, 0.70);
}
.cc6:hover, .cc6.active{
    background: #6FCF97;
    color: #171717;
}
.cc7:hover, .cc7.active{
    background: #A8D9D9;
    color: rgba(23, 23, 23, 0.70);
}

#box-8 .section_title {
    margin-bottom: 2rem;
}
.prod_btns .btn{
    min-width: unset;
    width: 100%;
    font-size: 1.25rem;
    padding: 0.55rem;
}
.prod_btns .btn:first-child{
    margin-bottom: 0.6rem;
}
.prod_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    padding: 1.1rem 1.1rem;
    background-color: white;
    border-radius: 20px;
    border: 3px solid #EB996E;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    background-image: none!important;
}

.hidden_prod{
    display: none;
}
.prod_item:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}
.prod_item:hover .btn.orange{
    background-color: #3F422E;
    color: #ffffff;
}
.prod_img{
    height: 19.2rem;
    margin-bottom: 1rem;
    background-image: url("../img/prod_img_bg.png");
    background-size: 14.5rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.clicked_cat.active{
    pointer-events: none;
}
.iii1{
    background-image: url(../img/cc8.png);
}
.iii2{
    background-image: url(../img/service3_prod_bg.png);
}
.iii3{
    background-image: url(../img/service3_prod_bg2.png);
}
.ccc2 .prod_img, .ccc2{
    background-image: url("../img/cc2.png");
}
.ccc3 .prod_img, .ccc3{
    background-image: url("../img/cc3.png");
}
.ccc4 .prod_img, .ccc4{
    background-image: url("../img/cc4.png");
}
.ccc5 .prod_img, .ccc5{
    background-image: url("../img/cc5.png");
}
.ccc6 .prod_img, .ccc6{
    background-image: url("../img/cc6.png");
}
.ccc7 .prod_img, .ccc7{
    background-image: url("../img/cc7.png");
}
.ccc8 .prod_img, .ccc8{
    background-image: url("../img/cc8.png");
}


.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.prod_item h4{
    font-family: MursGothic, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
    color: #171717;
}
.btn.gray{
    background: #9D9D9D;
}
.btn.gray:hover{
    background: #EB996E;
    color: white;
}
.btn.orange{
    background: #EB996E;
}
.btn.orange:hover{
    background-color: #3F422E;
    color: #ffffff;
}
#box-9 {
    padding-top: 4.5rem;
    padding-bottom: 3.2rem;
}
#box-9 .section_title{
    margin-bottom: 2.5rem;
}
.rev_item{
    border-radius: 20px;
    background-color: white;
    padding: 1.1rem 1.2rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    transition: all 0.25s;
    /*opacity: 0.6;*/
}
.rev_slider .slick-active .rev_item{
    opacity: 1;
}
/*.rev_slider .slick-active .rev_item{*/
/*    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);*/
/*}*/

.rev_title{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.rev_item .content{
    font-size: 1.25rem;
    font-weight: 400;
}
.rev_item .content *{
    line-height: 1.2;
    margin: 0;
}
.rev_slider .mb_30, .specialist_slider .mb_30, .main_products .mb_30, .spec_certs_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
.box_8_btn{
    margin-top: 2rem;
}
.box_8_btn .btn{
    font-size: 1.25rem;
}
.rev_slider .slick-list, .specialist_slider .slick-list, .main_products .slick-list{
    margin: -20px -25px;
    display: flex;
    padding: 20px 10px;
    overflow: unset;
}
.rev_slider .slick-track, .specialist_slider .slick-track, .main_products .slick-track {
    display: flex;
}
.specialist_slider .slick-track{
    margin: 0;
}
.rev_slider .slick-slide > div, .specialist_slider .slick-slide > div, .main_products .slick-slide > div{
    height: 100%;
    /*padding: 15px;*/
}
.main_products .slick-slide:not(.slick-active) .prod_item{
    pointer-events: none;
}
footer {
    padding-top: 2.5rem;
    background-color: #3F422E;
    color: white;
}
footer .socials a img{
    filter: brightness(0) invert(1);
}
.footer_logo{
    display: block;
    width: 12.313rem;
    margin-bottom: 1.8rem;
}
.footer_work {
    margin-bottom: 0.6rem;
}
.footer_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.footer_menu .footer_title{
    font-family: MursGothic, sans-serif;
    margin-bottom: 1.4rem;
}
.footer_right .footer_title{
    font-size: 1.375rem;
    font-family: MursGothic, sans-serif;
}
.footer_menu {
    padding-top: 1.5rem;
}
.footer_menu ul{
    list-style-type: none;
    margin: 0;
}
.footer_menu ul li {
    margin-bottom: 1.1rem;
}
.subscribe_form{
    display: block;
}
.subscribe_form input{
    font-family: "Geologica", sans-serif;
    width: 90%;
    padding: 1rem 1.5rem;
    border-radius: 40px;
}
.subscribe_form input::placeholder{
    color: rgba(0,0,0,0.3);
}
.subscribe_form .result p{
    margin-top: 0.25rem;
}
.stars .gray{
    filter: grayscale(1);
    opacity: 0.8;
}
.tel_link{
    display: block;
}
.result{
    font-size: 0.9rem;
}
.submit_btn{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem 2rem;
    border-radius: 100px;
    background: #EB996E;
    color: white;
    height: 100%;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
    transition: all 0.35s;
    overflow: hidden;
}
.submit_btn:hover{
    background: #F5E6C5;
    color: black;
}
.form_policy{
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 0.4rem;
}
.form_policy a{
    color: white;
    text-decoration: underline;
}
.form_policy a:hover{
    text-decoration: none;
    color: #EB996E;;
}
.socials {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.1rem;
}
.socials a{
    margin-left: 1rem;
}
.socials a img{
    width: 2.5rem;
    /*transition: all 0.15s;*/
}
.footer_bottom {
    border-top: 1px solid #F5E6C5;
    padding: 1.3rem 0;
    margin-top: 3.8rem;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,0.5);
}
.footer_bottom a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom a:hover{
    color: #EB996E;
}

footer a{
    color: white;
}
.m0{
    margin: 0;
}
.therapy_item_long{
    padding: 2rem 1.8rem;
    padding-right: 12rem;
    position: relative;
    display: block;
    transition: all 0.35s;
    min-height: 16rem;
}
.therapy_item_long:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}

.animate_arrow{
    width: 8.5rem;
    overflow: hidden;
    margin-left: 1.1rem;
    margin-top: 1.5rem;
}
.animate_arrow_box{
    position: relative;
    left: -4.1rem;
    transition: all 0.35s;
}
.therapy_item_right_img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 23rem;
}
.therapy_item_right_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: bottom 50% right 24%;
}
.ser4 .therapy_item_right_img{
    width: 14.4rem;
}
.ser4 .therapy_item_right_img img{
    object-position: bottom;
}
.box_title{
    color: #3F422E;
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    line-height: 1;
}
.box_text{
    color: #3F422E;
    font-size: 1.25rem;
    margin-bottom: -0.4rem;
}
#therapy{
    padding-top: 4.6rem;
}
.big_arrow{
    width: 6.125rem;
}
.white_shadow{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.cert_icon{
    width: 5.063rem;
}
.cert_text{
    color: #3F422E;
    width: calc(100% - 5.063rem);
    padding-left: 1rem;
    line-height: 1.6;
}
.therapy_item_sm{
    display: flex;
    align-items: center;
    padding: 1.5rem 1.8rem;
    height: 100%;
    transition: all 0.35s;
}
.therapy_item_sm:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}
.therapy_sm_row{
    margin-top: 1.4rem;
}
.wp_icon{
    width: 4.125rem;
}
.therapy_img{
    height: 100%;
}
.therapy_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_form_box{
    background-color: #3F422E;
    color: white;
    padding: 1.8rem 3.1rem;
    border-radius: 20px;
}
#main_form{
    padding-top: 1.9rem;
}
.main_form_text{
    padding-right: 3.7rem;
}
.main_form_title{
    font-size: 2.05rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.main_form_description{
    font-weight: 400;
    margin-bottom: 1.9rem;
}
.form-group {
    margin-bottom: 0.9rem;
}
.form-control{
    font-family: "Geologica", sans-serif;
    width: 100%;
    background-color: white;
    padding: 0.81rem 1.2rem;
    border-radius: 10px;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.3);
}
.form_submit{
    margin-top: 2rem;
}
.btn.big{
    /*font-weight: 700;*/
    font-size: 1.25rem;
}
.form_img{
    width: 100%;
    height: 99%;
    border-radius: 20px;
    overflow: hidden;
}
.form_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contacts {
    padding-top: 5.6rem;
    padding-bottom: 4.8rem;
    background-image: url(../img/bg4.webp);
    background-repeat: no-repeat;
    background-position: right 0 top -3.5rem;
    background-size: 53.563rem;
}
.contacts{
    border-radius: 20px;
    padding: 2.4rem 2.5rem;
    font-size: 1.25rem;
}
#contacts .section_title{
    margin-bottom: 2.4rem;
}
.cont_title{
    font-size: 1.25rem;
}
.cont_item:not(:last-child){
    margin-bottom: 2.6rem;
}
.cont_item .socials {
    justify-content: flex-start;
    margin-top: 0.2rem;
}
.cont_item .socials a{
    margin-left: 0;
    margin-right: 1rem;
}
.cont_item .socials a img{
    filter: none;
}
.cont_item .socials a:hover img{
    filter: brightness(0) invert(0);
}
.socials a:hover img{
    filter: brightness(1) invert(0);
}
.map{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.map iframe, .contacts_page_map iframe{
    width: 100%!important;
    height: 100%!important;
}
.footer_work .footer_title{
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.about_page{
    background-image: url(../img/about_page_bg.webp);
    background-repeat: no-repeat;
    background-position: right 0 top 47rem;
    background-size: 47.375rem;
}

.consult_body main, .contacts_body main{
    background-image: url(../img/consult.webp);
    background-repeat: no-repeat;
    background-position: right 0 top 3.7rem;
    background-size: 48.438rem;
}
.service5_body main{
    background-image: url(../img/service5_bg.webp);
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: 57.313rem;
}
.service4{
    background-image: url(../img/service4_bg.webp);
    background-repeat: no-repeat;
    background-position: right 0 top -7rem;
    background-size: 52.125rem;
}
.service3{
    background-image: url(../img/service3_bg.webp);
    background-repeat: no-repeat;
    background-position: right 0 top -5rem;
    background-size: 45.25rem;
}
.service2{
    background-image: url(../img/bg_service2.webp);
    background-repeat: no-repeat;
    background-position: right 0 top -7rem;
    background-size: 49.313rem;
}
.service2_bg{
    background-image: url(../img/bg3.webp);
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: 47.813rem;
}
#bg1{
    background-image: url(../img/bg1.webp);
    background-repeat: no-repeat;
    background-position: left 0 top -1.9rem;
    background-size: 47.688rem;
}
#bg2{
    background-image: url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-position: right 0 top -1.9rem;
    background-size: 42.25rem;
}
#bg3{
    background-image: url(../img/bg3.webp);
    background-repeat: no-repeat;
    background-position: left 0 top -7.5rem;
    background-size: 47.813rem;
}
.rev_top{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.rev_date{
    color: #111;
    opacity: 0.5;
}
.stars{
    display: flex;
}
.page{
    padding-top: 2.4rem;
    padding-bottom: 3.8rem;
}
.services_row .therapy_item_long{
    height: 100%;
    padding-bottom: 0.5rem;
}
.page h1:not(.section_title){
    font-size: 3rem;
    margin-bottom: 0.8rem;
    line-height: 1;
    font-family: MursGothic, sans-serif;
}
.service_page_top {
    position: relative;
}
.service_page_top_text .content{
    font-size: 1.25rem;
    min-height: 10rem;
    margin-bottom: 1rem;
}
.service_page_img{
    width: 47.25rem;
    position: relative;
    left: -3.6rem;
    margin-top: -3.2rem;
}
.service_page_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.service_page_top_text{
    padding-bottom: 2rem;
}
.service_page_body{
    padding-top: 4.1rem;
}
.service_page_body .section_title {
    margin-bottom: 2.5rem;
}
.prod_load {
    margin-top: 1.5rem;
}
.faq {
    padding: 0 3.4rem;
    padding-top: 5.7rem;
}
.faq .section_title{
    font-size: 2rem;
    margin-bottom: 1.8rem;
}
.faq_item{
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.faq_item:last-child{
    border: none;
}
.faq_title{
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.6rem 0;
    line-height: 1.2;
}
.faq_title.factive img{
    transform: rotate(-45deg);
}
.faq_title span{
    width: calc(100% - 2.5rem);
    padding-right: 1.5rem;
    padding-top: 0.35rem;
}
.faq_title img{
    transition: all 0.25s;
    width: 2.5rem;
}

.faq_content{
    display: none;
    padding-bottom: 1rem;
    /*font-size: 1.25rem;*/
}
#main_form.page_form{
    padding-top: 0;
    padding-bottom: 5.1rem;
}
#main_form .btn.orange:hover, .modal .btn.orange:hover{
    background: #F5E6C5;
    color: black;
}
.page .content ul li, .page .content ol li{
    margin-bottom: 0.7rem;
}
.service2 .service_page_img {
    width: 23.125rem;
    left: 0.4rem;
    margin-top: -5.7rem;
}
.service2 .service_page_top_text {
    padding-bottom: 0;
    padding-top: 2.3rem;
}
.service2 .service_page_top_text .content {
    min-height: 7rem;
}
.service_page_top .slider_btns {
    margin-top: 0.8rem;
}
.service_info{
    font-size: 1.5rem;
    font-family: MursGothic, sans-serif;
    font-weight: 800;
    border-radius: 20px;
    background: #EB996E;
    padding: 0.625rem 1.6rem;
    color: white;
    position: absolute;
    bottom: 5.6rem;
    right: -3.7rem;
    line-height: 1;
    transform: rotate(-11deg);
}
.service2 .service_page_body {
    padding-top: 4.7rem;
}
.prod_price{
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.service2 .service_page_body .section_title {
    margin-bottom: 1.3rem;
}
.service_prod_box .content{
    font-size: 1.25rem;
    margin-top: 2.5rem;
}
.service_prod_img {
    padding-right: 5.1rem;
}
.service_prod_img img{
    width: 100%;
}

.service3 .service_page_img{
    width: 25.813rem;
    position: relative;
    left: 0;
    margin-top: -4.9rem;
}
.service3 .service_info {
    bottom: 0.4rem;
    right: 4.6rem;
    transform: none;
    text-align: center;
    width: max-content;
}
.service3 .service_page_top_text {
    padding-bottom: 0;
    padding-top: 3.6rem;
}
.service3 .service_page_top_text .content {
    min-height: 6.7rem;
}
.service3 .service_page_body {
    padding-top: 5.3rem;
}
.big_content{
    font-size: 1.25rem;
}
.service3_products .section_title {
    margin-bottom: 1.4rem;
}
.btm_margin{
    margin-bottom: 2.4rem;
}
.service3_products:not(:last-child){
    margin-bottom: 4.6rem;
}
.prod_item_long{
    border-radius: 20px;
    padding: 0.9rem 1rem;
    border: 3px solid #EB996E;
    background-color: white;
    display: flex;
}
.prod_long_img{
    width: 12.3rem;
    height: 14rem;
    background-image: url("../img/service3_prod_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ss2 .prod_long_img{
    background-image: url("../img/service3_prod_bg2.png");
}
.prod_long_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.prod_long_text{
    width: calc(100% - 12.3rem);
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #3F422E;
}
.prod_long_text h4{
    font-size: 1.5rem;
    font-family: MursGothic, sans-serif;
    margin-bottom: 0.8rem;
}
.prod_long_text p {
    line-height: 1.3;
}
.prod_long_text .prod_btns{
    display: flex;
    justify-content: space-between;
}
.prod_long_text .prod_btns .btn{
    width: 48%;
    margin: 0;
}
.service4_list{
    padding-top: 0.8rem;
}
.service4_item {
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
    align-items: center;
    margin-bottom: 1.2rem;
    transition: all 0.35s;
}

.service4_item:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}

.service4_item .btn{
    font-weight: 500;
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    width: 12rem;
    min-width: unset;
}
.service4_title{
    width: 63%;
}
.service4_price{
    width: 15%;
}
.service5 .service_page_img {
    width: 39.375rem;
    left: -13.5rem;
    margin-top: -5.8rem;
}
.service5 .service_page_top_text {
    padding-bottom: 0;
    padding-top: 4.1rem;
}
.service5 .service_page_body {
    padding-top: 4.7rem;
}
.service5 .service_page_top_text .content {
    min-height: 5.3rem;
}
.service5_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 1.9rem 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    height: 100%;
    transition: all 0.35s;
}
.service5_item:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}
.service5_item_top h4{
    font-family: MursGothic, sans-serif;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.service5_item_top p{
    /*font-size: 1.25rem;*/
    line-height: 1.3;
}
.border_link{
    color: #171717;
    display: inline-block;
    border-bottom: 2px solid #EB996E;
    padding-bottom: 2px;
    padding-right: 0.8rem;
    font-weight: 500;
}
.border_link:hover{
    color: #171717;
    border-color: #171717;
}
.border_link span{
    opacity: 0.7;
}
.service5_price{
    font-size: 2rem;
    font-weight: 600;
}
.service5_bottom_flex{
    margin-top: 1.2rem;
}
.service5_item .btn{
    width: 64.3%;
    font-size: 1.25rem;
}
.consult_page .service_page_img {
    width: 32.438rem;
    left: 3.4rem;
    margin-top: -3.2rem;
}
.consult_page .service_page_top_text {
    padding-bottom: 0;
    padding-top: 4.6rem;
}
.consult_page .service_page_top_text .content {
    min-height: 14.2rem;
}
.pt-0{
    padding-top: 0!important;
}
.about_page_text {
    padding-top: 2rem;
    padding-right: 1rem;
}
.d_block{
    display: block;
}
.advantages_row{
    margin-top: 4.2rem;
}
.mission {
    margin-top: 4.5rem;
}
.mission .content h2{
    margin-bottom: 1.5rem;
}
.content h1{
    font-size: 2.5rem;
    font-family: MursGothic, sans-serif;
}
.content h2{
    font-size: 2.25rem;
    font-family: MursGothic, sans-serif;
}
.content h3{
    font-size: 1.7rem;
    font-family: MursGothic, sans-serif;
}
.content h4{
    font-size: 1.5rem;
    font-family: MursGothic, sans-serif;
}
.content h5{
    font-size: 1.3rem;
    font-family: MursGothic, sans-serif;
}
.content h6{
    font-size: 1rem;
    font-family: MursGothic, sans-serif;
}
.about_page .banner{
    margin-top: 4.1rem;
}
.banner_text .content ul li{
    margin: 0;
}
.gallery {
    margin-top: 5.8rem;
}
.gallery .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.gallery .slick-slide{
    margin: 0 5px;
}
.gallery_item{
    display: block;
    height: 37.5rem;
    border-radius: 20px;
    overflow: hidden;
}
.gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .section_title{
    margin-bottom: 2.4rem;
}

.about_links{
    margin-top: 4.6rem;
}
.page #box-7 {
    padding-top: 4.2rem;
}
.page_contacts_box .cont_text{
    font-size: 1.25rem;
}
.page_contacts_box .cont_title{
    margin-bottom: 0.6rem;
}
.page_contacts_box{
    margin-top: 2.6rem;
    padding: 2.3rem 2.4rem;
    padding-bottom: 1.5rem;
}
.contacts_page_map{
    margin-top: 2.7rem;
    height: 29.6rem;
}
.product_page .service_page_body_row {
    padding-top: 0.8rem;
}
.product_page h1.section_title{
    margin-bottom: 1rem;
}
.product_page .prod_price {
    font-size: 1.95rem;
}
.product_page .service_prod_box .content {
    margin-top: 1.5rem;
}
.page_content_margin{
    margin-top: 2.1rem;
}
.product_page .preim_item{
    background-color: transparent;
    padding: 1rem 1.1rem;

}
.product_page .preim_row {
    margin-top: 5.4rem;
}

.product_page .service_prod_img{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 77%;
    height: 35rem;
}
.product_page .service_prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}
.product_body{
    background-image: none;
}
footer.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.flex_ul ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.modal{
    overflow-y: auto;
}

.wp_links a{
    padding: 1.2rem;
    display: block;
    text-align: center;
    box-shadow: 0px 4px 50px 0px rgb(255 255 255 / 29%);
}

.wp_links a:hover{
    box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
}

.wp_links a i{
        color: #25D366;
    font-size: 4rem;
    margin-bottom: 1rem;
}
.wp_links a span{
    display: block;
}

.page_spec_img{
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    background-image: url(../img/gradient.webp);
    background-size: cover;
    background-position: top;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 25rem;
}
.page_spec_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.spec_page_position{
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}
.spec_certs{
    margin-top: 4rem;
    padding-bottom: 2rem;
}

.slick-slide:not(.slick-active) a{
    pointer-events: none;
}
.spec_certs_slider .slick-list{
    margin: 0 -10px;
    display: flex;
    overflow: unset;
}
.spec_certs_slider .slick-track{
    display: flex;
}

.spec_cert_item{
    display: block;
    height: 20rem;
    border: 1px solid #e8e8e8;
    padding: 10px;
}
.spec_cert_item img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.red_b_title{
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.red_banner{
    background: linear-gradient(95.12deg, #EB996E -5.84%, #F08A55 118.05%);
    color: white;
    border-radius: 20px;
    padding: 1.8rem;
    position: relative;
}
.red_bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 33.875rem;
}
#kaspii_red{
    padding-top: 4rem;
}
.red_icon{
   position: absolute;
    right: 3rem;
    bottom: 2rem;
    width: 7.813rem;
    z-index: 1;
}
.similars{
    padding-top: 5rem;
}