<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-callback{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0;
    margin-bottom: 112px;
}
.see-more-wrapper{
    padding-bottom: 32px;
}
.index-callback-right-col{
    display: flex;
    align-items: center;
    gap: 50px;

}
.index-callback-left-col-tel-wrapper{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #242624;
}
.index-callback-left-col-tel-wrapper p{
    font-family: "Museo Sans Cyrl";
    font-weight: 700;
}
.news{
    background: white;
}
.news .see-more-wrapper{
    padding-top: 64px;
}
.callback{
    background: white;
}

.callback__text {
    margin-top: 10px;
    font-weight: 600;
    font-family: "Museo Sans Cyrl";
}

.checkup{

    background-color: #F5F5F7;
 padding-bottom: 64px;
}

.checkup-h2{
    padding: 64px 0 0;
    border-top: 1px solid #B1B1B1;
    margin-bottom: 32px;
}

.checkup-types{
    display: flex;
    flex-wrap: wrap;
    --gap: 16px;
    --elems: 4;
    gap: var(--gap);
}

.checkup-type {
    width: calc((100% - (var(--elems) - 1) * var(--gap)) / var(--elems));
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

.checkup-type:hover .checkup-h5 {
    color: #E31E24;
}

.checkup-type-discount{
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FAF8A2;
    color: #242624;
    padding: 7px 16px;
    border-radius: 8px;
}

.checkup-img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 20px;
}

.checkup-desc{
    padding: 16px 16px 12px 16px;
}

.checkup-h5 {
    font-weight: 700;
    display: block;
    margin-bottom: 55px;
}

.checkup-programms-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkup-programms{
    color: #666666;
}

.checkup-more{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #E31E24;
    transition: .3s;
}

.checkup-more:hover {
    color: #BF1217;
}
/*doctors-slider*/
.doctors{
    padding-bottom: 64px;
}
.doctors .item{
    padding: 16px;
    background: white;
    border-radius: 24px;
    height: max-content;
}

.doctors-items img {
    border-radius: 16px;
    /*height: 204px;*/
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 4;
}
.doctors-item-header{
font-size: 18px;
    padding: 12px 0 4px;
    font-weight: 900;
    transition: .3s;
    min-height: 60px;
}
.doctors-items:hover .doctors-item-header {
  color: #E31E24;
}
.doctors-item-description{
    font-size: 16px;
    margin-bottom: 16px;
    height: 50px;
    overflow-y: hidden;
    color: #666666;
}
.doctors-button-main{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 0;
    border-radius: 12px;
    background: #E31E24;
    color: white;
    max-height: 32px;
    transition: .3s;
}
.doctors-button-main:hover{
    background: #BF1217;
}
.doctors img{
    border-radius: 16px;
}

/*doctors-slider*/
footer{
    padding-top: 0;
}
.footer-container{
    border-top: none;
}

.mobile__cats {
    display: none;
    margin: 60px 0 30px;
}

.mobile__cat {
    border-radius: 20px;
    background: var(--white, #FFF);
    padding: 16px;
    position: relative;
    display: flex;
    align-items: end;
    height: 120px;
}

.mobile__cat svg {
    position: absolute;
    top: 16px;
    right: 16px;
}
.mobile__cat b {
    display: block;
    color: var(--black, #242624);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Museo Sans Cyrl";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    text-transform: uppercase;
}

.doctors  .see-more-button {
    margin-right: 0;
}

.services-grid .service-img {
    width: 120px;
    height: 84px;
    object-fit: cover;
    border-radius: 12px;
}

.service-img.img-responsive {
    width: 100%;
    height: 75px;
    border-radius: 12px;
    object-fit: cover;
}

.doctors  .see-more-button {
    margin-right: 0px;
}

@media(max-width: 992px) {
    .index-callback-right-col {
        flex-direction: column;
        gap: 16px;
    }
    .checkup-types {
        --elems: 2;
    }
}

@media(max-width: 768px) {
    .index-callback {
        flex-direction: column;
        padding: 32px 0;
        align-items: start;
        margin-bottom: 30px;
    }
    .index-callback-left-col {
        margin-bottom: 30px;
    }
    .index-callback-right-col .button-main {
        width: 100%;
        display: block;
        text-align: center;
    }
    .index-callback-right-col {
        width: 100%;
        align-items: start;
    }
    .doctors .owl-nav {
        display: none;
    }

    .news {
        display: none;
    }
    .services-grid .service-img {
        width: 102px;
        height: 72px;
    }
}


@media(max-width: 576px) {
    .mobile__cats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .index-callback-left-col h3 {
        font-size: 24px;
    }
    .doctors-button-main {
        height: 32px;
        font-size: 14px;
    }
    .checkup-types {
        --elems: 1;
    }
    .checkup-type {
        display: flex;
        flex-direction: row-reverse;
        padding: 16px;
        justify-content: space-between;
    }
    .checkup-img {
        width: 120px;
        object-fit: cover;
        border-radius: 12px;
        margin-left: 80px;
        height: 77px;
    }
    .checkup-type-discount {
        right: 150px;
    }
    .checkup-programms-more {
        flex-direction: column;
        align-items: start;
    }
    .checkup-more {
        display: none;
    }
    .checkup-desc {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .checkup-h5 {
        margin-bottom: 0;
    }
    .doctors {
        padding-bottom: 32px;
    }
    .checkup-h2 {
        padding-top: 30px;
        border-top: none;
        font-size: 24px;
    }
    h2.main-docs__title2 {
        font-size: 24px;
    }
}
</pre></body></html>