<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overflow-x-hidden {
    overflow-x: hidden;
}

.helthcare-main-img{
    width: 100%;
    height: auto;
    margin: 32px 0 64px;
    border-radius: 24px;
}
.healthcare .col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 23px;

}

.healthcare .col.healthcare-font-family {
    gap: 0;
}

.healthcare-font-family strong {
    font-family: "Museo Sans Cyrl";
    font-weight: 800;
}

.healthcare-font-family p, .healthcare-font-family span {
    font-family: "Museo Sans Cyrl";
    font-weight: 400;
}

.healthcare .button-main{
    max-width: 300px;
    box-sizing: border-box;
    padding:  16px 60px;
    height: 48px;
}
.healthcare-slider{
    padding-top: 64px;
    margin-top: 64px;
}
.healthcare-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.healthcare-slider img{
    border-radius: 24px;
}
.healthcare-slider h5{
    padding: 0 0 12px;
}
.healthcare-slider .item{
    background: white;
    border-radius: 24px;
    min-height: 440px;
}
.healthcare-slider .item-cont{
    padding: 24px;
    padding-bottom: 0;
}
.helthcare-advantages{
    padding-top: 128px;
}
.helthcare-advantages h3{
    padding-bottom: 32px;
}
.helthcare-advantages .flex-cont{
    gap: 16px;
}
.helthcare-advantages .col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 51px;
    background: white;
    border-radius: 24px;
    padding: 24px;
}
.helthcare-advantages svg{
    width: 56px;
    height: 56px;
}
.helthcare-advantages-description{
    font-family: "Museo Sans Cyrl";
    font-weight: 700;
}
.callback-us{
    border-radius: 32px;
    background: linear-gradient(#A9E3EF, #99DDEA);
    margin-top: 128px;
    max-height: 400px;
}
.callback-us img{
    max-height: 400px;
    width: auto;
}
.callback-us .img-col{
    display: flex;
    justify-content: center;
}
.callback-us h3{
    padding-top: 80px;
}
.callback-us-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    max-width: 280px;
    padding: 12px 30px;
    margin-top: 32px;
    border-radius: 16px;
    color: white;
    background: #E31E24;
    transition: .3s;
}

.callback-us-btn.mob576 {
    display: none;
}

.callback-us-btn:hover {
    background-color: #BF1217;
}
.map{
    padding-top: 128px;
}
.map h3{
    padding-bottom: 32px;
}
.map-cont{
    border-radius: 32px;
    overflow: hidden;
    /* filter: grayscale(50%) hue-rotate(20deg); */
}
.item-video {
    height: 440px;
    display: block;
    border-radius: 24px;
    overflow: hidden;
}
.healthcare-header{
    padding-bottom: 32px;
    padding-top: 20px;
}
.healthcare-font-family .bold{
    font-family: "Museo Sans Cyrl";
}
.map{
    padding-bottom: 80px;
}

.agreement__slider {
    padding-top: 60px;
}

.agreement__slider .slick-arrow {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    opacity: 0.32;
    background: var(--grey, #666);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.agreement__slider .slick-arrow:hover {
    opacity: 1;
}

.agreement__item {
    margin-right: 16px;
    background-color: #fff;
    border-radius: 24px;

}

.agreement__img {
    height: 200px;
    width: 100%;
}

.agreement__img img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agreement__text {
    padding: 24px;
}

.agreement__text b {
    color: var(--black, #242624);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Museo Sans Cyrl";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 12px;
    display: block;
}

.agreement__text p {
    color: var(--black, #242624);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.health__slider {
    margin-bottom: 64px;
    height: 600px;
}

.healthcare {
    margin-bottom: 80px;
}

.phc__icon {
    width: 56px;
    height: 56px;
}

.health__subtitle {
    max-width: 450px;
}

@media(max-width: 1200px) {
    .health__slider {
        height: 500px;
    }
}

@media(max-width: 992px) {
    .health__slider {
        height: 400px;
    }
}

@media(max-width: 768px) {
    .healthcare .flex-cont {
        flex-direction: column;
    }
    .helthcare-advantages .flex-cont {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .callback-us .flex-cont {
        flex-direction: column-reverse;
        padding: 20px 20px 0;
    }
    .callback-us {
        max-height: unset;
        margin-top: 64px;
    }
    .health__slider {
        margin-bottom: 20px;
        height: 300px;
    }
    .health__subtitle {
        font-size: 18px;
    }
    .healthcare {
        margin-bottom: 10px;
    }
    .map {
        padding-top: 32px;
    }
    .helthcare-advantages{
        padding-top: 50px;
    }
    .callback-us-btn.mob576 {
        display: flex;
    }
    .callback-us-btn.desk576 {
        display: none;
    }
}

@media(max-width: 576px) {
    .agreement__slider {
        padding-bottom: 30px;
    }

    .agreement__slider .slick-dots {
        right: 0;
        bottom: 0px;
        display: flex;
        position: absolute;
    }

    .agreement__slider .slick-dots li {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 4px;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }
    .agreement__slider .slick-dots li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
    }

    .agreement__slider .slick-dots li.slick-active {
        width: 35px;
        border-radius: 20px;
        cursor: default;
    }

    .agreement__slider .slick-dots li.slick-active::before {
        width: 100%;
        z-index: 2;
        transition: width 2s linear;
        background-color: #E31E24;
    }

    .agreement__slider .slick-dots li button {
        font-size: 0;
        display: none;
    }
    .healthcare-header {
        font-size: 24px;
        padding: 20px 0;
    }
    .helthcare-advantages .flex-cont {
        grid-template-columns: 1fr;
    }
    .health__slider {
        height: 240px;
    }
    .health__slider .slick-dots {
        bottom: 46px;
        right: 50%;
        transform: translateX(50%);

    }
    .callback-us-btn {
        width: 100%;
        max-width: unset;
    }
    .healthcare .button-main.mob576 {
        display: flex;
        width: 100%;
        max-width: unset;
    }
}
</pre></body></html>