.page-banner{
    background: #F4F4F4;
    max-height: 415px;
}

.d-flex-row{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.page-banner__container{
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.page-banner__image{
    background: url(/local/templates/uprav_new_ui/css/img/banner/contest-banner.webp) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.page-banner__title{
    font-family: Wix Madefor Display;
    font-size: 42px;
    font-weight: 500;
    line-height: 60.48px;
}
.page-banner_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.page-banner__subtitle{
    background: #A9D0FF;
    border-radius: 80px;
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    gap: 30px;
    width: max-content;
    max-width: 474px;
}
.page-banner__subtitle img{
    width: 32px;
    height: 32px;
}
.text-rsu_numbers{
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
}
.section-rsu-text {
    height: 84px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.text-b-xxs{
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #093EB4;
}

.white-block {
    padding: 10px 40px;
    background: #FFFFFF;
    color: #254782;
    border-radius: 40px;
    width: fit-content;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
}

.white-block.d-flex {
    flex-wrap: nowrap;
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
}

.white-block_left {
    border-right: 2px solid #dee4ec;
    padding-right: 20px;
}

.top-banner_content img {
    display: block;
}
.number-elem {
    width: calc(50% - 119px);
    margin-bottom: 45px;
}

.number-elem:nth-child(odd) {
    margin-right: 100px;
}

.number-elem-content {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #23426c;
    width: calc(100% - 151px);
}
.styled-number {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #23426c;
    width: 103px;
    height: 103px;
    margin-right: 48px;
    border: 2px solid #23426c;
    border-radius: 50%;
}


.theme-styled {
    background-color: #23426c;
    background-image: url(../../images/styled-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.container-1920 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}


.winner-item {
    border-radius: 15px;
    height: auto !important;
    background: white;
    border: 1px solid #093EB4;
    box-sizing: border-box
}

.winner-item img{
    border-radius: 15px;
    height: 100%;
}
.hover-block {
    display: none;
}

.mt-100 {
    margin-top: 100px;
}
.text-b {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #23426c;
}
.winners-block .winners-slider{
    overflow: hidden !important;
    padding-bottom: 60px;
}

.winners-block .swiper-pagination_winners_slider{
    margin-top: 35px;
}
.winners-block .swiper-button-prev_winners_slider{
    top: 96%;
    left: 27%;
}
.winners-block .swiper-button-next_winners_slider{
    top: 96%;
    right: 27%;
}
.container-footer-mailing{
    background: #F4F4F4;
}
@media (max-width: 1380px) {
    .swiper-button-prev_winners_slider{
        top: 96%;
        left: 18%;
    }
    .swiper-button-next_winners_slider{
        top: 96%;
        right: 18%;
    }
}
@media (max-width: 980px) {
    .page-banner__image {
        display: none;
    }
    .page-banner__container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 25px 0px;
    }
    .page-banner__container .fix-container{
        margin: inherit;
    }
    .winners-block .swiper-button-next_winners_slider {
        right: 0px;
    }
    .winners-block .swiper-button-prev_winners_slider {
        left: 0px;
    }
   
    .text-b-xxs{
        font-size: 10px;
        line-height: 12.2px;
    }
    .text-rsu_numbers {
        font-size: 10px;
        line-height: 12.68px;
    }
    .page-banner__title{
        font-size: 24px;
        line-height: 30.24px;
    }
    .page-banner__subtitle{
        width: max-content;
        max-width: 276px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
        gap: 15px;
    }
    .page-banner__subtitle img {
        width: 18px;
        height: 18px;
    }
    .text-b {
        font-size: 20px;
        line-height: 24px;
    }
    .swiper-nav-winners {
        display: block;
        position: relative;
        margin-top: 30px;
    }


    .number-elem-content {
        width: calc(100% - 94px);
    }

    .styled-number {
        width: 70px;
        height: 70px;
        margin-right: 24px;
    }
    .white-block {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .white-block {
        font-size: 13px;
    }
}