@font-face {
    font-family: "Suisse Int";
    src: url(../fonts/SuisseIntl-Regular.otf)
}

@font-face {
    font-family: "Suisse Int book";
    src: url(../fonts/SuisseIntl-Book.otf)
}

@font-face {
    font-family: "Suisse Int light";
    src: url(../fonts/SuisseIntl-Light.otf)
}

@font-face {
    font-family: "Suisse Int Med";
    src: url(../fonts/SuisseIntl-Medium.otf)
}

@font-face {
    font-family: "Suisse Int sbold";
    src: url(../fonts/SuisseIntl-SemiBold.otf)
}

@font-face {
    font-family: "Suisse Int bold";
    src: url(../fonts/SuisseIntl-Bold.otf)
}

* {
    outline: none;
}

.book {
    font-family: "Suisse Int book"
}

.reg {
    font-family: "Suisse Int"
}

.med {
    font-family: "Suisse Int Med"
}

.sbold {
    font-family: "Suisse Int sbold"
}

.bold {
    font-family: "Suisse Int bold"
}

.light {
    font-family: "Suisse Int light"
}

* {
    margin: 0;
    padding: 0
}

.wrap {
    max-width: 1320px;
    width: 86.36%;
    margin: 0 auto
}

.header {
    width: 100%;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    position: sticky;
    z-index: 8;
    top: 0px;
}

.header_nav {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    transition: top 1s linear;
}

.nav_bg {
    background: url(../images/nav_bg.png) no-repeat center / 100% 100%;
}

.fixed_nav {
    top: -100%;
}

.scroll_nav .header_nav__bg {
    top: 0px;
}

.header_nav>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2vh;
    padding-bottom: 2vh;
    transition: padding .4s linear;
    z-index: 4;
    position: relative;
}

img.header_nav__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: -100%;
    transition: top .5s linear;
}

.header_bg {
    position: absolute;
    width: 230%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg)
}

.header_logo {
    width: 8.5vw
}

.header_logo img {
    width: 100%
}

.header_menu {
    margin-top: 2.5vh
}

.header_menu a {
    font-family: "Suisse Int";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding-left: 50px
}

.scroll_one section {
    position: relative;
    z-index: 9;
}

.header_info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 2;
    margin-top: 9vh;
    height: 69vh;
    overflow: hidden;
    padding-top: 20vh;
}

.header_info .wrap {
    transition: transform .4s linear;
}

.header_info::-webkit-scrollbar {
    display: none;
}

.header_info__box {
    width: 64%
}

.header_info__box h1 {
    font-weight: 400;
    font-size: 45px;
    line-height: 110.7%;
    color: #fff;
}

.header_info__box:nth-child(2) {
    padding-left: 47.4%;
    margin-top: 9.3vh;
}

.header_circle {
    position: absolute;
    width: 36vw;
    height: 36vw;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.header_circle img {
    position: absolute;
    left: 49%;
    top: 49%;
    transform: translate(-50%, -50%) rotate3d(0, 1, 0, 180deg) rotate(0deg);
    width: 356%
}

.curators {
    background: #1d1d1d;
    padding-bottom: 10.3vh;
    margin-top: -19.5vh;
}

.curators .section_title {
    padding-top: 0;
    padding-bottom: 3.9vh;
}

.wrap.zayav {
    margin-bottom: 19vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 12vh;
    border-top: 0px solid #fff;
    margin-top: 19vh;
}

.zayav .section_title {
    padding-top: 0;
    padding-bottom: 3.9vh;
    width: 15%;
}

.scroll_one {
    transition: transform .4s linear;
    position: relative;
    z-index: 4;
}

.curator {
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 7vh;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
    padding-bottom: 8.5vh;
}

.curator:hover .curator_img {
    filter: grayscale(0);
}

.curator:nth-child(3) {
    flex-direction: row-reverse
}

.curator_img {
    width: 38%;
    filter: grayscale(1);
    transition: filter .6s linear;
}

.curator_img img {
    width: 100%
}

.curator_info {
    width: 52.4%;
    display: flex;
    flex-direction: column
}

.curator_text {
    font-size: 22px;
    width: 65%;
    line-height: 129%;
}

.curator_doptext {
    width: 29%;
    font-size: 15px;
    margin-top: 0;
}

.curator_doptext__title {
    margin-bottom: 2vh;
    color: #6c43bf
}

.curator_name {
    font-size: 39px;
    width: 50%;
    line-height: 124%;
    margin-top: 0px;
    margin-bottom: 4.3vh;
}

.curator_dopinfo {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
}

.project {
    color: #fff;
}

.project .section_title {
    padding: 0px;
    width: 15%
}

.project>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 13vh;
    padding-bottom: 36vh;
    border-top: 1px solid #fff;
    margin-top: 13vh;
}

.project_info {
    width: 75%
}

.project_text {
    font-size: 45px;
    line-height: 116%;
    width: 92%;
}

.project_text__dop>div {
    width: 40%;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.project_text__dop>div>div {
    margin-top: 30px;
}

.project_text__dop {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 100px;
    width: 92%;
}

.project_dop {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 7vh
}

.project_doptext {
    width: 46%;
    font-size: 22px;
    line-height: 125%
}

.video {
    position: relative
}

.video_video {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1
}

.video_info {
    color: #fff;
    font-size: 44px;
    width: 91%;
    margin: 0 auto;
    line-height: 120%;
    text-align: left;
    width: 75%;
}

.video_info p {
    color: #5d0ef5;
}

.video_info span {
    padding-left: 15%
}

.video .btn {
    display: inline-block;
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-top: 8vh
}

.video .zayav {
    padding-bottom: 17.7vh
}

.zayav .btn_purple {
    color: #fff;
    background: #6c43bf;
    margin-top: 9.5vh;
    display: inline-block;
    /* width: 40%; */
    margin: 9.5vh auto 0;
}

.video marquee {
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 2.1vh;
    font-size: 47px;
    padding-bottom: 1.4vh;
    margin-top: 1px;
}

.faq {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}

.faq .wrap {
    padding-top: 17vh;
    padding-bottom: 17vh;
}

.faq_logo {
    width: 35%;
    padding-top: 3.5vh;
}

.faq_logo img {
    width: 100%
}

.faq_title {
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3.4vh
}

label[for=why] {
    margin-bottom: 0px;
}

.faq_info {
    color: #fff;
    width: 51.4%;
    margin-top: 2.9vh
}

.faq_box {
    padding-bottom: 2.2vh;
    border-bottom: 1px solid #fff;
}

.faq_box__title {
    margin-top: 2.1vh;
    font-size: 27px;
    position: relative;
    cursor: pointer;
}

.faq_box__title:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    font-family: "Suisse Int light";
}

.faq_box__text {
    font-size: 18px;
    height: 0;
    overflow: hidden;
    margin-top: 0
}

.slider {}

.slider .wrap {
    padding-top: 17vh;
    padding-bottom: 17vh;
}

.slide {
    display: flex;
    flex-direction: row;
    color: #fff;
    position: relative
}

.slide_text {
    width: 60%;
    z-index: 2;
    position: relative;
    margin-left: 4px;
}

.slide_img {
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
    top: 0px;
}

.slide_img img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.slide_name {
    font-size: 39px;
    margin-top: 0;
}

.slide_name span {
    display: block;
    margin-top: -7px;
}

.slide_info {
    font-size: 23px;
    margin-top: 4.4vh;
    line-height: 116%;
    width: 80%;
    margin-bottom: 4.5vh;
}

.slide_dopinfo {
    width: 41%;
    font-size: 22px;
}

.know {
    background: #1d1d1d;
    padding-top: 14vh;
}

.know_item {
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 14vh;
}

.know_revers {
    flex-direction: row-reverse;
}

.know .section_title {
    padding-top: 0;
    padding-bottom: 8.4vh;
}

.know_info {
    width: 42%;
}

.know_text {
    font-size: 22px;
    line-height: 139%;
    margin-bottom: 10vh;
    letter-spacing: 0px;
}

.know_doptext {
    width: 43%;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 115%;
    color: #6c43bf;
}

.know_item img {
    width: 51%;
}

.form {
    background: #1d1d1d;
    padding: 0vh 0;
    margin-top: -15.1vh;
    position: relative;
}

.form_title.reg {
    font-size: 31px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2vh;
}

.formwrap {
    margin-top: 15vh;
}

.form .section_title {
    padding-top: 0;
    padding-bottom: 3.9vh;
    border-bottom: 1px solid #fff;
    margin-bottom: 7vh;
    color: #fff;
}

.form .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-top: 24.5vh; */
    padding-bottom: 24vh;
    position: relative;
}

.form_boxes {
    width: 47%;
}

.form_boxes:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form_box {
    width: 100%
}

.form_box form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.textinput {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 5.5vh;
    margin-top: 4vh;
}

.about_input label:after {
    content: none !important;
}

.about_input textarea {
    border: 1px solid #fff !important;
}

.input_line textarea::placeholder {
    font-size: 23px;
    color: #6b6b6b;
    font-family: "Suisse Int light";
}

.required_box {
    color: #fff;
    font-size: 12px;
    margin-bottom: 25px;
}

.form [type=file] {
    visibility: hidden
}

.form label {
    font-size: 23px;
    font-family: "Suisse Int light";
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    letter-spacing: 0px;
    cursor: pointer;
}

.file label {
    border-bottom: 1px solid #fff;
    padding: 12px 0px;
}
/*
.file label::after {
    content: "";
    background: url(../images/arrowd.png) no-repeat left/27px 31px;
    position: absolute;
    right: 0px;
    color: #6c43bf;
    font-family: "Suisse Int light";
    border-bottom: 0;
    font-size: 20px;
    top: 50%;
    text-decoration: underline;
    padding-left: 0;
    width: 27px;
    height: 31px;
    transform: translate(0px, -50%);
}*/

.file label::before {
    content: "";
    background: url(../images/f1.png) no-repeat left/31px 31px;
    position: absolute;
    right: 0px;
    color: #6c43bf;
    font-family: "Suisse Int light";
    border-bottom: 0;
    font-size: 20px;
    top: 50%;
    text-decoration: underline;
    padding-left: 0;
    width: 31px;
    height: 31px;
    transform: translate(0px, -50%);
}
.error_red label::before {
    background: url(../images/ferr.png) no-repeat left/31px 31px;
}

.error_green label::before {
    background: url(../images/fgood.png) no-repeat left/31px 31px;
}/*
.form label:hover::after {
    content: "";
    background: url(../images/arrowdp.png) no-repeat left/27px 31px;
}*/

.form_dop {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.form_boxes p {
    margin-bottom: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form_boxes p input {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 23px;
    font-family: "Suisse Int light";
    padding: 12px;
    outline: none;
    border-radius: 0px;
    width: 75%;
    box-sizing: border-box;
}

.dopspan {
    color: #6b6b6b;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.about_input {
    margin-bottom: 0px !important;
}

.required span {
    position: relative;
    padding-right: 12px;
}

.required span::after {
    content: '*';
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
}

.required .dopspan::after {
    content: '';
}

.form_boxes p label {
    width: 23%;
}

.form_dop a {
    color: #fff;
}

.footer {
    background: #1d1d1d;
    margin-top: -1px;
    padding-bottom: 6vh
}

.footer .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.footer_one {
    color: #fff;
    width: 20%;
}

.footer_one img {
    width: 40%;
}

.footer_copyright {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
}

.footer_two {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.footer_link {
    font-size: 18px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 0.5vh;
}

.footer_three {
    width: 15%;
}

.footer_four {
    width: 30%;
}

.footer_four a {
    text-transform: uppercase
}

.footer_title {
    color: #fff;
    margin-bottom: 3vh
}

.section_title {
    padding-top: 17vh;
    padding-bottom: 3.4vh
}

.section_title h2 {
    color: #fff;
    font-size: 31px;
    letter-spacing: 0px
}

.btn {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 19px 42px;
    display: inline-block;
    letter-spacing: 0px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.btn_purple:hover {
    background: #500fcf;
}

.btn_purple {
    color: #fff;
    background: #6c43bf;
    margin-top: 9.5vh;
}

.tns-controls {
    display: flex;
    justify-content: end;
    flex-direction: row;
    margin-top: 2.5vh;
}

.tns-controls>button {
    background: transparent url(../images/warrow.png) no-repeat center/contain;
    width: 36px;
    border: 0px;
    font-size: 0px;
    height: 33px;
    outline: none;
}

.tns-controls>button:hover {
    background: transparent url(../images/arrow.png) no-repeat center/contain;
}

[data-controls=prev] {
    transform: rotate(180deg);
    margin-right: 2vw
}

.form .btn {
    border: 0px;
    margin-top: 0;
}

a.social_link {
    text-decoration: none;
}

.header_burger {
    display: none;
}

.input_line textarea {
    width: 100% !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    color: #fff;
    font-size: 23px;
}

.input_line {
    margin-bottom: 33px;
}

.footer_box {
    display: flex;
    width: 47%;
    flex-direction: row;
    justify-content: space-between;
}

.logos_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.logos_box a {
    width: 31%;
}

.logos_box a img {
    width: 100%;
}

.brdesc {}

.brmob {
    display: none;
}

.faq {
    background: #1d1d1d;
}

.faq_open .faq_box__text {
    height: auto;
    margin-top: 40px;
}

.faq_open .faq_box__title:after {
    transform: translate(0, -50%) rotate(45deg);
}

.one_box {
    width: 100%;
}

.one_box img {
    width: 100%;
}

.logos_boxdop {
    width: 40%;
    text-align: center;
}

.footer_three a {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.footer_three a:nth-child(2) {
    width: 90%;
    margin-top: 20px;
}

.desc_three {}

.mob_three {
    display: none;
}

.error_red {
    color: #CD0000;
}

.error_red label {
    color: #CD0000;
}

.form_boxes p.error_red input {
    border: 1px solid #CD0000;
}

.about_input textarea {
    padding: 12px;
}

.file.error_red label {
    border-bottom: 1px solid #CD0000;
}

.about_input.error_red textarea {
    border: 1px solid #CD0000 !important;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #2F2F2F;
    padding: 37px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: none;
}

.popup_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 115.7%;
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
}

img.popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.tns-outer [data-action] {
    display: none;
}

.mob_btn {
    display: none;
}

.desc_btn {}

.footer_link a {
    color: #fff;
    text-decoration: none;
}

p.footer_link {
    margin-top: 15px;
}
.form_text{
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    width: 60%;
    margin-left: 40%;
}
@media(max-width:980px) {
    .form_text{
        font-size: 24px;
        width: 100%;
        margin-left: 0px;
    line-height: 125%;
    }
    .project_text__dop>div>div {
        margin-top: 25px;
    }
    p.footer_link {
        margin-top: 0px;
    }
    .mob_btn {
        display: block;
    }
    .desc_btn {
        display: none !important;
    }
    .project_text__dop {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
        flex-direction: column;
        padding-bottom: 0px;
    }
    .project_text__dop>div {
        width: 100%;
        margin-bottom: 25px;
    }
    .popup {
        width: 100%;
        padding: 24px;
    }
    .popup_text {
        font-weight: 400;
        font-size: 16px;
        line-height: 115.7%;
        color: #FFFFFF;
        width: 90%;
        margin: 0 auto;
    }
    .about_input textarea {
        padding: 12px;
        box-sizing: border-box;
        height: 31vh;
        margin-bottom: 23px;
    }
    .form_boxes p label {
        width: 100%;
    }
    .form_boxes p {
        margin-bottom: 23px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .faq {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
    }
    .form_box form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .form_boxes {
        width: 100%;
    }
    .desc_three {
        display: none!important
    }
    .mob_three {
        display: flex;
    }
    .footer_three a {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .footer_three a:nth-child(2) {
        width: 50%;
        margin-top: 0;
    }
    .project_info {
        width: 100%;
    }
    .brdesc {
        display: none;
    }
    .brmob {
        display: block;
    }
    .slide_img img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .header_circle {
        position: absolute;
        width: 76vw;
        height: 76vw;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
    }
    .logos_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .logos_box a {
        width: 60%;
    }
    .footer_one a img {
        margin-top: 0px;
    }
    .footer_box {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .slide_img {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        top: 0px;
    }
    input {
        border-radius: 0px;
    }
    .curator_info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .close {
        display: none;
    }
    .menu_open nav {
        display: flex !important;
    }
    .menu_open .close {
        display: block;
    }
    .menu_open .burger {
        display: none;
    }
    .header_nav nav {
        display: none;
        position: fixed;
        top: 0px;
        background: #000;
        width: 100vw;
        left: 0px;
        flex-direction: column;
        height: 100vh;
        align-items: left;
        justify-content: center;
        box-sizing: border-box;
        padding: 0 10%;
        padding-top: 0;
    }
    nav>div {
        position: absolute;
        top: calc(50% - 35px);
        transform: translate(0px, -50%);
    }
    .header_menu a {
        font-family: "Suisse Int";
        font-weight: 400;
        font-size: 33px;
        line-height: 110%;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        padding-left: 0;
        margin-bottom: 30px;
        display: block;
    }
    .header_menu a:nth-child(3) {
        margin-bottom: 0px;
    }
    .header_logo {
        width: 38.5vw;
        z-index: 9;
    }
    .header_burger {
        display: block;
        z-index: 9;
    }
    .header_nav nav {
        display: none;
    }
    .header_nav>div {
        padding-top: 2vh;
        padding-bottom: 2vh;
        max-width: 100%;
        align-items: center;
    }
    .header_logo {
        width: 38.5vw;
    }
    .header {
        width: 100%;
        height: auto;
        color: #fff;
        overflow: hidden;
        position: relative;
        z-index: 8;
        top: 0px;
    }
    .wrap {
        max-width: 92%;
    }
    .header_info__box {
        width: 100%;
    }
    .header_info__box h1 {
        font-weight: 400;
        font-size: 24px;
        line-height: 105.7%;
        color: #fff;
    }
    .header_info__box:nth-child(2) {
        padding-left: 43.4%;
        margin-top: 80px;
        width: 64%;
    }
    .header_info__box:nth-child h1 br:nth-child(2) {
        display: none;
    }
    .header_info__box .btn {
        margin-left: -90px;
    }
    .btn_purple {
        color: #fff;
        background: #6c43bf;
        margin-top: 53px;
    }
    .btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 12px 39px;
        display: inline-block;
        letter-spacing: 0px;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }
    .project>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 60px;
        padding-bottom: 36vh;
        border-top: 1px solid #fff;
        margin-top: 80px;
    }
    .project .section_title {
        padding: 0px;
        width: 100%;
    }
    .section_title h2 {
        color: #fff;
        font-size: 26px;
        letter-spacing: 0px;
    }
    .project_text {
        font-size: 24px;
        line-height: 125%;
        margin-top: 19px;
    }
    .project>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 58px;
        padding-bottom: 53px;
        border-top: 1px solid #fff;
        margin-top: 84px;
    }
    .header_bg {
        display: none;
    }
    .header {
        background: url(../images/BG.jpg) no-repeat center / auto 100%;
    }
    .header_info {
        height: auto;
        margin-top: 146px;
        padding-top: 0px;
    }
    .know_revers {
        flex-direction: column-reverse;
    }
    .know {
        background: #1d1d1d;
        padding-top: 85px;
        padding-bottom: 106px;
    }
    .know .section_title {
        padding-top: 0;
        padding-bottom: 16px;
        line-height: 200%;
    }
    .know_revers {
        flex-direction: column-reverse;
    }
    .know_item {
        flex-direction: column-reverse;
        padding-bottom: 110px;
        position: relative;
        margin-bottom: 60px;
        border-top: 1px solid #fff;
        padding-top: 60px;
    }
    .know_item:nth-child(1) {
        border-top: 0px;
        padding-top: 0px;
    }
    .know_text {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 35px;
        letter-spacing: 0px;
        margin-top: 5px;
    }
    .know_doptext {
        width: 75%;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 115%;
        position: absolute;
        bottom: 0;
    }
    .know_info {
        width: 100%;
    }
    .know_item img {
        width: 100%;
    }
    .curators {
        background: #1d1d1d;
        padding-bottom: 74px;
        margin-top: 0px;
    }
    .wrap.zayav {
        margin-bottom: 99px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 79px;
        margin-top: 0;
    }
    .video_info {
        color: #fff;
        font-size: 16px;
        width: 91%;
        margin: 0 auto;
        line-height: 120%;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }
    .zayav .btn_purple {
        margin: 73px auto 0px;
        display: block;
        width: 60%;
    }
    .curators .section_title {
        padding-top: 0;
        padding-bottom: 39px;
    }
    .curator {
        display: flex;
        border-top: 1px solid #fff;
        padding-top: 43px;
        flex-direction: column;
        color: #fff;
        justify-content: space-between;
        padding-bottom: 8.5vh;
    }
    .curator_img {
        width: 100%;
        filter: grayscale(0);
        transition: filter .6s linear;
    }
    .curator_name {
        font-size: 37px;
        width: 100%;
        line-height: 124%;
        margin-top: 38px;
        margin-bottom: 16px;
    }
    .curator_dopinfo {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: start;
    }
    .curator_text {
        font-size: 15px;
        width: 100%;
        line-height: 115%;
        margin-top: 6px;
    }
    .curator:nth-child(3) {
        flex-direction: column;
    }
    .video marquee {
        color: #fff;
        text-transform: uppercase;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-top: 26px;
        font-size: 18px;
        padding-bottom: 20px;
    }
    .slide_text {
        width: 100%;
        z-index: 2;
        position: relative;
        margin-left: 0;
    }
    .slider .wrap {
        padding-top: 50px;
        padding-bottom: 34vh;
    }
    .slide_text {
        width: 100%;
        z-index: 2;
        position: relative;
        margin-left: 0;
        margin-top: 74vw;
    }
    .slide_info {
        font-size: 16px;
        margin-top: 37px;
        line-height: 116%;
        width: 100%;
        margin-bottom: 25px;
    }
    .slide_dopinfo {
        width: 71%;
        font-size: 14px;
        margin-top: 27px;
    }
    [data-controls=prev] {
        transform: rotate(180deg);
        margin-right: 8vw;
    }
    .tns-controls>button {
        outline: none;
        background: transparent url(../images/Vector-1.png) no-repeat center/contain;
        width: 26px;
        border: 0px;
        font-size: 0px;
        height: 33px;
    }
    .tns-controls>button:hover {
        background: transparent url(../images/Vector-1.png) no-repeat center/contain;
        width: 26px;
        border: 0px;
        font-size: 0px;
        height: 33px;
    }
    .tns-controls {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 30px;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 200px;
    }
    .slider .wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .faq_logo {
        width: 74%;
        position: relative;
        top: -17px;
        height: 10%;
        padding-top: 0;
        padding-bottom: 32px;
        margin: 0 auto;
    }
    .faq_title {
        font-size: 23px;
        border-bottom: 1px solid #fff;
        padding-bottom: 42px;
    }
    .faq_info {
        color: #fff;
        width: 100%;
        margin-top: 15px;
    }
    .faq_box {
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
        padding-top: 30px;
    }
    .faq_box__title {
        margin-top: 0;
        font-size: 18px;
        position: relative;
    }
    .form_title.reg {
        font-size: 25px;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }
    .textinput {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 0;
    }
    textarea::placeholder {
        font-size: 16px;
    }
    .form_boxes p input {
        font-size: 16px;
        width: 100%;
    }
    .input_line textarea,
    .input_line textarea::placeholder {
        font-size: 16px;
        padding-bottom: 12px;
        box-sizing: border-box;
    }
    .input_line {
        margin-bottom: 23px;
    }
    .textinput {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 0;
    }
    .form_box {
        width: 100%;
        margin-top: 30px;
    }
    .form label {
        font-size: 16px;
        font-family: "Suisse Int light";
        padding-bottom: 11px;
        margin-bottom: 0;
    }
    .form_dop {
        color: #fff;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: -45px;
        letter-spacing: 0px;
    }
    .form .btn {
        border: 0px;
        margin-top: 19vh;
        margin: 90px auto 0px;
        border-radius: 0px;
    }
    .footer .wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer_link {
        font-size: 18px;
        color: #fff;
        display: block;
        text-decoration: none;
        margin-bottom: 17px;
    }
    .footer_four {
        width: 100%;
        order: 1;
        margin-top: 9px;
        text-align: left;
    }
    .footer_four a {
        font-family: "Suisse Int Med";
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .footer_three {
        width: 100%;
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0%;
        box-sizing: border-box;
        padding: 22px 0%;
        margin-top: 20px;
        text-align: left;
        margin-bottom: 46px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .footer_title {
        color: #fff;
        margin-bottom: 24px;
        font-size: 18px;
    }
    .footer_two {
        width: 100%;
        order: 3;
        text-align: left;
    }
    .footer_two a,
    .footer_two p {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .footer_one img {
        width: 77%;
        display: block;
        margin-top: 30px;
        margin-bottom: 33px;
    }
    .footer_copyright {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        text-align: left;
    }
    .footer_one {
        color: #fff;
        width: 100%;
        order: 4;
    }
    .form .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 0px;
        padding-bottom: 100px;
        position: relative;
    }
    input[type="submit"] {
        border-radius: 0;
        -webkit-appearance: none;
    }
    .header_nav {
        background: url(../images/nav_bg2.png) no-repeat center / 100% 100%;
        transition: top .5s linear;
    }
}