

/* Start:/local/templates/form/template_styles.css?175575603133477*/
:root{
    --font-family: "Unbounded", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "TRIAL Rooftop", sans-serif;
    --color-coral: #ece1d2;
    --color-main: #000;
    /*--color-title: #8565db;*/
    --color-title: #6442c1;
    --color-white: #fff;
    --bs-dropdown-bg: #c8b69e;
    --bs-dropdown-border-color: #671410;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-link-active-bg: #671410;
    --border-color: #dee2e6;
}
.form_title_form{
    display: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 10px;
}
html{
    width: 100%;
    height: 100%;
}

ul, ol,
ul li,
ol li{
    list-style: none;
    color: inherit;
    text-decoration: none;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: 100%;
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    font-size: 1.4rem;
    min-height: 100%;
    font-weight: 300;
    color: var(--color-main);
    font-family: var(--font-family);
}
body.fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
}


main{
    flex: 1;
    flex-grow: 1;
    /*margin-top: 98px;*/
}

.breadcrumb_wrapper{
    background: var(--color-white);
}

section ~ div{
    height: 100%;
}

.container{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.container_fluid{
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}
.d-flex{
    display: flex;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.justify-end{
    justify-content: flex-end;
}
.justify-start{
    justify-content: flex-start;
}

.main_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 17px 25px;
    color: #ffffff;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    width: fit-content;
    line-height: 1;
    background: var(--color-title);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.main_title{
    font-size: 48px;
    text-transform: uppercase;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 0;
    background: transparent;
}
.header.shadow{
    /*background: var(--color-white);*/
    /*box-shadow: 0 1px 15px rgba(100,66,193,0.17);*/
}
.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.header_logo{
    max-width: 110px;
    height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.header{
    position: relative;
    !*top: 0;*!
    !*left: 0;*!
    !*right: 0;*!
    max-width: 1140px;
    width: 100%;
    z-index: 100;
    padding: 11px 0;
    background: #21af97;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 10px rgba(33,175,151,0.27)
}
.header.shadow{
    box-shadow: 0 3px 10px rgba(0,0,0,0.07)
}
.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo{
    max-width: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.fz-14{
    font-size: 14px;
    font-weight: 400;
}
.fz-16{
    font-size: 16px;
    font-weight: 400;
}
.fz-18{
    font-weight: 400;
    font-size: 18px;
}
.fz-20{
    font-weight: 600;
    font-size: 20px;
}
.fz-22{
    font-weight: 500;
    font-size: 22px;
}
.fz-30{
    font-weight: 800;
    font-size: 30px;
}
.fz-32{
    font-weight: 500;
    font-size: 32px;
}
.fz-40{
    font-weight: 800;
    font-size: 40px;
}
.fz-44{
    font-weight: 800;
    font-size: 44px;
}
.fz-46{
    font-weight: 700;
    font-size: 46px;
}

.color_title{
    color: var(--color-title);
}

/* promo section */

.promo{
    position: relative;
    padding: 30px 0;
}
.promo_date{
    color: var(--color-title);
}
.promo_date span{
    display: block;
    font-weight: 400;
    font-size: 24px;
}
.promo_content{
    display: flex;
    flex-direction: column;
    padding: 100px 0;
}
.promo_content_logo{
    margin-bottom: 90px;
    max-width: 1070px;
}

.promo_content_info{
    display: flex;
    align-items: center;
    max-width: 580px;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}


/* promo section end */

/* about section */

.about{
    padding: 50px 0 60px 0;
}
.about_title{
    margin-bottom: 20px;
}
.about_description span{
    display: block;
    font-family: var(--second-family);
    margin-top: 20px;
}
.about_info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 130px;
    align-items: center;
}
.about_box{
    display: block;
    position: relative;
    padding-left: 140px;
}
.about_label{
    position: absolute;
    font-weight: 700;
    font-size: 300px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #a9d3f9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}
.about_value{
    font-weight: 500;
    font-size: 32px;
    color: var(--color-title);
    max-width: 225px;
    width: 100%;
}

/* about section end*/

/* nomination section */

.nomination{
    position: relative;
    padding: 50px 0;
}

.nomination_title{
    max-width: 550px;
    width: 100%;
}

.nomination_subtitle{
    max-width: 50%;
    width: 100%;
    margin-top: 20px;
}

.nomination_wrapper {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nomination_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 200px;
    height: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.nomination_item:nth-child(even){
    justify-content: flex-end;
}

.user_item{
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-weight: 400;
}

/* nomination section end */

/* programm section */

.programm{
    padding: 50px 0;
    position: relative;
}
.programm_wrapper{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    padding: 0 20px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    justify-items: center;
}

.programm_item{
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
}
.programm_item:nth-child(even){
    align-items: flex-end;
}
.program_item_content{
    padding: 8px 14px 8px 17px;
    border-radius: 16px;
    background: #dedede;
}
.program_item_img{
    height: 200px;
    margin-bottom: 3px;
}
.programm_item_title{
    font-weight: 500;
    font-size: 18px;
    color: var(--color-title);
}

.programm_item_descr{
    font-family: var(--second-family);
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    max-width: 90%;
    width: 100%;
}

.features_wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 40px 130px;
    justify-items: start;
}

.features_item._right{
    padding-left: 119px;
}

.features_item_descr{
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}

/* programm section end */

/* who section */

.who{
    padding: 50px 0;
    position: relative;
}

.who_wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 750px;
}

.who_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.who_box:last-child{
    justify-content: flex-end;
}

.who_descr{
    font-weight: 400;
    margin-bottom: 50px;
    width: 100%;
}

.who_descr span{
    display: block;
    margin-top: 20px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
}

/* who section end */

/* forum section */

.forum{
    position: relative;
    margin: 50px 20px;
}

.forum_wrapper{
    gap: 95px;
}

.forum_wrapper_content{
    display: flex;
    align-items: flex-end;

}

.forum_title{
    max-width: 265px;
    width: 100%;
}

.forum_subtitle{
    max-width: 350px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

.forum_form{
    margin-top: 70px;
}

.forum_btn{
    width: fit-content;
    background: #f9f9f9;
    color: var(--color-title);
}

.forum_box{
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

/* forum section end */

/* step section */

.back{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 100px;
}

.back span{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #A9D3F9;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #000;
}
.back svg{
    position: absolute;
    top: 8px;
    left: 17px;
}

.step{
    padding: 50px 0;
    position: relative;
}
.step_title{
    margin-bottom: 20px;
}
.step_descr{
    max-width: 580px;
    width: 100%;
}
.step_wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.step_tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step_download{
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--color-title);
}
.step_tab_item{
    position: relative;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    color: var(--color-title);
}
.step_tab_item span{
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
}
.step_tab_item.active span{
    font-weight: 600;
    font-size: 18px;
}
.step_tab_item.active{
    color: #a9d3f9;
    font-weight: 700;
    cursor: initial;
}
.step_tab_item.active::before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: #ffffff;
    position: absolute;
    top: 90px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.step_contents{
    display: block;
    position: relative;
    margin: 0 20px;
    margin-top: 25px;
}
.step_content{
    position: relative;
    display: none;
}
.step_content.active{
    display: block;
}
.step_content_box{
    position: relative;
    border-radius: 16px;
    padding: 40px 118px;
    box-shadow: 0 31px 45px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    font-size: 16px;
}
.step_content_box strong{
    display: flex;
    justify-content: space-between;
    max-width: 170px;
    width: 100%;
}
.step_content_box p:not(:last-child){
    margin-bottom: 10px;
}
.step_content_box p{
    display: flex;
    gap: 70px;
}


/* step section end */



/* question section */

.question{
    position: relative;
    padding: 70px 0;
}

.question_wrapper,
.question_item{
    position: relative;
}

.question_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.question_item_answer{
    display: none;
}

.question_item_label{
    position: relative;
    border-radius: 56px;
    padding: 16px 50px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #b3b3b3;
}

.question_item_answer{
    color: #000;
    font-size: 16px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
}
.question_item_answer ul,
.question_item_answer ol{
    padding: 20px 0;
}
.question_item_answer ul li,
.question_item_answer ol li{
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.question_item_answer ul li::before,
.question_item_answer ol li::before{
    position: absolute;
    left: 5px;
    top: 10px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

/* question section end */

/* contact section */

.contact{
    position: relative;
}

.contact_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.partners{
    position: relative;
    padding: 70px 0;
}

/* contact section end */

/* footer */
.footer{
    position: relative;
    background: #fff;
    padding: 40px 0 50px 0;
}

.footer_menu{
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 20px;
}

.footer_menu_item{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 194%;
    letter-spacing: -0.03em;
    color: #000;
}

.footer_wrapper{
    margin-top: 50px;
    display: flex;
    gap: 150px;
    align-items: flex-start;
}

.footer_socials {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.footer_socials .qusetion_tel,
.footer_socials .question_socials{
    margin-top: 0;
}
.qusetion_tel{
    margin-top: 15px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #000;
}
.question_contact{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.03em;
    color: #6442c1;
    margin-top: 80px;
    max-width: 340px;
    width: 100%;
}

.question_socials{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.question_wrapper,
.question_item{
    position: relative;
}

.question_wrapper{
    display: flex;
    gap: 135px;
}

.question_wrapper_content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 30px 0;
}
.footer_agree{
    display: block;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #000;
    max-width: 335px;
    width: 100%;
    text-align: end;
}

.footer_reg{
    width: 100%;
}

.footer_privacy{
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: flex-end;
}

.footer_copy_wrapper{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_copy{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #7b7b7b;
    white-space: nowrap;
}

/* footer end */


/* feedback */

/* feedback end */
/* footer end */


/* feedback */

/* feedback end */

/* media */
#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 10;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000000;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}

.header_lang{
    margin-right: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
}
._hover_underline:hover{
    text-decoration: underline;
    color: var(--color-title);
}
.hamburger_label{
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.hamburger-menu{
    height: 26px;
    width: 26px;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    z-index: 9;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 100px 0;
    list-style: none;
    background-color: var(--color-white);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}
.header_btn_mob{
    display: none;
}

.header_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media(max-width: 1450px){
    .header{
        padding: 20px 0;
    }
    .header_menu_item{
        font-size: 18px;
    }
    .header_socials{
        gap: 10px;
    }
    .container{
        padding: 0 30px;
    }
}

@media(max-width: 1270px){
    .nomination_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 1190px){

    .header_social_item svg{
        width: 29px;
        height: 29px;
    }
    .header_info, .header_menu{
        gap: 20px;
    }
    .header_menu{
        font-size: 16px;
    }
    .main_title{
        font-size: 3rem;
    }
}



@media(max-width: 980.98px){
    .header_menu{
        display: none;
    }
    .hamburger-menu{
        display: block;
    }
}

@media(max-width: 720px){
    .nomination, .why, .question{
        padding: 40px 0;
    }
    .nomination_item {
        padding: 40px 10px;
        text-align: center;
    }
    .why_wrapper{
        grid-template-columns: repeat(6, 1fr);
    }
    .why_item:nth-child(12n+1), .why_item:nth-child(12n+2), .why_item:nth-child(12n+3){
        grid-column: span 2;
    }
    .why_item:nth-child(12n+4), .why_item:nth-child(12n+5), .why_item:nth-child(12n+6), .why_item:nth-child(12n+7){
        grid-column: span 3;
    }
    .footer_info{
        font-size: 16px;
    }
    .footer_wrapper{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .question_item_label{
        font-size: 16px;
        padding: 20px 25px 20px 0;
    }
    .question_item_answer{
        font-size: 15px;
    }
}

@media(max-width: 575px){
    .header_btn_mob{
        display: block;
    }
    .header_btn{
        display: none;
    }
    .why_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .why_item:nth-child(12n+1), .why_item:nth-child(12n+2), .why_item:nth-child(12n+3){
        grid-column: unset;
    }
    .why_item:nth-child(12n+4), .why_item:nth-child(12n+5), .why_item:nth-child(12n+6), .why_item:nth-child(12n+7){
        grid-column: unset;
    }
    .nomination_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 460px){
    .why_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* footer end */


/* feedback */

/* feedback end */

/* media */
#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 10;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000000;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}

.header_lang{
    margin-right: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
}
._hover_underline:hover{
    text-decoration: underline;
    color: var(--color-title);
}
.hamburger_label{
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.hamburger-menu{
    height: 26px;
    width: 26px;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    z-index: 9;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 100px 0;
    list-style: none;
    background-color: var(--color-white);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}
.header_btn_mob{
    display: none;
}

.header_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media(max-width: 1450px){
    .header{
        padding: 20px 0;
    }
    .header_menu_item{
        font-size: 18px;
    }
    .header_socials{
        gap: 10px;
    }
    .container{
        padding: 0 30px;
    }
}

@media(max-width: 1270px){
    .nomination_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 1190px){

    .header_social_item svg{
        width: 29px;
        height: 29px;
    }
    .header_info, .header_menu{
        gap: 20px;
    }
    .header_menu{
        font-size: 16px;
    }
    .main_title{
        font-size: 3rem;
    }
}
@media(max-width: 980.98px){
    .header_menu{
        display: none;
    }
    .hamburger-menu{
        display: block;
    }
}

@media(max-width: 720px){
    .nomination, .why, .question{
        padding: 40px 0;
    }
    .nomination_item {
        padding: 40px 10px;
        text-align: center;
    }
    .why_wrapper{
        grid-template-columns: repeat(6, 1fr);
    }
    .why_item:nth-child(12n+1), .why_item:nth-child(12n+2), .why_item:nth-child(12n+3){
        grid-column: span 2;
    }
    .why_item:nth-child(12n+4), .why_item:nth-child(12n+5), .why_item:nth-child(12n+6), .why_item:nth-child(12n+7){
        grid-column: span 3;
    }
    .footer_info{
        font-size: 16px;
    }
    .footer_wrapper{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .question_item_label{
        font-size: 16px;
        padding: 20px 25px 20px 0;
    }
    .question_item_answer{
        font-size: 15px;
    }
}

@media(max-width: 575px){
    .header_btn_mob{
        display: block;
    }
    .header_btn{
        display: none;
    }
    .why_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .why_item:nth-child(12n+1), .why_item:nth-child(12n+2), .why_item:nth-child(12n+3){
        grid-column: unset;
    }
    .why_item:nth-child(12n+4), .why_item:nth-child(12n+5), .why_item:nth-child(12n+6), .why_item:nth-child(12n+7){
        grid-column: unset;
    }
    .nomination_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 460px){
    .why_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* media end */

.iti{
    width: 100%;
    margin-bottom: 20px;
}


.input_checkbox {
    display: flex;
    gap: 10px;
    font-family: sans-serif;
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 20px;
}

.input_checkbox_btn{
    font-family: var(--font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 11px 38px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    width: fit-content;
    line-height: 1;
    border: 1px solid var(--color-title);
    background: #fff;
    color: var(--color-title);
}
.input_checkbox_btn.active{
    background: var(--color-title);
    color: #fff;
}

.input_checkbox a{
    max-width: 30px;
}

.input_checkbox input[type="checkbox"] {
    appearance: none;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-title);
    padding: unset;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.input_checkbox input[type="checkbox"]:checked {
    background-color: var(--color-title);
    border-color: var(--color-title);
}

.input_checkbox input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    background: var(--color-title);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}

.input_checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

.file_upload_wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.file_upload_label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: var(--color-title);
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
}

.file_input_hidden {
    display: none;
}

.file_upload_btn {
    pointer-events: none;
}

.file_name {
    font-size: 14px;
    color: #333;
}

.line{
    margin: 20px 0;
    height: 2px;
    background: #ccc;
}

.form_wrapper{
    position: relative;
    display: flex;
    gap: 140px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 98px 15px;
}

.form_box_info{
    display: block;
    max-width: 335px;
    width: 100%;
}

.form_box_info_wrapper{
    position: sticky;
    top: calc(98px);
}

.form_box_info_title{
    font-weight: 500;
    font-size: 46px;
    letter-spacing: -0.03em;
    color: var(--color-title);
    margin-bottom: 20px;
}

.form_box_info_subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #000;
}
.form_box_content{
    max-width: 453px;
    width: 100%;
}
.form_box_content input{
    font-family: var(--font-family);
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #000;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 20px;
}

.select{
    position: relative;
    padding: 20px 10px;
    margin-bottom: 20px;
}


.ui-select{
    appearance:none; -webkit-appearance:none; -moz-appearance:none;
    width:100%;
    border:1px solid #b3b3b3;
    background: transparent;
    border-radius:10px;
    padding: 10px 20px;
    font-size:14px;
    line-height:1.3;
    margin-bottom: 20px;
    transition:border-color .15s ease, box-shadow .15s ease;
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%236a1b9a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat:no-repeat;
    background-position:right 12px center;
    background-size:14px 14px;
}
.ui-select option[disabled]{ color:#bbb }

.ui-select.underline{
    border:0; border-radius:0;
    border-bottom:1px solid #b3b3b3;
    background-position:right 4px center;
}


:root {
    --violet: var(--color-title);      /* кнопка/ссылка */
    /*--violet-dark: #5a33a1; !* hover *!*/
    --violet-dark: var(--color-title); /* hover */
    --border: #d9d9de;
    --dash: 6px;
}

.uploader {
    position: relative;
    border: 2px dashed var(--border);
    border-radius: 14px;
    padding: 36px 20px 24px;
    margin-bottom: 30px;
    text-align: center;
    background: #fafafa;
    transition: background .2s, border-color .2s;
}
.uploader.dragover {
    background: #f3edff;
    border-color: var(--violet);
}
.uploader_input {
    /* прячем стандартный инпут, но он остаётся доступен из JS */
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}
.uploader_inner { max-width: 520px; margin: 0 auto; }
.uploader_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #4e4e4e;
    margin-bottom: 20px;
}
.uploader_link {
    cursor: pointer;
    color: var(--violet);
    text-decoration: underline;
}
.uploader_link:hover { color: var(--violet-dark); }

.uploader_btn {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin: 8px 0 14px;
    padding: 14px 28px;
    border: 0;
    border-radius: 10px;
    background: var(--violet);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background .15s, transform .02s;
}
.uploader_btn:hover { background: var(--violet-dark); }
.uploader_hint {
    font-family: var(--second-family);
    font-weight: 400;
    color: #4e4e4e;
    font-size: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.uploader_file {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.uploader_error {
    margin-top: 8px;
    color: #d83434;
    font-size: 14px;
}

.uploader_filecard {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
}
.uploader_fileinfo { min-width: 0; }
.uploader_filename {
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploader_filesize {
    margin-top: 2px;
    font-size: 13px;
    color: #6b6b6b;
}
.uploader_actions { display: flex; gap: 10px; }
.uploader_clear {
    border: 0;
    background: transparent;
    color: #d83434;
    font-weight: 600;
    cursor: pointer;
}
.uploader_clear:hover { text-decoration: underline; }
.uploader_input_hidden{
    display: none !important;
}

.ms_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 10px;
}

.mt50{
    margin-top: 50px;
}

.agreement{
    margin: 25px 0;
}

.agreement_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 20px;
}

.agreement_model{
    position: relative;
}

.agreement_model_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #a0a0a0;
    margin-bottom: 10px;
}

.agreement_step{
    margin-top: 20px;
}

.agreement_step_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 5px;
}

.agreement_step_subtitle{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #4e4e4e;
}

.agreement_model .main_btn{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.form_input_inp.error, input.error, select.error, textarea.error{border:2px solid #e53935 !important; box-shadow:0 0 0 2px rgba(229,57,53,.1)}
.modal_backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:9999}
.modal{background:#fff;max-width:520px;width:92%;border-radius:12px;padding:20px}
.modal_title{font-weight:700;font-size:18px;margin-bottom:10px}
.modal_list{margin:0 0 16px 18px;padding:0}
.modal_list li{margin:4px 0}
.modal_backdrop .main_btn{padding: 11px 25px;}
.form_thank_you{
    text-align: center;
    margin: 20px;
}


.contact_media{
    margin-top: 50px;
}

.contact_media_title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #6442c1;
    margin-bottom: 10px;
}

.contact_media_box{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -0.03em;
    color: #000;
}

.contact_media_info{
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 214%;
    letter-spacing: -0.03em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #6442c1;
}



@media(max-width: 768px){
    .form_wrapper{
        gap: 20px;
        flex-direction: column;
    }
    .form_box_info_title{
        font-size: 28px;
    }
    .form_box_info_subtitle{
        font-size: 16px;
    }
    .form_box_content{
        padding-top: 0;
        max-width: unset;
    }
    .back{
        margin-bottom: 10px;
    }
}

@media(max-width: 480px){
    .uploader_btn{
        font-size: 15px;
    }
    .input_checkbox{
        font-size: 12px;
    }
    .form_box_content input{
        font-size: 12px;
        padding: 10px;
    }
}

@media(max-width: 390px){
    .uploader_btn{
        font-size: 12px;
        width: max-content;
    }
}
/* End */
/* /local/templates/form/template_styles.css?175575603133477 */
