@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DelaGothicOne';
	src: url('../fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'GolosText';
	src: url('../fonts/Golos_Text/static/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
	src: url('../fonts/Golos_Text/static/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
	src: url('../fonts/Golos_Text/static/GolosText-SemiBold.ttf') format('truetype');
    font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
	src: url('../fonts/Golos_Text/static/GolosText-Bold.ttf') format('truetype');
    font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
	src: url('../fonts/Golos_Text/static/GolosText-ExtraBold.ttf') format('truetype');
    font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Oldtimer';
	src: url('../fonts/Oldtimer/Oldtimer-Regular.otf') format('opentype');
    font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'GolosText', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'GolosText', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

body {
    background-color: #FFEADD;
}
.page-wrapper {
    width: 100%;
}

.container {
    margin: 0 auto;
    display: block;
    padding: 0 30px;
    width: 100%;
    position: relative;
}
/* (max-width: 640px) (min-width: 992px) */
@media (min-width: 641px) and (orientation:landscape) {
    .container {
        width: 100%;
        max-width: 1920px;
        /* max-width: 2560px; */
        margin: 0 auto;
        padding: 0 200px;
        min-width: 1366px;
    }
}


.header {
    background-color: #FFFFFF;
    /* background-image: url("../img/header_full_2026.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left; */
    width: 100%;
    min-width: 1366px;
    min-height: 1880px;
    /* max-width: 2000px; */
    /* min-height: 1880px; */
    padding-top: 42px;
    position: relative;
    margin: 0 auto;
}
.header .container {
    min-height: 1900px;
    height: 100%;
    background-image: url("../img/2026/header_full_2026.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    
    transition: all 0.25s ease-in;
}
.header_logotypes {
    float: left;
    display: flex;
    flex-direction: row;
    gap: 55px;
    align-items: center;
    transition: all 0.25s ease-in;
}
.header_logotypes__logo3 {
    height: 83px;
    width: auto;
}

.header_menu {
    float: right;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.header_menu__item {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 640px) and (orientation: portrait) {
    .header_menu {
        display: none;
    }
}

.header_labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.header_labels__label {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #D02027;
}
.header_labels__caption {
    background: #D6A5C9;
    height: 82px;
    width: 480px;
    border-radius: 10px;
    color: #FEFEFE;
    font-weight: 700;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1600px) {
    .header_logotypes {
        margin-left: 0;
    }
    .container {
        padding: 0 50px;
    }
}


.header_label {
    font-family: 'Oldtimer', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 95px;
    color: #1A1819;
    padding-top: 50px;
}

.header_texts {
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    bottom: 8%;
    gap: 130px;
}
@media (max-width: 1600px) {
    .header_texts {
        bottom: 2%;
        gap: 70px;
    }
}

.header_text1 {
    width: 700px;
}
.header_text2 {
    width: 37%;
    background-color: #F2E9D9;
    padding: 32px 22px 36px 36px;
    color: #221E1F;
    font-size: 29px;
    line-height: 34px;
    font-weight: 400;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    position: relative;
}
.header_text2__heart {
    position: absolute;
    left: 0;
    bottom: 235px;
    left: -12%;
    width: 125%;
    transition: all 0.2s ease-in-out;
}
.header_text1__label {
    font-weight: 700;
    color: #F2E9D9;
    /* color: #FEFEFE; */
    font-size: 29px;
    line-height: normal;
    padding-bottom: 15px;

    font-weight: 600;
    background-color: #F2E9D9;
    color: #221E1F;
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 35px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */

}
.header_text1__caption {
    line-height: 34px;
    font-weight: 400;
    font-size: 29px;
    color: #FEFEFE;
}


.board {
    background-color: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 40px;
    padding: 40px 75px 65px 75px;
    text-align: center;
    width: 100%;
    min-width: 1186px;
}
.brd_label {
    text-align: center;
    font-family: 'Oldtimer', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: #D02027;
    padding-bottom: 50px;
}


.fifty {
    display: flex;
    flex-direction: row;
}



.brd_whoCan {
    margin-top: 45px;
    background-image: url("../img/2026/whoCan.svg");
    background-repeat: no-repeat;
    background-size: 89% 55%;
    background-position: top center;
}

.brd_victory {
    background-image: url("../img/2026/winners.svg");
    background-repeat: no-repeat;
    background-size: 90% 25%;
    background-position: top center;
}
.brd_victory .fifty {
    justify-content: space-between;
}
.brd_victory__block {
    width: 27%;
}
.brd_victory__image {
    width: 100%; 
    margin-bottom: 25px;
}
.brd_victory__job {
    color: #141515;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    text-align: left;
    padding-bottom: 5px;
}
.brd_victory__bio {
    color: #141515;
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
    text-align: left;
}

@media (max-width: 640px) and (orientation:portrait)  {
    .brd_whoCan {
        margin-top: 45px;
        background-image: url("../img/2026/whoCan.svg");
        background-repeat: no-repeat;
        background-size: 89% 22%;
        background-position: top center;
    }
    .brd_victory {
        margin-top: 45px;
        background-image: url("../img/victory/back_victory.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
    }
    .brd_victory__block {
        width: 100%;
    }
    .brd_victory__image {
        width: 55%; 
        margin-bottom: 11px;
    }
    .brd_victory .fifty {
        gap: 35px;
    }
    .brd_victory__job {
        color: #141515;
        font-weight: 700;
        font-size: 21px;
        line-height: 120%;
        text-align: center;
        padding-bottom: 4px;
    }
    .brd_victory__bio {
        color: #141515;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
    }
}



@media (max-width: 1600px) {
    .brd_whoCan {
        margin-top: 30px;
    }
    .board {
        min-width: 1266px;
    }
}
.brd_whoCan__list {
    text-align: left;
    width: 50%;
}
.brd_whoCan__list li {
    line-height: 34px;
    font-weight: 400;
    font-size: 29px;
    color: #141515;
    padding-bottom: 20px;
}
.brd_whoCan__list_wrapper {
    gap: 50px;
}
@media (max-width: 640px) and (orientation:portrait)  {
    .brd_whoCan__list_wrapper {
        gap: 0;
    }
}

/* @media (max-width: 640px) and (orientation:portrait) and (hover: none)  { */
@media (max-width: 640px) and (orientation:portrait)  {

    .container {
        padding: 0 30px;
        width: 100%;
    }


    

    .header {
        background-color: #fff;
        /* background-image: url("../img/background_mob.png"); */
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        min-width: auto;
        min-height: 1250px;
        padding-top: 21px;
        position: relative;
    }
    .header .container {
        min-height: 1700px;
        background-image: none;
    }

    .header_logotypes {
        margin-left: 0;
        float: none;
        display: flex;
        flex-direction: row;
        gap: 15px;
        transition: all 0.25s ease-in;
        text-align: center;
        align-items: center;
        justify-content: flex-start;;
        width: 100%;
    }
    .header_logotypes img {
        height: 30px;
    }
    .header_labels {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 35px;
    }
    .header_labels__label {
        font-size: 29px;
        font-weight: 700;
        line-height: 120%;
        color: #D02027;
    }
    .header_labels__caption {
        background: #D6A5C9;
        height: 44px;
        width: 240px;
        border-radius: 10px;
        color: #FEFEFE;
        font-weight: 700;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .header_label {
        font-family: 'Oldtimer', sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 125%;
        color: #1A1819;
        padding-top: 0;
        z-index: 10;
        position: relative;
    }

    .header_texts {

        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        gap: 0;
        left: 0;


        background-image: url("../img/2026/header_full_2026_mob.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left bottom;
        transition: all 0.25s ease-in;

        padding-top: 700px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    
    .header_text1 {
        width: 100%;
        order: 2;
    }
    .header_text1__label {
        font-weight: 700;
        color: #F2E9D9;
        font-size: 20px;
        line-height: 115%;
        padding-bottom: 15px;

        font-weight: 600;
        border-radius: 10px;
        font-size: 18px;
        color: #221E1F;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .header_text1__caption {
        line-height: 115%;
        font-weight: 400;
        font-size: 20px;
        color: #FEFEFE;
    }


    .header_text2__heart {
        /* position: static; */
        left: 0;
        bottom: 235px;
        left: 0;
        width: 100%;
        transition: all 0.2s ease-in-out;
        background-color: transparent;
    }
    .header_text2 {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 115%;
        background-color: #FFEADD;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        order: 1;
        margin-bottom: 20px;
    }


    .board {
        background-color: #FFFFFF;
        border-radius: 15px;
        margin-bottom: 30px;
        padding: 20px 20px 25px 20px;
        text-align: center;
        width: 100%;
        min-width: auto;
    }

    .brd_icon1 {
        width: 80px;
    }


    .brd_label {
        text-align: center;
        font-family: 'Oldtimer', sans-serif;
        font-size: 27px;
        font-weight: 400;
        line-height: 110%;
        color: #D02027;
        padding-bottom: 30px;
    }
    .brd_label br {
        display: none !important;
    }

    .brd_whoCan__list {
        text-align: left;
        width: calc(100% - 18px);
        margin-left: 18px;
    }

    .brd_whoCan__list li {
        line-height: 110%;
        font-weight: 400;
        font-size: 18px;
        color: #141515;
        padding-bottom: 15px;
    }
    ul.brd_whoCan__list:nth-of-type(2) li {
        padding-bottom: 0;
    }
    
    
    .fifty {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}


.brd_nominations__block {
    width: 100%;
    /* width: 23.5%; */
    border-radius: 25px;
    padding: 40px 60px;
    text-align: left;
}
.brd_nominations__block:nth-of-type(odd) {
    background-color: #FFEADD;
    color:#FEFEFE;
}
.brd_nominations__block:nth-of-type(even) {
    background-color: #FFEADD;
    color:#000000;
}
.brd_nominations__label {
    font-weight: 700;
    font-size: 40px;
    line-height: 105%;
    padding-bottom: 30px;
    color: #221E1F;
    text-align: center;
}
.brd_nominations__text {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #221E1F;
}
.brd_nominations__link {
    background-color: #FF0020;
    border-radius: 10px;
    width: 478px;
    height: 82px;
    display: block;
    outline: none;
    border: 0;
    line-height: 82px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    margin-top: 40px;
}
.brd_nominations .fifty {
    gap: 20px;
    justify-content: center;
}

@media (max-width: 640px) and (orientation:portrait)  {
    .brd_nominations .fifty {
        gap: 20px;
    }
    .brd_nominations__block {
        width: 100%;
        border-radius: 25px;
        padding: 20px 30px;
        text-align: left;
    }
    .brd_nominations__block:nth-of-type(odd) {
        background-color: #FFEADD;
        color:#FEFEFE;
    }
    .brd_nominations__block:nth-of-type(even) {
        background-color: #FFEADD;
        color:#000000;
    }
    .brd_nominations__label {
        font-weight: 700;
        font-size: 22px;
        line-height: 105%;
        padding-bottom: 20px;
        text-align: center;
    }
    .brd_nominations__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }
    .brd_nominations__link {
        background-color: #FF0020;
        border-radius: 10px;
        width: 100%;
        height: 62px;
        display: block;
        outline: none;
        border: 0;
        line-height: 62px;
        margin-left: auto;
        margin-right: auto;
        font-size: 27px;
        color: #FFFFFF;
        font-weight: 700;
        text-decoration: none;
        margin-top: 28px;
    }
}

.brd_steps__block {
    height: 112px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.brd_steps .brd_label {
    padding-top: 80px;
    z-index: 5;
    position: relative;
}
.brd_steps__block:last-child {
    margin-bottom: 0;
}
.brd_steps__block:nth-of-type(odd) {
    background-color: #D6A5C9;
}
.brd_steps__block:nth-of-type(even) {
    background-color: #FFB689;
}
 .brd_steps__date {
    line-height: 110%;
    font-weight: 800;
    font-size: 29px;
    color: #FFFFFF;
    width: 33%;
    padding-left: 33px;
}
.brd_steps__caption {
    line-height: 110%;
    font-weight: 800;
    width: 60%;
    font-size: 29px;
    color: #141515;
    padding-right: 33px;
    padding-left: 33px;
}
.brd_nominations {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.brd_steps {
    position: relative;
    margin-top: -40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.brd_icon2 {
    display: none;
}
.brd_steps__gear {
    position: absolute;
    right: 0;
    top: -140px;
    z-index: 1;
}
@media (max-width: 640px) and (orientation:portrait)  {
    .brd_steps .brd_label {
        padding-top: 0;
    }
    .brd_nominations {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .brd_steps__gear {
        display: none;
    }
    .brd_steps {
        margin-top: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .brd_steps__block {
        min-height: 60px;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .brd_steps__block:nth-of-type(odd) {
        background-color: #D6A5C9;
    }
    .brd_steps__block:nth-of-type(even) {
        background-color: #FFB689;
    }
    .brd_steps__date {
        line-height: 110%;
        font-weight: 800;
        font-size: 18px;
        color: #FFFFFF;
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8px;
    }
    .brd_steps__caption {
        line-height: 110%;
        font-weight: 800;
        font-size: 16px;
        color: #141515;
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .brd_icon2 {
        display: inline;
        width: 55px;
    }
}

.brd_prize {
    background-image: url("../img/2026/stars_back.svg");
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: left top;
}
.brd_prizes {
    display: flex;
    gap: 40px;
}
.brd_prize__money {
    height: 447px;
    flex: 1;
    background-color: #EF5F23;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.brd_prize__money:nth-of-type(1) {
    background-color: #FF0020;
}
.brd_prize__money:nth-of-type(2) {
    background-color: #FFB689;
}
.brd_prize__money:nth-of-type(3) {
    background-color: #D6A5C9;
}
.brd_prize__cash {
    line-height: 110%;
    font-weight: 800;
    font-size: 64px;
    color: #FEFEFE;
    padding-bottom: 25px;
}
.brd_prize__text {
    line-height: 110%;
    font-weight: 800;
    font-size: 64px;
    color: #FEFEFE;
}
.brd_prize__desc {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    color: #221E1F;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 10px;
}
@media (max-width: 640px) and (orientation:portrait) {
    .brd_prize__desc {
        font-size: 20px;
    }
}
.brd_prize__link {
    background-color: #00DCAF;
    border-radius: 10px;
    width: 478px;
    height: 82px;
    display: block;
    outline: none;
    border: 0;
    line-height: 82px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    margin-top: 32px;
}
@media (max-width: 640px) and (orientation:portrait)  {
    .brd_prize {
        background-image: none;
    }
    .brd_icon3 {
        width: 55px;
    }
    .brd_prizes {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .brd_prize__money {
        width: 100%;
        height: 180px;
        flex: inherit;
        background-color: #EF5F23;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 25px;
    }
    .brd_prize__cash {
        line-height: 110%;
        font-weight: 800;
        font-size: 34px;
        color: #FEFEFE;
        padding-bottom: 15px;
    }
    .brd_prize__text {
        line-height: 110%;
        font-weight: 800;
        font-size: 34px;
        color: #FEFEFE;
    }
    .brd_prize__link {
        background-color: #948BD2;
        border-radius: 10px;
        width: 100%;
        height: 62px;
        display: block;
        outline: none;
        border: 0;
        line-height: 62px;
        margin-left: auto;
        margin-right: auto;
        font-size: 27px;
        color: #FFFFFF;
        font-weight: 700;
        text-decoration: none;
        margin-top: 24px;
    }
}

.brd_winners .fifty {
    justify-content:space-between;
}
.brd_winners__label {
    font-family: 'Oldtimer', sans-serif;
    line-height: 110%;
    font-weight: 400;
    font-size: 42px;
    color: #D02027;
    margin-bottom: 25px;
}
.brd_winners__item {
    text-align: left;
}
.brd_winners__caption {
    font-family: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 29px;
    color: #000000;
    padding-bottom: 36px;
}
.brd_winners__text {
    line-height: 110%;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

@media (max-width: 640px) and (orientation:portrait) {
    .brd_winners .fifty {
        justify-content:space-between;
        gap: 30px
    }
    .brd_winners__label {
        font-family: 'Oldtimer', sans-serif;
        line-height: 110%;
        font-weight: 400;
        font-size: 29px;
        color: #D02027;
        margin-bottom: 20px;
    }
    .brd_winners__item {
        text-align: left;
    }
    .brd_winners__caption {
        font-family: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 21px;
        color: #000000;
        padding-bottom: 15px;
    }
    .brd_winners__text {
        line-height: 110%;
        font-weight: 500;
        font-size: 18px;
        color: #000000;
    }
}


.brd_faq__label {
    font-family: 'Oldtimer', sans-serif;
    color: #D02027;
    line-height: 110%;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 25px;
}
.brd_faq__item {
    text-align: left;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 27px 35px;
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
}
.brd_faq__item:last-child {
    margin-bottom: 0;
}
.brd_faq__question {
    line-height: 110%;
    font-weight: 500;
    font-size: 18px;
}
.brd_faq__answer {
    line-height: 110%;
    font-weight: 400;
    font-size: 18px;
    padding-top: 25px;
    display: none;
}
.brd_faq__arrow {
    position: absolute;
    right: 35px;
    top: 33px;
    transition: all 0.15s ease-in;
}
.brd_faq__arrow.active {
    transform: rotate(180deg);
}

@media (max-width: 640px) and (orientation:portrait) {
    .brd_faq__label {
        font-family: 'Oldtimer', sans-serif;
        color: #D02027;
        line-height: 110%;
        font-weight: 400;
        font-size: 29px;
        margin-bottom: 20px;
    }
    .brd_faq__item {
        text-align: left;
        border-radius: 15px;
        border: 1px solid #ccc;
        padding: 20px 50px 20px 20px;
        cursor: pointer;
        position: relative;
        margin-bottom: 20px;
    }
    .brd_faq__item:last-child {
        margin-bottom: 0;
    }
    .brd_faq__question {
        line-height: 115%;
        font-weight: 500;
        font-size: 16px;
    }
    .brd_faq__answer {
        line-height: 115%;
        font-weight: 400;
        font-size: 16px;
        padding-top: 20px;
        display: none;
    }
    .brd_faq__arrow {
        position: absolute;
        right: 15px;
        top: 33px;
        width: 15px;
        transition: all 0.15s ease-in;
    }
}

footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 65px;
}
.footer_caption {
    line-height: 115%;
    font-weight: 500;
    font-size: 45px;
    color: #141515;
    padding-bottom: 10px;
}
.footer_phone {
    line-height: 115%;
    font-weight: 500;
    font-size: 45px;
    padding-bottom: 20px;
    color: #141515;
    display: inline-block;
    text-decoration: none;
}
.footer_email {
    line-height: 115%;
    font-weight: 400;
    font-size: 45px;
    color: #141515;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 640px) and (orientation:portrait) {
    footer {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .footer_caption {
        line-height: 115%;
        font-weight: 500;
        font-size: 21px;
        color: #141515;
        padding-bottom: 5px;
    }
    .footer_phone {
        line-height: 115%;
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 10px;
        color: #141515;
        display: inline-block;
        text-decoration: none;
    }
    .footer_email {
        line-height: 115%;
        font-weight: 400;
        font-size: 20px;
        color: #141515;
        display: inline-block;
        text-decoration: none;
    }
}



.brd_documents .fifty {
    justify-content:space-between;
    gap: 75px;
}
.brd_documents__label {
    font-family: 'Oldtimer', sans-serif;
    color: #D02027;
    line-height: 110%;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 25px;
}
.brd_documents__item {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
}
.brd_documents__item_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}
.brd_documents__caption {
    line-height: 110%;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    width: 45%;
}
.brd_documents__link {
    line-height: 110%;
    font-weight: 500;
    font-size: 24px;
    color: #141515;
    background: #FFB689;
    border-radius: 10px;
    border: 0;
    width: 45%;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}
.brd_documents__caption.disabled, .brd_documents__link.disabled  {
    color: #AFADAD;
    pointer-events: none;
}

@media (max-width: 640px) and (orientation:portrait) { 
    .brd_documents .fifty {
        justify-content:space-between;
        gap: 20px;
    }
    .brd_documents__label {
        font-family: 'Oldtimer', sans-serif;
        color: #D02027;
        line-height: 110%;
        font-weight: 400;
        font-size: 29px;
        margin-bottom: 20px;
    }
    .brd_documents__item {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
    .brd_documents__item_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .brd_documents__caption {
        line-height: 110%;
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        width: 45%;
    }
    .brd_documents__link {
        line-height: 110%;
        font-weight: 500;
        font-size: 20px;
        color: #141515;
        background: #FFB689;
        border-radius: 10px;
        border: 0;
        width: 45%;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
    }
    .brd_documents__caption.disabled, .brd_documents__link.disabled  {
        color: #AFADAD;
        pointer-events: none;
    }
}


.brd_experts .fifty {
    gap: 45px;
}

.brd_experts__item {
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}
.brd_experts__item_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}
.brd_experts__item_box__label {
    font-family: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 30px;
    color: #141515;
    margin-bottom: -10px;
}
.brd_experts__item_box__caption {
    font-family: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 30px;
    color: #948BD2;
    padding-bottom: 25px;
}
.brd_experts__item_box__man {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.brd_experts__photo {
    width: 50%;
}
.brd_experts__bio {
    line-height: 120%;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.brd_experts__bio span {
    line-height: 120%;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
    color: #000000;
}


@media (max-width: 640px) and (orientation:portrait) { 
    .brd_experts .fifty {
        gap: 30px;
    }
    
    .brd_experts__item {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
    }
    .brd_experts__item_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
    .brd_experts__item_box__label {
        font-family: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 21px;
        color: #141515;
        margin-bottom: -15px;
    }
    .brd_experts__item_box__caption {
        font-family: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 21px;
        color: #948BD2;
        padding-bottom: 15px;
    }
    .brd_experts__item_box__man {
        display: flex;
        flex-direction: row;
        /* align-items: center; */
        justify-content: space-between;
        gap: 15px;
    }
    .brd_experts__photo {
        width: 25%;
    }
    .brd_experts__bio {
        line-height: 120%;
        font-weight: 400;
        font-size: 14px;
        color: #000000;
    }
    .brd_experts__bio span {
        line-height: 120%;
        font-weight: 500;
        font-size: 16px;
        color: #000000;
    }
}

.brd_label2 {
    padding-top: 70px;
    padding-bottom: 70px;
}


@media (max-width: 640px) and (orientation:portrait) {
    .brd_icon4 {
        display: inline;
        width: 55px;
    }

    .brd_label2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    

}





/* Кнопка под датами в шапке */
.header_labels__right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
}
.header_labels__btn {
    background-color: #FF0020;
    border-radius: 10px;
    height: 82px;
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-family: 'GolosText', sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.header_labels__btn:hover {
    background-color: #cc001a;
}
@media (max-width: 640px) and (orientation:portrait) {
    .header_labels__right {
        align-items: flex-end;
    }
    .header_labels__btn {
        width: 240px;
        height: 44px;
        font-size: 20px;
    }
}

/* Плавающая кнопка */
@keyframes roll {
    0%, 100% { transform: rotate(0deg) translateY(0px); }
    20%       { transform: rotate(-3deg) translateY(-5px); }
    50%       { transform: rotate(3deg) translateY(0px); }
    70%       { transform: rotate(-1.5deg) translateY(-3px); }
    90%       { transform: rotate(1deg) translateY(0px); }
}
.floating-btn-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(100% + 60px));
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.4s ease;
}
.floating-btn-wrap.is-visible {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}
.floating-btn-wrap.is-rolling .floating-btn {
    animation: roll 3.5s ease-in-out infinite;
}
.floating-btn {
    background-color: #FF0020;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    font-family: 'GolosText', sans-serif;
    text-decoration: none;
    padding: 0 35px;
    height: 68px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(255, 0, 32, 0.4);
    white-space: nowrap;
}
.floating-btn:hover {
    background-color: #cc001a;
}
@media (max-width: 640px) and (orientation:portrait) {
    .floating-btn-wrap {
        bottom: 16px;
        right: 16px;
    }
    .floating-btn {
        font-size: 16px;
        height: 52px;
        padding: 0 20px;
    }
}

/* Стили для cookie-баннера */
#cookie {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 18px 28px;
    background: #FFFFFF;
    border-radius: 16px;
    color: #221E1F;
    font-family: 'GolosText', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
    z-index: 99999;
    width: 80%;
    max-width: 900px;
}
#cookieText {
    flex: 1;
    margin: 0;
}
#understandBtn {
    flex-shrink: 0;
    background-color: #FF0020;
    color: #FFFFFF;
    font-family: 'GolosText', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 10px;
    padding: 14px 32px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}
#understandBtn:hover {
    background-color: #cc001a;
}
@media (max-width: 640px) and (orientation: portrait) {
    #cookie {
        width: calc(100% - 32px);
        bottom: 12px;
        padding: 16px 18px;
        flex-direction: column;
        gap: 14px;
        border-radius: 14px;
    }
    #cookieText {
        font-size: 14px;
        text-align: center;
    }
    #understandBtn {
        width: 100%;
        padding: 13px;
        font-size: 15px;
    }
}
