.top-menu-wrapper {
    position: absolute;
    background: transparent;
}
#hero {
    position:relative;
    display:flex;
    min-height:100svh;
    align-items:center;
    z-index: 1;
    padding: 0;
    margin: 0;
    background: #E8EBE7;
}
#hero h1{
    font-size: 70px;
    text-align: left;
    color: #E8EBE7;
}
#hero .desctop-bg{
    position: absolute;
    height: 100%;
    width: auto;
    top:0;
    right: 0;
}
#hero .mob-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    display: none;
}
#hero .container {
    position:relative;
    height:100%;
}
#hero .hero-content {
    padding: 90px 0 20px 0;
    display:flex;
    width:100%;
    height:100%;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    z-index: 100;
    position: relative;
}
#hero .hero-content  .h-wrapper{
    margin: 60px 0 40px 0;
}
#hero .hero-content  .h-wrapper p{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1.5px;
    margin: 0;
}
#hero .hero-content  .advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 25px;
    margin: 0 0 80px 0;
    max-width:740px;
}
#hero .hero-content  .advantages .single-advantage{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 0 0 0;
}
#hero .hero-content  .advantages .single-advantage .advantage-shadow{
    font-family: 'Open Sans', sans-serif;
    -webkit-text-stroke: 2px #212529;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 3.5px;
    opacity: 0.1;
}
#hero .hero-content  .advantages .single-advantage .advantage-title{
    font-family: 'AGBengaly';
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0;
}
#hero .hero-content  .advantages .single-advantage .advantage-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 136%;
    letter-spacing: 0px;
    color: #666666;
}
#hero .video-wrapper {
    position: absolute;
    right: 150px;
    top:  calc(100% - 117px);
}
#hero .video-wrapper a{
    width: 416px;
    height: 234px;
}
#hero .video-wrapper a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
#hero .video-wrapper span{
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 2px;
    text-align: center;
    color: #FFFFFF;
    margin: 28px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 1330px) {
}
@media (max-width: 998px) {
    #hero .video-wrapper {
        right: 15px;
    }
}
@media (max-width: 768px) {
    .burger-wrapper .burger-btn span {
        background-color:#FFFFFF;
    }
    #hero {
        height: auto;
        padding: 55px 0 0 0;
    }
    #hero h1{
        font-size: 36px;
        text-align: center;
    }
    #hero .desctop-bg{
        display: none;
    }
    #hero .mob-bg{
        display: flex;
    }
    #hero .hero-content {
        width:100%;
        height:100%;
        justify-content: center;
        align-items: center;
        padding: 0 0 140px 0;
    }
    #hero .hero-content  .h-wrapper{
        margin: 0 0 20px 0;
    }
    #hero .hero-content  .h-wrapper p{
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }
    #hero .hero-content  .advantages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 24px;
        margin: 0 0 40px 0;
    }
    #hero .hero-content  .advantages .single-advantage{
        padding: 0;
    }
    #hero .hero-content  .advantages .single-advantage:first-of-type{
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
    }
    #hero .hero-content  .advantages .single-advantage:nth-of-type(2){
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
    }
    #hero .hero-content  .advantages .single-advantage:nth-of-type(3){
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 3;
    }
    #hero .hero-content  .advantages .single-advantage .advantage-shadow{
        display: none;
    }
    #hero .hero-content  .advantages .single-advantage .advantage-title{
        font-size: 22px;
        margin: 0 0 10px 0;
        color: #FFFFFF;
        text-align: center;
    }
    #hero .hero-content  .advantages .single-advantage .advantage-subtitle{
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }
    #hero .video-wrapper {
        position: absolute;
        right: 0;
        left:0;
        margin: 0 auto;
        top:  calc(100% - 100px);
    }
    #hero .video-wrapper a{
        width: 340px;
        height: 200px;
        margin: 0 auto;
    }
    #hero .video-wrapper span{
        margin: 20px 0 0 0;
    }
}

.treatments{
    background: #F07A9E;
    padding: 160px 0;
}
.treatments h2{
    text-align: left;
}
.treatments .treatments-wrapper{
    display: flex;
    justify-content: space-between;
}
.treatments .treatments-wrapper .treatments-categories-wrapper{
    width: calc(43% - 35px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .categories-list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .mob-active-cat{
    display: none;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .mob-active-cat:after {
    content: url(../images/icons/arrow-dropdown-icon.svg);
    display: flex;
    transition: all .25s;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .mob-active-cat.active:after {
    transform: rotate(180deg);
}
.treatments .treatments-wrapper .treatments-categories-wrapper .mob-active-cat img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 40px;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .mob-active-cat h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 1.5px;
    margin: 0 0 0 70px;
    color: #FFFFFF;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    margin: 0 136px 0 40px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory.active{
    margin: 0 0 0 40px;
    justify-content: center;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 40px;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 1.5px;
    margin: 0 0 0 70px;
    color: #FFFFFF;
}
.treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory.active h3{
    text-align: center;
    margin: 0;
}
.treatments .allresults{
    margin: 40px 0 0 0;
    display: flex;
    justify-content: flex-end;
}
.treatments .allresults span{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1.5px;
    text-align: right;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0 24px 0 0;
}
.treatments .allresults img{
    width: 42px;
}
.treatments .treatments-wrapper .gallery-wrapper{
    width: calc(57% - 35px);
    background: url(../images/treatments-gallery-bg.png) center center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 40px 0;
    overflow: hidden;
    flex-direction: column;
}
.treatments .treatments-wrapper .gallery-wrapper .treatment-gallery{
    display: none;
    position: relative;
    transition: all .25s;
    height: 520px;
    width: 520px;
}
.treatments .treatments-wrapper .gallery-wrapper .treatment-gallery.active{
    display: block;
}
.treatments .treatments-wrapper .gallery-wrapper .treatment-gallery .slider-wripper-template{
    position: relative;
    height: 100%;
}
.treatments .slick-slider .slick-track, .treatments .slick-slider .slick-list {
    height: 100%;
}
.treatments .treatments-wrapper .gallery-wrapper .treatment-gallery .beforeAfter{
    border:5px solid #FFFFFF;
    height: 100%;
}
.treatments .treatments-wrapper .gallery-wrapper .treatment-gallery .beforeAfter img{
    height: 100%;
}
.treatments .arrow-prev,
.treatments .arrow-next{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    padding: 0;
    z-index: 11;
}
.treatments .arrow-prev:hover,
.treatments .arrow-prev:focus,
.treatments .arrow-next:hover,
.treatments .arrow-next:focus{
    transition-duration: 0.4s;
}
.treatments .arrow-prev{
    left: -70px;
}
.treatments .arrow-next{
    right: -70px;
}
@media (max-width: 1330px) {
    .treatments .treatments-wrapper .treatments-categories-wrapper{
        width: calc(43% - 15px);
    }
    .treatments .treatments-wrapper .gallery-wrapper{
        width: calc(57% - 15px);
        background: none;
    }
    .treatments .treatments-wrapper .gallery-wrapper .treatment-gallery{
        height: auto;
        width: 100%;
    }
    .treatments .arrow-prev{
        left: 10px;
        border:1px solid #FFFFFF;
    }
    .treatments .arrow-next{
        right: 10px;
        border:1px solid #FFFFFF;
    }
}
@media (max-width: 768px) {
    .treatments {
        background: #F07A9E;
        padding: 220px 0 20px 0;
    }
    .treatments h2 {
        text-align: center;
    }
    .treatments .treatments-wrapper {
        flex-direction: column;
    }
    .treatments .treatments-wrapper .treatments-categories-wrapper{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .treatments .treatments-wrapper .treatments-categories-wrapper .mob-active-cat {
        display: flex;
    }
    .treatments .treatments-wrapper .treatments-categories-wrapper .categories-list {
        display: none;
        width: max-content;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        max-height: 200px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 12px 20px;
        margin: 0;
        background-color: #F07A9E;
        background-clip: padding-box;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #FFFFFF;
        margin-top: 10px;
    }
    .treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory,
    .treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory.active{
        margin: 0;
        width: 100%;
        justify-content: flex-start;
    }
    .treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory h3,
    .treatments .treatments-wrapper .treatments-categories-wrapper .single-treatmentcategory.active h3{
        text-align: left;
        margin: 0 0 0 70px;
    }
    .treatments .treatments-wrapper .gallery-wrapper{
        width: 100%;
        padding: 0;
    }
    .treatments .allresults {
        margin: 20px 0 0 0;
        justify-content: center;
    }
    .treatments .allresults span{
        font-size: 16px;
        letter-spacing: 0.5px;
        margin: 0 12px 0 0;
    }
    .treatments .allresults img{
        width: 16px;
    }
}

.services {
}
.services .services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 0;
    max-height: 264px;
    overflow: hidden;
}
.services .services-wrapper.open{
    max-height: unset;
}
.services .services-wrapper .single-service{
    display: flex;
    padding: 16px 20px;
    border: 1px solid #D8D8D8;
    min-height: 88px;
    align-items: center;
}
.services .services-load-more{
    display: flex;
    justify-content: flex-end;
    margin: 44px 0 0 0;
    cursor: pointer;
    transition: all .25s;
}
.services .services-load-more span{
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 1px;
    text-align: right;
    vertical-align: middle;
    color:#EA4174;
    margin: 0 28px 0 0;
}
.services .services-load-more img{
    width: 15px;
    transition: all .25s;
}
.services .services-wrapper.open + .services-load-more img{
    transform: rotate(180deg);
}
@media (max-width: 1330px) {
    .services .services-wrapper {
        grid-template-columns: repeat(2, 1fr);
        max-height: 528px;
    }
    .services .services-load-more{
        justify-content: center;
        margin: 24px 0 0 0;
    }
}
@media (max-width: 768px) {
    .services .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
        max-height: 400px;
    }
    .services .services-wrapper .single-service{
        padding: 13px 0;
        border: 0px solid #D8D8D8;
        min-height: unset;
    }
}

.testimonials {
}
.testimonials .testimonials-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
}
.testimonials .testimonials-wrapper .single-testimonial{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    justify-content: space-between;
    padding: 24px;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
}
.testimonials .testimonials-wrapper .single-testimonial .stars-text-wrapper{
}
.testimonials .testimonials-wrapper .single-testimonial .stars-text-wrapper .stars{
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.testimonials .testimonials-wrapper .single-testimonial .stars-text-wrapper li{
    font-size: 16px;
}
.testimonials .testimonials-wrapper .single-testimonial .user-wrapper{
    display: flex;
    justify-content: flex-end;
}
.testimonials .testimonials-wrapper .single-testimonial .user-wrapper .user-name-profile {
    margin: 0 20px 0 0;
}
.testimonials .testimonials-wrapper .single-testimonial .user-wrapper .user-name-profile p{
    text-align: right;
    margin: 0;
}
.testimonials .testimonials-wrapper .single-testimonial .user-wrapper .user-name-profile a{
    font-weight: 400;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.4px;
    text-align: right;
    color:#EA4174;
    display: flex;
}
.testimonials .testimonials-wrapper .single-testimonial .user-wrapper .user-name-profile a>img{
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
}
.testimonials .testimonials-wrapper .single-testimonial .user-wrapper>img{
    width: 48px;
    height: 48px;
}
.testimonials .testimonials-wrapper .testimonial-load-more{
    width: 100%;
    height: 100%;
    min-height: 100px;
    border: 2px solid #EA4174;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.testimonials .testimonials-wrapper .testimonial-load-more span{
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 1px;
    text-align: right;
    vertical-align: middle;
    color:#EA4174;
    margin: 0 60px 0 0;
}
.testimonials .testimonials-wrapper .testimonial-load-more img{
    width: 15px;
}
.testimonials .top-navigation {
    display: none;
}
@media (max-width: 1330px) {
    .testimonials .testimonials-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
}
@media (max-width: 768px) {
    .testimonials .testimonials-wrapper {
        display: block;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .testimonials .top-navigation {
        display: flex;
    }
    .testimonials .slider-wripper-template .slick-list{
        margin: 0!important;
    }
}

.prices-slider {
    background: url(../images/prices-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}
.prices-slider h2.pink{
    color:#F3A3C0B2;
}
.prices-slider .slide-template{
    transition: 0.25s;
}
.prices-slider .single-price{
    background: #FFFFFF;
    padding: 32px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    transition: 0.25s;
}
.prices-slider .single-price p{
    font-weight: 400;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.4px;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 28px 0;
}
.prices-slider .single-price h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: -1px;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 28px 0;
}
.prices-slider .single-price h3 span{
    font-size: 34px;
    line-height: 158%;
}
.prices-slider .single-price ul{
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
}
.prices-slider .single-price ul li {
    background: url(../images/icons/prices-li-icon.svg) 0 8px no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    vertical-align: middle;
}
.prices-slider .slide-template .btn-wrapper{
    width: 100%;
}
.prices-slider .slide-template .btn{
    width: 100%;
}
.prices-slider .navigation-wrapper {
    display: none;
}
.prices-slider .top-navigation  .arrow-prev, .prices-slider .top-navigation  .arrow-next {
    border:1px solid #FFFFFF;
}
@media (max-width: 1330px) {
}
@media (max-width: 768px) {
    .prices-slider .container {
        padding: 0;
    }
    .prices-slider .slider-wripper-template .slick-list,
    .prices-slider .slider-wripper-template .slide-template{
/*        margin: 0;*/
    }
    .prices-slider .top-navigation {
        display: none;
    }
    .prices-slider .navigation-wrapper {
        display: block;
    }
    .prices-slider .navigation-wrapper .arrow-prev, .prices-slider .navigation-wrapper .arrow-next {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 72px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        padding: 0;
        z-index: 11;
        background: #FFFFFF;
    }
    .prices-slider .navigation-wrapper .arrow-prev img, .prices-slider .navigation-wrapper .arrow-next img {
        width: 9px;
    }
    .prices-slider .navigation-wrapper .arrow-prev{
        left: 0;
        border-radius: 0 100px 100px 0;
    }
    .prices-slider .navigation-wrapper .arrow-prev img{
        margin-right: 7px;
    }
    .prices-slider .navigation-wrapper .arrow-next{
        right: 0;
        border-radius: 100px 0 0 100px;
    }
    .prices-slider .navigation-wrapper .arrow-next img{
        margin-left: 7px;
    }
    .prices-slider .slide-template:not(.slick-current) {
        opacity: 0.6;
        padding: 10px 0;
    }
    .prices-slider .top-navigation  .arrow-prev, .prices-slider .top-navigation  .arrow-next {
        border:0px solid #FFFFFF;
    }
}
.diplomas-slider {
    overflow: hidden;
    /*    background: #FFFFFF;*/
}
.diplomas-slider .slide-template{
    border: 1px solid #DADADA;
    padding: 20px 12px;
    background: #FFFFFF;
}
.diplomas-slider .slide-template .img-wrapper{
    width: 100%;
    height: 200px;
}
.diplomas-slider .slide-template .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.diplomas-slider .slide-template h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1.5px;
    text-align: center;
    vertical-align: middle;
    margin: 40px 0 32px 0;
}
.diplomas-slider .slide-template p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
@media (max-width: 1330px) {
}
@media (max-width: 768px) {
    #basket-action svg path {
        fill:#FFFFFF;
    }
}

