@import url('fonts/fonts.css');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Vela Sans', sans-serif;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #435fd3;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 700;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
    color: #070f31;
    height: auto;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1406px;
    padding: 0 16px;
    position: relative;
    width: 100%;
}
.container--medium {
    max-width: 1544px;
}
.container--large {
    max-width: 1500px;
}
.container--big {
    max-width: 1687px;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.title_bk {
    font-family: "Clash Display";
    font-weight: 600;
    font-size: 100px;
    line-height: 77%;
    text-transform: uppercase;
}
.title_bk span {
    display: block;
    font-size: 34px;
    line-height: 77%;
}
.title_bk_plank {
    background: #070f31;
    border-radius: 41px;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 115%;
    text-transform: uppercase;
    padding: 8.5px 21px 7.5px;
    color: #fff;
}
.btn {
    background: #000;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Clash Display", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.9;
}
.btn_black {
    background: #070f31;
    padding: 0 50px;
    height: 92px;
}
.btn_icon {
    font-size: 0;
    margin-left: 8px;
}
.btn_blue {
    background: #435fd3;
    font-family: "Vela Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding: 0 38.5px;
    height: 45px;
}
.btn_blue:hover {
    opacity: 0.7;
}

/*-- HEADER --*/

.header {
    padding: 48px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.header_menu {
    font-size: 0;
}
.header_menu ul li {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}
.header_menu ul li:last-child {
    margin-right: 0;
}
.header_menu ul li a {
    font-family: "Vela Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    transition: 0.25s;
}
.header_menu ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*-- FIRST BK --*/

.first_bk {
    background-image: url(../img/temp/bg_ftbk.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 554px;
    min-height: 1301px;
}
.ftbk_tag_inside {
    background: #070f31;
    border-radius: 41px;
    display: inline-block;
    padding: 9px 19px 7px;
    font-size: 0;
    vertical-align: middle;
}
.ftbk_tag_inside span {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 115%;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    color: #fff;
}
.ftbk_tag_inside span:after {
    background-image: url(../img/icon_creators_avatar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
}
.ftbk_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 7.5px;
}
.ftbk_items {
    margin-top: 26px;
}
.row.row_ftbk_items {
    margin: 0 -9.5px -19px;
}
.row.row_ftbk_items .col {
    padding: 0 9.5px;
    margin-bottom: 19px;
}
.ftbk_item {
    background: #435fd3;
    color: #fff;
    text-align: center;
    height: 100%;
    min-width: 184px;
    padding: 26px 37px 27px;
}
.ftbk_item_value {
    font-family: "Clash Display", sans-serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
}
.ftbk_item_title {
    font-family: "Vela Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    margin-top: 8px;
}
.ftbk_socials {
    margin: 26px -5.5px -11px;
}
.ftbk_social {
    background: #070f31;
    margin: 0 5.5px 11px;
    font-size: 0;
    height: 66px;
    width: 66px;
    transition: 0.25s;
}
.ftbk_social:hover {
    opacity: 0.7;
}

/*-- ABOUT --*/

.about {
    margin-top: 52px;
}
.about_bk {
    background: linear-gradient(48deg, #435fd3 0%, #23316d 100%);
    padding: 89px 134px 97px;
    position: relative;
}
.about_image {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_info {
    max-width: 595px;
    margin-left: auto;
    text-align: right;
    position: relative;
    z-index: 2;
}
.about_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.about_title span {
    display: block;
    line-height: 100%;
    font-size: 34px;
}
.about_subtitle {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    color: #fff;
    margin-top: 25px;
}
.about_content {
    font-family: "Vela Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 152%;
    color: #fff;
    margin-top: 25px;
}
.about_content > * {
    margin-bottom: 10px;
}
.about_content > *:last-child {
    margin-bottom: 0;
}

/*-- CREATORS --*/

.creators {
    margin-top: 100px;
}
.creators_subtitle {
    color: #435fd3;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    margin-top: 23px;
}
.creators_cols {
    margin-top: 27px;
}
.creators_col_left {
    width: 553px;
}
.creators_main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(31px);
    padding: 66px 66px 60px;
    position: relative;
    min-height: 352px;
}
.creators_main:before {
    backdrop-filter: blur(11px);
    background: rgba(217, 217, 217, 0.01);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.creators_main > * {
    position: relative;
    z-index: 2;
}
.creators_col_right {
    padding-left: 32px;
    width: calc(100% - 553px);
}
.creators_main_profile__avatar {
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    height: 137px;
    width: 137px;
}
.creators_main_profile__avatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.creators_main_profile__nickname {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 39px;
    line-height: 115%;
    color: #fff;
    padding-left: 20px;
    width: calc(100% - 137px);
}
.creators_main_profile__nickname span {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    vertical-align: middle;
}
.creators_main_profile__nickname span:after {
    background-image: url(../img/icon_creators_avatar.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 29px;
    width: 29px;
}
.creators_main_blockquote {
    text-align: center;
    margin-top: 25px;
}
.creators_main_blockquote span {
    background: #fff;
    display: inline-block;
    font-family: "Clash Display", sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    padding: 15px 18px 11px;
}
.creators_who {
    background: linear-gradient(48deg, #435fd3 0%, #23316d 100%);
    padding: 52px 46px;
    min-height: 100%;
}
.creators_who_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 115%;
    color: #fff;
}
.creators_who_desc {
    font-family: "Clash Display", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    color: #bcbcbc;
    max-width: 537px;
    margin-top: 13px;
}
.creators_who_items {
    margin-top: 31px;
}
.row.row_creators_who_items {
    margin: 0 -15px -30px;
}
.row.row_creators_who_items .col {
    padding: 0 15px;
    margin-bottom: 30px;
}
.creators_who_item {
    background: #fff;
    padding: 13px;
}
.creators_wi_link {
    color: #070f31;
    transition: 0.25s;
}
.creators_wi_link:hover {
    opacity: 0.7;
}
.creators_wi_link_icon {
    background: #070f31;
    font-size: 0;
    height: 40px;
    width: 40px;
}
.creators_wi_link_txt {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    padding-left: 11px;
    width: calc(100% - 40px);
}
.creators_wi_link:hover .creators_wi_link_txt {
    text-decoration: none;
}
.creators_wi_cols {
    margin: 11px -5px 0;
    padding-left: 51px;
}
.creators_wi_col {
    padding: 0 5px;
    width: 50%;
}
.creators_wi_col_value {
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
}
.creators_wi_col_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
}

/*-- BUY --*/

.buy {
    padding-bottom: 192px;
    margin-top: 150px;
}
.buy_items {
    counter-reset: buy;
    margin-top: 40px;
}
.row.row_buy_items {
    margin: 0 -43px -86px;
}
.row.row_buy_items .col {
    counter-increment: buy;
    padding: 0 43px;
    margin-bottom: 86px;
}
.buy_item {
    padding: 0 5px;
}
.buy_item_count {
    color: white;
    -webkit-text-stroke: 0.5px #000;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 82px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: -32px;
    position: relative;
    z-index: 1;
}
.buy_item_count:before {
    content: '0'counter(buy)'.';
}
.buy_item_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    position: relative;
    z-index: 2;
}
.buy_item_desc {
    font-family: "Clash Display", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}
.buy_address {
    position: relative;
    margin-top: 320px;
}
.buy_address_bk {
    position: relative;
}
.buy_address_bk_inside {
    background: linear-gradient(48deg, #435fd3 0%, #23316d 100%);
    text-align: center;
    min-height: 187px;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.buy_address_image {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}
.buy_address_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    color: #fff;
}
.buy_address_link {
    font-family: "Clash Display", sans-serif;
    font-size: 24px;
    line-height: 115%;
    color: #fff;
    margin-top: 21px;
}
.buy_address_link a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    vertical-align: top;
    padding-right: 28px;
    position: relative;
    transition: 0.25s;
    word-break: break-word;
}
.buy_address_link a:hover {
    opacity: 0.7;
}
.buy_address_link a:after {
    background-image: url(../img/icon_buy_address.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 21px;
}
.buy_address_btn {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    bottom: -42px;
    max-width: 368px;
    margin: 0 auto;
}

/*-- DISCLAIMER --*/

.disclaimer {
    background-image: url(../img/temp/bg_disclaimer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 1309px;
    padding-top: 438px;
}
.disclaimer_inside {
    max-width: 843px;
}
.disclaimer_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 77%;
    text-transform: uppercase;
}
.disclaimer_desc {
    font-family: "Vela Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #070f31;
    max-width: 595px;
    margin-top: 20px;
}
.disclaimer_items {
    margin-top: 69px;
}
.row.row_disclaimer_items {
    margin: 0 -10px -20px;
}
.row.row_disclaimer_items .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.disclaimer_item {
    background: #435fd3;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px 0 18px;
    transition: 0.25s;
}
.disclaimer_item:hover {
    opacity: 0.8;
}
.disclaimer_item--black {
    background: #070f31;
}
.disclaimer_item_icon {
    font-size: 0;
    height: 65px;
}
.disclaimer_item_title {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 115%;
    color: #fff;
}

/*-- FOOTER --*/

.footer {
    padding: 27px 0;
}
.footer_logo {
    font-size: 0;
}
.footer_menu ul {
    font-size: 0;
}
.footer_menu ul li {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
.footer_menu ul li:last-child {
    margin-right: 0;
}
.footer_menu ul li a {
    font-family: "Clash Display", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #0f0f0f;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.25s;
}
.footer_menu ul li a:hover {
    opacity: 0.7;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -10px;
	margin-right: -10px;
    margin-bottom: -20px;
}
.row .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.3333333%;
}
.col-30 {
	width: 30%;
}
.col-35 {
	width: 35%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}

.col-6 {
    width: calc(100% / 6);
}
.col-66 {
    width: calc(100% - (100% / 3));
}

.col-41 {
    width: 41.67%;
}
.col-58 {
    width: 58.33%;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.f_no_wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- ANIMATION --*/

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------- RESPONSIVE ---------------*/

.about_image_mobile {
    display: none;
}
.menu_btn {
    display: none;
    cursor: pointer;
    width: 62px;
}
.menu_btn span {
    height: 1.5px;
    width:
}
.menu_btn svg {
    pointer-events: none;
}
.mobile_header_wrapper {
    background: #fff;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 10;
    transform: scale(0.5) translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}
.mobile_header {
    position: relative;
}
.mobile_header_close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
    height: 30px;
    width: 30px;
}
.mobile_header_close:after,
.mobile_header_close:before {
    background: #070f31;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 1.5px;
    width: 100%;
}
.mobile_header_close:before {
    transform: translateY(-50%) rotate(-45deg);
}
.mobile_header_close:after {
    transform: translateY(-50%) rotate(45deg);
}
.mobile_header_menu {
    padding-top: 60px;
}
.mobile_header_menu {
    text-align: center;
}
.mobile_header_menu ul li {
    margin-bottom: 15px;
}
.mobile_header_menu ul li a {
    color: #070f31;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.mobile_header .header_btn {
    max-width: 240px;
    margin: 20px auto 0;
}

@media screen and (max-width: 1600px) {
    .first_bk {
        min-height: 1100px;
        padding-top: 400px;
    }
}

@media screen and (max-width: 1366px) {
    .title_bk {
        font-size: 76px;
    }
    .about_bk {
        padding: 89px 40px 97px;
    }
    .creators_who {
        padding: 35px;
    }
}

@media screen and (max-width: 1280px) {
    .first_bk {
        min-height: 0;
        padding: 350px 0 300px;
    }
    .about_image {
        max-width: 400px;
    }
    .about_info {
        max-width: 460px;
    }
    .about_title {
        font-size: 60px;
    }
    .about_subtitle {
        font-size: 22px;
    }
    .about_content {
        font-size: 16px;
    }
    .creators_col_left {
        width: 420px;
    }
    .creators_main {
        padding: 20px;
    }
    .creators_main_profile__avatar {
        height: 100px;
        width: 100px;
    }
    .creators_main_profile__nickname {
        font-size: 32px;
        width: calc(100% - 100px);
    }
    .creators_wi_link_txt {
        font-size: 24px;
    }
    .creators_col_right {
        width: calc(100% - 420px);
    }
    .disclaimer {
        min-height: 850px;
        padding-top: 300px;
    }
    .footer_menu ul li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .btn_blue {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .title_bk {
        font-size: 54px;
    }
    .header {
        padding: 30px 0;
    }
    .header_inside:before {
        content: '';
    }
    .header .header_menu,
    .header .header_btn {
        display: none;
    }
    .menu_btn {
        display: block;
    }
    .first_bk {
        padding: 250px 0 150px;
    }
    .ftbk_tag_inside {
        padding: 4px 13px 2px;
    }
    .ftbk_tag_inside span {
        font-size: 14px;
        padding-right: 20px;
    }
    .ftbk_tag_inside span:after {
        height: 13px;
        width: 13px;
    }
    .ftbk_title {
        font-weight: 700;
        font-size: 35px;
        max-width: 271px;
        margin-top: 5px;
    }
    .ftbk_items {
        margin-top: 9px;
    }
    .row.row_ftbk_items {
        margin: 0 -4px -8px;
    }
    .row.row_ftbk_items .col {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .ftbk_item {
        padding: 11px 16.5px;
        min-width: 72px;
    }
    .ftbk_item_value {
        font-size: 19px;
    }
    .ftbk_item_title {
        font-size: 9px;
        margin-top: 4px;
    }
    .ftbk_socials {
        margin: 9px -3px -6px;
    }
    .ftbk_social {
        margin: 0 3px 6px;
        height: 43px;
        width: 43px;
    }
    .ftbk_social {
        padding: 12px;
    }
    .about {
        margin-top: 0;
    }
    .about_bk {
        padding: 40px;
    }
    .creators_cols {
        max-width: 540px;
        margin: 20px auto 0;
    }
    .creators_col_left {
        margin-top: 21px;
        order: 1;
        width: 100%;
    }
    .creators_col_right {
        padding-left: 0;
        width: 100%;
    }
    .creators_main {
        padding: 41px 43px 38px;
        min-height: 0;
    }
    .creators_main_profile {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .creators_main_profile__avatar {
        height: 85px;
        width: 85px;
    }
    .creators_main_profile__nickname {
        font-size: 24px;
        padding-left: 12px;
        width: auto;
    }
    .creators_main_profile__nickname span {
        padding-right: 24px;
    }
    .creators_main_profile__nickname span:after {
        background-size: contain;
        margin-top: -1px;
        height: 18px;
        width: 18px;
    }
    .creators_main_blockquote span {
        padding: 8.5px 11px;
        font-weight: 400;
        font-size: 20px;
    }
    .creators_who {
        padding: 12px;
    }
    .creators_who_title {
        font-size: 20px;
    }
    .creators_who_desc {
        font-size: 16px;
        margin-top: 20px;
    }
    .creators_who_items {
        margin-top: 21px;
    }
    .row.row_creators_who_items {
        margin: 0 -10px -20px;
    }
    .row.row_creators_who_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .creators_wi_link_icon {
        height: 37px;
        width: 37px;
    }
    .creators_wi_link_txt {
        font-size: 29px;
        width: calc(100% - 37px);
    }
    .creators_wi_cols {
        padding-left: 47px;
    }
    .creators_wi_col_value {
        font-size: 21px;
    }
    .creators_wi_col_title {
        font-size: 18px;
    }
    .buy {
        margin-top: 100px;
    }
    .row.row_buy_items {
        margin: 0 -20px -40px;
    }
    .row.row_buy_items .col {
        padding: 0 20px;
        margin-bottom: 40px;
        width: 50%;
    }
    .footer {
        padding: 54px 0;
    }
    .footer_inside {
        text-align: center;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_menu {
        margin-top: 30px;
        width: 100%;
    }
    .footer_menu ul li {
        margin: 0 0 25px;
        width: 100%;
    }
    .footer_menu ul li:last-child {
        margin-bottom: 0;
    }
    .footer_btn {
        margin: 25px auto 0;
        width: 100%;
        max-width: 196px;
    }
}

@media screen and (max-width: 860px) {
    .about_image {
        max-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .title_head {
        text-align: center;
    }
    .title_head .title_bk {
        width: 100%;
    }
    .title_bk_plank {
        margin: 15px auto 0;
        text-align: center;
        font-size: 16px;
        padding: 7px 0;
        max-width: 265px;
        width: 100%;
    }
    .container {
        padding: 0 15px;
    }
    .btn_black {
        padding: 0;
        height: 80px;
    }
    .first_bk {
        padding: 250px 0 150px;
    }
    .about_bk {
        background: linear-gradient(0, #435fd3 5.27%, #23316d 100%);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 30px 0;
    }
    .about_image {
        position: relative;
        order: 1;
        text-align: center;
        width: 100%;
        margin-top: 8px;
    }
    .about_image_mobile {
        display: inline-block;
    }
    .about_info {
        margin: 0 auto;
        text-align: left;
    }
    .about_title {
        font-size: 39px;
    }
    .about_title span {
        font-size: 16px;
    }
    .about_subtitle {
        font-size: 16px;
        margin-top: 20px;
    }
    .about_content {
        font-size: 14px;
        line-height: 152%;
        margin-top: 20px;
    }
    .about_content > * {
        margin-bottom: 0;
    }
    .buy {
        padding-bottom: 110px;
        margin-top: 81px;
    }
    .buy .buy_items {
        padding: 0 32px;
    }
    .buy_items {
        margin-top: 30px;
    }
    .buy_item_title {
        font-weight: 600;
        font-size: 25px;
        line-height: 115%;
    }
    .row.row_buy_items {
        margin: 0 -10px -20px;
    }
    .row.row_buy_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .buy_address_bk_inside {
        max-width: 345px;
        margin: 0 auto;
        padding: 30px 30px 80px;
    }
    .buy_address_image {
        margin: 0 auto;
        max-width: 375px;
        transform: translateY(-65%)
    }
    .buy_address_link {
        font-weight: 400;
        font-size: 18px;
        line-height: 115%;
    }
    .buy_address_link a {
        padding-right: 0;
        padding-bottom: 58px;
    }
    .buy_address_link a:after {
        background-size: contain;
        left: 0;
        margin: 0 auto;
        bottom: 0;
        top: auto;
        transform: translateY(0);
        height: 42px;
        width: 34px;
    }
    .buy_address_btn {
        max-width: 345px;
        bottom: -30px;
    }
    .disclaimer {
        background-image: url(../img/temp/bg_disclaimer_mobile.jpg);
        min-height: 0;
        padding: 200px 0 50px;
    }
    .disclaimer .container {
        padding: 0 42px;
    }
    .disclaimer_title {
        font-size: 20px;
    }
    .disclaimer_desc {
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        max-width: 190px;
    }
    .disclaimer_desc > * {
        margin-bottom: 17.5px;
    }
    .disclaimer_desc > *:last-child {
        margin-bottom: 0;
    }
    .disclaimer_items {
        margin: 18px auto 0;
        max-width: 310px;
    }
    .row.row_disclaimer_items {
        margin: 0 -5px -10px;
    }
    .row.row_disclaimer_items .col {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    .disclaimer_item {
        padding: 7px 0 10px;
        max-width: 141px;
        margin: 0 auto;
    }
    .disclaimer_item_icon {
        padding: 5px;
        height: 34px;
        width: 34px;
        margin: 0 auto;
    }
    .disclaimer_item_title {
        font-weight: 600;
        font-size: 15px;
        line-height: 115%;
    }
}

@media screen and (max-width: 420px) {
    .title_bk {
        font-weight: 600;
        font-size: 39px;
    }
    .title_bk span {
        font-size: 16px;
    }
    .first_bk {
        background-image: url(../img/temp/bg_ftbk_mobile.jpg);
        min-height: 875px;
        padding: 383px 0 0;
    }
    .about {
        margin-top: 110px;
    }
    .about_image img {
        position: relative;
        left: 50%;
        max-width: unset;
        transform: translateX(-50%);
        width: 340px;
    }
    .creators_subtitle {
        font-size: 22px;
        margin-top: 8px;
    }
    .disclaimer {
        padding: 170px 0 40px;
    }
    .disclaimer_desc {
        margin-top: 10px;
    }
}

@media screen and (max-width: 360px) {
    .about_bk {
        padding: 24px 24px 0;
    }
    .about_title {
        font-size: 32px;
    }
    .creators_main {
        padding: 20px;
    }
}