

/* 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?175336421013623*/
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');

@font-face {
    font-display: swap;
    font-family: "Stengazeta";
    font-weight: 600;
    src: url("/local/templates/pobeda/fonts/Stengazeta-Regular_5.ttf") format("truetype")
}

:root{
    --font-family: "Inter", sans-serif;
    --second-family: "Roboto", sans-serif;
    --third-family: "Font Awesome 5 Brands", sans-serif;
    --color-coral: #ece1d2;
    --color-main: #313131;
    --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;
}
*{
    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;
}

body{
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    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;
}

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

section ~ div{
    height: 100%;
}

.container{
    margin: 0 auto;
    /*max-width: 1330px;*/
    padding: 0 50px;
    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;
    width: 280px;
    height: 66px;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    background-color: #6e7073;
    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;
}

.main_title{
    font-size: 48px;
    text-transform: uppercase;
}

.header{
    padding: 30px 0;
    background: #ddd;
}
.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo{
    width: 200px;
    height: 50px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.header_menu{
    display: flex;
    align-items: center;
    gap: 40px;
}
.header_menu_item{
    text-transform: uppercase;
    font-size: 22px;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
}
.header_menu_item:hover{
    color: #000;
}

.header_socials{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_info{
    display: flex;
    align-items: center;
    gap: 40px;
}

/* promo section */

.promo{
    position: relative;
    background: #ccc;
    overflow: hidden;
}

.promo_wrapper .swiper-slide{
    height: calc(100svh - 126px);
    background: #585858;
}

.main_prev{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: rgba(220,220,220, 0.3);
    z-index: 5;
}

.main_next{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: rgba(220,220,220, 0.3);
    z-index: 5;
}

/* promo section end */

/* nomination section */

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

.nomination_title{
    margin-bottom: 20px;
}

.nomination_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nomination_item{
    position: relative;
    border-radius: 8px;
    background: #ccc;
    font-size: 22px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* nomination section end */

/* why section */

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

.why_wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}

.why_item {
    background: #818181;
    color: white;
    padding: 20px;
    border-radius: 8px;
    font-size: 22px;
    font-family: sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.why_item:nth-child(12n+1),
.why_item:nth-child(12n+2),
.why_item:nth-child(12n+3) {
    grid-column: span 4;
}

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

.why_btn{
    margin: 0 auto;
    margin-top: 30px;
}

/* why section end */

/* question section */

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

.question_wrapper,
.question_item{
    position: relative;
}

.question_item_answer{
    display: none;
}

.question_item_label{
    position: relative;
    font-size: 21px;
    width: 100%;
    padding: 27px 50px 27px 0;
    text-align: left;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid #4E556B !important;
}

.question_item_answer{
    background: #fff;
    font-size: 19px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
    color: #131C3A !important;
}
.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 */

/* footer */

.footer{
    position: relative;
    background: #bbb;
    padding: 40px 0;
}

.footer_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_socials{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
}

/* 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;
    grid-gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    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;
}
.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{
    max-width: 100%;
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0.25rem;
    border: solid .075rem #b1b5be;
}

.form_box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.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;
}
.participant_delete{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
    cursor: pointer;
}

/* feedback end */
/* End */
/* /local/components/custom/feedback.form/templates/form/style.min.css?175155101932 */
/* /local/templates/mifki/template_styles.css?175336421013623 */
