@font-face {
    font-family: 'EvolventaRegular';
    src: url('../fonts/Evolventa-Regular.eot');
    src: url('../fonts/Evolventa-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Evolventa-Regular.woff2') format('woff2'),
    url('../fonts/Evolventa-Regular.woff') format('woff'),
    url('../fonts/Evolventa-Regular.ttf') format('truetype'),
    url('../fonts/Evolventa-Regular.svg#Evolventa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EvolventaBold';
    src: url('../fonts/Evolventa-Bold.eot');
    src: url('../fonts/Evolventa-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Evolventa-Bold.woff2') format('woff2'),
    url('../fonts/Evolventa-Bold.woff') format('woff'),
    url('../fonts/Evolventa-Bold.ttf') format('truetype'),
    url('../fonts/Evolventa-Bold.svg#Evolventa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveSemiBold';
    src: url('../fonts/Involve-SemiBold.eot');
    src: url('../fonts/Involve-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-SemiBold.woff2') format('woff2'),
    url('../fonts/Involve-SemiBold.woff') format('woff'),
    url('../fonts/Involve-SemiBold.ttf') format('truetype'),
    url('../fonts/Involve-SemiBold.svg#Involve-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
    color: white;
    line-height: 1.4;
    font-family: 'EvolventaRegular', sans-serif;
    padding-top: 7.999rem;
    background: #303030;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 6.063rem;
}
.container {
    width: 79.9rem;
}
header {
    padding: 1.7rem 0;
    position: fixed;
    transition: all 0.35s;
    background: #303030;
}
header.shadow{
    padding: 0.7rem;
}
header .btn{
    min-width: unset;
}
.btn{
    display: inline-block;
    border-radius: 8px;
     background: linear-gradient(67deg, #BE9363 38.71%, #D2A068 72.62%);
    font-family: 'EvolventaBold', sans-serif;
    text-transform: uppercase;
    padding: 1.17rem 3.2rem;
    color: white;
    min-width: 19rem;
    text-align: center;
}
.btn:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: white;
    opacity: 0;
    transition: all 0.35s;
}
.btn:hover:after{
    opacity: 1;
}
.btn span{
    position: relative;
    z-index: 1;
    justify-content: center;
}
.btn:hover{
    color: black;
}
.menu{
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'EvolventaBold', sans-serif;
    width: max-content;
}
.menu a{
    display: inline-block;
    margin: 0 1.1rem;
}
.box1_img{
    overflow: hidden;
    background: black;
    height: 39rem;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    padding: 2.5rem 2.7rem;
    position: relative;

}
.box1_user{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28.5rem;
    z-index: 1;
}
.ab_img{
    box-shadow: 6px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.box1_logo{
    position: absolute;
    left: 0.8rem;
    top: 1rem;
    width: 30rem;
}
.box1_text {
    width: 100%;
    padding: 1.6rem 2.5rem;
    font-family: 'EvolventaBold', sans-serif;
    font-size: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: #FFF;
    backdrop-filter: blur(6.800000190734863px);
    position: relative;
    z-index: 3;
}
.stage_name{
    color: black;
    line-height: 1.3;
}
.stage{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: linear-gradient(180deg, #000 0%, #242424 100%);
    backdrop-filter: blur(5.699999809265137px);
    font-size: 1.5rem;
    color: white;
    padding: 0.85rem 1rem;
    text-align: center;
}

.slider_anons{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 2.3rem;
}
.section_title{
    font-size: 3rem;
    font-family: 'InvolveSemiBold', sans-serif;
    line-height: 1.1;
    margin-bottom: 1.6rem;
}
.section_text {
    margin-bottom: 4.7rem;
}
#box-2 {
    padding-top: 4.8rem;
}
.section_title.sm{
    font-size: 2rem;
    margin-bottom: 1.3rem;
}
.section_title.primary{
    font-size: 2.5rem;
}
.box2_container{
    background: white;
    border-radius: 20px;
    color: black;
    padding: 1.3rem 1.7rem;
    position: relative;
    overflow: hidden;
}
.quiz_bg{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
}
.h_full{
    display: block;
    height: 100%;
}

.quiz_item:not(.factive){
    display: none;
}
.quiz_item.ab{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    background: white;
    padding: 1.8rem;
    z-index: 3;
}
.quiz_bottom{
    position: relative;
    z-index: 2;
}
.quiz_item.ab .quiz_bottom{
    height: 100%;
    display: flex;
    align-items: center;

}
.progress_text{
    font-family: EvolventaBold, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.quiz_title{
    font-size: 1.25rem;
    font-family: EvolventaBold, sans-serif;
    margin-bottom: 1.3rem;
    color: #6C6C6C;
}
.progress{
    display: flex;
    margin-bottom: 2rem;
}
.progress span{
    background: #F2F2F2;
    border-radius: 10px;
    transition: all 0.35s;
    width: 9.2rem;
    height: 5px;
    margin-right: 0.7rem;
}
.progress span.active{
    background: #BE9363;
}
.form_label {
    margin-bottom: 0.7rem;
}
.form_lables_row label{
    background: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 1.3rem 0.9rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.35s;
}
.form_lables_row label:hover{
    background: #ececec;
}
.form_lables_row label input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #D9D9D9;
    width: 1.188rem;
    height: 1.188rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    top: -0.1rem;
}
.form_lables_row label input:checked:after{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.form_lables_row label input:after{
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 50%;
    right: 50%;
    content: "";
    background-image: url(../img/check.png);
    background-size: 0.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    transition: all 0.25s;
}
.form_lables_row label span{
    width: calc(100% - 1.188rem);
    padding-left: 0.6rem;
}
.form-group{
    margin-bottom: 1rem;
}
.btn span{
    display: flex;
    align-items: center;
}
.btn span img{
    margin-left: 1rem;
}
.quiz_btn {
    text-align: right;
    margin-top: 0.8rem;
}
.quiz_btn .btn{
    font-family: EvolventaRegular, sans-serif;
    text-transform: unset;
    min-width: unset;
    padding: 1.17rem 2.2rem;
}
#box-3 {
    padding-top: 4.8rem;
}
.service_item{
    display: flex;
    align-items: flex-end;
    height: 31.4rem;
    border-radius: 20px;
    padding: 1.1rem 1.15rem;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 0;
}
.service_item:hover{
    color: white;
}
.service_item:after{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80.92%);
    z-index: 1;
}
.service_after{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 5.3rem;
}
.service_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.25s linear;
    transform: translateZ(0);
}
.service_top{
    position: relative;
    z-index: 2;
}
.section_text_box{
    margin-bottom: 0.9rem;
    color: #DFDFDF;
}

.service_title{
    /*font-size: 2rem;*/
    font-size: 1.85rem;
    margin-bottom: 0.2rem;
}
.service_item:hover .service_arrow{
    background-color: white;
    transform: rotate(-360deg);
}
.service_item:hover .service_arrow img{
    filter: brightness(1) invert(0);
}
.service_item:hover .service_img{
    transform: translateZ(0) scale(1.05);
}
.service_arrow{
    width: 3.563rem;
    height: 3.563rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #BE9363;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all 0.35s linear;
}

.service_arrow img{
    width: 1.375rem;
    filter: brightness(0) invert(1);
    transition: all 0.35s linear;
}
.service_slider .slick-list{
    margin: 0 -10px;
}
.service_slider .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}

#box-4{
    padding-top: 4.9rem;
    padding-bottom: 2rem;
}
.ras_box{
    display: flex;
    align-items: center;
    padding: 0.8rem;
    padding-left: 6.6rem;
    border-radius: 10px;
    background-color: white;
    color: black;
    margin-bottom: 1.2rem;
}
.ras_row img{
    border-radius: 10px;
    width: 100%;
}
.ras_box img{
    border-radius: 5px;
    width: 4.438rem;
    margin-right: 0.7rem;
}
.box4_text{
    padding-top: 1.4rem;
}
.box4_form{
    background: white;
    border-radius: 20px;
    padding: 1.8rem 1.8rem;
    padding-bottom: 2.5rem;
    color: black;
}
.box4_form_title{
    font-size: 1.5rem;
    font-family: EvolventaBold, sans-serif;
    margin-bottom: 1.1rem;
}
.form-control{
    background: #F3F3F3;
    width: 100%;
    padding: 1.2rem 1.2rem;
    border-radius: 6px;
    font-family: EvolventaRegular, sans-serif;
}
textarea.form-control{
    font-family: EvolventaRegular, sans-serif;
    font-size: inherit;
    border: none;
}
#modal-success-rev .modal_title {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 1.5rem 0;
    text-transform: unset;
}
.form-control::placeholder{
    color: #707173;
}
.policy{
    font-size: 0.87rem;
    margin-bottom: 1rem;
    color: #C4C4C4;
}
.policy a{
    color: #C4C4C4;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.border_img_box{
    border-radius: 15px;
    overflow: hidden;
}
#box-5{
    padding-top: 2.1rem;
    padding-bottom: 3rem;
    background: white;
    color: black;
}
.about_text_box{
    padding-top: 1rem;
}
.about_text_box .section_title{
    font-size: 2.5rem;
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 1.1rem;
}
.content p.big{
    font-size: 1.25rem;
}
.about_img{
    border-radius: 15px;
    height: 37.4rem;
    overflow: hidden;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about_img.sm{
    height: 18.1rem;
}
.about_img.sm:first-child{
    margin-bottom: 1.25rem;
}
.about_bottom_flex{
    margin-top: 1.5rem;
}

.play_link{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: #BE9363;
}
.play_link:hover{
    color: #cdb192;
}
.play_btn{
    border: 1px solid #BE9363;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    padding-left: 0.3rem;
}
.play_btn img{
    width: 1.438rem;
}
.cert_link img{
    width: 3.125rem;
    margin-right: 0.5rem;
}
#box-6 {
    padding-top: 3.6rem;
}
#box-6 .section_title{
    margin-bottom: 2.3rem;
}
.section_title.sm2{
    font-size: 2.5rem;
}
.vrach_btns {
    margin-bottom: 1.3rem;
}
.vrach_btns a{
    display: inline-block;
    margin-right: 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 12.2rem;
    text-align: center;
    padding: 0.85rem 0.5rem;
}
.vrach_btns a:hover{
    color: white;
    border-color: #BE9363;
}
.vrach_btns a.active{
    border-color: #BE9363;
    background: #BE9363;
    color: white;
    pointer-events: none;
}
.vrach_img{
    height: 24.5rem;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.vrach_img:after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 99.9%);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}
.filial{
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 1rem;
    border: 1px solid white;
    padding: 0.4rem 1rem;
    border-radius: 30px;
    z-index: 2;
}
.filial:hover{
    background: white;
    color: black;
}
.opyt{
    position: absolute;
    bottom: 1.2rem;
    left: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(5.699999809265137px);
    padding: 0.55rem 0.6rem;
    z-index: 2;
}
.vrach_text{
    padding-top: 1rem;
}
.vrach_name{
    font-family: EvolventaBold, sans-serif;
    font-size: 1.5rem;
}
.vrach_position {
    margin-top: 0.5rem;
}
.vrach_bottom {
    padding-top: 0.9rem;
}
.vrach_bottom .btn{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 5px;
}
.vrach_bottom .btn:first-child{
    margin-bottom: 0.3rem;
}
.btn.white{
    border: 1px solid #C1C1C1;
    background: transparent;
    color: white!important;
}

.btn.white:after{
    background: rgba(255, 255, 255, 0.20);
}
#box-7 {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
}
.reviews_slider .slick-list, .vrach_slider .slick-list{
    display: flex;
    margin: 0 -10px;
}
.reviews_slider .slick-track, .vrach_slider .slick-track{
    display: flex;
}
.reviews_slider .slick-slide > div, .vrach_slider .slick-slide > div{
    height: 100%;
}
.reviews_slider .mb_30, .vrach_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
.rev_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 1.9rem 1.7rem;
    color: black;
}
.rev_item a{
    color: #949494;
}
.rev_item a:hover{
    color: #BE9363;
}
.rev_title{
    font-size: 1.5rem;
    font-family: EvolventaBold, sans-serif;
    margin-bottom: 0.5rem;
}
.rev_date {
    margin-bottom: 0.6rem;
    opacity: 0.6;
}
.rev_text{
    font-family: EvolventaBold, sans-serif;
    height: 92px;
    overflow: hidden;
}
.rev_text.factive{
    height: auto;
}
.title_flex .section_title{
    margin-bottom: 0;
}
.title_flex{
    margin-bottom: 1.8rem;
}
.rev_more{
    display: inline-block;
    margin-top: 1.2rem;
}
#box-8 {
    padding-top: 2.3rem;
    padding-bottom: 4rem;
    background: white;
    color: black;
}
.box8_slider .slick-list{
    margin: 0 -15px;
}
.box8_slider .slick-slide > div{
    padding: 0 15px;
}
.box8_slider_title{
    font-size: 1.5rem;
    font-family: EvolventaBold, sans-serif;
    margin-bottom: 0.3rem;
}
.slider_line{
    border-radius: 10px;
    background: #D9D9D9;
    width: 25.875rem;
    height: 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 4rem;
}
.slider_line.not_trans span{
    transition: 0s!important;
}
.slider_line.active span{
    width: 100%;
}
.slider_line span{
    width: 0;
    border-radius: 10px;
    background: #F9D65F;
    height: 100%;
    display: block;
    transition: all 3s;
}
.box8_slider_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box8_slider_bottom{
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.box8_slider_avatar{
    width: 5.625rem;
    height: 5.625rem;
    overflow: hidden;
    border-radius: 50%;
}
.box8_slider_avatar_text {
    padding-left: 1.2rem;
    width: calc(100% - 5.625rem);
}
.box8_slider_avatar_text p{
    font-family: EvolventaBold, sans-serif;
    margin-bottom: 0.2rem;
}
.box8_slider_img{
    height: 17.1rem;
    border-radius: 15px;
    overflow: hidden;
}
#box-9 {
    padding-top: 5rem;
}
.banner_form{
    background: white;
    color: #BE9363;
    border-radius: 20px;
    overflow: hidden;
    padding: 1.8rem 1.8rem;
    position: relative;
}
.result{
    font-size: 0.9rem!important;
}
.none_point{
    pointer-events: none;
}
.banner_img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30.313rem;
}
.banner_form_row{
    position: relative;
    z-index: 2;
}
.gray_form .form-control{
    background: #ECECEC;
    border-radius: 15px;
}
.gray_form .policy{
    line-height: 1.25;
    margin-bottom: 0.7rem;
}
.gray_form .btn{
    border-radius: 15px;
}
.gray_form .form-group {
    margin-bottom: 0.9rem;
}
.banner_form_text{
    padding-left: 15.2rem;
    font-family: EvolventaBold, sans-serif;
}

.banner_form_title{
    font-size: 2.25rem;
    line-height: 1.2;
    padding-top: 0.4rem;
    margin-bottom: 0.2rem;
}
.banner_form_title span{
    font-size: 3rem;
    display: block;
}
.contacts_left{
    background: #FFF;
    color: black;
    border-radius: 20px;
    padding: 1rem 1rem;
    width: 93.6%;
}
.contacts_left a{
    color: black;
}
#box-10{
    padding-top: 5.1rem;
    padding-bottom: 5rem;
}
.address_list a{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin-bottom: 1.3rem;
}
.address_list a img{
    width: 2rem;
}
.address_list a span{
    width: calc(100% - 2rem);
    padding-left: 0.8rem;
}
.work_title{
    font-size: 1.25rem;
    margin-bottom: 0.2rem;
}
.work_box{
    padding-top: 0.5rem;
}
.work_text{
    line-height: 1.9;
}
.work_box.cont_work .work_text{
    line-height: 1.3;
}
.work_box.cont_work .work_text br{
    display: none;
}
.work_box.cont_work .work_text p:last-child{
    margin-bottom: 0;
}
.work_box.cont_work .work_title{
    margin-bottom: 0.7rem;
}
.phones{
    padding-top: 1.3rem;
}
.phones a{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-family: EvolventaBold, sans-serif;
}
.phones a img{
    width: 2rem;
}
.phones a span {
    padding-left: 0.8rem;
}
.soc_box .work_title{
    margin-bottom: 0.4rem;
}
.socials a{
    display: inline-block;
    margin-right: 0.7rem;
}
.socials a img{
    max-height: 1.875rem;
}
.socials a.youtube img{
    max-height: 1.675rem;
}

footer .socials a.instagram{
    filter: brightness(0) invert(1);
}
.soc_box{
    padding-top: 1.7rem;
}
.map{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.footer_logo{
    display: block;
    width: 9.625rem;
    margin-left: 1.2rem;
}
footer{
    padding-top: 2.5rem;
    background: linear-gradient(67deg, #BE9363 38.71%, #D2A068 72.62%);
}
footer .work_box{
    padding-top: 2rem;
}
footer .work_title{
    margin-bottom: 1.1rem;
}
.work_text_box p{
    line-height: 1.3;
    margin-bottom: 1.3rem;
}
.f_title{
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
}
.f_item ul{
    list-style-type: none;
    margin: 0;
}
.f_item ul li {
    margin-bottom: 1.4rem;
}
.footer_bottom_flex{
    padding: 1.4rem 0;
}
.footer_bottom_flex a{
    opacity: 0.5;
}
.footer_bottom_flex a:hover{
    color: white;
    opacity: 1;
}
.footer_form{
    background: #FFF;
    border-radius: 10px;
    padding: 0.9rem 2rem;
    color: black;
}
.ff_img{
    width: 4.375rem;
    height: 4.375rem;
    overflow: hidden;
    border-radius: 50%;
}
.ff_text{
    width: calc(100% - 4.375rem);
    padding-left: 1.2rem;
}
.ff_text p{
    font-family: EvolventaBold, sans-serif;
    font-size: 1.5rem;
    margin: 0;
}
.footer_form_top{
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
}
.btn.black{
    background: linear-gradient(180deg, #000 0%, #242424 100%);
}
.btn.black:hover{
    color: white;
}
.btn.hover_black:after{
    background: linear-gradient(180deg, #000 0%, #242424 100%);
}
.btn.hover_black:hover{
    color: white;
}
.btn.black:after{
    background: linear-gradient(67deg, #BE9363 38.71%, #D2A068 72.62%);
}
footer .form-control{
    border-radius: 10px;
    background: #f1f1f1;
    padding: 0.9rem 1.2rem;
}
.socials a:hover{
    opacity: 0.5;
}
footer .policy{
    color: black;
}
footer .policy a{
    color: black;
}
footer .btn{
    border-radius: 10px;
}
.f_item a.active, .f_item a:hover{
    color: white;
    opacity: 0.5;
}
.contacts_left a:hover{
    color: #BE9363;
}

.vrach_slider .slick-arrow {
    top: -4.2rem;
}
.err_box{
    margin-bottom: 1rem;
    color: red;
    display: none;
}
.page{
    padding-top: 1rem;
    padding-bottom: 5rem;
}
.page h1{
    font-size: 2.5rem;
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 1.3rem;
}
.page .section_text_box {
    margin-bottom: 2.3rem;
}
.service_row .mb_30{
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.service_white{
    padding: 3rem 0;
    margin-top: 2rem;
    background: white;
    color: black;
}
.section_title.sm3 {
    font-size: 2.25rem;
    margin-bottom: 2.2rem;
}
.content.big{
    font-size: 1.25rem;
}
.service_populars{
    padding-top: 3rem;
}
.service_popular_item{
    background: white;
    height: 100%;
    border-radius: 15px;
    padding: 1.8rem 1.8rem;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_popular_item_title{
    font-size: 1.5rem;
    font-family: EvolventaBold, sans-serif;
    margin-bottom: 1.1rem;
}
.service_popular_item_text{
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}
.service_popular_item .btn{
    width: 100%;
    padding: 0.97rem 1rem;
    border-radius: 10px;
}
.page h1.sm{
    font-size: 2.25rem;
}
.service_page_gallery_item{
    height: 15.688rem;
    border-radius: 20px;
    overflow: hidden;
}
.service_page_gallery_item.sm{
    height: 24.563rem;
}
.service_page_gallery{
    margin-top: -3.6rem;
}
.service_prices{
    color: white;
    padding: 2.2rem 1.8rem;
    margin-top: 4rem;
    border-radius: 20px;
    padding-bottom: 0.5rem;
    background: linear-gradient(67deg, #BE9363 38.71%, #D2A068 72.62%);
}
.service_prices .section_title{
    font-family: 'EvolventaBold', sans-serif;
    margin-bottom: 1.8rem;
}
.service_prices_row{
    font-size: 1.25rem;
    font-family: 'EvolventaBold', sans-serif;
}
.page_form_title{
    font-size: 1.5rem;
    font-family: 'EvolventaBold', sans-serif;
    margin-bottom: 1.5rem;
}
.page .banner_form{
    padding: 2.4rem 1.8rem;
    color: black;
}
.page .banner_form .policy{
    color: black;
    opacity: 0.6;
}
.page .banner_form .policy a{
    color: black;
}
.page_vrach_list {
    padding-top: 3.7rem;
}
.page #box-10 {
    padding-top: 3.3rem;
}
.page #box-4 {
    padding-top: 3.5rem;
}

.vrach_sub_title{
    font-family: InvolveSemiBold, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}
.vrach_content h2{
    font-size: 1.25rem;
    margin-bottom: 1.3rem;
}
.vrach_content p.big {
    margin-bottom: 2.2rem;
}
.page_certs {
    padding-top: 3.9rem;
}
.cert_slider .slick-list{
    margin: 0 -10px;
}
.cert_slider .slick-track{
    margin: 0;
}
.cert_slider .slick-slide{
    padding: 0 10px;
}
.page_certs .section_title{
    margin-bottom: 2.6rem;
}
.cert_slider .slick-arrow {
    top: -4.8rem;
}
.cert_slider_item{
    overflow: hidden;
    height: 18.2rem;
}
.page #box-6 {
    padding-top: 4.3rem;
    padding-bottom: 1rem;
}
.vrach_page_item #box-4{
    padding-bottom: 0;
}
.vrach_page_btn{
    margin-top: 2rem;
}
.border_text{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'EvolventaBold', sans-serif;
    font-style: italic;
    background: #303030;
    color: white;
    width: 23.9rem;
    padding: 1.2rem;
    border-top-left-radius: 20px;
    padding-bottom: 0;
}
.border_text .ss1{
    top: unset;
    right: -4.3rem;
    bottom: 100%;
    transform: rotate(90deg);
}
.border_text .ss2{
    top: unset;
    right: unset;
    left: -1rem;
    bottom: 0.1rem;
    transform: rotate(-272deg);
}
.border_text span{
    position: relative;
    z-index: 2;
}
.about_preim_sub_title {
    font-size: 1.25rem;
    margin-bottom: 0.3rem;
}
.about_preims{
    padding-top: 4.5rem;
}
.about_preim_item{
    display: flex;
    align-items: center;
    background: white;
    height: 100%;
    padding: 1rem 1rem;
    border-radius: 10px;
    min-height: 8.5rem;
    color: black;
}
.about_preims_row .mb_30:first-child .about_preim_icon{
    padding: 0 0.2rem;
}
.about_preim_icon{
    width: 4.375rem;
    height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scale_img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.about_preim_text{
    width: calc(100% - 4.375rem);
    padding-left: 0.7rem;
    padding-right: 2rem;
}
.about_ekspert_row {
    margin-top: 3.5rem;
    padding-bottom: 1.5rem;
}
.about_ekspert_row .section_title{
    margin-bottom: 3rem;
}
.about_ekspert_row .content p:last-child{
    margin-top: 2.6rem;
}

.page .slider_anons {
    margin-bottom: 0.9rem;
}

.oborod_page .vrach_page_btn {
    margin-top: 1.1rem;
}
.oborod_page .border_text{
    right: unset;
    left: 0;
    width: 22rem;
    padding: 1rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    border-top-right-radius: 20px;
}
.oborod_page .border_text .ss1{
    right: unset;
    left: 0;
    transform: rotate(-180deg);
    bottom: unset;
    top: -1.08rem;
}
.oborod_page .border_text .ss2{
    left: unset;
    right: -1.1rem;
    bottom: 0;
    transform: rotate(-180deg);
    height: 4.6rem;
}
.oborod_page_text_row{
    margin-top: 4.6rem;
}
.oborod_page_text_row .section_title.sm3 {
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
}
.oborod_banner{
    overflow: hidden;
    margin-top: 3.7rem;
    padding: 8.6rem 2rem;
    padding-bottom: 1.1rem;
    position: relative;
    margin-bottom: 0.9rem;
}
.oborod_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 20px;
}
.oborod_banner .content {
    width: 30rem;
    position: relative;
    z-index: 2;
    color: black;
}
.oborod_banner .btn{
    position: absolute;
    right: 2.7rem;
    bottom: 2.3rem;
    z-index: 2;
}
.border_text2{
    position: absolute;
    left: -1px;
    top: 0;
    line-height: 1;
    background: #303030;
    padding-bottom: 1.2rem;
    padding-right: 0.6rem;
    z-index: 2;
    padding-left: 3px;
    color: white;
    border-bottom-right-radius: 15px;
}
.border_text2 .ss1{
    right: unset;
    left: 0;
    top: unset;
    bottom: -1.05rem;
    transform: rotate(-90deg);
}
.border_text2 .ss2{
    right: -1rem;
    transform: rotate(-90deg);
}
.border_text2 span{
    position: relative;
    z-index: 1;
    font-size: 2.25rem;
    font-family: InvolveSemiBold, sans-serif;
}
.fran_border_item{
    border-radius: 10px;
    border: 2px solid #FFF;
    font-family: 'EvolventaBold', sans-serif;
    padding: 0.5rem;
    min-height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fran_width {
    width: 85.1%;
    margin-top: 1.6rem;
}
.fran_borders_row .mb_30 {
    margin-bottom: 0.8rem;
}
.vrach_page_btn_row {
    margin-top: 1rem;
}
.vrach_page_btn_row .btn{
    min-width: unset;
    width: 100%;
}

.franschiza_page .oborod_page_text_row {
    margin-top: 3.5rem;
}

.franschiza_page .oborod_page_text_row .section_title.sm3 {
    margin-top: 0;
}
.fran_consult {
    margin-top: 5.8rem;
}
.fran_consult_row{
    margin-top: -0.2rem;
}
.fran_consult_row .mb_30 {
    margin-bottom: 0.9rem;
}
.fran_white{
    background: #FFFFFF;
    color: black;
    border-radius: 10px;
    padding: 1.1rem 2.6rem;
    font-size: 1.25rem;
}
.col-md-4 .fran_white{
    background: linear-gradient(67deg, #BE9363 38.71%, #D2A068 72.62%);
    color: white;
}
.fran_consult_img{
    position: absolute;
    left: calc(100% + 2rem);
    top: -3.2rem;
    width: 11.688rem;
}
.fran_consult_bottom {
    margin-top: 3.9rem;
}
.fran_consult_bottom .section_title.sm3 {
    margin-bottom: 1.2rem;
}
.fran_icon_item{
    background: linear-gradient(67deg, #BE9363 38.71%, #D2A068 72.62%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-family: 'EvolventaBold', sans-serif;
    padding: 0.5rem;
    min-height: 6.3rem;
    border-radius: 10px;
}
.fran_icon_item_box{
    width: 2.5rem;
    margin-right: 1rem;
}
.fran_icon_item_box img{
    width: 100%;
}
.fran_consult_bottom_row{
    margin-top: -0.3rem;
}
.page.franschiza_page #box-4 {
    padding-top: 2.9rem;
}
.page.franschiza_page #box-4 .section_title{
    margin-bottom: 1.3rem;
}
.page.franschiza_page #box-4 .border_img_box{
    border-radius: 10px;
}

.fran_black_row .border_img_box{
    border-radius: 20px;
}
.fran_black_content {
    padding-top: 3.1rem;
}
.fran_black_content .content ul {
    margin-left: 1.2rem;
}
.fran_black_content .content ul li {
    padding-left: 2.2rem;
    margin-bottom: 1.8rem;
}
/*.fran_black_content .content{*/
/*    padding-top: 0.6rem;*/
/*}*/
.fran_black_content .content ul li:after{
    background-image: url(../img/check_2.png);
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
    border-radius: 0;
    top: 0.1rem;
}
.fran_black_bg{
    margin-top: 2.4rem;
    background: black;
    border-radius: 20px;
    background: linear-gradient(180deg, #000 0%, #242424 100%);
}
.fran_steps{
    padding-top: 4.7rem;
}
.fran_step_item .content{
    position: relative;
    z-index: 1;
}
.fran_step_item .content ul li{
    margin-bottom: 0.2rem;
}
.fran_step_item .content ul li:after{
    background: black;
}
.fran_step_item{
    background: white;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    align-items: center;
    min-height: 23.8rem;
    margin-bottom: 1.2rem;
    padding-left: 19.7rem;
    position: relative;
    color: black;
    overflow: hidden;
}
.fran_step_img{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}
.fran_step_img img{
    width: auto!important;
    height: 100% !important;
}
.fran_last {
    margin-top: 4.7rem;
}
.fran_last .section_title{
    margin-bottom: 3.1rem;
}
.service_popular_item2{
    height: 100%;
    border-radius: 10px;
    border: 2px solid white;
    padding: 1.3rem 1rem;
    text-align: center;
}
.service_popular_item2 .service_popular_item_title{

}
.service_popular_item2 .service_popular_item_text{
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
}
#fr_last_form{
    padding-top: 3.6rem;
}
#fr_last_form .box4_text {
    padding-top: 4.3rem;
}
.bold_content{
    font-size: 1.5rem;
    font-family: 'EvolventaBold', sans-serif;
    margin-top: -0.7rem;
}
.contacts_page #box-10{
    padding: 0;
}
.border_img_box.eq_border{
    border-radius: 0;
}
.border_img_box.eq_border > .full{
    border-radius: 20px;
}
