html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
    color: #222222;
}
body *{
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #222222;
}
.df{
    display: flex;
}
.dn{
    display: none;
}
.j-spc-btw{
    justify-content: space-between;
}
.j-center{
    justify-content: center;
}
.a-center{
    align-items: center;
}
.f-wrap{
    flex-wrap: wrap;
}
.f-column{
    flex-direction: column;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.btn{
    border: none;
    box-shadow: none;
    background: transparent;
}
header{
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 140px;
    z-index: 9999;
}
.header-top{
    border-bottom: 1px solid #ececec;
}
.menu-sub{
    display: none;
}
.menu{
    margin-left: auto;
}
.nav-logo{
    width: 180px;
}
.header-top{
    height: 38px;
}
.header-top-left .btn-request{
    color: #18a6a0;
    font-size: 14px;
    line-height: 1.86;
    font-weight: 700;
    padding-right: 88px;
    padding-left: 24px;
    background: url('../img/icon/calendar.svg') no-repeat left center;
}
.btn-address{
    color: #7b8994;
    font-size: 14px;
    line-height: 1.86;
    border-bottom: 1px dashed #7b8994;
    margin-right: 26px;
}
.working-time{
    color: #7b8994;
    font-size: 14px;
    line-height: 1.86;
}
.header-right {
    margin-left: auto;
}
.header-socials{
    gap: 4px;
}
.social-item{
    width: 24px;
    height: 24px;

}
.header-phone {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-left: 22px;
}
.navbar{
    height: 110px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}
.menu{
    gap: 44px;
}
.menu-link{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.banner{
    height: 630px;
    margin-top: 148px;
}
.banner img {
    background-size: cover;
    width: 100%;
}
.btn-green{
    background: #19a6a0;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 55px;
    padding-left: 28px;
    position: relative;
}
.btn-green:before{
    content: '';
    width: 16px;
    height: 18px;
    background: url('../img/icon/calendar_white.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 25px;
}
.btn-green-outline{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 55px;
    color: #18a6a0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-width: 2px;
    border-radius: 4px;
    background-position: center center;
    border-color: #18a6a0;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.container-large{
    max-width: 1290px;
    border-radius: 6px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 34px 44px 66px;
    margin: -95px auto 80px;
}
.features-section {
    z-index: 1;
    position: relative;
}
.features {
    padding: 10px;
}
.feature-img{
    width: 60px;
    height: 40px;
    flex-shrink: 0;
}
.feature-img img {;
    height: 40px;
}
.features-list{
    gap: 15px;
}
.feature-item{
    gap: 20px;
    width: 33.333333%;
}
.feature-title{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.feature-text{
    color: #7b8994;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}
.feature-info .btn-address{
    color: rgb(24, 166, 160);
    border-bottom: 0;
    text-decoration: none;
}
.section-title{
    font-size: 44px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 60px;
}
.service-block{
    border-top: 2px solid #e1e3e3;
    margin-bottom: 77px;
}
.service-block-title{
    font-size: 30px;
    line-height: 43px;
    padding-top: 28px;
    align-items: center;
    margin-bottom: 48px;
}
.service-block-title b{
    color: #000000;
    font-weight: 700;
    border-bottom:2px solid rgb(24, 166, 160);;
}
.service-block-title span{
    color: #7b8994;
    font-size: 16px;
    line-height: 18px;
}
.stomatology-list{
    gap: 20px;
}
.stomatology-item{
    width: 100%;
    text-align: center;
}
.stomatology-item img{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #18a6a0;
    padding: 3px;
}
.stomatology-item h4{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
}
.service-left{
    width: 100%;
    padding-right: 59px;
}
.service-right{
    width: 100%;
    padding-left: 59px;
    border-left: 2px solid #e1e3e3;
}
.service-right .service-block-title{
    margin-bottom: 29px;
}
.service-list{
    gap: 4px;
}
.service-item{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 18px;
    line-height: 1.55;
    border-width: 2px;
    border-radius: 30px;
    background-position: center center;
    border-color: #18a6a0;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.service-item:hover{
    background: #18a6a0;
    color: #fff;
}
.about{
    margin-top: 23px;
}
.about-content .section-title{
    margin-bottom: 32px;
}
.about-info {
    gap: 100px;
    margin-bottom: 91px;
}
.about-info-left{
    width: 500px;
}
.about-info-left p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}
.about-info-right{
    width: calc(100% - 600px);
    border-radius: 6px;
    background: url('../img/about.jpeg') no-repeat center center;
    background-size: cover;
}
.about-counter{
    gap: 40px;
    margin-bottom: 80px;
}
.counter-item{
    width: 100%;
    border-top: 2px solid #18a6a0;
    padding-top: 20px;
}
.counter-item h2{
    color: #000000;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.counter-item  p{
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}
.team{
    background-color: #f5f8f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.team-info .section-title{
    line-height: 56px;
    margin-bottom: 78px;
}
.section-text{
    font-size: 20px;
    line-height:32px;
    max-width: 548px;
    width: 100%;
}
.team-list{
    gap: 40px;
}
.team-item{
    width: 100%;
}
.team-item img{
    width: 260px;
    margin-bottom: 24px;
    height: 320px;
    border-radius: 6px;
    object-fit: cover;
}
.team-item a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}
.team-item p{
    color: #7b8994;
    font-size: 16px;
    line-height: 22px;
}
.certificates{
    background-color: #f5f8f9;
    padding-bottom: 100px;
}
.tabs, .tabs2{
    border-bottom: 2px solid #eee;
    padding-left: 0;
    overflow: hidden;
    overflow-x: auto;
}
.tab-item, .tab-item2{
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    padding: 0 10px 18px;
    box-sizing: border-box;
    color: #777;
    cursor: pointer;
}
.tab-item.active, .tab-item2.active{
    color: #222 !important;
    font-weight: 600 !important;
    position: relative;
}
.tab-item.active:after, .tab-item2.active:after{
    content: '';
    height: 2px;
    width: 100%;
    background: #18a6a0;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.swiper-prev, .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgb(236, 236, 236) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
}
.swiper-prev{
    left: 5px;
}
.swiper-next{
    right: 5px;
}
.swiper-prev:after, .swiper-next:after {
    content: '';
    background: url('../img/icon/arrow.svg') no-repeat center center;
    width: 13px;
    height: 21px;
    position: absolute;
}
.swiper-prev:after{
    transform: rotate(-180deg);
}
.review{
    padding-top: 100px;
    margin-bottom: 88px;
}
.review .section-title{
    line-height: 56px;
    margin-bottom: 114px;
}

.review .section-text a{
    color: rgb(24, 166, 160);
}
.review-list{
    gap: 40px;
}
.review-item{
    width: 100%;
}
.review-user img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.review-user{
    gap: 10px;
}
.user{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    color: #222222;
}
.user span{
    font-size: 14px;
    line-height: 1.55;
}
.review-item > p{
    background: #f5f8f9;
    padding: 35px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 34px;
    position: relative;
}
.review-item > p:after{
    content: '';
    width: 0;
    height: 0;
    margin-left: 35px;
    border: 12px solid;
    border-color: #f5f8f9 transparent transparent #f5f8f9;
    position: absolute;
    bottom: -24px;
    left: 0;
}
footer{
    background-color: #373c41;
    padding-top: 80px;
    padding-bottom: 80px;
}
footer .section-title{
    margin-bottom: 38px;
    color: #fff;
}
.address{
    margin-bottom: 37px;
}
.address p{
    color: rgb(123, 137, 148);
    font-size: 20px;
    line-height: 32px;
}
.address a{
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    line-height: 32px;

}
.footer-content{
    gap: 75px;
}
.footer-contacts{
    display: flex;
    flex-direction: column;
}
.email{
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}
.phone{
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-decoration: underline;
    display: flex;
    margin-bottom: 38px;
}
footer .btn-green-outline{
    color: #fff;
    margin-bottom: 43px;
}
.footer-links{
    padding: 0;
    gap: 30px;
}
.footer-links a{
    color: #7b8994;
    font-size: 14px;
    line-height: 22px;
}
footer iframe{
    width: 660px;
    height: 430px;
}
.overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    z-index: 9999;
    height: 100%;

}
.arrow{
    position: relative;
}
.menu-link{
    gap: 5px;
    display: flex;
    align-items: center;
}
.aside{
    display: none;
}
.menu-sub.show{
    display: flex;
    position: absolute;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
}
.show-sub{
     display: block;
     position: absolute;
     max-width: 300px!important;
     width: 100%;
     left: 100%;
     top: 0;
     background: #f6f6f6!important;
}
.menu-item  .show-sub .menu-link{
    white-space: break-spaces;
}
.menu-item.has-sub{
    position: relative;
}
.menu-item > .menu-sub > .menu-item > .menu-link{
    justify-content: space-between;
    display: flex;
}
.menu{
    height: 102px;
    align-items: center;
}
.menu > .menu-item{
    height: 100%;
    display: flex;
    align-items: center;
}

.arrow:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: inherit;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu-sub .menu-link .arrow:after{
    transform: rotate(-90deg);
}
.menu-item:hover > .menu-link .arrow:after{
    transform: rotate(-180deg);
}

.menu-sub .menu-item:hover .menu-link .arrow:after{
    transform: rotate(90deg);
}
.menu-sub .menu-item:hover > .menu-link{
   color: #18a6a0;
}
.menu > .menu-item{
    position: relative;
}
.menu-item .menu-link{
    white-space: nowrap;
}
.menu-item .menu-sub{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    max-width: calc(320px + 300px);
    min-width: 276px;
    min-height: 400px;
    border-radius: 6px;
    width: auto;
    text-align: left;
    padding: 18px 0;
}

.menu-item.has-sub > .menu-sub .menu-item{
    padding-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-item.has-sub > .menu-sub .menu-item:last-child{
    padding-bottom: 0;
}
.menu-item > .menu-sub:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 20px solid #fff;
    border-top: 0;
}
.show-sub:before{
    display: none;
}
.popup{
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;
    outline: 0;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
}
.btn-close{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.btn-close svg{
    width: 100%;
}
.popup.show{
    display: flex;
}
.popup-content{
    max-width: 760px;
    padding: 40px 45px;
    width: 100%;
    background: #fff;
    text-align: center;
}
.popup-find-us .popup-content{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.popup-title{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 11px;
    line-height: 1.23;
    color: #000000;
}
.popup-find-us .popup-content .popup-title{
    padding-top: 40px;
    font-size: 30px;
    font-weight: 600;
}
.popup-text{
    font-size: 20px;
    line-height: 1.55;
    color: #000000;
    margin-bottom: 24px;
}
.popup-find-us .popup-content .popup-text{
    font-size: 16px;
    line-height: 1.55;
    padding-left: 45px;
    padding-right: 45px;
}

.form-row input{
    color: #000000;
    border: 2px solid #ececec;
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
}
.form-row{
    margin-bottom: 25px;
}
.form-row .iti{
    width: 100%;

}
textarea{
    color: #000000;
    border: 2px solid #ececec;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 102px;
    width: 100%;
    font-size: 16px;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    resize: none;
    line-height: 1.33;
    outline: none;
}
.owl-stage{
    display: flex;
    align-items: center;
}
.popup-form .btn-green{
    width: 100%;
}
.popup-form .btn-green:before{
    display: none;
}

.content {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 25px;
}
.content p {
    margin-bottom: 14px;
}
.content ul {
    list-style: disc;
    padding: 0 0 0 30px;
    margin: -10px 0 25px 0;
}
.breadcrumbs, .breadcrumbs a {
    color: rgb(123, 137, 148);
    font-size: 14px;
}
.content .price {
    margin-top: 40px;
}
.content .price h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.content .price .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 6px;
    border: 1px solid #ececec;
    background-color: #f5f8f9;
    font-size: 15px;
    line-height: normal;
}
.content .price .item p {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
}
.content .price .item b {
    font-weight: 600;
}
.content .price .cat_title {
    padding: 6px 12px;
    margin-top: 5px;
}
.page-title {
    margin-top: 148px;
    background: #f5f8f9;
    padding: 15px 0;
    margin-bottom: 20px;
}
.page-title h1 {
    font-size: 32px;
}
.page-title .container {
    display: flex;
    align-items: center;
}
.page-title img, .price .cat_title img {
    width: 80px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #18a6a0;
    padding: 3px;
}
.content .subcat_list {
    margin: 20px -10px 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.content .subcat_list a {
    width: calc(25% - 10px);
    display: flex;
    align-items: center;
    border: 1px solid #18a6a0;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 24px;
}
.content .subcat_list a:hover {
    background: #ececec;
}
.content .subcat_list img {
    width: 55px;
    margin-right: 10px;
    border-radius: 50%;
}
.content h3 {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    margin: 30px 0;
}
.otzyv_web {
    text-align: center;
    margin-top: 50px;
}
.otzyv_web .text {
    font-size: 20px;
    line-height: 30px;
}
.otzyv_web .text p {
    font-weight: 600;
}
.price .title {
    margin-top: 25px !important;
}
.price .cat_title {
    display: flex;
    align-items: center;
}
.price .cat_title a {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
    border-bottom: 2px solid #18a6a0;
    padding-bottom: 5px;
}
.team-page {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.team-page .team-item {
    width: calc(25% - 30px);
}
.doctor {
    display: flex;
    gap: 40px;
}
.doctor img {
    border-radius: 10px;
    height: fit-content;
}
.logos {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 30px;
}
.logos div {
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: space-between;
}
.logos div p {
    position: relative;
    text-align: right;
    margin-bottom: 6px;
}
.logos div p:before {
    content: '';
    background: url(../img/icon/star.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 28px;
    top: 1px;
}
.logos div img {
    margin: 0 auto;
    height: 40px;
}
.equipment {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 26px;
}
.equipment h2 {
    margin-bottom: 25px;
}
.equipment .swiper {
    margin-top: 30px;
}
.equipment .swiper-slide img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
.equipment .swiper-slide h5 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 2px solid #18a6a0;
    padding-bottom: 20px;
}
.works {
    margin-top: 75px;
}
.works .swiper-slide {
    background-color: #f5f8f9;
    padding: 30px 40px;
    border-radius: 10px;
}
.works .swiper-slide .images {
    display: flex;
    margin: 15px 0;
    gap: 15px;
}
.works .swiper-slide .images div {
    width: 50%;
    position: relative;
}
.works .swiper-slide .images img {
    border-radius: 5px;
}
.works .swiper-slide .images span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.about_page {
    margin-top: -160px;
    background-color: #fff;
    position: relative;
    padding-top: 40px;
}
@media screen and (max-width: 1300px){
    .container{
        max-width: 1100px;
    }
}
@media screen and (max-width: 1240px){
    .certificate-block{
        margin: 0 auto;
    }
    .stomatology-list{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .stomatology-item{
        width: calc(100%/2 - 20px);
    }
    .service-block{
        position: relative;
    }
    .service-left .service-block-title a{
        position: absolute;
        top: -100px;
    }
    .service-content:first-child .service-block{
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 1140px){
    .container{
        max-width: calc(100% - 100px);
    }
    .menu{
        gap: 30px;
    }
    .menu > .menu-item{
        padding-top: 30px;
    }
    .header-center{
        position: absolute;
        top: 50px;
        left: 52%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    .container-large{
        max-width: calc(100% - 50px);
        padding-left: 30px;
    }
    .service-item{
        font-size: 16px;
        height: 46px;
    }
    .service-right{
        width:55%;
    }

    .about-info-left{
        width: 380px;
    }
    .about-info-right{
        width: calc(100% - 480px);
    }
    .section-text{
        max-width: 440px;
    }
    .review .section-title{
        max-width: 300px;
        margin-bottom: 60px;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        width: 100%;
    }
    .footer-right iframe{
        width: 100%;
    }
}
@media screen and (max-width: 1070px) {
    .container{
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-large {
        margin: -173px auto 45px;
        padding: 30px;
    }
    .menu{
        margin-left: 0;
        padding: 0;
    }
    .navbar-content{
        gap: 20px;
    }
    .header-center{
        left: 240px;
        transform: none;
    }
    .service-left {
        width: 50%;
        padding-right: 30px;
    }
    .service-right {
        width: 50%;
        padding-left: 30px;
    }
    .service-content:first-child .service-block {
        margin-bottom: 100px;
    }
    .equipment {
        margin-bottom: 30px;
    }
}
@media  screen and (max-width: 990px) {
    .header-center {
        display: none;
    }
    .page-title {
        margin-top: 70px;
    }
    .navbar .menu {
        display: none;
    }
    .header-top-left {
        display: none;
    }
    .nav-logo {
        width: 110px;
        position: absolute;
        top: 21px;
    }
    .container {
        max-width: 680px;
    }
    header {
        height: 60px;
        top: -10px;
    }
    .navbar {
        height: auto;
    }
    .header-top {
        border-bottom: 0;
        height: 80px;
        background-color: #fff;
    }
    .header-top .container {
        height: 100%;
    }
    .header-top-content {
        height: 100%;
    }
    .header-right {
        height: 100%;
        align-items: center;
        margin-top: 12px;
    }
    .btn-menu {
        display: flex;
        width: 24px;
        height: 18px;
        background: url('../img/icon/menu.svg') no-repeat;
        margin-left: 20px;
    }
    .aside {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 300px;
        width: 100%;
        z-index: 9999;
        padding: 50px;
        overflow: hidden;
        -webkit-transition: transform ease-in-out 0.3s;
        -moz-transition: transform ease-in-out 0.3s;
        -o-transition: transform ease-in-out 0.3s;
        transition: transform ease-in-out 0.3s;
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        background-color: #fff;
    }
    .aside.show {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 9999999;
        overflow-y: auto;
    }
    .menu {
        flex-direction: column;
        gap: 15px;
        margin: 0;
        height: auto;
        align-items: flex-start;
    }
    .menu-link.active{
        opacity: .7;
    }
    .menu-item .menu-sub{
        height: auto!important;
    }
    .menu-item > .menu-sub:before{
        display: none;
    }
    .aside .menu > .menu-item > .menu-link{
        font-size: 20px;
    }
    .aside .menu-sub{
        position: relative;
        background: none;
        box-shadow: none;
        top: auto;
        left: auto;
        transform: none;
        padding-top: 10px;
        max-width: 100%!important;
        min-width: 100%;
        padding-left: 0;
        min-height: auto;

    }
    .aside .menu-sub .menu-sub{
        padding-left: 15px;

    }
    .menu-sub .menu-item:hover > .menu-link{
        color: #222222 !important;
    }
    .menu-item.has-sub > .menu-sub .menu-item{
        padding-left: 0;
        padding-bottom: 10px;
        padding-right: 20px;
    }
    .aside .menu-sub{
        background: transparent!important;
    }
    .menu-item .menu-link{
        white-space: break-spaces;
    }
    .menu > .menu-item{
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-sub .menu-item:hover .menu-link .arrow:after {
        transform: rotate(180deg);
    }
    .menu-link {
        font-weight: 400;
    }
    .aside-address {
        font-size: 14px;
        color: rgb(123, 137, 148);
        margin-top: 23px;
    }
    .aside-working-time {
        font-size: 14px;
        color: rgb(123, 137, 148);
        margin-top: 23px;
    }
    .aside-socials {
        gap: 4px;
        margin-top: 23px;
    }
    .aside .btn-green-outline {
        width: 204px;
        height: 45px;
        color: #000;
        margin-top: 23px;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .close-menu {
        position: absolute;
        top: 10px;
        right: 10px;
        background: url('../img/icon/close.svg') no-repeat;
        width: 24px;
        height: 20px;
        background-size: 100% 100%;
    }
    .banner {
        margin-top: 70px;
        height: 480px;
    }
    .container-large {
        max-width: 680px;
        margin-top: -150px;
        margin-bottom: 50px;
    }
    .features-list {
        flex-direction: column;
    }
    .feature-item {
        width: 100%;
    }
    .service-left .service-block-title a {
        position: relative;
        top: auto;
        font-size: 22px;
    }
    .service-left .service-block-title {
        gap: 30px;
    }
    .services .section-title {
        margin-bottom: 30px;
    }
    .service-block {
        flex-direction: column;
    }
    .service-left {
        width: 100%;
        padding-right: 0;
    }
    .stomatology-item {
        width: calc(100% / 4 - 20px);
    }
    .service-right {
        border-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .service-item {
        height: 40px;
    }
    .service-content:first-child .service-block {
        margin-bottom: 50px;
    }
    .service-right .service-block-title {
        margin-bottom: 15px;
    }
    .section-title {
        font-size: 32px;
    }
    .about-info {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
    }
    .about-info-left {
        width: 100%;
    }
    .about-info-right {
        width: 100%;
        height: 320px;
    }
    .about-counter {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }
    .counter-item {
        width: calc(100% / 2 - 20px);
    }
    .counter-item h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .team {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .team-info .section-title {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 30px;
    }

    .team-info .section-title br {
        display: none;
    }

    .team-info {
        flex-direction: column;
    }

    .section-text {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .team-item {
        width: calc(100% / 2 - 10px);
    }

    .team-list {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .team-item img {
        width: 100%;
        margin-bottom: 10px;
    }

    .team-item h4 {
        font-size: 18px;
        line-height: 29px;
    }

    .team-item p {
        font-size: 14px;
        line-height: 19px;
    }

    .certificates {
        padding-bottom: 50px;
    }

    .review {
        padding-top: 50px;
    }

    .review-content {
        flex-direction: column;
    }

    .review .section-title, .works .section-title {
        margin-bottom: 20px;
    }

    .review-list {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
    }

    footer .section-title {
        margin-bottom: 15px;
    }
    .address {
        margin-bottom: 20px;
    }
    .footer-content {
        gap: 20px;
    }
    footer {
        position: relative;
    }
    .footer-links {
        position: absolute;
        bottom: 50px;
    }
    .footer-contacts{
        float: left;
        margin-bottom: 0;
    }
    footer .btn-green-outline{
        float: right;
        margin-bottom: 0;
    }

    .popup-title{
        font-size: 30px;
    }
    .popup-text{
        font-size: 16px;
    }
    .form-row input{
        height: 50px;
    }
    .btn-close{
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .works .swiper-slide {
        padding: 20px;
    }
    .tab-item, .tab-item2 {
        width: fit-content;
    }
}
@media screen and (max-width: 780px){
    .equipment .swiper-slide h5 {
        font-size: 17px;
    }
    .container{

    }
}
@media screen and (max-width: 700px){
    .container{
        max-width: 500px;
    }
    .container-large{
        max-width: 500px;
    }
    .stomatology-item {
        width: calc(100% / 2 - 20px);
    }
    .stomatology-item a{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .stomatology-item img{
        width: 60px;
        height: 60px;
        margin: 0;
    }
   .service-left .service-block-title span{
        display: none;
    }
   .section-title{
       font-size: 28px;
       line-height: 36px;
       margin-bottom: 20px;
   }
   .section-text{
       font-size: 16px;
       line-height: 26px;
   }
    .about-info-left p{
        font-size: 16px;
        line-height: 26px;
    }
    .about-content .section-title{
        margin-bottom: 20px;
    }
    footer{
        padding-top: 50px;
    }
}
@media screen and (max-width: 639px){
    .address p{
        font-size: 16px;
        line-height: 26px;
    }
    .address a{
        font-size: 16px;
        line-height: 26px;
    }
    .email, .phone{
        font-size: 16px;
        line-height: 26px;
    }

    .footer-contacts{
        float: none;
    }
    footer .btn-green-outline{
        width: 100%;
    }
    .btn-green{
        width: 100%;
    }
    .btn-green:before{
        left: 29%;
    }
    .btn-green-outline{
        width: 100%;
    }
    .tabs, .tabs2{
        flex-wrap: wrap;
        gap: 10px;
    }
    .tab-item, .tab-item2{
        width: calc(100%/2 );
    }
    .carousel-item img{
        max-width: 200px;
        margin: 0 auto;
    }
    .user{
        font-size: 12px;
    }
    .user span{
        font-size: 12px;
    }
    .review-user{
        align-items: center;
    }
    .review-item > p{
        padding: 20px;
    }
    .stomatology-list{
        flex-direction: column;
    }
    .stomatology-item{
        width: 100%;
    }
    .banner{
        height: 100%;
    }
}
@media screen and (max-width: 480px){
    .container{
        padding: 0 25px;
    }
    .container-large{
        padding: 15px;
        margin: -50px 25px 40px 25px;
    }
    .header-phone{
        font-size: 14px;
        line-height: 26px;
        margin-left: 10px;
    }
    .social-item:first-child{
        /*display: none;*/
    }
    .feature-title{
        padding-right: 0;
    }

    .about-counter{
        flex-direction: column;
    }
    .counter-item{
        width: 100%;
    }
    .team-item img{
        height: 164px;
        object-position: top;
    }
    .team-item h4{
        font-size: 16px;
        line-height: 21px;
    }
    .team-item p{
        font-size: 12px;
        line-height: 17px;
    }
    .popup-title {
        font-size: 24px;
    }
    .popup-content{
        padding: 20px 25px;
    }
    .popup-text {
        font-size: 14px;
    }
    .btn-green:before {
        left: 15%;
    }
    .btn-close{
        top: 0;
        right: 0;
    }
    .page-title {
        margin-top: 70px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .page-title h1 {
        font-size: 20px;
    }
    .page-title img {
        width: 50px;
    }
    .content {
        font-size: 14px;
        line-height: 24px;
    }
    .content p {
        margin-bottom: 14px;
    }
    .content .subcat_list a {
        width: calc(50% - 10px);
        display: flex;
        padding: 6px 10px;
        line-height: 20px;
    }
    .content h3 {
        font-size: 28px;
        line-height: 36px;
        margin: 20px 0;
    }
    .otzyv_web .text {
        font-size: 16px;
        line-height: 26px;
    }
    .logos {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .logos div {
        width: calc(50% - 15px);
    }
    .price .cat_title img {
        width: 60px;
    }
    .price .cat_title a {
        font-size: 20px;
        margin-left: 0;
    }
    .team-page .team-item {
        width: calc(50% - 10px);
    }
    .doctor {
        flex-direction: column;
    }
    .service-block {
        border: none;
    }
    .service-content h2 {
        display: none;
    }
    .service-block-title {
        margin-bottom: 35px;
    }
    .service-block-title b {
        width: 100%;
    }
    .service-cosmo .service-left .service-block-title {
        padding-top: 0;
    }
    .equipment .swiper-slide {
        display: flex;
        flex-direction: column;
        padding: 0 2px;
    }
    .equipment .swiper-slide h5 {
        width: 100%;
    }
    .equipment .swiper-slide img {
        max-width: 60%;
        margin: 10px auto;
    }
    .about_page {
        margin-top: -40px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 380px){
    .header-right {
        padding-right: 5px;
    }
    .nav-logo {
        margin-left: 5px;
    }
    .container {
        padding: 0 15px;
    }
    .container-large {
        margin: -40px 10px 40px 10px;
    }
    .service-item {
        padding: 0 20px;
        height: 38px;
    }
    .header-top .container,
    .navbar .container {
        padding: 0;
    }
    .aside {
        padding: 40px;
    }
}