*, *:before, *:after, a {
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #000000;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:focus, a:hover {
    outline: none;
    color: #ffffff;
}

input, textarea, button, select {
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
}


.center_1200 {
    margin: 0 auto;
    display: block;
    min-width: 1200px;
    max-width: 1200px;
}


/* шапка */
.top_gap {
    width: 100%;
    height: 80px;
}

.distrib_top {
    background-image: url(../images/bg_header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 40px 150px 150px 150px;
}

.block_black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: -10;
}

.block_content {
    position: absolute;
    z-index: 10;
}

.block_menu {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0 auto;
    max-width: 745px;
}

.menu_item {
    color: rgba(195, 182, 157, 1);
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
}

.block_date {
    margin-top: 60px;
}

.block_date_time {
    font-family: Roboto;
    font-weight: 400;
    font-size: 25px;
}

.block_subheader {
    font-family: Roboto;
    font-weight: 300;
    font-size: 19px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.block_header {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}

.block_header_main {
    font-family: Roboto;
    font-weight: 300;
    font-size: 68px;
    line-height: 75px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

.text_header_gold {
    font-weight: 400;
    color: rgba(195, 138, 59, 1);
}

.block_button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.block_button_descript {
    font-family: Roboto;
    font-weight: 100;
    font-size: 22px;
    text-transform: uppercase;
}

.block_button_signup {
    width: 187px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    background-color: rgba(195, 138, 59, 1);
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 4%;
    margin-top: 20px;
    cursor: pointer;
}



.distrib_cross {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.distrib_cross_line1 {
    position: absolute;
    left: -50px;
    top: 50px;
    width: 1300px;
    height: 64px;
    line-height: 64px;
    rotate: 4deg;
    background-color: rgba(195, 138, 59, 1);
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;

}

.distrib_cross_line2 {
    position: absolute;
    left: -50px;
    top: 50px;
    width: 1300px;
    height: 64px;
    line-height: 64px;
    rotate: -4deg;
    background-color: rgba(195, 182, 157, 1);
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}

.distrib_section1 {
    background-image: url(../images/bg_section1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 60px 10px 60px;
}

.distrib_expert_header {
    font-weight: 300;
    font-size: 44px;
    text-transform: uppercase;
}

.distrib_expert_person {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: -60px;
}

.distrib_expert_photo {
    position: absolute;
    width: 250px;
    height: 285px;
    bottom: 0;
    right: 0;
    background-image: url(../images/vera_fetischeva.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom-right-radius: 144px;
}

.distrib_expert_describe {
    position: absolute;
    width: 775px;
    bottom: 0;
    left: 170px;
    background-color: rgba(167, 103, 46, 1);
    padding: 20px 100px 20px 30px;

    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;

    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 19px;
}

.distrib_expert_action {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 19px;
    text-align: right;
    position: absolute;
    width: 405px;
    bottom: 160px;
    left: 435px;
}

.distrib_info1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-top: 100px;
}

.distrib_info1_block {
    width: 32%;
    height: 404px;
    position: relative;
}

.distrib_info1_how {
    width: 100%;
    height: 404px;
    border-radius: 5px 107px 5px 5px;
    border: 2px solid rgba(195, 138, 59, 1);
    background-color: rgba(0,0,0,0.4);
    padding: 30px;
}

.distrib_info1_where {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 315px;
    border-radius: 5px 5px 5px 107px;
    border: 2px solid rgba(195, 138, 59, 1);
    background-color: rgba(0,0,0,0.4);
    padding: 30px;
}

.distrib_info1_what {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 315px;
    border-radius: 5px 5px 107px 5px;
    border: 2px solid rgba(195, 138, 59, 1);
    background-color: rgba(0,0,0,0.4);
    padding: 30px;
}

.distrib_info1_header {
    font-weight: 700;
    font-size: 38px;
    color: rgba(195, 138, 59, 1);
}

.distrib_info1_list {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    padding-left: 20px;
}

.distrib_info1_list li {
    margin-bottom: 22px;
}

.distrib_info2 {
    width: 100%;
    margin-top: 100px;
}


.distrib_info2_item {
    width: 100%;
}

#distrib_info2_item_format {
    border: 3px solid rgba(195, 182, 157, 1);
    border-radius: 3px 107px 3px 3px;
    height: 215px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
}

#distrib_info2_item_header_fromat {
    color: rgba(195, 182, 157, 1);
}

#distrib_info2_item_second {
    border: 3px solid rgba(195, 138, 59, 1);
    border-radius: 3px 3px 3px 107px;
    height: 215px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
}

#distrib_info2_item_header_second {
    color: rgba(195, 138, 59, 1);
}

#distrib_info2_item_end {
    border: 3px solid rgba(167, 103, 46, 1);
    border-radius: 3px 3px 107px 3px;
    height: 215px;
    width: 100%;
    display: table;
}

#distrib_info2_item_header_end {
    color: rgba(167, 103, 46, 1);
}

.distrib_info2_row {
    display: table-row;
}

.distrib_info2_item_header {
    display: table-cell;
    vertical-align: middle;
    height: 215px;
    width: 470px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    padding-left: 60px;
}

.distrib_info2_item_text {
    display: table-cell;
    vertical-align: middle;
    height: 215px;
    font-weight: 400;
    font-size: 25px;
    padding-right: 100px;
}

.distrib_info2_item_text ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}





.distrib_subscribe {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-top: 60px;
    padding: 60px;
}

.distrib_subscribe_text {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    width: 637px;
}



.distrib_whom {
    width: 100%;
    padding: 60px;
}

.distrib_whom_header {
    font-weight: 400;
    font-size: 53px;
    letter-spacing: 0%;
    color: rgba(195, 182, 157, 1);
    margin-bottom: 40px;
}

.distrib_whom_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distrib_whom_grid_left {
    width: 368px;
    margin-right: 20px;
}

.distrib_whom_grid_right {
    flex: 1 0;
}

.distrib_whom_grid_cell {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: rgba(195, 182, 157, 1);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 25px;
    color: rgba(0, 0, 0, 1);

    padding: 0px 40px 0px 40px;
}

#distrib_whom_grid_cell1 {
    border-radius: 0px 30px 0px 0px;
    height: 150px;
    margin-bottom: 20px;
}

#distrib_whom_grid_cell2 {
    border-radius: 0px 0px 0px 30px;
    height: 150px;
}

#distrib_whom_grid_cell3 {
    height: 93px;
    margin-bottom: 20px;
    border-radius: 0px 30px 0px 0px;
}

#distrib_whom_grid_cell4 {
    height: 93px;
    margin-bottom: 20px;
    border-radius: 30px 0px 0px 0px;
}

#distrib_whom_grid_cell5 {
    height: 93px;
    border-radius: 0px 0px 30px 0px;
}




.distrib_where {
    width: 100%;
    padding: 20px;
}

.distrib_where_header {
    padding-left: 60px;
    font-weight: 400;
    font-size: 53px;
    color: rgba(195, 138, 59, 1);
    margin-bottom: 40px;
}

.distrib_where_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distrib_where_item1 {
    width: 45px;
    height: 172px;
    margin-right: 15px;
    background-image: url(../images/bg_grid1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px 0px 0px 0px;
}

.distrib_where_item2 {
    height: 172px;
    margin-right: 15px;
    flex: 1 0;

    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: rgba(167, 103, 46, 1);
    border-radius: 0px 56px 0px 0px;

    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.distrib_where_item3 {
    width: 100px;
    height: 172px;
    margin-right: 15px;
    background-image: url(../images/bg_grid2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 50px 0px 0px;
}

.distrib_where_item4 {
    width: 146px;
    height: 172px;
    margin-right: 15px;
    background-image: url(../images/bg_grid3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 73px 0px 73px;
}

.distrib_where_item5 {
    width: 177px;
    height: 172px;
    margin-right: 15px;
    background-image: url(../images/bg_grid4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 86px 0px 0px 0px;
}

.distrib_where_item6 {
    width: 40px;
    height: 172px;
    margin-right: 15px;
    background-image: url(../images/bg_grid5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 28px 0px;
}





.distrib_section2 {
    width: 100%;
    background-image: url(../images/bg_section2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.distrib_vera {
    padding: 100px 60px 100px 60px;
}

.distrib_vera_header {
    font-weight: 400;
    font-style: Italic;
    font-size: 53px;
    color: rgba(195, 138, 59, 1);
}

.distrib_vera_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distrib_vera_left {
    width: 590px;
    margin-right: 60px;
    position: relative;
}

.distrib_vera_right {
    flex: 1 0;
}

.distrib_vera_text1 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;

    margin-bottom: 40px;
    padding: 30px;
}

.distrib_vera_logos {
    width: 100%;
    padding-left: 30px;
}

.distrib_vera_logo {
    display: inline-block;
    height: 36px;
    width: auto;
    margin-right: 10px;
}

.distrib_vera_text2 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;

    margin-top: 20px;
    padding: 30px;
}

.distrib_vera_text3 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;

    background-color: rgba(167, 103, 46, 1);
    border-radius: 6px;
    padding: 30px;
}

.distrib_vera_text4 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;

    margin-bottom: 40px;
    padding: 30px;
}

.distrib_vera_photo {
    width: 340px;
    height: 405px;
    background-image: url(../images/vera_fetischeva.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0px 0px 108px 0px;
}

.distrib_vera_photo_mob {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40dvw;
    height: 40dvw;
    background-image: url(../images/vera_fetischeva.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0px 0px 15dvw 0px;
    display: none;
}

.distrib_vera_posters {
    width: 340px;
    margin-top: 60px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distrib_vera_poster {
    width: 109px;
    margin-bottom: 6px;
}





.distrib_partic {
    width: 100%;
    padding: 100px 60px 100px 60px;
}

.distrib_partic_header {
    font-weight: 400;
    font-size: 53px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.distrib_partic_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.distrib_partic_grid_num {
    width: 10%;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 62px;
    color: rgba(195, 138, 59, 1);
    margin-bottom: 40px;
    padding-left: 40px;

}

.distrib_partic_grid_text {
    width: 90%;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px;
}




.distrib_feedback {
    width: 100%;
    padding: 0px 60px 100px 60px;
}

.distrib_feedback_header {
    font-weight: 400;
    font-size: 53px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.distrib_feedback_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distrib_feedback_item {
    width: 48%;
}

.distrib_feedback_text {
    background-color: rgba(195, 138, 59, 1);
    padding: 40px;
    border-radius: 6px;
    color: #000000;
}

.distrib_feedback1 {
    margin-bottom: 40px;
}

.distrib_feedback2 {
    margin-top: 120px;
}






.distrib_faq {
    width: 100%;
    padding: 0px 60px 100px 60px;
}

.distrib_faq_header {
    font-weight: 400;
    font-size: 53px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.distrib_faq_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distrib_faq_item {
    width: 100%;
    padding: 40px;
    border: 1px solid rgba(195, 138, 59, 1);
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 19px;
    color: rgba(195, 138, 59, 1);
    background-color: rgba(0,0,0,0.4);
}





.distrib_footer {
    width: 100%;
    padding: 0px 60px 200px 60px;
}

.distrib_footer_grid {
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.distrib_footer_left {
    width: 48%;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    background-color: rgba(167, 103, 46, 1);
    border-radius: 6px;
    padding: 40px;
}

.distrib_footer_right {
    width: 48%;

}

.distrib_footer_contact {
    font-weight: 700;
    font-size: 19px;
    margin-top: 40px;
}

.distrib_footer_contact a {
    text-decoration: none;
}


.distrib_org {
    width: 100%;
    text-align: center;
    color: #C3B69D;
    padding-bottom: 100px;
}

.distrib_org a {
    color: #C38A3B;
}





/* форма отправки */
.send_form_overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100dvh;
    z-index: 100;
    display: none;
}

.send_form_table {
    display: table;
    width: 100%;
    height: 100vh;
}

.send_form_row {
    display: table-row;
}

.send_form_cell {
    display: table-cell;
    width: 100%;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
}

.send_form_body {
    display: inline-block;
    max-width: 600px;
    width: 90%;
    border-radius: 1.5rem;
    text-align: center;

    padding: 40px;
    border: 1px solid #C38A3B;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.7);
}

.send_form_close_line {
    width: 100%;
    text-align: right;
}

.send_form_close {
    display: inline-block;
    background-image: url(../images/ico_close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.send_form_header {
    font-weight: 400;
    font-size: 40px;
    color: rgba(195, 138, 59, 1);
    margin-bottom: 40px;
}

.send_form_input {
    width: 100%;
    border: none;
    border: 1px solid #C38A3B;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    padding-left: 10px;
    color: #ffffff;
}

.send_form_checkbox {
    color: #C3B69D;
}

.send_form_label {
    color: #C3B69D;
    font-size: 14px;
}

.send_form_button_line {
    width: 100%;
    display: block;
}

.send_form_button {
    display: inline-block;
    width: 187px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    background-color: rgba(195, 138, 59, 1);
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 4%;
    cursor: pointer;
    margin-top: 40px;
}

.send_message_text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#block_message {
    display: none;
}

.send_message_ok_button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    display: inline-block;
    border-radius: 34px;
    background-color: rgba(195, 138, 59, 1);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin-top: 2rem;
}