@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/OpenSans-Regular.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src:url('../fonts/OpenSans-Light.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src:url('../fonts/OpenSans-SemiBold.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background: #1A1B1C;
    font-family: "Open Sans";
    color: #FFF;
    counter-reset: section;
    overflow-x: hidden;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans";
    font-style: normal;
    color: #FFF;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
}
.wrapper{
    padding: 0 80px;
    position: relative;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn{
    display: inline-block;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    cursor: pointer;
    border-radius: 4px;
    background: #998B7D;
    padding: 14px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: #FFF;
}
.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;
}
.banner_title{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.banner_item{
    background-position: top right;
    background-size: contain;
    height: 70vh;
    min-height: 650px;
    background-repeat: no-repeat;
}
.banner_info{
    position: absolute;
    left: 80px;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    z-index: 1;
    max-width: 580px;
}
.banner_block{
    position: relative;
}
.address{
    color: #FFF;
    position: absolute;
    left: 80px;
    bottom: 36px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    z-index: 10;
    display: flex;
    align-items: center;
}
.address:hover{
    opacity: 0.7;
}
.address img{
    margin-right: 6px;
}
.address span{
    position: relative;
}
.address span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    background: white;
    opacity: 0.7;
    transition: 400ms linear;
}
.address:hover span:before{
    width: 100%;
    right: auto;
    transition: 400ms linear;
}
.logo{
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    animation: logo_opacity 5s ease-in-out infinite;
    transform: translate(-50%,-50%);
}
@keyframes logo_opacity {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 34px 80px;
    background: linear-gradient(0deg, rgba(30, 28, 26, 0.00) 11.13%, rgba(30, 28, 26, 0.29) 39.51%, #1E1C1A 100%);
    z-index: 1000;
    box-sizing: border-box;
    transition: 400ms linear;
    opacity: 0;
}
.dopstyle_header{
    background: #1E1C1A;
    transition: 400ms linear;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header_right{
    display: flex;
    align-items: center;
    grid-gap: 36px;
}
.phone{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.phone:hover img{
    transform: rotate(45deg);
}
.phone:hover span{
    opacity: 0.7;
}
.phone img{
    margin-right: 6px;
    animation:  1200ms ease 0s normal none 1 running ring ;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running ring;
    -webkit-animation-iteration-count: infinite;
}
@keyframes ring {
    0% {
        transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(0deg);
    }
    80% {
        transform: rotateZ(0deg);
    }
    90% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
    }

}
.underline{
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: white;
    opacity: 0.7;
    transition: 400ms linear;
    cursor:pointer;
}
.underline:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: white;
    opacity: 0.7;
    transition: 400ms linear;
}
.underline:hover:before{
    width: 0;
    right: auto;
    transition: 400ms linear;
}
.burger{
    height: 22px;
    width: 39px;
    position: relative;
    cursor: pointer;
}
.burger:hover{
    opacity: 0.7;
}
.burger_line{
    background: #FFF;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}
.burger.active .burger_line2{
    width: 63%;
    transition: 400ms linear;
}
.burger_line1{
    top: 7px;
}
.burger_line2{
    transition: 400ms linear;
    bottom: 7px;
}

.languages {
    position: relative;
    width: 36px;
    z-index: 10;
    cursor: pointer;
    display: flex;
}
.languages:before {
    content: '';
    position: absolute;
    right: -7px;
    background-image: url(../img/ar.svg);
    width: 11px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.languages ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    position: absolute;
    padding: 3px 5px;
    top: 27px;
    background: #998B7D;
    border-radius: 5px;
}
.languages:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.lang-item a, #current-lang{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: #FFF;
}
.lang-item{
    margin: 5px 0;
}
.section{
    padding: 100px 0;
    /*background-size: contain;*/
    background-position: bottom right;
    background-repeat: no-repeat;
}
.section_title{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.section_description{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1.28px;
    margin: 36px 0;
}
.section_description_fix{
    text-transform: uppercase;
    /*max-width: 715px;*/
}
.services-template .section_description_list ul{
    margin-top: 25px;
    grid-gap: 30px 100px;
}
.services-template .section_description_list ol{
    margin-top: 15px;
}
.services-template .section_description p{
    margin: 0 0 20px 0;
}
.section_description li{
    color: #998B7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    padding-left: 14px;
}
.section_description li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: white;
}
.section_description ul{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px 36px;
    justify-content: flex-start;
}
.section_block{
    max-width: 750px;
}
.section_img_mob,.banner_img_mob{
    display: none!important;
}
.section_home2{
    background-size: cover;
    background-position: top right;
}
.section_home3{
    background-position: 10% 50%;
}
.section_home3 .wrapper,.section_home_fix .wrapper{
    display: flex;
    justify-content: flex-end;
}
.section_home_fix{
   background-size: cover;
background-position:bottom;
}
.list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px;
    max-width: 447px;
    margin-bottom: 30px;
}
.list li,.section_url{
    border-radius: 4px;
    background: rgba(153, 139, 125, 0.10);
    padding: 10px 16px 10px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    position: relative;
}
.list li:before,.section_url:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #998B7D;
    border-radius: 50%;
    left: 16px;
    top: 18px;
}
.cases_block{
    position: relative;
}
.cases_slider.owl-carousel{
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
}
.cases_block.active .cases_slider.owl-carousel{
    z-index: 1;
    opacity: 1;
    position: relative;
    transition: .3s;
}
.cases_tab{
    white-space: nowrap;
    border-radius: 4px;
    background: rgba(153, 139, 125, 0.10);
    padding: 10px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    cursor: pointer;
}
.cases_tab:hover{
    opacity: 0.6;
}
.cases_tab:before{
    content: '';
    position: relative;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: #998B7D;
    left: -4px;
    border-radius: 50%;
}
.cases_tabs{
    grid-gap: 13px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 48px;
}
.section_description.fix{
    max-width: 800px;
}
.doctor_item{
    height: 369px;
    background-size: cover;
    background-position: top;
    position: relative;
}
.doctor_item:hover .doctor_hover{
    opacity: 1;
    transition: 400ms linear;
}
.doctor_hover{
    opacity: 0;
    transition: 400ms linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(25, 27, 27, 0.76);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 10px;
}
.doctor_name{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
}
.doctor_pos{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    line-height: 150%; /* 24px */
    letter-spacing: 1.28px;
}
.section_head{
    margin-bottom: 36px;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
}
.gallery_item{
    background: #998B7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    padding: 10px 50px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    /*max-width: 300px;*/
    width: 20%;
    box-sizing: border-box;
}
.gallery_img{
    object-fit: cover;
    height: 167px;
    /* min-width: 300px; */
    background-size: cover;
    width: 20%;
    background-position: center;
}
.gallery_img.fix{
    flex: none;
    width: 10%;
}
.form_block .form_flex {
    display: flex;
    justify-content: space-between;
}
.form_block .form-group {
    margin-top: 0;
    width: 31%;
}
.form-group p, .btn_form p {
    margin: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.form-control {
    padding: 13px 30px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #998B7D;
    background: transparent;
}
.form-control, .form-control::placeholder {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1.28px;
}
.wpcf7 form .wpcf7-response-output {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    padding: 5px;
    max-width: 550px;
    margin: 20px auto 15px auto;
}
.form_block .btn_form {
    margin-top: 0;
    width: 31%;
}
.btn_form input {
    border-radius: 4px;
    background: #998B7D;
    padding: 15px 30px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.btn_form input:hover{
    opacity: 0.7;
    transition: 400ms linear;
}
.wpcf7-spinner {
    visibility: hidden;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: relative;
    display: none;
    margin: 10px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
}
.footer form{
    margin-bottom: 30px;
}
.form_block .wpcf7-spinner {
    position: absolute;
    right: 16%;
    left: auto;
}
.wpcf7-not-valid-tip{
    font-size: 10px;
}
.banner_item.fix{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 160px 20px 55px 80px;
    height: auto;
    min-height: auto;
}
.banner_text{
    width: 58%;
}
.banner_img{
    width: 35%;
}
.banner_item.fix .section_description{
    max-width: 689px;
    margin: 48px 0;
}
.page_img{
    /*width: 49%;*/
    border-radius: 4px;
}
.flex_page .simpleParallax {
    width: 49%;
}
.flex_page .simpleParallax img{
    width: 100%;
    border-radius: 4px;
}
.home .banner_item{
    display: flex;
}
.page_info{
    width: 48%;
}
.flex_page_3{
    flex-direction:row-reverse;
}
.section_description_list li strong{
    color: #998B7D;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.section_description_list li{
    white-space: initial;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1.28px;
    color: white;
    text-transform: none;
}
.section_description_list li:before{
    background: #998B7D;
}
.section_description_list ul{
    grid-gap: 36px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section_description_list li br{
    display: none;
}
.list_fix{
    display: flex;
    grid-gap: 24px 36px;
    max-width: 845px;
    width: 100%;
    flex-wrap: wrap;
}
.list_fix li{
    position: relative;
    color: #998B7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    padding-left: 14px;
}
.list_fix li:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.section_description_list ol{
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 36px 20px;
  grid-template-columns: 1fr 1fr;
}
.section_description_list ol li{
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
}
.section_description_list ol li:before{
    counter-increment: section;
    content:counter(section)'.';
    background: transparent;
    border-radius: 0;
    width: 17px;
    height: 22px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    top: 0;
}
.section_page .section:nth-child(odd){
    padding: 0;
}
.section_page.fix .section:nth-child(1),.section_fix{
    padding-top: 100px;
}
.section_page .section:last-child{
    padding-bottom: 0;
}
.section_page_fix .section:nth-child(even){
    padding: 0;
}
.contact_block{
    width: 49%;
    border-radius: 4px;
    background: rgba(153, 139, 125, 0.10);
    padding: 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flex_contacts{
    align-items: stretch;
    margin-top: 48px;
}
.contact_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    display: flex;align-items: center;
    margin-bottom: 15px;
}
.contact_title img{
    margin-right: 8px;
}
.contact_info,.contact_info a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: block;
}
.contact_info a:hover{
    opacity: 0.7;
}
.social_block{
    display: flex;
    grid-gap: 12px;
    margin-top: 30px;
    align-items: center;
}
.footer .social_block{
    margin-top: 0;
}
.social_link{
    display: flex;
    align-items: center;
}
.contact_item .underline,.foot_item .underline{
    margin-top: 8px;
    color: #998B7D;text-transform: none;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
}
.foot_flex .underline{
    display: inline;
}
.contact_item .underline:before,.foot_item .underline:before{
    background:  #998B7D;
}
#map{
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.map_block{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.dev img{
    opacity: 0.56;
}
.dev:hover img{
    opacity: 1;
}
#map2{
    height: 191px;
    border-radius: 4px;
}
.section_subtitle{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: #998B7D;
    margin-bottom:10px;
}
.footer_col{
    flex: auto;
}
.license{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1.28px;
    margin-bottom: 16px;
    text-align: center;
}
.dev{
    display: flex;
    align-items: center;justify-content: center;
}
.footer{
    padding: 70px 0 48px 0;
}
.footer_bottom{
    border-top: 1px solid rgba(153, 139, 125, 0.30);
    padding-top: 48px;
    margin-top: 48px;
}
.foot_flex img{
    margin-right: 8px;
}
.foot_flex{
    justify-content: flex-start;
    align-items: baseline;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.foot_item{
    margin-top: 30px;
}
.footer_top{
    align-items: flex-start;
    grid-gap: 50px;
}
.menu-item a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    display: block;
}
.menu {
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
}
.footer_col:last-child{
    min-width: 400px;
}
.footer_col:first-child{
    width: 380px;
}
.foot_item .underline{
    margin-top: 5px;
    display: inline-block;
    margin-left: 25px;
}
.mapboxgl-ctrl-top-right,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right{
    display: none;
}
.marker .underline{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    bottom: -27px;
    white-space: nowrap;
    left: -193%;
    opacity: 1;
}
.marker .underline:before{
    bottom: 3px;
}
.section_border{
    padding-bottom: 100px;

    border-bottom: 1px solid rgba(153, 139, 125, 0.30)
}
.logo_color{
    transition: 400ms linear;
}
.logo:hover .logo_color{
    fill: #998B7D;
    transition: 400ms linear;
}

.owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    bottom: -25px;
    justify-content: center;
}
.owl-dot{
    width: 7px;
    height: 7px;
    opacity: 0.1!important;
    background-color: white!important;
    border-radius: 50%;
    margin: 0 5px;
    transition: 400ms linear;
}
.owl-dot.active,.owl-dot:hover{
    opacity: 1!important;
    transition: 400ms linear;
}
.banner .owl-dots{
    bottom: 36px;
}
.banner .owl-dot{
    background-color: #191B1B!important;
}
.logo_text{
    display: flex;
}
.logo_text img:hover{
    scale: 1.05;
    opacity: 0.7;
}
.section_url:hover{
    opacity: 0.7;
}
.mob_btn{
    display: none;
}
.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%;
    height: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: perspective(900px) rotateX(-80deg);
    transform: perspective(900px) rotateX(-80deg);
}
.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: 560px;
    box-sizing: border-box;
    padding: 50px 30px;
    position: absolute;
    top: 50%;
    border-radius: 4px;
    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: #1A1B1C;
    -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:#ffffff;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: perspective(900px) rotateX(0);
    transform: perspective(900px) rotateX(0);
    height: 100%;
}
.panel .section_title{
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.panel .form-group{
    margin-bottom: 15px;
}
.panel .wpcf7-spinner{
    display: none;
}
.animation_class{    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.social_link:hover img{
    filter: grayscale(1) brightness(0) invert(1);
}
.menu-item a{
    transition: 400ms linear;
}
.menu-item a:hover{
    transition: 400ms linear;
    color: #998B7D;
}

 .underline:hover:before{
    background: white;
}
.foot_flex:hover a{
    opacity: 0.7;
}
 .underline:hover{
    color: white;
    transition: 400ms linear;
    opacity: 1;
}
.mob_menu {
    width: 324px;
    background: #191B1B;
    position: fixed;
    top:0px;
    right: 0px;

    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1000000;

}
.logo_menu{
    display: flex;
}
.logo_menu:hover img{
    scale: 1.1;
}
.close{
    transition: 200ms linear;
    cursor: pointer;
}
.close:hover{
    scale: 1.1;
    transition: 200ms linear;
}
.mob_panel{
padding: 40px 80px;
}
.menu_top{

}
.menu_bottom{
    background: rgba(153, 139, 125, 0.07);
    padding: 37px 80px;
}
.mob_panel .menu-item{
    margin-top: 40px;
}
.menu_bottom .phone{
    font-size: 16px;
}
.menu_bottom .phone:hover{
    color: #998B7D;
}
.mob_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}

.mob_menu .menu{
    flex-direction: column;
    grid-gap: 0;
}
.mob_menu .social_block{
    margin-top: 20px;
    justify-content: flex-end;
}
.mob_menu{
    text-align: right;
}
.mob_panel .menu-item a{
    font-size: 16px;
}
.banner_block_fix:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1475px;
    background: rgba(153, 139, 125, 0.36);
    filter: blur(346.1560363769531px);
}
.banner_block_fix .banner_info{
    max-width: 940px;
}
.banner_block_fix{
    overflow: hidden;
}
.banner_block_fix .banner_item{
    background-size: 52%;
    background-position: top right;
}
.section_mini_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin: 48px 0;
}
.certificate_img{
    height:100%;
    display: block;
}
.certificate_img img{
    border-radius: 4px;
    height:100%;
    object-fit: cover;
}
.certificate .owl-stage{
    display: flex;
    align-items: stretch;
}
.reviews_item{
    border-radius: 4px;
    background: rgba(153, 139, 125, 0.10);
    padding: 20px 20px 24px 20px;
}
.reviews_img{
    background: #998B7D;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 16px;
}
.reviews_name{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}
.reviews_date{
    color: #998B7D;
    margin: 5px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1.28px;
}
.reviews_rating{
    height: 14px;
    max-width: 93px;
}
.reviews_top{
    justify-content: flex-start;
    margin-bottom: 24px;
}
.wrapper_fix{
    padding-left: 80px;
}
.reviews_item .section_description p,.reviews_item .section_description{
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #595149;
    background: #595149;
}
.services_item{
    height: 208px;
    border-radius: 4px;
    position: relative;
    background-position: center!important;
    background-size: cover!important;
}
.services_item:hover{
    filter: brightness(1.2);
}
.services_item:hover span{
    color: #1A1B1C;
}
.services_grid{
    display: grid;
    grid-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.services_item span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
}
.services_item:first-child{
    grid-row-end: 3;
    height: 100%;
    grid-row-start: 1;
}
.services_item:nth-child(8){
    grid-column-end: 3;
    grid-column-start: 1;
}
.services_item:nth-child(9){
    grid-column-end: 5;
    grid-column-start: 3;
}
.section_home4{
    position: relative;
}
.section_home_bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 60%;
}
.section_home4 .list{
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.banner_img_new{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41%!important;
}
.banner_img_new.banner_img_new_fix{
    right: 0!important;
    bottom: 0!important;
    width: auto !important;
    height: 100%;
}
.banner_img_new_277{

}
.banner_item_home{
    overflow: hidden;
    position: relative;
}
.section_home_fix .page_img{
    margin-top: 10px;
}
.section_home_fix .page_info{
    padding-bottom: 100px;
}
.price_top{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(153, 139, 125, 0.10);
    padding: 10px 16px 10px 24px;
    position: relative;
    cursor: pointer;
}
.price_top:before{
    content: '';
    position: absolute;
    left:8px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #998B7D;
}
.price_item.fix .price_top:after{
    display: none;
}
.price_top:after{
    content: '';
    position: absolute;
    top: 17px;
    right: 16px;
    background-image: url("../img/arrow.svg");
    width: 12px;
    height: 6px;
    background-size: cover;
    transition: all .3s ease-in-out;
}
.price_descr {
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    /*display: none;*/
}

.price_item.fix .price_descr {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
}
.price_list{
    align-items: center;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid rgba(153, 139, 125, 0.15);
    padding: 24px 0 15px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}
.price_left{
    opacity: 0.7;
}
.price_item{
    margin-bottom: 24px;
}
.price_item.active .price_top:after{
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
.doctors_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.doctor img{
    border-radius: 4px;
    height: 412px;
    width: 100%;
    object-fit: cover;
}
.doctor_head{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin: 24px 0 8px 0;
    display: block;
}
.doctor_text{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.28px;
}
.banner_description{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.28px;
    margin-bottom: 48px;
}
.services_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.services_link{
    border-radius: 4px;
    min-height: 304px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
}
.services_link:hover,.doctorr_item img:hover{
    filter: brightness(1.2);
}
.doctor_head:hover{
    opacity: 0.7;
}
.services_link span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    bottom: 16px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.services_description{
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.services_list_item{
    background: rgba(153, 139, 125, 0.10);
    border-radius: 4px;
}
.services_description li{
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.services_description li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #998B7D;
}
.services_details{
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
margin-top: 20px;
}
.services_details:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: white;
    transition: all .3s ease-in-out;
}
.services_details:hover:before{
    width: 0;
    transition: all .3s ease-in-out;
    right: auto;
}
.services_list_item{
    display: flex!important;
    flex-direction: column;
    align-items: stretch;
}
.flex_page.fix{
    flex-direction: row-reverse;
}

.flex_page.fix .simpleParallax {
    width: 42%;
}
.flex_page.fix .simpleParallax img{
    width: 100%;
}

.flex_page.fix .page_info{
    width: 55%;
}
.flex_page.fix .list{
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
}
.sectionfix{
    padding-top: 48px;
}
.section_description p{
    margin-bottom: 0;
}
.block_flex_img .page_info{
    width: 50%;
}
.footer_col_title{
    color: #998B7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.wpcf7-acceptance input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.wpcf7-acceptance span {
    position: relative;
    margin: 0;
}
.wpcf7-acceptance label span:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    margin-right: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
    top: 1px;

}
.wpcf7-acceptance label span:after {
    content: "";
    display: inline-block;
    background: #998B7D;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 8px;
    opacity: 0;
    border-radius: 1px;
    left: 3px;
}
.wpcf7-acceptance span label > input:checked + span:after {
    opacity: 1;
}
.wpcf7-acceptance {
    display: flex;
    justify-content: flex-start;
    margin:0 0 17px 0;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 161%; /* 25.76px */
    letter-spacing: 1.28px;
}
.footer .form-group{
    margin-bottom: 17px;
}
.footer .form-control{
    padding-left: 16px;
}
.list li:hover, .section_url:hover{
    background: white;
    color: #1a1b1c;
    transition: .4s linear;
}
.list li:hover{
    cursor: default;
}
.doctorr_item img{
    width: 100%;
    height: 412px;
    object-fit: cover;
    object-position: top;
}
/*.cases_item:hover{*/
/*    filter: brightness(1.3);*/
/*}*/
.location:hover img{
    filter: grayscale(1) brightness(0) invert(1);
}
.banner_item_home{
    overflow: hidden;
    position: relative;
}
.home .banner_item_home:before{
    animation: scale_bg 3s linear infinite;
}
@keyframes scale_bg {
    0%{
        scale: 1;
    }
    25%{
        scale: 1.2;
    }
    50%{
        scale: 1.5;
    }
    75%{
        scale: 1.2;
    }
    100%{
        scale: 1;
    }
}
.marker{
    filter: grayscale(1) brightness(0) invert(1);
    background-size: cover;
    transition: 300ms linear;
}
.marker:hover{
    filter:none;
    transition: 300ms linear;
}
.single-doctor .section_description ul{
    margin-top: 15px;
}
.page_error{
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page_error .section_title{
    font-size: 80px;
    margin-bottom: 30px;
}
.reviews_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.popup_description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
}
.zapis_form .panel{
    padding: 80px;
    max-width: 736px;
    border-radius: 4px;
    background: #191B1B;
}
.zapis_form .phone{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 50px 0;
}
.zapis_form .phone img{
    height: 24px;
}
.zapis_form .address{
    margin-top: 22px;
    justify-content: center;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
.zapis_form .underline,.zapis_form .underline:before{
    opacity: 1;
}
.flex_popup{
    justify-content: center;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 50px;
    grid-gap: 70px;
}
.flex_popup a{
    display: flex;
    align-items: center;
}
.flex_popup img{
margin-right: 7px;
}
.swiper-container {
    width: 100%;
}
.gallery_swiper{
    padding-top:48px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    max-width: 320px;
    max-height: 450px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #998B7D;

    max-height: 450px;
    object-fit: cover;
}
.swiper-container-3d{
    overflow: hidden;
}
.services-template .list_fix{
   flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
}

.flex_page_2 .section_description li span{
    white-space: normal;
    color: #FFFFFF;
    text-transform: none;
}
.page h2{
    margin-top: 1em;
}
.float-chat{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.float-chat__buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.float-chat.active .float-chat__buttons{
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.float-chat__btn{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.float-chat__btn:hover{
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.float-chat__btn img{
    width: 28px;
    height: 28px;
    filter: none;
}
.float-chat__tg{
    transition-delay: 0.05s;
}
.float-chat__viber{
    transition-delay: 0.1s;
}
.float-chat.active .float-chat__tg{
    animation: floatBounceIn 0.4s ease forwards;
    animation-delay: 0.05s;
}
.float-chat.active .float-chat__viber{
    animation: floatBounceIn 0.4s ease forwards;
    animation-delay: 0.12s;
}
.float-chat__toggle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
    position: relative;
}
.float-chat__toggle::before,
.float-chat__toggle::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(153, 139, 125, 0.5);
    animation: floatPulse 2.5s ease-out infinite;
}
.float-chat__toggle::after{
    animation-delay: 1.25s;
}
.float-chat.active .float-chat__toggle::before,
.float-chat.active .float-chat__toggle::after{
    animation: none;
    opacity: 0;
}
.float-chat__toggle:hover{
    transform: scale(1.1);
    background: #f5f5f5;
}
.float-chat__icon-close{
    display: none;
}
.float-chat.active .float-chat__icon-open{
    display: none;
}
.float-chat.active .float-chat__icon-close{
    display: block;
    animation: floatSpin 0.3s ease;
}
@keyframes floatBounceIn{
    0%{ opacity: 0; transform: translateY(15px) scale(0.5); }
    60%{ transform: translateY(-5px) scale(1.05); }
    100%{ opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes floatSpin{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(90deg); }
}
@keyframes floatPulse{
    0%{ transform: scale(1); opacity: 0.6; }
    100%{ transform: scale(1.8); opacity: 0; }
}