html{
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Arsenal';
    src: url('../fonts/Arsenal-Bold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ObjektivMk1';
    src: url('../fonts/ObjektivMk1_Trial_Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ObjektivMk1';
    src: url('../fonts/ObjektivMk1_Trial_Md.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ObjektivMk1';
    src: url('../fonts/ObjektivMk1_Trial_SBd.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

body{
    font-family: 'ObjektivMk1', sans-serif;
    margin: 0;
    background-color: #fff;
    color: #485558;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

aside, details, figcaption, figure,
hgroup, menu {
    display: block;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.mobile,
.flex.mobile,
.grecaptcha-badge{
    display: none;
}

a,
button,
input[type=submit]{
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
    outline: none;
    border: none;
}

input, select, textarea, button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img,
iframe{
    max-width: 100%;
}

figure.wp-block-image{
    padding: 0;
}

.flex{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-column{
    flex-direction: column;
}
.row-reverse{
    flex-direction: row-reverse;
}
.column-reverse{
    flex-direction: column-reverse;
}
.center{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.uppercase{
    text-transform: uppercase;
}

.color-white{
    color: #fff;
}
.color-red{
    color: #DB4446;
}
.color-green{
    color: #095E56;
}

.container{
    display: flex;
    width: 100%;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 160px;
}
.section{
    box-sizing: border-box;
}
.col-6{
    width: 50%;
}

/***** TITLES *****/

.title{
    font-family: 'Arsenal', sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}
.title-2{
    font-family: 'Arsenal', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}
.editor h2,
.editor h3{
    color: #095E56;
}
.editor h2,
.editor h3,
.title-3{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.text{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


/***** BUTTONS AND LINKS *****/

.link{
    display: inline-flex;
    align-items: center;
    color: #095E56;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.link svg{
    margin-left: 8px;
}

.button{
    display: inline-flex;
    height: 64px;
    font-size: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 48px;
    gap: 12px;
    border-radius: 100px;
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    outline: none;
}
.button.button-red{
    background: #DB4446;
}
.button.button-white{
    background: #fff;
    color: #095E56;
}
.button:hover{

}
.button.button-red:hover{
    background: #CE3D40;
}
.button.button-white:hover{
    background: #C9EAE4;
}
.section{
    position: relative;
}

/***** HEADER *****/

.header{
    height: 93px;
    align-items: center;
}
.header-wrapper{
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
}
.header-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.header-center{
    position: absolute;
    left: calc(50% - 90px);
}
.header-center img{
    width: 210px;
}



/***** TOP BANNER *****/

.section-top{
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%);
    min-height: 470px;
    align-items: center;
    position: relative;
}
.section-top .top-image{
    position: absolute;
    width: 700px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.section-top .col-6{
    width: 790px;
}
.section-top .button-wrapper{
    gap: 20px;
    margin-top: 64px;
}

/***** DOCTORS *****/

.section-doctors{
    padding: 140px 0 140px;
    position: relative;
}
.section-swiper-to-right::before,
.section-doctors::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}
.section-swiper-to-right .container.container-swiper,
.section-doctors .container{
    overflow: hidden;
    flex-direction: column;
}
.section-doctors .container{
    padding-right: 0;
}
.section-swiper-to-right .swiper-container-wrapper,
.section-doctors .swiper-container-wrapper{
    position: relative;
}
.section-swiper-to-right .title-wrapper,
.section-doctors .title-wrapper{
    align-items: center;
}
.section-swiper-to-right .title-wrapper .swiper-controls,
.section-doctors .title-wrapper .swiper-controls{
    margin-left: auto;
    margin-right: 160px;
    display: inline-flex;
    gap: 20px;
}
.doctors-swiper{
    margin-top: 60px;
    overflow: visible;
}
.outer-swiper-next,
.outer-swiper-prev,
.section-doctors .doctors-swiper-next,
.section-doctors .doctors-swiper-prev{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}
.outer-swiper-next svg path.path-stroke,
.outer-swiper-prev svg path.path-stroke,
.section-doctors .doctors-swiper-next svg path.path-stroke,
.section-doctors .doctors-swiper-prev svg path.path-stroke{
    stroke: #095E56;
}
.outer-swiper-next svg path.path-fill,
.outer-swiper-prev svg path.path-fill,
.section-doctors .doctors-swiper-next svg path.path-fill,
.section-doctors .doctors-swiper-prev svg path.path-fill{
    fill: #095E56;
}
.outer-swiper-next.swiper-button-disabled svg path.path-stroke,
.outer-swiper-prev.swiper-button-disabled svg path.path-stroke,
.section-doctors .doctors-swiper-next.swiper-button-disabled svg path.path-stroke,
.section-doctors .doctors-swiper-prev.swiper-button-disabled svg path.path-stroke{
    stroke: #95A3A6;
}
.outer-swiper-next.swiper-button-disabled svg path.path-fill,
.outer-swiper-prev.swiper-button-disabled svg path.path-fill,
.section-doctors .doctors-swiper-next.swiper-button-disabled svg path.path-fill,
.section-doctors .doctors-swiper-prev.swiper-button-disabled svg path.path-fill{
    fill: #95A3A6;
}
.doctors-swiper .doctor-slide{
    width: 380px;
    border-radius: 24px;
    border: 1px solid #BDC6CD;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.doctor-slide .arrow-open{
    display: none;
}
.doctor-slide-bottom{
    text-align: center;
    padding: 32px 12px;
    gap: 12px;
    box-sizing: border-box;
}
.doctor-slide .text{
    font-size: 16px;
    color: #95A3A6;
}
.doctor-slide-more{
    opacity: 0;
    pointer-events: none;
    padding: 32px 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 24px;
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%);
    box-sizing: border-box;
    color: #fff;
    transition: all .3s;
}
.doctor-slide.active .doctor-slide-more{
    opacity: 1;
    pointer-events: all;
}
.doctor-slide-more .color-green{
    color: #fff;
    margin-bottom: 12px;
}
.doctor-slide-more .text{
    margin-bottom: 24px;
}
.doctor-slide-more .doctor-description{
    max-height: 275px;
    overflow-y: auto;
    padding-right: 5px;
}
.doctor-slide-more .doctor-description::-webkit-scrollbar{
    width: 4px;
}
.doctor-slide-more .doctor-description::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 2px;
}
.doctor-slide-more .doctor-social{
    display: flex;
    margin-top: auto;
    gap: 12px;
}


/***** NUMBERS *****/

.section-numbers{
    padding: 50px 0 0;
}
.section-numbers .title{
    margin-bottom: 80px;
}
.number-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.number-item{
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-top: 1px solid #BDC6CD;
    border-bottom: 1px solid #BDC6CD;
    padding: 20px 12px 20px;
    gap: 24px;
}
.number-item .number-item-right{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}
.number-item .number-item-right .number{
    font-family: 'Arsenal', sans-serif;
    color: #095E56;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.number-item .number-item-right .text{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.number-item.has-image img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}
.number-item.has-image .number-item-right .number{
    font-family: 'ObjektivMk1', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.number-item.has-image .number-item-right .text{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.number-item.has-image .number-item-right{
    gap: 8px;
}

/***** BLOG *****/

.section-blog{
    margin-top: 120px;
    padding: 140px 0;
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%), #FFF;
    box-sizing: border-box;
}
.section-blog .title{
    margin-bottom: 60px;
}
.section-blog .container{
    gap: 20px;
}
.blog-categories{
    width: 345px;
    flex: 0 0 345px;
    padding-right: 40px;
    box-sizing: border-box;
}
.blog-categories ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog-categories ul li{
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #95A3A6;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
    transition: all .3s;
}
.blog-categories ul li.active{
    color: #fff;
}
.blog-categories ul li svg{
    width: 48px;
    /*height: 48px;*/
}
.blog-categories ul li svg path{
    fill: #95A3A6;
    transition: all .3s;
}
.blog-categories ul li.active svg path{
    fill: #fff;
}
.blog-list-wrapper{
    display: none;
    flex-direction: column;
}
.blog-list-wrapper.active{
    display: flex;
}
.blog-list-wrapper .button-wrapper{
    justify-content: flex-end;
    margin-top: 64px;
}
.blog-list{
    gap: 20px;
}
.blog-item{
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 3);
}
.blog-item img{
    width: 100%;
    height: 324px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    margin-bottom: 20px;
}
.blog-item .time{
    display: flex;
    align-items: center;
    color: #C9EAE4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}
.blog-item .time svg{
    margin-right: 12px;
}
.blog-item strong{
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}




/***** SERVICE *****/
.section-service{
    padding: 140px 0;
    gap: 64px;
    overflow: hidden;
}
.service-swiper-wrapper{
    align-items: center;
    padding-bottom: 40px;
}
.service-slide,
.service-slide-mobile{
    display: flex;
    width: 360px;
    height: 420px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    background: #EDF8F6;
    transform: scale(0.6) !important;
    transform-origin: center;
    transition: all 0.3s;
    padding: 40px;
    box-sizing: border-box;
}
.service-slide.swiper-slide-active,
.service-slide-mobile{
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%);
    transform: scale(1) !important;
    left: 0!important;
    right: 0!important;
    z-index: 3;
}
.service-slide.swiper-slide-next,
.service-slide.swiper-slide-prev{
    transform: scale(0.8) !important;
    z-index: 2;
    left: 0!important;
    right: 0!important;
}
.swiper-slide.service-slide[aria-label="1 / 3"]{
    transform-origin: right center!important;
    right: -70px;
}
.swiper-slide.service-slide[aria-label="3 / 3"]{
    transform-origin: left center!important;
    left: -70px;
}
.swiper-slide.service-slide.swiper-slide-next{
    transform-origin: left center!important;
}
.swiper-slide.service-slide.swiper-slide-prev{
    transform-origin: right center!important;
}
.service-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev){
    transform: scale(0.6);
    z-index: 1;
}
.service-slide::after{
    content: attr(data-slide-index);
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #004b3f;
    font-size: 16px;
}
.service-slide::before{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #EDF8F6;
    border-radius: 100px;
}

.service-slide.swiper-slide-active::before{
    background-color: #004b3f;
}
.service-slide .title-3{
    color: #095E56;
    opacity: .5;
}
.service-slide .editor{
    color: #95A3A6;
}
.service-slide.swiper-slide-active .title-3,
.service-slide-mobile .title-3,
.service-slide.swiper-slide-active .editor,
.service-slide-mobile .editor{
    color: #fff;
    opacity: 1;
}
.service-slide.swiper-slide-active .editor,
.service-slide-mobile.swiper-slide-active .editor{
    margin-top: auto;
}
.section-service .title-wrapper .swiper-controls{
    display: none;
}


/***** NOT DO *****/

.section-not-do{

}
.wrapper-green{
    padding: 64px;
    align-items: flex-start;
    gap: 64px;
    border-radius: 32px;
    background: #EDF8F6;
    box-sizing: border-box;
}
.section-not-do .title{
    width: 458px;
}
.text-wrapper{
    gap: 24px;
}
.ul-dots ul{
    list-style: disc;
    padding-left: 30px;
}


/***** REQUEST *****/
.section-requests{
    padding: 140px 0 0;
    gap: 64px;
    position: relative;
}
.section-requests .button-wrapper .button{
    gap: 12px;
}
.section-requests .button-wrapper .button svg{
    width: 30px;
}
.requests-swiper{
    margin-top: 64px;
}
.requests-swiper .swiper-wrapper{
    align-items: center;
}
.request-slide{
    /*width: 830px;*/
    /*height: 350px;*/
    width: 1060px;
    height: 440px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform .3s ease;
    transform: scale(0.78) !important;
    transform-origin: left center;
    /*transition: all .3s;*/
}
.request-slide.swiper-slide-prev{
    transform-origin: right center;
}
.request-slide.swiper-slide-active{
    /*width: 1060px;*/
    /*height: 440px;*/
    transform: scale(1) !important;
}
.request-slide-background{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.request-slide-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    box-sizing: border-box;
}



/***** PARTNERS *****/
.section-swiper-to-right .swiper{
    overflow: visible;
}
.section-partners{
    padding: 140px 0;
    gap: 64px;
}
.partners-list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.partner-item{
    width: calc((100% - 72px) / 4);
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
}
.partner-item img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all .3s;
}
.partner-item:hover img{
    filter: none;
}
.partner-item .text{
    color: #485558;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 332px;
    max-width: 100%;
}



@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}



/***** FOUNDERS *****/
.section-founders{
    padding: 140px 0 0px;
    gap: 64px;
}
.founder-slide{
    display: flex;
    width: 1260px;
    height: 520px;
    align-items: flex-start;
    border-radius: 32px;
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%), #EDF8F6;
}
.founder-slide .founders-nav-buttons{
    opacity: 0;
    transition: all .3s;
}
.founder-slide.swiper-slide-active .founders-nav-buttons{
    opacity: 1;
}
.swiper-pagination.founders-nav-buttons{
    bottom: 75px;
}
.section-founders .swiper-pagination-bullet{
    height: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: background 200ms;
}
.section-founders .swiper-pagination-bullet:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms;
}

.section-founders .swiper-pagination-bullet,
.section-founders .swiper-pagination-bullet-active{
    background: #C9EAE4;
    opacity: 1;
}
.section-founders .swiper-pagination-bullet-active::before{
    background-color: #095E56;
    animation: slide-progress 5s linear forwards;
}
.section-founders .button{
    box-sizing: border-box;
}
.swiper-pagination-bullets.swiper-pagination-horizontal,.founders-swiper-pagination{
    position: relative;
    bottom: auto;
    margin-top: 10px;
}
.founder-slide-wrapper{
    height: 100%;
    position: relative;
}
.founder-slide-text{
    width: 60%;
    padding: 70px 100px 60px;
    box-sizing: border-box;
    gap: 28px;
}
.founder-slide-text .italic{
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
    color: #95A3A6;
    margin-top: -15px;
}
.founder-slide-image{
    position: absolute;
    width: 450px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
    object-position: center bottom;
}
.founders-nav-buttons{
    display: flex;
    position: absolute;
    left: 100px;
    bottom: 50px;
    gap: 20px;
}
.founders-nav-buttons button{
    background: transparent;
    border: none;
    outline: none;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 0;
}
.founders-nav-buttons img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}
.founders-button-prev{
    transform: rotate(180deg);
}


/***** MEDIA *****/
.section-media{
    padding: 0 0;
}
.section-media .title-wrapper{
    margin-bottom: 50px;
}
.media-slide{
    width: 600px;
}
.media-slide-short{
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 16px;
    color: #095E56;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}
.media-slide-short svg{
    width: 40px;
    flex-shrink: 0;
}
.media-slide-description{
    gap: 40px;
    margin-bottom: 30px;
}
.media-slide-description .editor{
    font-size: 18px;
    max-height: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.media-slide-description img{
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 24px;
}
.media-slide-bottom{
    display: flex;
    width: 100%;
    color: #95A3A6;
    border-bottom: 1px solid #BDC6CD;
    padding-bottom: 30px;
    align-items: center;
}
.media-slide-bottom-image{
    display: none;
}
.media-slide-bottom-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 8px;
}
.media-slide-bottom-right img{
    height: 32px;
    width: auto;
}
.media-slide-bottom svg{
    width: 50px;
    flex-shrink: 0;
}


/***** SCHOOL *****/
.section-school{
    padding: 140px 0;
}
.section-school .container{
    gap: 50px;
    overflow: hidden;
}
.school-images,
.school-wrapper{
    width: calc(50% - 25px);
    position: relative;
}
.school-swiper-background{
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) -5.23%, rgba(0, 0, 0, 0.00) 21.94%);
    z-index: 2;
    transform: rotate(180deg);
    border-radius: 20px;
}
.school-images img{
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.school-swiper-slide{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-school .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: absolute;
    bottom: 15px;
}
.section-school .swiper-pagination-bullet{
    height: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: background 200ms;
}
.section-school .swiper-pagination-bullet:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms;
}

.section-school .swiper-pagination-bullet-active{
    background: rgba(0, 0, 0, 0.4);
}
.section-school .swiper-pagination-bullet-active::before{
    background-color: #fff;
    animation: slide-progress 5s linear forwards;
}
.school-button .button{
    box-sizing: border-box;
}
.school-wrapper{
    gap: 32px;
}
.tag-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.tag{
    display: inline-flex;
    color: #485558;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #EDF8F6;
}
.section-school .number-list{
    gap: 32px;
}
.section-school .number-item{
    width: calc((100% - 32px) / 2);
}
.school-button.desktop{
    margin-top: 20px;
}


/***** EDITOR *****/
.section-description{
    padding: 0 0 140px;
}
.section-description .container.flex-column{
    flex-direction: column;
}
.section-description .link{
    font-size: 18px;
}
.container.editor,
.editor{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.editor h2,
.editor h3{
    margin-bottom: 20px;
}
.editor p{
    margin-bottom: 20px;
}
.editor ul,
.editor ol{
    margin-bottom: 20px;
}
.read-more-toggle{
    font-family: 'ObjektivMk1', sans-serif;
    margin-top: 20px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    position: relative;
}
.read-more-toggle:before{
    content: '';
    position: absolute;
    height: 1px;
    background: #095E56;
    bottom: -2px;
    left: 0;
    right: 0;
}
.editor-read-more{
    position: relative;
}
.editor-read-more:before{
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}


/***** FOOTER *****/

.footer{
    display: flex;
    flex-direction: column;
    padding: 100px 100px 0;
    background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%), #C9EAE4;
    overflow: hidden;
}
.footer-top{
    display: flex;
    width: 100%;
    gap: 120px;
    justify-content: space-between;
    padding-bottom: 60px;
}
.footer-left{
    display: flex;
    flex-direction: column;
}
.footer-logo{
    height: 90px;
    width: auto;
    margin-bottom: auto;
}
.footer-social{
    gap: 8px;
    margin-top: 52px;
}
.footer-title{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 16px 0 20px;
    margin-bottom: 24px;
    border-bottom: solid 1px #fff;
    color: #fff
}
.footer-menu{
    list-style: none;
    padding: 0;
    width: 226px;
}
.footer-menu li{
    padding: 12px 0;
}
.footer-menu li a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
}
.footer-phone{
    display: inline-flex;
    width: 100%;
    padding: 24px 12px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.footer-phone span{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.footer-contacts{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-text{
    display: flex;
    flex-direction: column;
}
.footer-text span{
    font-size: 14px;
    margin-top: 8px;
}
.footer-text.link{
    color: #fff;
    text-align: left;
    align-items: flex-start;
    font-size: 18px;
    text-decoration: underline;
}
.footer-menu-big{
    width: 225px;
}
.footer-menu-big ul{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.footer-menu-big ul li{
    padding: 10px 0;
}
.footer-menu-big ul li a{
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 16px;
}
.footer-menu-big ul li a svg{
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    right: 0;
    transition: all .3s;
}
.footer-menu-big ul li a:hover svg{
    top: -5px;
    right: -5px;
}
.footer-official{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 320px;
    font-size: 24px;
    font-weight: 500;
    padding: 32px;
    box-sizing: border-box;
}
.footer-official strong{
    font-weight: 500;
    line-height: 120%;
}
.footer-official svg{
    flex-shrink: 0;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #BDC6CD;
    padding: 36px 0 60px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.footer-bottom-left{
    opacity: .6;
}
.footer-menu-small{
    display: flex;
    gap: 36px;
}
.footer-menu-small li{

}
.footer-menu-small li a{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline;
    opacity: .6;
}
.footer-menu-small li a:hover{
    opacity: 1;
}

.popup-wrapper.flex,
.popup-wrapper .flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.popup-wrapper.flex-column,
.popup-wrapper .flex-column{
    flex-direction: column;
}
.popup-wrapper.flex-wrap,
.popup-wrapper .flex-wrap {
    flex-wrap: wrap;
}
.popup-wrapper,
.popup-background{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.popup-wrapper{
    z-index: 999;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}
.popup-wrapper.active{
    opacity: 1 !important;
    pointer-events: all;
}
.popup-background{
    z-index: 0;
    background: rgba(0, 0, 0, .9);
}
.popup-wrapper .popup-body{
    background: #fff;
    width: 650px;
    max-width: calc(100% - 30px);
    padding: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    border-radius: 32px;
    z-index: 2;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}
.popup-wrapper .popup-close{
    position: absolute;
    right: 16px;
    top: 16px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.popup-close svg{
    width: 24px;
    height: 24px;
}
.popup-title.title{
    font-size: 40px;
    font-weight: 400;
}
.popup-wrapper .popup-text{
    width: 550px;
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.popup-wrapper .popup-buttons{
    justify-content: flex-start;
    margin-top: 40px;
    gap: 16px;
}
.popup-wrapper .popup-buttons .button{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 10px;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}
.popup-wrapper .popup-buttons .button svg{
    transition: all .3s;
    filter: none;
}
.popup-wrapper .popup-buttons .button.button-viber{
    border: 1px solid #5238E5;
    color: #5238E5;
}
.popup-wrapper .popup-buttons .button.button-telegram{
    border: 1px solid #008AD0;
    color: #008AD0;
}
.popup-wrapper .popup-buttons .button.button-viber:hover{
    background: #5238E5;
    color: #fff;
}
.popup-wrapper .popup-buttons .button.button-viber:hover svg{
    filter: brightness(0) invert(1);
}
.popup-wrapper .popup-buttons .button.button-telegram:hover{
    background: #008AD0;
    color: #fff;
}
.popup-wrapper .popup-buttons .button.button-telegram:hover svg{
    filter: brightness(0) invert(1);
}

.services-mobile{
    display: none;
}

section.page{
    padding: 30px 0 100px;
}
section.page h1{
    margin-bottom: 60px;
}
section.page .editor h2{
    margin-bottom: 50px;
}
section.page .editor p ~ h2{
    margin-top: 75px;
}
section.page .editor p{
    margin-bottom: 30px;
}
section.page .editor a,
section.page .editor strong{
    color: #095E56;
}
section.page .editor a{
    text-decoration: underline;
}
section.page .editor ul{
    padding-left: 40px;
    list-style: none;
}
section.page .editor ul li{
    position: relative;
    padding-bottom: 10px;
}
section.page .editor ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: 10px;
    background: linear-gradient(93.65deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%);
}

.breadcrumbs{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 50px;
}
.breadcrumb-item{
    position: relative;
    display: inline-flex;
}
a.breadcrumb-item{
    color: #95A3A6;
}
a.breadcrumb-item:after{
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.col-8{
    width: 1120px;
    max-width: 100%;
}

@media (max-width: 1600px) {
    .container{
        padding: 0 80px;
    }
    .header-wrapper{
        padding-left: 40px;
        padding-right: 40px;
    }
    .section-swiper-to-right .title-wrapper .swiper-controls,
    .section-doctors .title-wrapper .swiper-controls{
        margin-right: 80px;
    }
    .section-swiper-to-right::before,
    .section-doctors::before{
        width: 80px;
    }
    .section-top .container{
        padding: 0 40px;
    }
    .section-top .col-6{
        width: 750px;
    }
    .section-top .top-image{
        width: 522px;
    }
    .blog-item img{
        height: 270px;
    }
    /*.footer-top{*/
    /*    flex-wrap: wrap;*/
    /*    gap: 36px;*/
    /*    justify-content: space-between;*/
    /*}*/
    /*.footer-left .footer-social{*/
    /*    display: none;*/
    /*}*/
    .footer-phone span{
        font-size: 14px;
    }
    .footer-title{
        margin-bottom: 16px;
    }
    .footer-menu li{
        padding: 8px 0;
    }
}

@media (max-width: 1360px) {
    .founder-slide{
        width: 850px;
        height: 400px;
    }
    .founder-slide-text{
        padding: 60px;
        gap: 18px;
    }
    .founder-slide .title-2{
        font-size: 24px;
    }
    .founder-slide .editor{
        font-size: 14px;
    }
    .founder-slide-image{
        width: 40%;
    }
    .founders-nav-buttons{
        left: 60px;
    }
    .footer-top{
        gap: normal;
    }
    .footer-logo{
        height: 70px;
    }
    .footer-menu-big{
        width: 210px;
    }
    .footer-official strong{
        font-size: 22px;
        font-weight: 400;
    }
}

@media (max-width: 1300px) {
    .section-top .col-6{
        width: calc(100% - 562px);
        padding-right: 40px;
    }
    .section-top .button-wrapper{
        flex-direction: column;
        margin-top: 32px;
        gap: 16px;
    }
    .blog-categories{
        width: 250px;
        flex: 0 0 250px;
        padding-right: 0;
    }
    .blog-categories ul{
        gap: 20px;
    }
    .blog-categories ul li{
        font-size: 18px;
        gap: 14px;
    }
    .blog-categories ul li svg{
        width: 32px;
    }
    .blog-item img{
        height: 250px;
    }
    .blog-item .time{
        font-size: 14px;
    }
    .blog-item strong{
        font-size: 18px;
    }
    .footer{
        padding: 60px 40px 0;
    }
    .footer-phone{
        padding: 16px 12px;
    }
}

@media (max-width: 1199px) {
    .header{
        height: 80px;
    }
    .header-center{
        position: relative;
        left: auto;
        order: 1;
    }
    .header-left{
        order: 2;
    }
    .header-right{
        order: 4;
    }
    .header-center img{
        width: 130px;
    }
    .link{
        font-size: 14px;
    }
    .section-top .top-image{
        width: 375px;
    }
    .section-blog{
        padding: 72px 0;
    }
    .section-blog .container{
        gap: 32px;
    }
    .section-blog .container.desktop{
        display: none;
    }
    .section-blog .container.wrapper{
        flex-direction: column;
    }
    .section-blog .container.wrapper .mobile{
        display: inline-flex;
    }
    .blog-categories{
        display: flex;
        width: 100%;
        flex: 0 0 100%;
    }
    .blog-categories .title{
        margin-bottom: 0;
        font-size: 32px;
        white-space: nowrap;
        align-items: center;
    }
    .blog-categories ul{
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
    }
    .blog-categories ul li{
        position: relative;
        font-size: 16px;
        gap: 8px;
    }
    .blog-categories ul li:before{
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        transition: all .3s;
    }
    .blog-categories ul li.active:before{
        background: #fff;
    }
    .blog-categories ul li svg{
        width: 24px;
    }
    .blog-categories ul li[data-number="3"] svg{
        height: 18px;
    }
    .blog-list-wrapper .button-wrapper{
        margin-top: 42px;
    }
    .blog-list-wrapper .button{
        height: 52px;
        font-size: 18px;
        padding: 0 20px;
    }
    .section-not-do br{
        display: none;
    }
    .section-not-do .wrapper-green{
        padding: 32px;
    }
    .section-not-do .title{
        width: 480px;
    }
    .section-doctors{
        padding-top: 50px 0;
    }
    .section-partners{
        padding: 0 0 62px;
    }
    .section-requests{
        padding: 72px 0;
    }
    .section-founders{
        padding-bottom: 0;
    }
    .partners-list{
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .partner-item{
        width: calc((100% - 24px) / 2);
        box-sizing: border-box;
        display: flex;
        gap: 24px;
        justify-content: flex-start;
    }
    .request-slide{
        width: 900px;
        height: 350px;
    }
    .founders-nav-buttons{
        display: none;
    }
    .swiper-slide.service-slide[aria-label="3 / 3"] {
        left: -85px;
    }
    .section-service .title-wrapper .swiper-controls{
        display: flex;
    }
    .section-service .services-swiper{
        margin-left: -20vw;
    }
    .footer-title{
        font-size: 16px;
    }
    .footer-menu li a{
        font-size: 14px;
    }
    .footer-menu{
        width: 200px;
    }
    .footer-official{
        width: 175px;
        flex-direction: column-reverse;
        font-size: 16px;
    }
    .footer-official svg{
        margin-left: auto;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 992px) {
    .mobile,
    .flex.mobile{
        display: block;
    }
    .desktop,
    .desktop.flex{
        display: none;
    }
    body,
    .container.editor,
    .editor,
    .tag{
        font-size: 16px;
    }
    .button{
        height: 52px;
        font-size: 18px;
        padding: 0 20px;
    }
    .title{
        font-size: 32px;
    }
    .title-2{
        font-size: 24px;
    }
    .editor h2,
    .editor h3,
    .title-3{
        font-size: 20px;
    }

    .header-wrapper{
        padding-left: 24px;
        padding-right: 24px;
    }
    .section-top{
        min-height: 342px;
    }
    .section-top .col-6{
        width: calc(100% - 375px);
    }
    .number-list{
        flex-direction: column;
        gap: 0;
    }
    .number-item{
        width: 100%;
        margin-top: -1px;
    }
    .section-numbers{
        padding: 52px 0 0;
    }
    .section-numbers .title{
        margin-bottom: 32px;
    }
    .blog-list{
        flex-direction: column;
        gap: 32px;
    }
    .blog-item{
        width: 100%;
    }
    .blog-item img{
        margin-bottom: 12px;
    }
    .blog-item .time{
        margin-bottom: 8px;
    }
    .blog-list-wrapper .button-wrapper .button{
        width: 100%;
    }
    .section-service{
        padding: 64px 0;
    }
    .section-not-do .title{
        width: 300px;
    }
    .section-not-do .wrapper-green{
        gap: 32px;
    }
    .partner-item img{
        width: 90px;
        height: 90px;
    }
    .partner-item .text{
        font-size: 16px;
    }
    .request-slide{
        width: 600px;
        height: 275px;
        border-radius: 16px;
    }
    .request-slide-bottom{
        padding: 16px;
    }
    .requests-swiper{
        margin-top: 32px;
    }
    .section-requests{
        gap: 32px;
    }
    .section-description{
        padding-bottom: 100px;
    }
    .section-media{
        padding-bottom: 0;
    }
    .media-slide{
        width: 450px;
    }
    .media-slide-short,
    .media-slide-description{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .media-slide-description .editor{
        font-size: 16px;
    }
    .media-slide-description img{
        display: none;
    }
    .media-slide-bottom{
        padding-bottom: 20px;
    }
    .media-slide-bottom svg{
        width: 40px;
    }
    .media-slide-bottom-right img{
        height: 20px;
    }
    .media-slide-bottom .date{
        font-size: 14px;
    }
    .media-slide-bottom-image{
        display: flex;
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        margin-right: 16px;
    }
    .school-images,
    .school-wrapper{
        width: 100%;
    }
    .school-images img{
        height: 320px;
        width: 100%;
    }
    .section-school .container{
        flex-direction: column;
        gap: 40px;
    }
    .school-wrapper{
        order: 1;
        gap: 20px;
    }
    .school-images{
        order: 2;
    }
    .school-button{
        order: 3;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .section-school .number-list{
        flex-direction: row;
    }
    .founder-slide{
        width: 600px;
        height: 275px;
    }
    .founder-slide-text{
        padding: 40px;
        width: 65%;
    }
    .founders-swiper-pagination .swiper-pagination-bullet{
        width: 12px!important;
        height: 12px;
        border-radius: 100%;
    }
    .section-founders .swiper-pagination-bullet-active{
        background: #095E56;
    }
    .section-service{
        gap: 32px;
    }
    .service-slide,
    .service-slide-mobile{
        width: 340px;
        height: 420px;
    }
    .section-service .services-swiper {
        margin-left: -360px;
    }
    .section-swiper-to-right.section-service .title-wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .footer-bottom{
        flex-direction: column;
    }
    .footer-menu-small{
        margin-top: 24px;
        justify-content: space-between;
        gap: normal;
    }
}

@media (max-width: 768px) {
    .container{
        padding: 0 16px;
    }
    .header {
        position: relative;
        z-index: 9;
    }
    .header-wrapper {
        justify-content: center;
    }
    .header-center{
        order: 3;
        position: relative;
        margin-right: auto;
    }
    .header-right{
        margin-left: auto;
    }
    .header-left{
        margin-right: auto;
    }
    .header-left .header-nav{
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        flex-direction: column;
        background: #fff;
        padding: 24px 0;
        border-top: solid 1px #095E56;
        border-bottom: solid 1px #095E56;
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
    }
    .mobile-menu .header-left .header-nav{
        opacity: 1;
        pointer-events: all;
    }
    .header-opener{
        display: inline-flex;
        flex-direction: column;
        width: 32px;
        height: 32px;
        gap: 4px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .header-opener span{
        background: #095E56;
        height: 3px;
        width: 26px;
        border-radius: 5px;
        position: relative;
        transition: all .3s;
    }
    .mobile-menu .header-opener span:first-child{
        transform: rotate(45deg);
        top: 3px;
    }
    .mobile-menu .header-opener span:last-child{
        transform: rotate(-45deg);
        top: -4px;
    }

    .section-top{
        flex-direction: column;
    }
    .section-top .top-image{
        position: relative;
        height: 342px;
        width: 100%;
        order: 1;
    }
    .section-top .container{
        order: 2;
        padding: 32px 16px;
    }
    .section-top .col-6{
        width: 100%;
        padding: 0;
    }
    .doctors-swiper .doctor-slide{
        width: calc(50vw - 72px);
    }
    .doctors-swiper{
        margin-top: 32px;
    }
    .section-doctors{
        padding: 64px 0;
    }
    .doctor-slide-more .doctor-description{
        max-height: 45%;
    }
    .outer-swiper-next,
    .outer-swiper-next svg,
    .outer-swiper-prev,
    .outer-swiper-prev svg,
    .section-doctors .doctors-swiper-next svg,
    .section-doctors .doctors-swiper-prev svg{
        width: 40px;
    }
    .section-swiper-to-right .title-wrapper .swiper-controls,
    .section-doctors .title-wrapper .swiper-controls{
        margin-right: 16px;
        gap: 12px;
    }
    .section-swiper-to-right::before,
    .section-doctors::before{
        width: 16px;
    }
    .number-item .number-item-right .number{
        font-size: 24px;
    }
    .number-item.has-image .number-item-right .number{
        font-size: 18px;
    }
    .number-item .number-item-right .text{
        font-size: 16px;
    }
    .number-item.has-image .number-item-right .text{
        font-size: 14px;
    }
    .blog-categories{
        flex-direction: column;
        overflow: hidden;
    }
    .blog-categories ul{
        justify-content: flex-start;
        margin-top: 24px;
        gap: 16px;
    }
    .blog-categories ul li{
        gap: 6px;
    }
    .section-not-do .wrapper-green{
        flex-direction: column;
    }
    .request-slide{
        width: calc(100vw - 100px);
    }
    .partner-item img{
        filter: none;
    }
    .media-slide{
        opacity: 0;
    }
    .media-slide.swiper-slide-active{
        opacity: 1;
    }
    .school-button .button{
        width: 100%;
    }
    .tag-wrapper{
        gap: 8px;
    }
    .section-school .number-list{
        margin-top: 12px;
    }
    .section-school .number-list{
        gap: 20px;
    }
    .section-school .number-item{
        width: calc((100% - 20px) / 2);
    }
    .founder-slide{
        width: calc(100% - 16px);
        height: auto;
    }
    .section-founders{
        padding: 64px 0 0;
        gap: 32px;
    }
    .section-school{
        padding: 64px 0;
    }
    .doctor-slide .arrow-open{
        display: flex;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .founder-slide-text .italic{
        margin-top: -5px;
    }
    .footer-top{
        flex-direction: column;
    }
    .footer-official strong br{
        display: none;
    }
    .footer-official{
        width: 100%;
        flex-direction: row;
        margin-top: 36px;
        align-items: center;
    }
    .footer-social{
        margin: 0;
        justify-content: flex-end;
    }
    .footer-menu-big{
        width: 100%;
        margin-top: 36px;
    }
    .footer-left{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .footer{
        padding: 60px 16px 0;
    }
    .popup-wrapper .popup-body{
        padding: 25px 15px 25px;
    }
    .popup-wrapper .popup-title.title{
        font-size: 28px;
        line-height: 34px;
    }
    .popup-wrapper .popup-close{
        top: 30px;
    }
    .popup-wrapper .popup-buttons{
        margin-top: 16px;
        flex-direction: column;
    }
    .popup-wrapper .popup-buttons .button{
        margin: 0;
    }

}

@media (max-width: 576px) {
    .doctors-swiper .doctor-slide{
        width: 85vw;
    }
    .founder-slide{
        width: 85vw;
    }
    .request-slide{
        width: calc(100vw - 50px);
    }
    .media-slide{
        width: calc(100vw - 32px);
    }
    .media-slide-short{
        height: 38px;
        overflow: hidden;
        align-items: flex-start;
    }
    .media-slide-short svg{
        height: 38px;
    }
    .founder-slide-text{
        padding: 32px 18px;
        width: 100%;
    }
    .founder-slide-wrapper{
        padding-bottom: 340px;
        box-sizing: border-box;
    }
    .founder-slide-image{
        width: 100%;
        height: 320px;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }
    .services-desktop{
        display: none;
    }
    .services-mobile{
        display: flex;
        flex-direction: column;
    }
    .services-mobile .service-swiper-wrapper{
        padding-bottom: 0;
    }
    .section-service{
        margin-bottom: 0;
    }
    .services-mobile .services-swiper-mobile{
        display: flex;
        width: 100%;
        margin-left: -13.25px;
    }
    .services-swiper-pagination .swiper-pagination-bullet{
        width: 12px !important;
        height: 12px;
        border-radius: 100%;
        background: #C9EAE4;
        opacity: 1;
    }
    .services-swiper-pagination .swiper-pagination-bullet-active {
        background: #095E56;
    }
    .section-service .services-swiper{
        margin-left: calc(-100vw + 38px);
    }
    .section-service .services-swiper{
        margin-left: 0;
    }
    .service-slide{
        width: calc(100vw - 36px);
        opacity: 0;
    }
    .service-slide,
    .service-slide-mobile{
        width: 85vw;
        opacity: 1;
        background: linear-gradient(94deg, #003C3D -3.34%, #06685D 71.58%, #003C3D 95.58%);
    }
    .service-slide-mobile,
    .swiper-slide.swiper-slide-active{
        opacity: 1;
    }
    .section-service .title-wrapper{
        box-sizing: border-box;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        padding-left: 20px;
    }
    .section-service .title-wrapper .swiper-controls{
        display: none;
    }
    .services-swiper-pagination{
        position: relative;
        bottom: auto;
        margin-top: 10px;
    }
    .section-services .swiper-pagination-bullet-active {
        background: #C9EAE4;
        opacity: 1;
    }
    .section-services .swiper-pagination-bullet-active {
        background: #095E56;
    }
    .footer-official strong{
        font-size: 16px;
        margin-right: 24px;
    }
    .footer-left{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 32px;
    }
}