@font-face {
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/CenturyGothic.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background:white;
    font-family: "Century Gothic";
    color: #000;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: "Century Gothic";
    font-style: normal;
    color: #000;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
}
.wrapper{
    padding: 0 40px;
    position: relative;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header{
    padding:28px  40px;
    position: fixed;
    top: 16px;
    border-radius: 20px;
    background: rgba(248, 248, 248, 0.90);
    backdrop-filter: blur(8.350000381469727px);
    left: 40px;
    right: 40px;
    z-index: 10;
}
.btn{
    border-radius: 45px;
    background: #000;
    padding: 19px 36px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.82px;
    text-transform: uppercase;
    border: 1px solid black;
    display: inline-block;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    cursor: pointer;
}
.btn:hover{
    box-shadow: inset 0 -6.25em 0 0 white;
    color: black;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.header .btn{
    color: #000;
    background: transparent;
    padding: 11px 26px;
}
.header .btn:hover{
    box-shadow: inset 0 -6.25em 0 0  #000;
    color: white;
}
.address_title{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.phone{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.banner{
    margin-bottom: 20px;
    position: relative;
}
.banner_item {
    height: 695px;
    position: relative;
    background-position: top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.banner_item.fix{
    height: 630px;
}
.section_title,.service_descr h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 18px;
    letter-spacing: 1.08px;
}
.section_description li ul{
    margin-top: 8px;
}

.service_descr b{
    margin: 12px 0;
    display: inline-block;
}
.banner_title{
    letter-spacing: 1px;
    font-size: 47px;
    margin-bottom: 15px;
}
.section_subtitle{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 12px;
}
.section_description{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
}
.banner_info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    right: 80px;
    max-width: 745px;
}
.burger{
    display: none;
}
.banner .section_description{
    max-width: 480px;
    width: 100%;
    margin-bottom: 26px;
    font-size: 15px;
}
.menu{
    display: flex;
    align-items: center;
}
.menu-item{
   margin: 0 7px;
}
.menu-item a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    position: relative;
}
.header .menu-item a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: black;
    transition: 200ms linear;
}
.header .menu-item a:hover:before,.header .current_page_item> a:before{
    width: 100%;
    transition: 200ms linear;
}
.menu-item a:hover{
    opacity: 0.8;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.phone_list {
    position: absolute;
    top: 17px;
    background: white;
    padding: 5px 10px 10px;
    opacity: 0;
    visibility: hidden;
    width: 145px;
    left: 13px;
    z-index: 10;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: -8px 0px 14px 0 rgb(0 0 0 / 30%);
}
.phone_hover {
    position: relative;
}
.phone_hover:hover .phone_list {
    opacity: 1;
    visibility: visible;
}
.phone:hover{
    opacity: 0.8;
}
.phone:hover img{
    transform: rotate(45deg);
}
.social_link:hover{
    transform: scale(1.2);
}
.email:hover{
    opacity: 0.8;
}
.dev a:hover img{
    transform: scale(1.1);
}
.underline{
    font-size: 12px;
    color: #6A6A6A;
    position: relative;
    cursor: pointer;
}
.underline:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6A6A6A;
    bottom: -1px;
    transition: all .3s ease;
}
.header .underline{
    margin-left: 21px;
}
.address img,.phone_block img{
    margin-right: 5px;
}
.address_title,.phone{
    display: flex;
    align-items: center;
}
.social_list{
    display: flex;
    align-items: center;
    position: absolute;
    left: 80px;
    z-index: 1;
    bottom: 27px;
}
.social_item{
    margin-right: 13px;
}
.social_item:hover{
    transform: scale(1.1);
}
.col_img{
    border-radius: 20px;
    width: 49%;
    object-fit: cover;
}
.col_info{
    border-radius: 20px;
    background: #F8F8F8;
    padding: 40px;
    width: 49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section_title span,.section_title strong{
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
}
.section_description p{
    margin: 0 0 8px 0
}
.logo_img{
    max-width: 143px;
}
.flex_col{
    align-items: stretch;
}
.services_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 34px;
    margin-bottom: 20px;
}
.services_item{
    border-radius: 20px;
    background: #F8F8F8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_img{
    position: relative;
    height: 256px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.services_img:hover .services_title{
    opacity: 0.8;
}
.services_img:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.82%, rgba(0, 0, 0, 0.41) 72.06%, rgba(0, 0, 0, 0.59) 83.85%), rgba(0, 0, 0, 0.20);
}
.services_title{
    z-index: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    left: 10px;
    text-align: center;
    right: 10px;
}
.section_description li{
    margin-bottom: 8px;
    padding-left: 13px;
    position: relative;
}
.section_description li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: black;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.services_item .underline{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.82px;
    text-transform: uppercase;
    opacity: 1;
    color: #000;
}
.services_item .underline:before{
    background: black;
}
.section{
    padding-top: 100px;
}
.flex_title .section_description{
    max-width: 770px;
    width: 100%;
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
}
.flex_title .section_description:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.20);
}
.header_block{
    padding-left: 40px;
}
.flex_btn .btn{
    width: 250px;
    justify-content: center;
}
.benefits_block{
    border-radius: 20px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 40px;
}
.benefits_item{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    width: 23%;
    text-align: center;
}
.benefits_item img{
    margin: 0 auto 20px auto;
    display: block;
}
.benefits_list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.doctor_item{
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    position: relative;
    cursor: pointer;
}
.doctor_hover{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    opacity: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    top: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctor_item:hover .doctor_hover{
    top: 0;
    opacity: 1;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    height: 100%;
}
.doctor_img {
    border-radius: 20px;
    height: 276px;
    width: 100%;
    background-position: 50% 30%;
    background-size: cover;
    background-repeat: no-repeat;
}
.doctor_name{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    text-align: center;
    margin: 20px 0 18px 0;
    display: block;
}
.doctor_pos{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 160%;
}
.section_bg{
    background: #F8F8F8;
    padding-bottom: 100px;
}
.flex_btn{
    justify-content: center;
}
.wrapper_fix{
    padding-left: 40px;
    margin-top: 34px;
}
.reviews_letter{
    background: #D9D9D9;
    width: 105px;
    min-width: 105px;
    height: 105px;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 63px;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
}
.reviews_name{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    color: #23150C;
}
.reviews_date{
    font-size: 14px;
    font-style: normal;
    color: #575756;
    font-weight: 400;
    margin: 8px 0;
    line-height: 160%
}
.reviews_top{
    margin-bottom: 20px;
    justify-content: flex-start;
}
.reviews_item{
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
}
.about_grid{
   display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    width: 70%;
}
.about_list{
 display: flex;
    grid-gap: 20px;
    margin-top: 30px;
}
.about_item{
    display: inline-block;
    height: 280px;
    width: 48.7%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
}
.about_grid .about_item:nth-child(3){
    width: 40%;
}
.about_grid .about_item:nth-child(4){
    width: 57.4%;
}
.about_item.fix{
    height: 580px;
    width: 30%;
}
.about_title{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    color: #FFF;

    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 10px;
}
.about_item:before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 78.52%, rgba(0, 0, 0, 0.36) 90.13%);
    left: 0;
    top: 0;
    border-radius: 20px;
    bottom: 0;
    right: 0;
}
.section_title.fix{
    margin-bottom: 0;
}
.contact_col{
    border-radius: 20px;
    background: #000;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 80px;
}
.contact_item_title{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    color: #FFF;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.contact_item_title img{
    margin-right: 8px;
}
.contact_info,.contact_info a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #FFF;
}
.contact_info a{
    display: inline-block;
}
.contact_info{
    padding-left: 24px;
}
.contact_info .underline{
    color: #6A6A6A;font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}
.contact_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}
#map{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.social_block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.social_link{
    margin-right:12px ;
}
a.contact_phone{
    display: block;
    margin-bottom: 6px;
}
.social_link{
    display: flex;
    align-items: center;
}
.contact_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer{
    border-radius: 20px 20px 0px 0px;
    background: #000;
    padding: 60px 80px;
    margin-top: 20px;
}
.marker a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    font-family: "Century Gothic";
    position: absolute;
    bottom: -20px;
    text-transform: uppercase;
    white-space: nowrap;
    left: -100%;
}
.marker a:before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    background: #ffffff;
    left: 0;
    width: 100%;
}
.footer_top{

    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #737373;
    align-items: flex-start;
}
.logo_footer{
    max-width: 220px;
}
.logo_footer:hover img{
    transform: scale(1.1);
}
.dev{
    display: flex;
    justify-content: center;
}
.footer_title,.footer_title a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    line-height: 160%;
    display: flex;
    align-items: center;
}
.footer_title img{
    margin-right: 10px;
}
.marg{
    margin-left: 26px;
}
.footer_item{
    margin-top: 25px;
}
.footer_item a,.footer_item .underline{
    display: inline-block;
}
.menu_title{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    opacity: 0.5;
}
.form_title{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    margin-bottom: 13px;
}
.footer .menu-item a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    text-transform: uppercase;
}
.footer .menu-item{
    margin: 14px 0 0 0;
}
.footer .menu{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.license{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #FFF;
    text-align: center;
    margin-bottom: 24px;
}
.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-bottom-left{
    display: none!important;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}
.breadcrumb_slash{
    margin: 0 20px;
}
.breadcrumb_item,.breadcrumb_item a{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.breadcrumb_item:hover, .breadcrumb_item a:hover,input.submit:hover{
    opacity: 0.8;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
div.breadcrumb_link{
    opacity: 0.4;
}
.banner_item.fix .section_description{
    max-width: 536px;
}
.banner_item.fix .banner_info{
    top:57%;
}
.column_img{
    width:48%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.column_img img:first-child{
    grid-row-end: 3;
    grid-column-end: 2;
    grid-row-start: 1;
    object-fit: cover;
    height: 450px!important;
max-height: none!important;
}
.column_img img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_description.fix{
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
}
.section_description.fix:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.20);
}
.flex_col_new .col_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.col_info.fix{
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.why_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 35px;
}
.why_item{
    border-radius: 20px;
    background: #F8F8F8;
    padding: 40px 20px;
}
.why_title{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%; /* 25.4px */
    text-transform: uppercase;
    text-align: center;
    color: black;
    margin-bottom: 12px;
}
.why_descr{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}
.why_item:nth-child(2),.why_item:nth-child(5),.why_item:nth-child(6){
    background: black;
}
.why_item:nth-child(2) .why_title,.why_item:nth-child(5) .why_title,.why_item:nth-child(6) .why_title,
.why_item:nth-child(2) .why_descr,.why_item:nth-child(5) .why_descr, .why_item:nth-child(6) .why_descr{
    color: white;
}
.form-control{
    border-radius: 114px;
    border: 1px solid #FFF;
    background: transparent;
    padding: 12px 27px;
    font-family: "Century Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 13px;
    width: 100%;
    box-sizing: border-box;
}
.form-control::placeholder{
    font-family: "Century Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #FFFFFF;
}
.btn_form input{
    border-radius: 45px;
    background: #FFF;
    font-family: "Century Gothic";
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.82px;
    text-transform: uppercase;
    padding: 14px 36px;
    width: 100%;
    color: black;
    box-sizing: border-box;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.btn_form input:hover{
    opacity: 0.8;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.form-group p,.btn_form p {
    margin: 0;
}
.wpcf7-spinner{
display: flex;
   margin: 10px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
}
.wpcf7-form.sent .btn_form{
    display: none;
}
form.submitting .wpcf7-spinner
{
    visibility: visible;
}
.social_block.fix{
    justify-content: flex-end;
    margin-top: 13px;
}
.social_block.fix .social_link{
    margin-left: 13px;
    margin-right: 0;
}
.social_block.fix .social_link img{
    width: 29px;
}
.section_black{
    border-radius: 20px;
    background: #000;
    padding: 100px 0;
    color: #FFFFFF;
}
.col_form_title{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.col_form,.col_form_info{
    width: 48%;
}
.col_form_info .section_title span{
    color: rgba(255, 255, 255, 0.60);
}
.col_form .form-control{
    border-radius: 238px;
    background: rgba(248, 248, 248, 0.87);
    padding: 11px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}
.col_form .form-control::placeholder{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.6);
}
.form_bottom{
    display: flex;
    align-items: center;
}
.form_bottom .btn_form{
    margin-right: 35px;
}
.accept p{
    margin: 0;
}
.accept label,.accept  .underline{
    color: rgba(255, 255, 255, 0.80);
    font-family: "Century Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.21px;
}
.accept label .underline:before{
    background: rgba(255, 255, 255, 0.80);
}
.comment-form-accept label, .comment-form-accept .underline{
    color: rgba(0, 0, 0, 0.80)
}
.comment-form-accept label .underline:before{
background: rgba(0, 0, 0, 0.80);
}
.accept input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.accept label>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.accept label>span::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    width: 14px;
    height: 19px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/comment.svg");
}
.accept label>input:checked+span::before {
    background-image: url("../img/comment2.svg");
 }
.comment-form-accept label>span::before{
    background-image: url("../img/comment3.svg");
}
.comment-form-accept label>input:checked+span::before {
    background-image: url("../img/comment4.svg");
}
.comment-form-accept label{
    display: flex!important;
    flex-direction: column;
    align-items: center;
}
.accept label{
    display: block;
}
.accept>p{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.wpcf7-list-item{
    margin: 0;
}
.col_form_info .flex_title .section_description:before{
    background: rgba(255, 255, 255, 0.60);
}
.sale_slider{
    margin-top: 34px;
}
.sale_item{
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 379px;
    display: block;
    background-size: cover;
}
.sale_item:before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.82%, rgba(0, 0, 0, 0.41) 72.06%, rgba(0, 0, 0, 0.59) 83.85%);
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 20px;
}
.sale_name{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    line-height: 127%;
    z-index: 1;
    text-align: center;
}
.sale_stick{
    border-radius: 22px;
    background: #903D00;
    left: 20px;
    top: 20px;
    position: absolute;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 28px;
    color: white;
}
.sale_stick.fix{
    background: #308E0F;
}
.height{
    height: 145px;
}
.breadcrumbs.fix{
    margin-bottom: 50px;
    padding-left: 40px;
}
.doctors_grid{
    display: grid;grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 32px;
}
.section_title p{
    margin: 0;
}
.doctors_grid .doctor_item{
    background: #F8F8F8;
}
.recall_block{
    position: absolute;
    right: 40px;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}
@keyframes pulse {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}
.recall_link{
    margin-right: 14px;
    display: flex;
    animation: pulse 2s infinite;
    animation-direction: alternate;
    position: fixed;right: 20px;
    bottom: 20px;
    z-index: 100;
}

.chat{
    border-radius: 47px;
    box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
    background: #FFF;
    padding: 8px 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
    width: 160px;
    cursor: pointer;
}
.chat:hover img{
    transform: scale(1.1);
}
.chat img{
    margin-left: 9px;
}
.comment-form input{
    border-radius: 238px;
    background: #ebebeb;
    color: #000;
    font-family: "Century Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 11px 24px;
    width: 48%;
    box-sizing: border-box;
}
.comment-form textarea{
    border-radius: 20px;
    background:#ebebeb;
    color: #000;
    padding: 17px 24px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Century Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 20px;
    margin-bottom: 20px;
}
input.submit{
    border-radius: 45px;
    background: #000;
    color: #FFF;
width:242px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    text-align: center;
    font-family: "Century Gothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.82px;
    text-transform: uppercase;
    padding: 19px 36px;
}
.label_stars{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 22px;
}
.stars input{
    background: transparent;
   display: none;
}
.stars{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-left: 22px;
}
.star span{
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin-right: 10px;
}
.star span:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/star.svg");
    background-size: contain;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.stars > input:checked ~ label span:before {
    background-image: url("../img/star2.svg");
}
.stars > input:checked + label:hover span:before,
.stars > input:checked + label:hover ~ label span:before,
.stars > input:checked ~ label:hover span:before,
.stars > input:checked ~ label:hover ~ label span:before,
.stars:hover ~ input:checked ~ label span:before{
    background-image: url("../img/star2.svg");
}
.stars:not(:checked) > label:hover span:before,
.stars:not(:checked) > label:hover ~ label span:before{
    background-image: url("../img/star2.svg");
}
.form-submit{
    margin: 0;
    margin-right: 230px;
}
.comment-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}
.comment-form-accept{
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.reviews_list .reviews_item{
    border-radius: 20px;
    background: #F8F8F8;
    padding: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reviews_flex{
    display: flex;
    align-items: flex-start;
    margin-left: 39px;
    width: 100%;
    justify-content: space-between;
}
.reviews_flex .reviews_date{
    margin: 0 0 0 37px;
}
.reviews_list{
    margin-top: 37px;
}
.price_top{
    border-radius: 50px;
    background: #000;
    padding: 16px 40px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    cursor: pointer;
    position: relative;
    transition: 200ms linear;
}

.price_item.active .price_descr{
    height: auto;
    max-height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.price_list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0px;
    margin: 0 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.price_item{
    margin-bottom: 10px;
}
.price_item.active .price_top{
    border-radius: 20px 20px 0px 0px;
    transition: 200ms linear;
}
.price_item:nth-child(even) .price_top{
    background:#e7e7e7;
    color: black;
}
.price_top img{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.price_item.active .price_top img{
    transform: translateY(-50%) rotate(180deg);
}
.price_item:nth-child(odd) .price_top img{
    filter: invert(1);
}
.prices{
    margin-top: 66px;
}
.services_block .flex_col{
    margin-top: 20px;
}
.services_block .flex_col:nth-child(2){
    flex-direction: row-reverse;

}
.services_block .flex_col .btn{
    margin-top: 16px;
}
.services_link img{
    max-width: 50px;
}
.slider .owl-stage{
    display: flex;
    align-items: stretch;
}
.slider .services_item{
    height: 100%;
    box-sizing: border-box;
}
.price_img{
    border-radius: 20px 20px 0px 0px;
    height: 246px;
    width: 100%;
    object-fit: cover;
}
.price_slide_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    margin: 24px 0;
    text-align: center;
    min-height: 69px;
}
.price_slide_bg{
    background: #F8F8F8;
    padding: 0 18px 20px 18px;
    border-radius: 20px;
}
.price_slide_cost{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 24px;
}
.price_slide{
    border-radius: 20px;
    background: #F8F8F8;
}
.price_slide .btn{
    width: 100%;
    box-sizing: border-box;
    padding-top: 11px;
    padding-bottom: 11px;
}
.slider_price,.slider,.slider_reviews,.slider_doctors{
    margin-top: 34px;
}
.slider{
    margin-bottom: 20px;
}
.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.owl-dot{
    width: 10px;
    opacity: 0.3;
    background: black!important;
    border-radius: 50%;
    height: 10px;
    margin: 0 8px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.owl-dot.active,.owl-dot:hover{
    opacity: 1;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.banner_slider .owl-dots{
    position: absolute;
    margin: 0;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    z-index: 100;
    text-align: left;
    top: 30px;
    left: -15%;
    background-color: #fff;
    width: 260px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: -8px 0px 14px 0 rgb(0 0 0 / 30%);
    padding: 5px 10px 0 10px;
}
header .menu li {
    position: relative;
    padding-bottom: 10px;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
header .menu .menu-item-has-children:after {
    content: '';
    width: 7px;
    height: 4px;
    background-image: url("../img/menu.svg");
    background-size: cover;
    right: -13px;
    top: 9px;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
header .menu .menu-item-has-children{
    margin-right:15px;
}
.header .phone_block,.header .address{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.header .phone_block .phone_hover{
    margin-bottom: 5px;
}
.header .phone_hover>.phone{
    position: relative;
}
/*.header .phone_hover>.phone:before{*/
/*    content: '';*/
/*    width: 7px;*/
/*    height: 4px;*/
/*    background-image: url(../img/menu.svg);*/
/*    background-size: cover;*/
/*    right: -13px;*/
/*    top: 6px;*/
/*    position: absolute;*/
/*    -webkit-transition: 400ms linear;*/
/*    -moz-transition: 400ms linear;*/
/*    -ms-transition: 400ms linear;*/
/*    -o-transition: 400ms linear;*/
/*    transition: 400ms linear;*/
/*}*/
.header .phone_hover>.phone:hover:before{
    transform: rotate(180deg);
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.logo{
    position: relative;
    width: 180px;
    height: 34px;
    display: block;
}
.logo:hover img{
    transform: scale(1.1);
}
.logo img{
    position: absolute;
    top: -13px;
    width: 100%;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.col_img_mob,.btn_mob{
    display: none;
}
.flex_title .btn{margin-left: 15px}
.burger{
    display: none;
    position: absolute;
    top: 50%;
    height: 22px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
   right: 10px;
    cursor: pointer;
    webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.line {
    left: 0;
    height: 2px;
    background-color: #000000;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
}
.line1 {
    top: -1px;
    left: 0;
}
.line2 {
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line3 {
    bottom: -1px;
    left: 10px;
    right: 0px;
}
.burger.active .line1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 43%;
    left: 0;
}
.burger.active .line2 {
    display: none;
}
.burger.active .line3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
}
.mob_menu {
    display: flex;

    position: fixed;
    top: -500px;

    width: 100%;
    background: rgba(248, 248, 248, 0.98);
    backdrop-filter: blur(8.350000381469727px);
    border-radius: 20px 20px 0 0;
    z-index: 111;
    padding: 15px;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
}
.mob_menu.active {
    top: 112px;
    opacity: 1;
    bottom: 0;
    visibility: visible;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.underline:hover:before{
    right: auto;
    left: 0;
    width: 0;
    transition: all .3s ease;
}
.animation_class {
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.services_link:hover img{
    margin-right: 10px;
}
.popup_style {
    background: rgba(0, 0, 0, 0.6);
    z-index: 11111;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    bottom: auto;

}
.popup_close:hover{
    transform: scale(1.05);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.panel {
    width: 530px;

    max-width: 527px;
    box-sizing: border-box;
    padding: 50px 30px;
    position: absolute;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.popup_style.active .panel{
    width: 90%;
}
.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor: pointer;
}
.popup_close:before {
    content: '';
    position: absolute;
    background: #000000;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background: #000000;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;

    height: 100%;
}
.popup_style .section_title{
    font-size: 28px;
    text-align: center;
}
.popup_style .form-control{
    color: black;
    border-color: black;
}
.popup_style .form-control::placeholder{
    color: black;
}
.popup_style .btn_form input{
    background: black;
    color: white;
}
.wpcf7-not-valid-tip{
    position: absolute;
    bottom: -28px;
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output{
    padding: 8px;
    border-radius: 20px;
    background: black;
    border: 1px solid white!important;
    color:white;
    text-align: center;
    font-size: 14px;
}
footer .wpcf7 form .wpcf7-response-output{
max-width: 300px;
    margin-right: 0;
}
.page_error{
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_error .section_title{
    font-size: 115px;
    margin-bottom: 0;
}
.flex_title .btn{min-width: 22px}
.phone_list .phone{
    margin: 3px 0;
}
.header .address .underline:hover:before{
    width: 100%;
}
.scroll_menu{
    overflow-y: auto;
    position: absolute;
    bottom: 60px;
    top: 20px;
}
.panel .label_stars{
    margin: 0 0 15px 0;
}
.comment-form .form-submit{
    margin-right: 0;
}
.price_top.fix{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author_block{
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 20px;
    max-width: 48%;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
justify-content:space-between;
    margin-bottom: 20px;
}
.author_block img{
    width: 100%;
    border-radius: 20px;
height: 100%;
    object-fit: cover;
}
.author_img{
    width: 40%;
    height: 250px;
    display: block;
}
.author_info{
    width: 55%;
}
.accept .underline{
    cursor: auto;
}
.author_info span{
    font-weight: 600;
    font-size: 15px;
}
.author_posada{
    font-size: 14px;

}
.author_name{
    font-size: 20px;
    margin: 10px 0;
    display: block;
    font-weight: 600;
}
.author_name:hover,.author_img:hover img{
    opacity: 0.8;
}
.slider_price .owl-stage{
    display: flex;
    align-items: stretch;
}
.price_slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.service_descr img{
    max-width: 45%;
    width: 100%;
    margin: 5px 0 5px 10px;
    display: block;
    max-height: 450px;
    object-fit: cover;
    float: right;
}
.owl-carousel .reviews_rating{
    max-width: 105px;
}
.rev{
  max-height: 70px;
    overflow: hidden;
}
.reviews_item .section_description.active .rev{
   max-height: none;
}
.reviews_item .section_description.active .reviews_more{
    display: none;
}
.reviews_more:before{
    display: none;
}
.service_descr em{
    font-style: normal;
    white-space: nowrap;
}
.home .col_img{
    object-position: 50% 60%;
}
.banner_title em{
    font-style: normal;
    white-space: nowrap;
}
.author_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
