<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.department h2, .department h1{
    padding-bottom: 32px;
}
.text-accent-2{
    color: #E31E24;
}
h3{
    padding-bottom: 32px;
}
.department-services h3{
    padding: 64px 0 32px;
}
.department-services .flex-cont{
    gap: 16px;
    flex-wrap: wrap;
}
.department-services .col{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 23.8%;
    min-height: 216px;
    background: white;
    padding: 24px;
    border-radius: 24px;
    flex: none;
}
.department-logos{
    padding-top: 128px;
}
.department-logos-cont {
    padding-left: 0;
    padding-right: 0;
}

.how-it-works{
    padding-top: 128px;
}
.how-it-works .flex-cont{
    flex-wrap: wrap;
}
.how-it-works .col{
    padding: 24px;
    border-radius: 16px;
    background: white;
}
.width-100{
    width: 100%;
    flex: none;
}
.width-100 h5{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    padding-bottom: 24px;
    font-weight: 700;
}
.map-cont{
    filter: none;
}
.contacts__map{
    position: relative;
}
.map-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    top: 56px;
    right: 48px;
    width: 411px;
    height: 212px;
    padding: 24px;
    border-radius: 24px;
    background: white;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.map-info-title{
    font-family: "Museo Sans Cyrl";
    color: #666666;
    font-weight: 700;
}
.map-info-description{
    font-family: "Museo Sans Cyrl";
    color: #242624;
    font-weight: 900;
}
.department-services h5{
    font-size: 18px;
    font-family: "Museo Sans Cyrl";
    font-weight: 900;
}

.inter__slider {
    padding-bottom: 30px;
}

.inter__slider strong {
    font-size: 18px;
    font-family: "Museo Sans Cyrl";
}

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

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

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

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

.inter__slider .slick-dots li button {
    font-size: 0;
    display: none;
}

.department__subtitle2 {
    max-width: 630px;
}

.department .department__slider2  {
    height: 600px;
}

.inter__content b, .inter__content strong {
    font-weight: 900;
}

.depart__item {
    height: 150px;
    margin-right: 16px;
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
}

.depart__item img {
    height: 100%;
    object-fit: contain;
}

@media(max-width: 992px) {
    .department-services .col {
        width: 31%;
    }

    .department .department__slider2 {
        height: 400px;
    }
}

@media(max-width: 768px) {
    .department h2 {
        font-size: 24px;
    }
    .department-services h3 {
        font-size: 24px;
        padding: 30px 0 17px;
    }
    .department-logos h3, .how-it-works h3 {
        font-size: 24px;
    }
    .department-logos {
        padding-top: 60px;
    }
    .how-it-works {
        padding-top: 60px;
    }
    .callback-us .flex-cont {
        flex-direction: column-reverse;
    }
    .callback-us {
        max-height: unset;
        padding: 20px 20px 0;
        margin-top: 60px;
    }
    .callback-us h3 {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 24px;
    }
    .callback-us-btn {
        max-width: unset;
        width: 100%;
        margin-top: 0;
    }
    .map h3 {
        font-size: 24px;
    }
    .map {
        padding: 40px 0 60px;
    }
    .map-info-wrapper {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .how-it-works .flex-cont {
        flex-direction: column;
    }
    .department .department__slider2 {
        height: 300px;
    }
}

@media(max-width: 576px) {
    .department-services h3 {
        padding: 0 0 16px;
    }
    .department h2 {
        padding-bottom: 24px;
    }
    .department .department__slider2 {
        height: 220px;
    }
}
</pre></body></html>