.pro-kapsulu__container {}

.portal-section .pro-kapsulu__container .article__list .portal-article__item:first-child {
    width: 100%;
}

.portal-section .pro-kapsulu__container .article__list .portal-article__item:nth-child(2) {
    width: calc(50% - 1em);
}

.portal-section .pro-kapsulu__container .article__list .portal-article__item:last-child {
    width: calc(50% - 1em);
}

.portal-section .pro-kapsulu__slider {
    padding-bottom: unset;
}

.slick-slider .pro-kapsulu__slider {
    position: relative;
}

.portal-section .section-center .pro-kapsulu__slider .slick-arrow.right-arrow-slick {
    position: absolute;
    right: 10%;
    bottom: 10%;
    height: fit-content;
}


/* События */

.event_row {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #2F6E5B;
    width: auto;
    gap: 15rem;
    padding: 10.5px 5px;
}

.event_row .js-marquee {
    display: flex;
    flex-direction: row;
    gap: 10em;
}

.event-item__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15rem;
    color: #fff;
    font-size: 17rem;
    align-items: center;
    font-weight: bold;
}

.event-item__date {
    background: #66A692;
    padding: 5rem 8rem;
    font-size: 16rem;
    border-radius: 5rem;
    color: #fff;
    font-weight: bold;
}

.event-item__title {
    white-space: pre;
}


/* Раздел */

.pro-kapsulu__slider .right-arrow-slick svg {
    fill: transparent
}

.pro-kapsulu__slider .right-arrow-slick svg * {
    stroke: #fff
}

.pro-kapsulu__item {
    height: 450px;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20rem 40rem 40rem;
    position: relative;
}

.pro-kapsulu__item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.slick-initialized .pro-kapsulu__item.slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
}

.pro-kapsulu-item__inner {
    gap: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    /* background: rgba(243, 243, 243, 0.589); */
    width: fit-content;
    min-width: 320px;
    padding: 10rem 20rem;
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%); */
    z-index: 2;
}

.pro-kapsulu-item__inner:hover a {
    /* color: #66A692; */
}

.pro-kapsulu__item a {
    width: 100%;
    height: 100%;
    color: #fff;
}

.pro-kapsulu-item__title {
    font-size: 22rem;
    font-weight: 700;
}

.pro-kapsulu-item__desc {
    font-size: 16rem;
    color: #fff;
    font-weight: 400;
}


/* Раздел */

.pro-nas__slider .portal-new__item {
    margin: 0 5px;
}


/* New Year */
.section-center::after {
    position: relative;
}


.block.news,
.block.social {
    position: relative;
}

.ndng {
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
}

.ndng1 {
    left: 0;
    top: 0;
    width: 60px;
}

.ndng4 {
    left: 50%;
    top: 0;
    transform: rotate(16deg);
}
.ndng5 {
    right: 10%;
    width: 70px;
    top: -10%;
}
.ndng6 {
    right: 20%;
    width: 70px;
    top: -20%;
}
