<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.license-slider img{
    border-radius: 8px;
}
.license-text{
    padding-top: 8px;
    font-family: "Museo Sans Cyrl";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.license.recommended-by-us{
    padding-bottom: 80px;
}

.licence__slider {
    width: calc(100% - 330px);
    padding-bottom: 40px;
}

.licence__slider .slick-arrow {
    position: absolute;
    bottom: -30px;
    height: 40px;
    width: 40px;
    border-radius: 16px;
    background: var(--light-grey, #B1B1B1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.licence__item {
    margin: 0 8px;
}

.licence__item img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.licence__item b {
    color: var(--TEXT-text-primary, #242624);
    text-align: center;
    
    /* DESKTOP/control/Button S */
    font-family: "Museo Sans Cyrl";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; 
    display: block;
    text-align: center;
}

.licence__slider .slick-arrow.slick-disabled {
    opacity: 0.6;
    cursor: default;
}

.licence__slider .slick-arrow.slick-disabled:hover {
    opacity: 0.6;
}

.licence__slider .slick-arrow:hover {
    opacity: 0.7;
}

.licence__slider .arrowLeft {
    right: 50px;
}

.licence__slider .arrowRight {
    right: 0;
}

@media(max-width: 992px) {
    .licence__slider {
        width: calc(100% - 250px);
    }
}

@media(max-width: 768px) {
    .licence__slider {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .licence__slider {
        margin-top: 15px;
    }
    .licence__item img {
        height: 260px;
        object-fit: contain;
    }
}</pre></body></html>