

/* Start:/local/components/custom/about/templates/.default/style.css?17647589296760*/
/* Стили для activity__file-* (из about.scss) */
.activity__source--download {
    cursor: pointer;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .activity__source--download:hover .activity__file-link {
        background-size: 100% 100%;
        transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
}

.activity__source-link {
    position: absolute;
    inset: 0;
}

.activity__file-options {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .activity__file-options {
        margin-top: 24px;
    }
}

.activity__file-info,
.activity__file-link {
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
}

@media screen and (min-width: 768px) {
    .activity__file-info,
    .activity__file-link {
        letter-spacing: 0.3px;
        line-height: 20px;
        font-weight: 500;
        font-size: 15px;
    }
}

.activity__file-info {
    display: flex;
    gap: 8px;
    color: #161333;
}

@media screen and (min-width: 1280px) {
    .activity__file-info {
        gap: 10px;
    }
}

.activity__file-link {
    display: flex;
    gap: 6px;
    color: #3D61F3;
    z-index: 3;
}

@media screen and (min-width: 1280px) {
    .activity__file-link {
        gap: 8px;
        padding: 0 2px;
        position: relative;
        background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 0% 100%;
        transition: background-size 0s;
    }

    .activity__file-link:hover {
        background-size: 100% 100%;
        transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
}

.activity__file-icon {
    flex: 0 0 auto;
    display: block;
    width: 16px;
    height: 16px;
    stroke: none;
    fill: #3D61F3;
}

@media screen and (min-width: 1280px) {
    .activity__file-icon {
        width: 20px;
        height: 20px;
    }
}

/* Стили для about-* (из about.scss) */
.about-info {
    background-color: var(--color-blue-sky);
    padding: 64px 0;
}

@media screen and (min-width: 768px) {
    .about-info {
        padding: 100px 0;
    }
}

.about-slider.swiper {
    display: none;
}

.about-slider--tablet {
    display: block;
}

.about-slider .slider-nav {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
    .about-slider .slider-nav {
        margin-bottom: 40px;
        margin-top: 0;
        padding-right: 0;
    }
}

.about-slider .prime__nums-swiper-pagination {
    margin-top: 40px;
}

.about-slider .prime__nums-swiper-pagination span {
    border-radius: 50%;
}

@media screen and (min-width: 1280px) {
    .about-slider.swiper {
        display: block;
        margin-inline: -32px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .about-slider--tablet {
        display: none;
    }
}

.about-item {
    background-color: var(--color-white);
    box-sizing: border-box;
    padding: 24px 16px 32px;
}

@media screen and (min-width: 768px) {
    .about-item {
        padding: 40px 24px;
    }
}

@media screen and (min-width: 1280px) {
    .about-item {
        padding: 40px 32px;
        min-height: 724px;
    }
}

.about-item.swiper-slide {
    display: flex;
    flex-direction: column;
}

.about-item__title {
    color: #161333;
    font-family: 'Trola';
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.52px;
}

@media screen and (min-width: 768px) {
    .about-item__title {
        font-size: 44px;
        line-height: 50px;
        letter-spacing: -0.44px;
    }
}

.about-item__text {
    font-family: 'GolosVariations';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .about-item__text {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.44px;
        margin-top: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .about-item__text {
        margin-top: 40px;
    }
}

.about-item__bottom {
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .about-item__bottom {
        margin-top: 120px;
    }
}

@media screen and (min-width: 1024px) {
    .about-item__bottom {
        margin-top: 160px;
    }
}

@media screen and (min-width: 1280px) {
    .about-item__bottom {
        margin-top: auto;
    }
}

.about-item__link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 7px;
    border-bottom: 1.5px solid var(--color-dark-blue-16);
    font-family: 'GolosVariations';
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    transition: 200ms all ease;
}

@media screen and (min-width: 768px) {
    .about-item__link {
        font-weight: 520;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.3px;
        padding-bottom: 11px;
    }

    .about-item__link svg {
        width: 20px;
        height: 20px;
    }

    .about-item__link:hover {
        border-color: var(--color-bright-blue);
        color: var(--color-bright-blue);
    }

    .about-item__link:hover svg {
        fill: var(--color-bright-blue);
    }
}

.about-item__link + .about-item__link {
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .about-item__link + .about-item__link {
        margin-top: 24px;
    }
}

.about-item__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-item__icon svg {
    flex: 0 0 auto;
    display: block;
    width: 10px;
    height: 8px;
    stroke: none;
    fill: #161333;
    margin-top: 4px;
    transition: fill 200ms linear;
}

@media screen and (min-width: 768px) {
    .about-item__icon {
        width: 20px;
        height: 20px;
    }

    .about-item__icon svg {
        width: 14px;
        height: 12px;
        margin: auto;
    }
}

.about-item + .about-item {
    margin-top: 16px;
}

@media screen and (min-width: 1280px) {
    .about-item + .about-item {
        margin-top: 0;
    }
}

.about-info + .activity__content {
    padding-top: 80px;
}


/* End */
/* /local/components/custom/about/templates/.default/style.css?17647589296760 */
