@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;
}

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

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

body {
    background-color: #F2E9D9;
}
.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: #fff;
    background-image: url("../img/background1x.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1366px;
    min-height: 1880px;
    padding-top: 42px;
    position: relative;
}
.header .container {
    min-height: 1880px;
    height: 100%;
    background-image: url("../img/header_full.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    transition: all 0.25s ease-in;
}
.header_logotypes {
    margin-left: -160px;
    float: left;
    display: flex;
    flex-direction: row;
    gap: 55px;
    transition: all 0.25s ease-in;
}

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

.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: #988BE7;
}
.header_labels__caption {
    background: #00DCAF;
    height: 82px;
    width: 480px;
    border-radius: 10px;
    color: #FEFEFE;
    font-weight: bold;
    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: 'DelaGothicOne';
    font-size: 80px;
    font-weight: 400;
    line-height: 85px;
    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;
}
.header_text1__label {
    font-weight: 700;
    color: #FEFEFE;
    font-size: 29px;
    line-height: normal;
    padding-bottom: 15px;
}
.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: 'DelaGothicOne';
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: #B8A48E;
    padding-bottom: 50px;
}


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



.brd_whoCan {
    margin-top: inherit;
}

.brd_victory {
    margin-top: 65px;
    background-image: url("../img/victory/back_victory.svg");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top right;
}
.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_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: inherit;
    }
    .board {
        min-width: 1266px;
    }
}
.brd_whoCan__list {
    text-align: left;
    width: 45%;
}
.brd_whoCan__list li {
    line-height: 34px;
    font-weight: 400;
    font-size: 29px;
    color: #141515;
    padding-bottom: 20px;
}



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

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

    .header_menu, .header_text2 {
        display: none;
    }

    .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: 1250px;
        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:center;
        width: 100%;
    }
    .header_logotypes img {
        height: 25px;
    }
    .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: #221E1F;
    }
    .header_labels__caption {
        background: #00DCAF;
        height: 47px;
        width: 250px;
        border-radius: 10px;
        color: #FEFEFE;
        font-weight: bold;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

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

    .header_texts {
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        gap: 0;
        left: 0;


        background-image: url("../img/header_full_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%;
    }
    .header_text1__label {
        font-weight: 700;
        color: #FEFEFE;
        font-size: 20px;
        line-height: 115%;
        padding-bottom: 15px;
    }
    .header_text1__caption {
        line-height: 115%;
        font-weight: 400;
        font-size: 20px;
        color: #FEFEFE;
    }


    .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: 'DelaGothicOne';
        font-size: 27px;
        font-weight: 400;
        line-height: 110%;
        color: #B8A48E;
        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: 27%;
    /* width: 23.5%; */
    border-radius: 25px;
    padding: 20px;
    text-align: left;
}
.brd_nominations__block:nth-of-type(odd) {
    background-color: #B8A48E;
    color:#FEFEFE;
}
.brd_nominations__block:nth-of-type(even) {
    background-color: #F2E9D9;
    color:#000000;
}
.brd_nominations__label {
    font-family: 'DelaGothicOne';
    font-weight: 400;
    font-size: 30px;
    line-height: 105%;
    padding-bottom: 15px;
}
.brd_nominations__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.brd_nominations__link {
    background-color: #948BD2;
    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;
        text-align: left;
    }
    .brd_nominations__block:nth-of-type(odd) {
        background-color: #B8A48E;
        color:#FEFEFE;
    }
    .brd_nominations__block:nth-of-type(even) {
        background-color: #F2E9D9;
        color:#000000;
    }
    .brd_nominations__label {
        font-family: 'DelaGothicOne';
        font-weight: 400;
        font-size: 21px;
        line-height: 105%;
        padding-bottom: 15px;
    }
    .brd_nominations__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }
    .brd_nominations__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: 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: #E0F2F9;
}
.brd_steps__block:nth-of-type(even) {
    background-color: #F2E9D9;
}
 .brd_steps__date {
    font-family: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 29px;
    color: #B8A48E;
    width: 33%;
    padding-left: 33px;
}
.brd_steps__caption {
    font-family: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    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: #E0F2F9;
    }
    .brd_steps__block:nth-of-type(even) {
        background-color: #F2E9D9;
    }
    .brd_steps__date {
        font-family: inherit;
        line-height: 110%;
        font-weight: 700;
        font-size: 16px;
        color: #B8A48E;
        width: 33%;
        padding-left: 20px;
    }
    .brd_steps__caption {
        font-family: inherit;
        line-height: 110%;
        font-weight: 500;
        font-size: 16px;
        color: #141515;
        width: 65%;
        padding-left: 30px;
        padding-right: 0;
    }
    .brd_icon2 {
        display: inline;
        width: 55px;
    }
}

.brd_prize {
    background-image: url("../img/stars_back.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
.brd_prize__money {
    width: 484px;
    height: 447px;
    background-color: #EF5F23;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}
.brd_prize__cash {
    font-family: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 64px;
    color: #FEFEFE;
    padding-bottom: 25px;
}
.brd_prize__text {
    line-height: 110%;
    font-weight: 500;
    font-size: 48px;
    color: #FEFEFE;
}
.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_prize__money {
        width: 100%;
        height: 200px;
        background-color: #EF5F23;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 25px;
    }
    .brd_prize__cash {
        font-family: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 34px;
        color: #FEFEFE;
        padding-bottom: 15px;
    }
    .brd_prize__text {
        line-height: 110%;
        font-weight: 500;
        font-size: 25px;
        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: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 42px;
    color: #00B799;
    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: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 29px;
        color: #00B799;
        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: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 42px;
    color: #00B799;
    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: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 29px;
        color: #00B799;
        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: 'DelaGothicOne';
    line-height: 110%;
    font-weight: 400;
    font-size: 42px;
    color: #00B799;
    margin-bottom: 25px;
}
.brd_documents__item {
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 27px;
}
.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: 18px;
    color: #000000;
    width: 45%;
}
.brd_documents__link {
    line-height: 110%;
    font-weight: 500;
    font-size: 24px;
    color: #141515;
    background: #F2E9D9;
    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: 'DelaGothicOne';
        line-height: 110%;
        font-weight: 400;
        font-size: 29px;
        color: #00B799;
        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: #F2E9D9;
        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;
    }
    

}





/* Стили для модального окна */
#cookie {
    display: none;
    position: fixed;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #f5f6f7;
    border-radius: 24px;
    color: #000;
    font-size:14px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    width: 80%;
}
