

/* Start:/local/components/custom/feedback.form/templates/form/style.min.css?175155101932*/
.mf-control-required{color:#f00}
/* End */


/* Start:/local/templates/mifki/template_styles.css?175741491543860*/
: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: #6442c1;
    --color-white: #F9F9F9;
    --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%;
    scroll-behavior:auto
}


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-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: var(--color-main);
    font-family: var(--font-family);
    background-color: #22AF97;
    background: url(/images/svg-line.svg) center center / cover repeat, #22AF97;
    background-size: cover;
    transition: background 1s ease-in-out;
}
body.fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

body.default{
    background-color: #22AF97;
    background: url(/images/svg-line.svg) center center / cover repeat, #22AF97;
    background-size: cover;
}
body.light{
    background: #f9f9f9;
}
body.dark{
    background: #9E7EE5;
}

body.light .about_title,
body.light .programm_item_title,
body.light .nomination_title{
    color: var(--color-title);
}
body.light .about_value {
    color: #A9D3F9;
}
body.light .about_description p,
body.light .nomination_item,
body.light .about_description{
    color: #000;
}

body.dark .who_title,
body.dark .programm_title,
body.dark .who .features_item_descr,
body.dark .who_descr{
    color: #F9F9F9;
}

main{
    flex: 1;
    flex-grow: 1;
}

.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-weight: 500;
    font-size: 18px;
    width: fit-content;
    line-height: 1;
    background: #6442c1;
    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;
}
.color_white{
    color: var(--color-white);
}

.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;
}
.fz-14{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.fz-16{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.fz-18{
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}
.fz-20{
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}
.fz-22{
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
}
.fz-30{
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
}
.fz-32{
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
}
.fz-40{
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
}
.fz-44{
    font-weight: 500;
    font-size: 44px;
    line-height: normal;
}
.fz-46{
    font-weight: 500;
    font-size: 46px;
    line-height: normal;
}

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

.h100{
    height: 100%;
}

.register{
    padding: 100px 0;
    background-color: #22AF97;
    background: url(/images/svg-line.svg) center center / cover repeat, #22AF97;
    background-size: cover;
}

/* promo section */

.promo{
    position: relative;
    padding: 30px 0;
    padding-top: 98px;
    height: 100dvh;
    background-color: #f9f9f9;
    background: url('/images/promo_bg2.png') center center/cover no-repeat;
}
.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;
    justify-content: space-between;
    height: calc(100% - 50px);
}
.promo_content_logo{
    margin-bottom: 90px;
    margin-left: 475px;
}

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


/* promo section end */

/* about section */

.about{
    padding: 100px 0 0 0;
}
#about{
    min-height:100vh;overflow:visible
}
.members{
    padding: 200px 0 0 0;
    /* background-color: #22AF97;*/
}
.about_title{
    margin-bottom: 20px;
}
.about_description p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #f9f9f9;
}
.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}

/*.stick-viewport{ position:sticky; top:var(--headerH,0px); !* НИКАКИХ высот тут *! display:grid; }
.stick-stack{ display:grid; !* натуральная высота = по контенту *! }
.stick-slide{ grid-area:1/1; display:grid; place-items:center;
    opacity:var(--vis,0); transform:scale(var(--scale,.94));
    transition:opacity .35s ease, transform .35s ease; pointer-events:none; z-index:0; }
.stick-slide[data-on]{ z-index:1; }*/

.about_label{ font-size:96px; line-height:.9; color:#8565DB; }
.about_value{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.03em;
    color: #f9f9f9;
    max-width: 320px;
    width: 100%;
    line-height: normal;
}

/*@media (max-width:1200px){ .about_info{ gap:64px } .about_label{ font-size:80px } }
@media (max-width:992px){ .about_info{ grid-template-columns:1fr; gap:24px } .about_label{ font-size:72px } }*/

.swiper-fade .swiper-slide{
    visibility: hidden;
}
.swiper-fade .swiper-slide-active{
    visibility: visible;
}
.about_box{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 120px;
    width: 100%;
    height: 100%;
}
.about_label{
    position: absolute;
    font-weight: 700;
    font-size: 300px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #6442C1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.about_value{
    font-weight: 500;
    font-size: 32px;
    color: #F9F9F9;
    max-width: 225px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.members_descr{
    max-width: 454px;
    width: 100%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: #f9f9f9;
    margin-top: 20px;
}

.green{
    position: relative;
    background-color: #22AF97;
    background: url(/images/svg-line.svg) center center / cover repeat, #22AF97;
}

.members_wrapper{
    position: relative;
    background-color: #22AF97;
    background: url(/images/nomination.svg) center center / cover no-repeat, #22AF97;
}

.members_box{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 100px;
}

.members_box{
    overflow: hidden;
}

.members_swiper{
    position: relative;
}

.main_btns{
    position: absolute;
    right: 0;
    top: 200px;
    display: flex;
    gap: 35px;
    z-index: 5;
    align-items: center;
}

.main_next, .main_prev{
    cursor: pointer;
}

.members_swiper .swiper-slide:nth-child(3n+1){
    margin-top: 129px;
}

.members_swiper .swiper-slide:nth-child(3n+2){
    margin-top: 296px;
}

.member_title{
    margin-top: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #6442c1;
}

.member_text{
    margin-top: 10px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #f9f9f9;
}

/* about section end*/

/* team section */
.team{
    padding: 50px 0;
    position: relative;
}

.team_swiper .swiper-slide:nth-child(even) .nomination_item{
    margin-top: 88px;
}

.team_descr{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.team_subtitle{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: #000;
    margin-top: 20px;
    max-width: 570px;
    width: 100%;
}

.team_wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}


/* team section end */

/* nomination section */

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

.nomination_title{
    max-width: 550px;
    width: 100%;
    line-height: normal;
    margin-bottom: 40px;
}

.nomination_subtitle{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: #f9f9f9;
    max-width: 570px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}

.nomination_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
.nomination_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
    color: var(--color-white);
}
.nomination_item:nth-child(even){
    margin-top: 88px;
}

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

.user_descr{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #f9f9f9;
    margin-top: 10px;
    max-width: 220px;
    width: 100%;
}

.user_img{
    margin-bottom: 15px;
    max-width: 122px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

/* 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{
    position: relative;
    height: 335px;
    overflow: hidden;
    padding: 20px;
    border-radius: 16px;
    background: #dedede;
    z-index: 2;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.program_item_img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin-bottom: 3px;
    height: 100%;
    overflow: hidden;
}
.program_item_img img{
    object-fit: cover;
}
.programm_item_title{
    font-weight: 500;
    font-size: 18px;
    color: #A9D3F9;
}

.programm_item_descr{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: #f9f9f9;
    margin-top: 10px;
}

.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;
    padding-top: 164px;
}

.who_title{
    margin-bottom: 20px;
    color: #6442C1;
}
.who .features_item_descr{
     color: #000;
}
.who_descr{
     font-weight: 400;
     margin-bottom: 50px;
     width: 100%;
     color: #000;
}
.who_wrapper{
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.who_box{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 95px;
}
.who_box_content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 570px;
    width: 100%;
    color: var(--color-white);
}

.who_box_img{
    max-width: 450px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

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

.programm {
    color: var(--color-white);
    /*margin-top: 150px;*/
}

.programm_title{
    color: #6442C1;
}

.program_item_title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #a9d3f9;
}
.program_item_content{
    position: relative;
}
.program_item_content::after{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    height: 202px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.programm_item_content_title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    z-index: 1;
}
.programm_item_descr{
    z-index: 1;
}

.who_img1{
    position: absolute;
    right: 0;
    top: -153px;
    object-fit: contain;
    width: auto;
    height: 700px;
}

.who_img2{
    max-width: 530px;
    width: 100%;
}

/* who section end */

/* forum section */

.position{
    position: relative;
    margin: 50px 20px;
    background: #9e7ee5;
    background: url("/images/position_bg.svg") center center/cover no-repeat, #9e7ee5;
    border-radius: 16px;
    background-position-y: 43%;
    padding: 80px 115px;
}
.position_wait{
    padding: 67px 115px;
    background: url("/images/wait_bg.svg") center center/cover no-repeat, #9e7ee5;
}

.position_btn{
    width: max-content;
    white-space: nowrap;
    background: var(--color-white);
    color: var(--color-title);
}
.position_title{
    color: var(--color-white);
}
.position_subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #f9f9f9;
    margin-top: 20px;
    max-width: 470px;
    width: 100%;
}
.forum_wrapper{
    gap: 95px;
}

.forum_wrapper_content{
    display: flex;
    align-items: flex-end;
    gap: 140px;
}
.about .forum_wrapper_content{
    padding-bottom: 60px;
}

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

.forum_subtitle{
    max-width: 350px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    font-family: var(--font-family);
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #f9f9f9;
}

.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;
    width: 100%;
}
.forum_box_content{
    width: 100%;
}

.forum_box_info{
    max-width: 335px;
    width: 100%;
}

/* forum section end */

/* step section */

.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;
    border-radius: 16px;
    padding: 40px 118px;
    box-shadow: 0 31px 45px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}
.step_content{
    position: relative;
    display: none;
}
.step_content.active{
    display: block;
}
.step_content_box{
    position: relative;
    font-family: var(--font-family);
    font-size: 16px;
    color: #000;
}
.step_content_box strong{
    display: flex;
    justify-content: space-between;
    max-width: 170px;
    width: 100%;
    font-weight: 500;
}
.step_content_box p:not(:last-child){
    margin-bottom: 10px;
}
.step_content_box p{
    display: flex;
    gap: 70px;font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: -0.03em;
    color: #000;
}


/* step section end */



/* question section */

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

.question_title{
    max-width: 250px;
    width: 100%;
}

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

.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_wrapper,
.question_item{
    position: relative;
}

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

.question_wrapper_content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 30px 0;
}

.question_item_answer{
    display: none;
}
.question_item_answer a{
    color: var(--color-title);
}

.question_item_label{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: -0.03em;
    color: #000;
    cursor: pointer;
    gap: 30px;
}

.question_item_label svg{
    margin-top: 5px;
    min-width: 28px;
    width: 28px;
    height: 22px;
    transition: 0.3s all ease-in-out;
}

.question_item.active svg{
    transform: rotate(180deg);
    transition: 0.3s all ease-in-out;
}

.question_item_answer{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: #000;
    margin-top: 20px;
    max-width: 570px;
    width: 100%;
}
.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;
    gap: 20px;
}

.partner_item img{
    max-width: 300px;
    object-fit: contain;
    height: 200px;
}

.partners{
    position: relative;
    padding-bottom: 100px;
}

.partner_title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.03em;
    color: #6442c1;
}

/* 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;
}
.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{
    position: fixed;
    top: -110%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    background: rgba(255,255,255, 0.8);
    z-index: 99;
    transition: 1s all ease-in-out;
}

.feedback.active{
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: 1s all ease-in-out;
    overflow: auto;
}

.feedback_close{
    color: var(--color-black);
    position: absolute;
    top: 20px;
    right: 20px;
    height: 1.6rem;
    cursor: pointer;
    width: 1.6rem;
    transition: 0.3s all ease-in-out;
}

.feedback_close:hover{
    transform: scale(1.3);
    transition: 0.3s all ease-in-out;
}

.feedback_content{
    display: grid;
    margin-top: 5rem;
    width: 100%;
    height: auto;
    padding: 0;
}

.feedback_title{
    font-family: "Benzin", sans-serif;
    font-size: 4rem !important;
    font-weight: 700;
    line-height: 1 !important;
    margin: 0;
    margin-bottom: 2.5rem;
}

.feedback__text{
    color: var(--color-black);
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    max-width: 60rem;
}

.feedback_box_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback__link{
    display: block;
    color: var(--color-red);
    font-weight: 400;
    position: relative;
    white-space: nowrap;
}

.feedback_form{
    position: relative;
    margin-top: 5rem;
}

.feedback_form_wrapper{
    grid-gap: 4rem 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem;
    position: relative;
}

.form_item{
    display: flex;
    flex-direction: column;
    min-height: 5.6rem;
}

.label_input{
    position: relative;
}

.feedback_form label{
    color: var(--color-grey);
    font-size: 1.6rem;
    font-weight: 300;
    left: .1em;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transition: all .2s ease-out;
    white-space: nowrap;
}

.feedback_form input{
    border: none;
    border-bottom: 1px solid var(--border);
    font-size: 1.8rem;
    font-weight: 300;
    padding: .6rem 0;
    outline: none;
    resize: none;
    transition: border-bottom-color .3s;
    width: 100%;
}
.feedback_form input:focus{
    border-bottom-color: var(--color-black);
}

.feedback_form label.active{
    opacity: 1;
    pointer-events: all;
    top: -1.3em;
    color: var(--color-gray);
    font-size: 1.6rem;
    font-weight: 300;
}

.input_err{
    color: var(--color-red);
    display: none;
    font-size: 1.2rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 100%;
    white-space: nowrap;
    width: 100%;
}

.form_item_textarea{
    grid-column: 1 / 3;
}

.form_item input::placeholder{
    color: var(--color-gray);
}

.form_item textarea{
    outline: none;
    border: none;
    border-bottom: .1rem solid var(--border);
    font-size: 2rem;
    font-weight: 300;
    padding: .6rem 0;
    resize: none;
    width: 100%;
}

.feedback_send{
    align-items: center;
    display: flex;
    margin-top: 5rem;
}

.feedback_send_btn .btn_main{
    border: none;
    box-shadow: none;
    display: block !important;
    margin-top: 0;
    width: 30rem;
}

.feedback_privacy{
    color: var(--color-gray);
    font-size: 1.4rem;
    margin-left: 2rem;
    opacity: .8;
    width: calc(100% - 32rem);
}

.feedback_privacy a{
    color: var(--color-red);
}

.feedback_wrapper{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 10rem;
    background: white;
    padding: 5rem 6rem;
    border-width: 1px;
    border-radius: 5px 5px 5px 5px;
    border-color: #dbdbdb;
    max-height: 97%;
    overflow: auto;
}
.feedback_info{
    display: flex;
    flex-direction: row;
    gap: 10rem;
    background: white;
    padding: 5rem 10rem;
    border-width: 1px;
    border-radius: 5px 5px 5px 5px;
    border-color: #dbdbdb;
    margin-top: 3rem;
}
#contacts .feedback_wrapper{
    flex-direction: row;
}

.feedback_info_form_social{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.feedback_info_form_content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4rem;
}
.feedback_info_form_content_box{
    max-width: 200px;
    width: 100%;
}

.feedback_info_form_content_pretitle{
    margin-bottom: 1rem;
    vertical-align: middle;
    color: #878787;
    font-size: 1.5rem;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.feedback_info_form_content_title{
    color: #1e2025;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 30px 30px 30px 30px;
    background-position: center center;
    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;
}
.feedback_info_form_content_title:hover{
    color: var(--color-red);
}

.feedback_info .feedback_info_title{
    color: var(--color-black);
    font-weight: 700;
    max-width: 300px;
    width: 100%;
    font-family: "Benzin", sans-serif;
    margin-bottom: 3rem;
}
.feedback_info_box{
    max-width: 600px;
    width: 100%;
}
.feedback_info_box .feedback__text{
    max-width: 440px;
    width: 100%;
}

.form_input_inp{
    font-family: var(--font-family);
    position: relative;
    display: block;
    width: 100%;
    max-width: 453px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #f9f9f9;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    outline: none;
}

.form_input_inp::placeholder{
    color: #f9f9f9;
}

.form_box{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.form_box._three{
    grid-template-columns: repeat(3, 1fr);
}
.form_box:not(:last-child){
    margin-bottom: 10px;
}

.form_input{
    width: 100%;
}
.form_input_inp.error {
    border: 1px solid red;
}
.form_wrapper .main_btn{
    margin: 0 auto;
    margin-top: 10px;
}

.form_box_simple{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.add_participant{
    display: inline;
    padding: 0;
    width: fit-content;
    border: 0;
    border-bottom: 1px dotted #cbced2;
    background: 0;
    color: #80868e;
    font-size: 13px;
    cursor: pointer;
    transition: all 220ms ease;
}
.form_input_inp_wrapper_content{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.form_input_inp_wrapper_content::after{
    position: absolute;
    content: 'Участник';
    top: -10px;
    left: 10px;
    background: white;
    padding: 0 5px;
}
.participant_delete {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 13px;
    cursor: pointer;
    background: white;
}

.about_swiper{
    max-width: 400px;
    width: 100%;
    height: 400px;
    overflow-x: hidden;
}

/* 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: #8565DB;
}
.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;
}

.transition{
    transition: .3s all cubic-bezier(.73,.24,.68,.82);
}

[data-bg="dark"].active-bg {
    background-color: #9E7EE5;
    color: var(--color-white);
}
[data-bg="dark"].active-bg .who_title{
    color: var(--color-white);
}
[data-bg="dark"].active-bg.who .features_item_descr{
    color: var(--color-white);
}
[data-bg="dark"].active-bg .who_descr{
    color: var(--color-white);
}
.about:has([data-bg="light"].active-bg) {
    background: #f9f9f9;
    color: #000 !important;
}
.about:has([data-bg="light"].active-bg) .nomination_title{
    color: #6442C1;
}
.about:has([data-bg="light"].active-bg) .about_title{
    color: #6442C1;
}

.about:has([data-bg="light"].active-bg) .nomination_item{
    color: #000;
}
.about:has([data-bg="light"].active-bg) .about_description{
    color: #000;
}
.about:has([data-bg="light"].active-bg) .about_description p{
    color: #000;
}
.about:has([data-bg="light"].active-bg) .about_value{
    color: #A9D3F9;
    z-index: 9;
}

@media(max-width: 1450px){
    .header{
        padding: 20px 0;
    }
    .header_menu_item{
        font-size: 18px;
    }
    .header_logo{
        width: 160px;
        height: 45px;
        font-size: 18px;
    }
    .header_socials{
        gap: 10px;
    }
    .container{
        padding: 0 30px;
    }
    .position{
        padding: 80px 15px;
    }
}

@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: 1120px){
    .feedback_wrapper{
        width: 90%;
    }
}

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

@media(max-width: 720px){
    .nomination_item {
        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-reverse;
        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);
    }
    .feedback_wrapper{
        padding: 5rem 2rem;
    }
    .form_box{
        grid-template-columns: repeat(1, 1fr);
    }
    .form_wrapper .main_btn{
        margin-top: 0;
    }
    .form_wrapper .main_btn:first-child{
        margin-top: 10px;
    }
}

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

/* media end */

.iti{
    width: 100%;
}

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

.input_checkbox input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #8abb2a;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.input_checkbox input[type="checkbox"]:checked {
    background-color: #8abb2a;
    border-color: #8abb2a;
}

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

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

@media(max-width: 1320px){
    .nomination_wrapper{
        flex-wrap: wrap;
    }
}
@media(max-width: 1160px){
    .promo_content_logo svg{
        width: 480px;
    }
    .about_info{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .programm_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .position{
        padding: 50px 60px;
    }
    .nomination{
        padding: 50px 0;
    }
}

@media(max-width: 1060px){
    .who_box img{
        display: none;
    }
    .who_box_content{
        max-width: unset;
    }
    .who_wrapper{
        gap: unset;
    }
    .who .programm{
        margin-top: 0;
        padding-bottom: 0;
    }
    .footer_wrapper{
        gap: 100px;
    }
    .footer_reg{
        margin-left: 0;
    }
}
@media(max-width: 1002px){
    .promo_content_logo{
        margin-left: auto;
        width: auto;
    }
    .promo_content_logo svg{
        width: 370px;
    }

    .promo_content_info{
        max-width: 600px;
    }

    .contact_wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        gap: 20px;
    }
    .partner_item img{
        height: 100px;
        object-fit: contain;
    }
    .partner_item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 960px){
    .features_item._right{
        padding-left: 0;
    }

    .fz-46{
        font-size: 36px;
    }
    .position{
        padding: 50px 0;
    }
    .position .forum_wrapper{
        flex-direction: column;
        gap: 15px;
    }
    .position_title{
        text-align: center;
    }
}
@media(max-width: 790px){
    .step_contents{
        padding: 0;
    }
    .footer_wrapper{
        gap: 30px;
        flex-direction: column-reverse;
    }
    .promo{
        background-position-x: -280px;
    }
    .footer_menu{
        grid-template-columns: repeat(3, auto);
    }
}
@media(max-width: 720px){
    .features_wrapper{
        gap: 40px 30px;
    }
    .promo_content_logo {
        margin-left: auto;
    }
    .nomination{
        padding: 150px 0;
    }
    .nomination_item:nth-child(even){
        margin-top: 18px;
    }
    .about{
        padding-bottom: 0;
    }
    .programm{
        margin-top: 50px;
    }
    .question_wrapper{
        flex-direction: column;
        gap: 35px;
    }
    .question_wrapper_content{
        gap: 10px;
    }
    .position{
        margin-top: 0;
    }
    .question_contact{
        margin-top: 40px;
    }
    .who{
        padding-top: 50px;
    }
}

@media(max-width: 690px){
    .step_tab_item{
        font-size: 20px;
    }
    .step_tab_item span{
        font-size: 13px;
    }
    .step_tab_item.active span{
        font-size: 14px;
    }
    .step_wrapper{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .about{
        padding-top: 50px;
    }
    .forum_wrapper_content {
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }
    .forum_box_info, .forum_title, .forum_subtitle{
        max-width: unset;
    }
    .nomination, .members, .question{
        padding: 50px 0;
    }
    .partners{
        padding-bottom: 50px;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .forum_form{
        margin-top: 30px;
    }
}
@media(max-width: 620px){
    .programm_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .programm_item{
        height: unset;
    }
    .step_content_box p{
        gap: 30px;
    }
    .contact_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 590px){
    .nomination_title{
        margin-bottom: 20px;
    }
    .features_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .who .programm{
        padding-top: 0;
    }
    .programm{
        margin: 0;
    }
    .about_label{
        font-size: 200px;
    }
    .nomination{
        padding: 50px 0;
    }
    .fz-32{
        font-size: 26px;
    }
    .about_swiper{
        height: 250px;
    }
}
@media(max-width: 560px){
    .footer_menu{
        grid-template-columns: repeat(2, auto);
    }
    .footer_copy_wrapper{
        gap: 10px;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer_agree{
        text-align: left;
    }
    .footer_socials{
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer_wrapper{
        margin-top: 10px;
    }
}
@media(max-width: 520px){
    .promo_date{
        text-align: center;
    }
    .step_content_box p{
        flex-direction: column;
        gap: 10px;
    }
    .promo_content_logo {
        margin: auto;
        height: 165px;
        margin-bottom: 0;
    }
    .promo_content_logo svg{
        width: 280px;
    }
    .promo_content {
        padding: 50px 0;
        margin-top: 300px;
    }
    .promo{
        height: unset;
        background-position-x: calc(0% + 18%);
    }
    .main_btn{
        font-size: 15px;
    }
    .fz-18{
        font-size: 16px;
    }
    .fz-46{
        font-size: 34px;
    }
    .promo_content_info{
        flex-wrap: wrap;
    }
    .header_lang{
        margin-right: unset;
    }
    .main_btn{
        padding: 10px 15px;
        text-align: center;
    }
    .nomination_wrapper{
        flex-wrap: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .container{
        padding: 0 15px;
    }
    .nomination_item:nth-child(even){
        margin-top: 0px;
    }
}

@media(max-width: 480px){
    .step_tabs{
        flex-wrap: wrap;
    }
    .step_tab_item.active::before{
        display: none;
    }
    .fz-46 {
        font-size: 26px;
    }
    .about_label {
        font-size: 170px;
    }
    .about_box{
        padding-left: 107px;
    }
    .about_value{
        font-size: 22px;
    }
}

@media(max-width: 455px){
    .promo {
        background-position-x: calc(0% + 21%);
    }
}
@media(max-width: 400px){
    .promo{
        background-position-x: calc(0% + 23%);
    }
    .contact_wrapper {
        grid-template-columns: repeat(2, 1fr);
        justify-content: flex-start;
    }
    .partner_item svg{
        width: 100%;
    }
    .partner_item{
        justify-content: flex-start;
    }
    .position{
        margin: 50px 15px;
    }
    .promo_content_info{
        justify-content: center;
    }
}
@media(max-width: 360px){
    .promo{
        background-position-x: calc(0% + 25%);
    }
    .main_btn{
        font-size: 12px;
    }
    .footer_privacy{
        gap: 5px;
        flex-direction: column;
    }
    .footer_agree{
        margin-top: 10px;
        max-width: unset;
        text-align: left;
    }
    .footer_wrapper{
        gap: 10px;
    }
    .footer_reg{
        align-items: flex-start;
    }
    .footer_copy{
        margin-top: 15px;
    }
    .footer_menu{
        grid-template-columns: repeat(1, auto);
    }
}
/* End */
/* /local/components/custom/feedback.form/templates/form/style.min.css?175155101932 */
/* /local/templates/mifki/template_styles.css?175741491543860 */
