

/* Start:/aktsii/style.css?177755611291*/
.aktsii {
    padding: 8px 0 43px;
}

.aktsii h2.article-title {
    display: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/actions/style.css?17775561262894*/
.actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

@media screen and (max-width: 992px) {
    .actions {
        grid-template-columns: 1fr;
    }
}

.action {
    border: 1px solid #78FFF7;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.action__img {
    width: 100%;
    aspect-ratio: 2/1;
    object-position: center;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .action__img {
        aspect-ratio: unset;
        height: 300px;
    }
}

@media screen and (max-width: 540px) {
    .action__img {
        height: 200px;
    }
}

.action__text-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

@media screen and (max-width: 540px) {
    .action__text-wrapper {
        padding: 20px;
    }
}

.action__name {
    margin-bottom: 25px;
    color: #78FFF7;
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

@media screen and (max-width: 540px) {
    .action__name {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 29px; 
    }
}

.action__btn {
    margin-top: auto;
    max-width: max-content;
    padding: 17px 49px;
    border-radius: 15px;
    border: 3px solid #BBFF2C;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.50), 0px 0px 10px 4px rgba(255, 255, 255, 0.50) inset;
    color: #BBFF2C;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
}

@media screen and (max-width: 540px) {
    .action__btn {
        padding: 13px;
        max-width: unset;
        width: 100%;
    }
}

.action__label {
    width: 360px;
    position: absolute;
    transform: rotate(10deg);
    top: 28px;
    right: -40px;
}

@media screen and (max-width: 768px) {
    .action__label {
        top: 238px;
    }
}

@media screen and (max-width: 540px) {
    .action__label {
        top: 150px;
        right: -80px;
    }
}

.action__label-text {
    width: 100%;
    padding: 5px 0 5px 30px;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #FAFF00;
    color: #000;
    font-family: "Druk Text Wide Cyr", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
}

@media screen and (max-width: 540px) {
    .action__label-text {
        font-size: 16px;
        line-height: 20px;
    }
}

.action__label-text:not(:first-child) {
    margin-top: -2px;
    transform: translateX(15px);
}
/* End */
/* /aktsii/style.css?177755611291 */
/* /bitrix/templates/.default/components/bitrix/news.list/actions/style.css?17775561262894 */
