

/* Start:/local/assets_new/css/components/actions2.css?17635348698353*/
.actions2--grey:before, .actions2--grey:after {
    background: linear-gradient(270deg, #F8F8FA 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.action2 {
    background: #F9FAFB;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    transition: box-shadow .2s;
    text-decoration: none;
}

.action2:hover {
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
}

.action2__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 216px; */
    height: 200px;
    margin-top: 16px;
}

.action2__warn-bottom{
    margin-top: 16px;;
}

.action2__main {
    display: flex;
    flex-direction: column;
    padding: 24px 20px 20px;
    height: 184px;
}

.action2__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #060606;  
}

.action2__desc {
    font-size: 16px;
    line-height: 20px;
    color: #8D8E9E;
    margin-top: auto;
}

.actions2__item {
    width: 290px !important;
    display: block !important;
}

.actions2 .slick-slide {
    margin: 0 16px;   
}

.actions2 .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.actions2 .slick-arrow {
    position: absolute;
    top: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(6, 6, 6, 0.2);
    border-radius: 100px;
    z-index: 5;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7 7.5L1 1' stroke='%2367697E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.actions2 .slick-arrow:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L7 7.5L1 1' stroke='%23FF2262' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.actions2 .slick-arrow.slick-disabled, .actions2 .slick-arrow.disabled {
    visibility: hidden;
}
.actions2 .slick-prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}
.actions2 .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}
.actions2:not(.actions2--last):after {
    content: "";
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.actions2:not(.actions2--first):before {
    content: "";
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: rotate(-180deg);
}

.actions2 .slick-dots {
    display: flex;
    list-style-type: none;
}
.actions2 .slick-dots button {
    display: none;
}
.actions2 .slick-dots li {
    height: 4px;
    width: 20px;
    margin-right: 4px;
    border-radius: 16px;
    background: #D9D9DF;
    transition: width .2s;
}
.actions2 .slick-dots li.slick-active {
    background: #FF2262;
    width: 40px;
}

.action2--white {
    background: #fff;
}

/* новая плитка */

.actions2__item.actions2__item-new{
    height: 400px;
    background: #E8DDFF;
    border-radius: 20px;
    padding: 18px 16px;
    display: flex !important;
    flex-direction: column;
}

.action2-new-up{
    /* font-family: Rubik; */
    font-weight: 400;
    font-size: 12.6px;
    color: #E91E63;
    display: block;
    margin-bottom: 12px;
/* line-height: 16.8px;
letter-spacing: 0%; */
}

.action2-new-title{
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 28px;
}

.action2__img-new{
    background-position: center;
    height: 138px;
    background-repeat: no-repeat;
    margin-bottom: 20px;

}

.actions2__item-new .form2023__button{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: auto;

}

.icon-ticket{
    margin-left: 8px;
}
/* новая плитка END */

.action-for-page-action .action2{
    position: relative;
}

.action2_top-title{
    font-weight: 600;
    font-size: 16px;
    color: #9C9CAA;
    position: absolute;
    left: 10px;
}

.action2__warn{
    color: #8D8E9E;
    margin-top: auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 1200px) {
    .fos-width-action-mob .actions2__item{
        width: 100% !important;
    }
}

.action-title{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #060606;
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .actions2:after, .actions2:before {
        display: none !important;
    }
    .actions2 {
        margin-right: -16px;
    }
    .actions2 .slick-dots {
        margin-top: 24px;
    }

    .action-title{
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .actions2__item {
        width: 288px !important;
    }

    .action-title{
        font-size: 18px;
        line-height: 24px;
    }
}

/* разводнящая акциц */
.action-group{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
}

.action-group-item{
    height: 366px;
    grid-column: span 3;
    border-radius: 20px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
}

.action-group-item__title.action-group-item__title-white{
    color: white;
}

.action-group-item__img {
    background-position: center;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
}

.action-group-item__title{
    font-size: 24px;
    line-height: 28px;
    color: black;
}

.action-group-item.action-group-item__with-img,
.action-group-item.action-group-item__bottom-img{
    position: relative;

}

.action-group-item__bottom-img .action-group-item__img{
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
}

.action-group-item__bottom-label,
.action-group-item .form2023__button{
    margin-top: 0;
    z-index: 1;
}

.action-group-item .form2023__button{
    font-size: 14px;
}
.action-group__short-button.form2023__button{
    width: fit-content;
}
.action-group-item__bottom-label{
    background: #333333;
    color: white;
    padding: 4px 12px;
    width: fit-content;
    border-radius: 18px;
}

.action-group-item.action-group-item__background-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.button_2023--filled.button_2023--filled-white{
    background: white;
    color: #5E00C6;
    border: none;
}


@media (max-width: 1299px) {
    .action-group-item{
        grid-column: span 4;
    }
}

@media (max-width: 1050px) {
    .action-group-item{
        grid-column: span 6;
    }
}

@media (max-width: 767px) {

    .action-group-item__title{
        font-size: 20px;
    }
    .action-group-item{
        height: 200px;
        grid-column: span 12;
    }

    .action-group {
        gap: 16px 0px;
    }

    .action-group-item__bottom-img .action-group-item__img {
        position: absolute;
        width: 193px;
        height: 100%;
        bottom: -25px;
        right: 0px;
        background-size: contain;
    }

    .action-group-item__bottom-img .action-group-item__title,
    .action-group-item__with-img .action-group-item__title{
        width: 50%;
    }

    .action-group-item__img{
        position: absolute;
        width: 200px;
        right: 0;
        background-size: contain;
    }

    .action-group-item__with-img-bottom-mob .action-group-item__img{
        bottom: -16px;
    }
}
/* разводнящая акциц END */
/* End */
/* /local/assets_new/css/components/actions2.css?17635348698353 */
