

/* Start:/local/assets_new/css/components/actions2.css?17509254435121*/
.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: 1199px) {
    .actions2:after, .actions2:before {
        display: none !important;
    }
    .actions2 {
        margin-right: -16px;
    }
    .actions2 .slick-dots {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .actions2__item {
        width: 288px !important;
    }
}
/* End */
/* /local/assets_new/css/components/actions2.css?17509254435121 */
