@charset "UTF-8";
/*!Обнуляющй стиль*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input:-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*Конец обнуления*/
body {
  background-color: #000000FF;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

body a {
  color: #fff;
}

body._block {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 0px) {
  .container {
    padding: 0 26px;
  }
  .title {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
  }
  body {
    font-size: 13px;
  }
  .header__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 70px 1fr;
        grid-template: 1fr / 70px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    padding: 15px 18px;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .header__row:before {
    content: '';
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 53px;
    background-color: #000;
  }
  .header__body {
    position: fixed;
    left: 0;
    bottom: -300%;
    background-color: #000;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 80px 10px;
    -webkit-transition: bottom 0.2s linear 0s;
    transition: bottom 0.2s linear 0s;
  }
  .header ._active {
    bottom: 0;
  }
  .header__burger {
    position: relative;
    width: 20px;
    height: 25px;
    cursor: pointer;
  }
  .header__burger span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 2px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__burger:before, .header__burger:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .header__burger:before {
    top: 4.5px;
  }
  .header__burger:after {
    bottom: 4.5px;
  }
  .header__list {
    display: block;
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .header__list a {
    padding: 5px;
  }
  .header__list:last-child {
    margin: 0;
  }
  .header__link {
    -ms-grid-column-align: end;
        justify-self: end;
    background-color: #fff;
    padding: 10px 21px;
    text-align: center;
    color: #000;
    position: relative;
    text-transform: uppercase;
  }
  .header__link:before, .header__link:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-right: 10px solid transparent;
  }
  .header__link:before {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    bottom: -2px;
    left: -8px;
  }
  .header__link:after {
    top: -2px;
    right: -8px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .header__burger._active span:before {
    display: none;
  }
  .header__burger._active:before, .header__burger._active:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header__burger._active:before {
    top: 11.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__burger._active:after {
    bottom: 11.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nfts__container {
    margin: 160px auto 256px auto;
  }
  .nfts__body {
    max-width: 280px;
    margin: 0 auto;
  }
  .nfts__label {
    color: #B2B2B2FF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 9px 0;
  }
  .nfts__title {
    max-width: 285px;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 49px 0;
    line-height: 50px;
  }
  .nfts__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 40px 1fr;
        grid-template: 1fr / 40px 1fr;
  }
  .nfts__column_1 {
    -ms-grid-column-align: end;
        justify-self: end;
    margin: 0 17px 0 0;
  }
  .nfts__icon {
    width: 14px;
    height: 16px;
    position: relative;
    cursor: pointer;
  }
  .nfts__icon span:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 35%;
    width: 1px;
    height: 100px;
    background-color: #404040FF;
    z-index: -1;
  }
  .nfts__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }
  .nfts__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #404040FF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: -1;
  }
  .nfts__text {
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .text {
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 16px;
    font-family: "Fira+Sans", sans-serif;
  }
  .welcome__container {
    position: relative;
  }
  .welcome__body {
    text-transform: uppercase;
    font-weight: 800;
    max-width: 285px;
    margin: 0 auto 56px auto;
  }
  .welcome__titleH1 {
    font-size: 25px;
    margin: 0 0 23px 0;
    position: relative;
    display: inline-block;
  }
  .welcome__titleH1:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80px;
    height: 1px;
    background-color: #D80000;
  }
  .welcome__titleH2 {
    text-align: right;
    font-size: 18px;
  }
  .welcome__label {
    font-size: 12px;
    color: #808080FF;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 21px 0;
    text-align: right;
  }
  .welcome__sublabel {
    font-size: 25px;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
    margin: 0 0 49px 0;
  }
  .welcome__sublabel span {
    margin: 0 23px 0 0;
    position: relative;
  }
  .welcome__sublabel span:last-child {
    margin: 0;
  }
  .welcome__sublabel span:last-child:before {
    display: none;
  }
  .welcome__sublabel span:before {
    content: '';
    position: absolute;
    top: 5px;
    right: -11.5px;
    width: 1px;
    height: 23px;
    background-color: #fff;
  }
  .welcome__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 43px;
        grid-template: 1fr / 1fr 43px;
  }
  .welcome__text {
    max-width: 240px;
    margin: 0 0 135px 0;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .welcome__info {
    color: #808080FF;
    top: 210px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    right: 15px;
    letter-spacing: 8px;
    word-spacing: 10px;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin: -25px 0 0 0;
  }
  .welcome__row {
    display: -ms-grid;
    display: grid;
  }
  .row-welcome {
    margin: 0 0 128px 0;
  }
  .row-welcome__column {
    margin: 0 0 38px 0;
  }
  .row-welcome__column:last-child {
    margin: 0;
  }
  .row-welcome__column_2 {
    max-width: 280px;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .row-welcome__column_4 {
    max-width: 280px;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .row-welcome__subtitle {
    font-weight: 800;
    margin: 0 0 27px 0;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
  }
  .row-welcome__subtitle span {
    color: #D80000;
  }
  .row-welcome__text {
    line-height: 16px;
    max-width: 280px;
    font-family: "Fira+Sans", sans-serif;
  }
  .facts__title {
    margin: 0 0 60px 0;
  }
  .facts__title:before {
    content: '';
    position: absolute;
    top: -23px;
    right: -15px;
    background-color: #D80000;
    width: 80px;
    height: 1px;
  }
  .facts__row {
    margin: 0 0 105px 0;
    display: -ms-grid;
    display: grid;
  }
  .facts__number {
    font-size: 16px;
    color: #808080FF;
    letter-spacing: 7.5px;
    position: relative;
    margin: 0 0 37px 0;
  }
  .facts__number:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 67px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #D80000;
    width: 80px;
    height: 1px;
  }
  .facts__subtitle {
    font-size: 22px;
    font-weight: 800;
    font-family: "Fira+Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    position: relative;
    display: inline-block;
  }
  .facts__subtitle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -90px;
    width: 60px;
    height: 1px;
    background-color: #7F7F7FFF;
  }
  .facts__subtitle span:before, .facts__subtitle span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -120px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .facts__subtitle span:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
  }
  .facts__subtitle span:after {
    width: 9px;
    height: 1px;
    background-color: #4AF6CD;
  }
  .facts__text {
    color: #7F7F7FFF;
    letter-spacing: 8px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 47px 0;
  }
  .team__title {
    margin: 0 0 53px 0;
    text-align: center;
    display: block;
  }
  .team__title:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    margin: 0 -40px;
    width: 80px;
    height: 1px;
    background-color: #D80000;
  }
  .team__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(134px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
    gap: 15px;
    margin: 0 0 182px 0;
  }
  .row-team__column {
    border-radius: 15px;
    padding: 10px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#16181b));
    background: linear-gradient(180deg, black 0%, #16181b 100%);
  }
  .row-team__column:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(252, 252, 252, 0)), color-stop(26%, #0a1a11), color-stop(36%, #15281c), color-stop(47%, #324035), color-stop(66%, #815661), to(#e74c88));
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 16%, #0a1a11 26%, #15281c 36%, #324035 47%, #815661 66%, #e74c88 100%);
    border-radius: 15px;
  }
  .row-team__image {
    max-width: 125px;
    max-height: 95px;
    margin: 0 auto 6px auto;
    position: relative;
  }
  .row-team__image:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 7px;
    width: 65px;
    height: 30px;
    background: url("../img/icon/plaza.png") 0 0 no-repeat;
  }
  .row-team__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .row-team__form {
    text-align: center;
  }
  .row-team__form input {
    color: #fff;
    text-transform: uppercase;
    background-color: #181A20FF;
    font-weight: 700;
    font-size: 10px;
    padding: 7px 0;
    text-align: center;
    margin: 0 0 10px 0;
    border-radius: 15px;
    display: block;
    width: 100%;
  }
  .row-team__form input::-webkit-input-placeholder {
    color: #fff;
  }
  .row-team__form input:-ms-input-placeholder {
    color: #fff;
  }
  .row-team__form input::-ms-input-placeholder {
    color: #fff;
  }
  .row-team__form input::placeholder {
    color: #fff;
  }
  .row-team__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    padding: 0 14px;
  }
  .row-team__text {
    font-size: 9px;
    line-height: 11px;
    font-weight: 600;
    max-width: 90px;
    color: #758089FF;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .row-team__icon {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 15px;
    height: 15px;
  }
  .map__container {
    margin: 0 0 127px 0;
  }
  .map__title {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 25px 0;
  }
  .map__title span {
    position: relative;
  }
  .map__title span:before {
    content: '';
    position: absolute;
    top: -24px;
    right: 0;
    width: 80px;
    height: 1px;
    background-color: #D80000;
  }
  .map__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .map__column {
    margin: 0 0 59px 0;
    padding: 0 3px 0 40px;
  }
  .map__column:last-child {
    margin: 0;
  }
  .map__column_5 {
    display: none;
  }
  .map__image {
    max-width: 308px;
    max-height: 325px;
    overflow: hidden;
    margin: 0 0 50px 0;
  }
  .map__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .map__sub-title {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 43px 0;
  }
  .map__sub-title_position {
    margin: 0 0 43px 62px;
    position: relative;
  }
  .map__sub-title_position:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: -17px;
    width: 70px;
    height: 253px;
    background: url("../img/icon/line.svg") 0 0 no-repeat;
  }
  .map__sub-title span {
    color: #D80000;
  }
  .map__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 22px;
    text-transform: uppercase;
    color: #7F7F7FFF;
  }
  .map__text p {
    margin: 0 0 25px 0;
    overflow-wrap: break-word;
    width: 100%;
  }
  .map__text p:last-child {
    margin: 0;
  }
  .link__container {
    padding: 0 18px 63px 18px;
  }
  .link__title {
    line-height: 48px;
    max-width: 270px;
    margin: 0 auto 23px auto;
  }
  .link__title span {
    text-decoration: underline;
  }
  .link__btn {
    font-size: 32px;
    font-weight: 800;
    display: block;
    background-color: #4AF6CD;
    padding: 9px 11px 7px 18px;
    position: relative;
    text-transform: uppercase;
    max-width: 111px;
    margin: 0 auto;
  }
  .link__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #fff;
    width: 20px;
    height: 1px;
  }
  .link__body {
    display: none;
  }
  .partners {
    display: none;
  }
}

@media (max-width: 320px) {
  .map__container {
    padding: 0 5px;
  }
  .map__column {
    padding: 0 4px 0 0;
  }
  .map__text {
    padding: 0 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    max-width: 320px;
  }
}

@media (min-width: 744px) {
  .title {
    font-size: 45px;
  }
  .container {
    padding: 0 24px 0 113px;
  }
  .header__container {
    margin: 0 auto 195px auto;
    padding: 0 34px 0 45px;
  }
  .header__burger {
    display: none;
  }
  .header__row {
    position: inherit;
    padding: 22px 0;
    -ms-grid-columns: 52% 48%;
        grid-template-columns: 52% 48%;
  }
  .header__row:before {
    display: none;
  }
  .header__list {
    margin: 0;
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: 16px;
    padding: 5px;
  }
  .header__body {
    position: inherit;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    overflow: hidden;
  }
  .header__link {
    font-size: 17px;
    padding: 16px 40px 13px;
  }
  .nfts__container {
    margin: 0 auto 333px auto;
  }
  .nfts__label {
    font-size: 22px;
  }
  .nfts__row {
    padding: 0 0 0 53px;
  }
  .nfts__body {
    max-width: 500px;
  }
  .nfts__title {
    font-size: 80px;
    line-height: 90px;
    max-width: 510px;
  }
  .nfts__text {
    font-size: 22px;
    margin: 0 0 0 16px;
  }
  .nfts__icon {
    width: 26px;
    height: 29px;
  }
  .nfts__icon span:before {
    content: '';
    top: 70px;
    left: 35%;
    width: 1px;
    height: 161px;
  }
  .nfts__icon:before {
    content: '';
    top: 50%;
    left: 40%;
    width: 66px;
    height: 66px;
  }
  .nfts__icon:after {
    content: '';
    top: 50%;
    left: 50%;
    margin: 0 -5px;
    width: 112px;
    height: 112px;
  }
  .nfts__icon img {
    width: 100%;
    height: 100%;
  }
  .welcome__body {
    max-width: 535px;
  }
  .welcome__titleH1 {
    font-size: 45px;
    margin: 0 0 37px 0;
  }
  .welcome__titleH1:before {
    content: '';
    left: 37%;
  }
  .welcome__titleH2 {
    font-size: 35px;
  }
  .welcome__label {
    font-size: 22px;
    letter-spacing: 7px;
  }
  .welcome__label span {
    position: relative;
  }
  .welcome__label span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -104px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 80px;
    height: 1px;
    background-color: #7F7F7FFF;
  }
  .welcome__sublabel {
    font-size: 40px;
  }
  .welcome__sublabel span {
    margin: 0 37px 0 0;
  }
  .welcome__sublabel span:before {
    content: '';
    top: 7px;
    right: -18.5px;
    width: 2px;
    height: 40px;
    background-color: #fff;
  }
  .welcome__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 43px;
        grid-template: 1fr / 1fr 43px;
  }
  .welcome__text {
    max-width: 320px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 8px;
  }
  .welcome__info {
    font-size: 18px;
  }
  .welcome__row {
    display: -ms-grid;
    display: grid;
  }
  .row-welcome {
    margin: 0 0 128px 0;
  }
  .row-welcome__column {
    margin: 0 0 95px 0;
  }
  .row-welcome__column:last-child {
    margin: 0;
  }
  .row-welcome__column_2 {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .row-welcome__column_4 {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .row-welcome__subtitle {
    margin: 0 0 34px 0;
    font-size: 28px;
    line-height: 44px;
    max-width: 375px;
    text-transform: uppercase;
  }
  .row-welcome__subtitle span {
    color: #D80000;
  }
  .row-welcome__text {
    line-height: 22px;
    font-size: 18px;
    letter-spacing: 8px;
    max-width: 320px;
  }
  .facts__row {
    margin: 0 0 122px 0;
  }
  .facts__title:before {
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .facts__row {
    display: -ms-grid;
    display: grid;
  }
  .facts__body_2 {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .facts__body_4 {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .facts__number {
    font-size: 22px;
  }
  .facts__subtitle {
    font-size: 28px;
  }
  .facts__text {
    line-height: 22px;
    font-size: 18px;
    margin: -10px 0 0 0;
    max-width: 310px;
  }
  .team__container {
    padding: 0 55px;
  }
  .team__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(195px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    gap: 12px;
    margin: 0 0 182px 0;
  }
  .row-team__column {
    padding: 15px;
  }
  .row-team__column_none {
    display: none;
  }
  .row-team__image {
    max-width: 172px;
    max-height: 132px;
    margin: 0 auto 8px auto;
  }
  .row-team__form input {
    font-size: 12px;
    margin: 0 0 19px 0;
  }
  .row-team__item {
    padding: 0;
    -ms-grid-columns: 90% 10%;
        grid-template-columns: 90% 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-team__text {
    font-size: 12px;
    line-height: 15px;
    max-width: 205px;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .row-team__icon {
    width: 21px;
    height: 21px;
  }
  .row-team__icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
  .map__container {
    margin: 0 auto 127px auto;
    padding: 0 29px 0 93px;
  }
  .map__title {
    display: inline-block;
    margin: 0 0 76px 0;
  }
  .map__title span:before {
    content: '';
    left: 30px;
  }
  .map__row {
        grid-template-areas: "image first" "second second" "third fouth";
  }
  .map__column_1 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: first;
  }
  .map__column_2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: second;
    max-width: 340px;
    margin: -201px 0 145px 0;
    position: relative;
  }
  .map__column_2:before {
    content: '';
    position: absolute;
    top: -295px;
    left: 75px;
    width: 70px;
    height: 247px;
    background: url("../img/icon/line.svg") 0 0 no-repeat;
  }
  .map__column_3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: third;
  }
  .map__column_4 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: fouth;
  }
  .map__image {
    max-width: 435px;
    max-height: 435px;
    position: relative;
    z-index: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image;
    margin: 0 0 0 -73px;
  }
  .map__image img {
    width: 100%;
    height: 100%;
  }
  .map__sub-title {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 43px 0;
  }
  .map__sub-title_position {
    margin: 0 0 43px 62px;
    position: relative;
  }
  .map__sub-title_position:before {
    content: '';
    position: absolute;
    bottom: -190px;
    left: -170px;
    width: 70px;
    height: 253px;
    -webkit-transform: rotate(-320deg);
            transform: rotate(-320deg);
    background: url("../img/icon/line.svg") 0 0 no-repeat;
  }
  .map__sub-title span {
    color: #D80000;
  }
  .map__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 22px;
    text-transform: uppercase;
    color: #7F7F7FFF;
  }
  .map__text p {
    margin: 0 0 25px 0;
  }
  .map__text p:last-child {
    margin: 0;
  }
  .link__container {
    padding: 0 18px 74px 18px;
  }
  .link__row {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-grid-columns: 1fr/(1fr)[3];
        grid-template-columns: 1fr/repeat(3, 1fr);
    margin: 0 0 81px 0;
  }
  .link__title {
    max-width: 471px;
    font-size: 25px;
    margin: 0 auto;
    display: inline-block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .link__btn {
    margin: 0 0 0 -340px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .link__body {
    display: block;
  }
  .link__item {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (1fr)[8];
        grid-template: 1fr/repeat(8, 1fr);
    max-width: 458px;
    margin: 0 auto 65px auto;
    -webkit-column-gap: 15.5px;
            column-gap: 15.5px;
  }
  .link__icon_1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .link__icon_2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
  .link__icon_3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  }
  .link__icon_4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / 6;
  }
  .link__icon_5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6 / 7;
  }
  .link__icon_6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7 / 8;
  }
  .link__copy {
    font-size: 12px;
    text-align: center;
    color: #7F7F7FFF;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 80px;
  }
  .header__container {
    margin: 0 auto 208px auto;
  }
  .header__row {
    -ms-grid-columns: minmax(100px, 400px) 60%;
        grid-template-columns: minmax(100px, 400px) 60%;
  }
  .nfts__container {
    margin: 0 auto 392px auto;
  }
  .nfts__label {
    font-size: 28px;
  }
  .nfts__body {
    max-width: 730px;
  }
  .nfts__title {
    font-size: 110px;
    line-height: 120px;
    max-width: 730px;
    margin: 0 0 115px 0;
  }
  .nfts__icon span:before {
    content: '';
    top: 90px;
  }
  .welcome__container {
    margin: 0 auto;
    padding: 0 10px;
  }
  .welcome__body {
    max-width: 790px;
    margin: 0 auto 110px auto;
  }
  .welcome__titleH1 {
    font-size: 75px;
    margin: 0 0 34px 0;
  }
  .welcome__titleH1:before {
    content: '';
    left: 32%;
  }
  .welcome__titleH2 {
    font-size: 50px;
  }
  .welcome__row {
    display: -ms-grid;
    display: grid;
    row-gap: 136px;
    -ms-grid-columns: (minmax(300px, 50%))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(300px, 50%));
  }
  .row-welcome {
    margin: 0 0 220px 0;
  }
  .row-welcome__column {
    margin: 0;
  }
  .row-welcome__column:last-child {
    margin: 0;
  }
  .row-welcome__column_1 {
    margin: 53px 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 327px;
  }
  .row-welcome__column_2 {
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 390px;
  }
  .row-welcome__column_3 {
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 353px;
    margin: 0;
  }
  .row-welcome__column_4 {
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 340px;
    padding: 50px 0 0 0;
  }
  .facts__row {
    margin: 0 0 190px 0;
  }
  .facts__title:before {
    content: '';
    left: 30%;
  }
  .facts__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(370px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
  .facts__body_1 {
    -ms-grid-column-align: end;
        justify-self: end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .facts__body_2 {
    margin: 290px 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .facts__body_3 {
    -ms-grid-column-align: end;
        justify-self: end;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: -90px 0 0 0;
  }
  .facts__body_4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column-align: end;
        justify-self: end;
    margin: 172px 0 0 0;
  }
  .facts__number {
    font-size: 22px;
  }
  .facts__subtitle {
    font-size: 28px;
  }
  .facts__text {
    line-height: 22px;
    font-size: 18px;
    margin: -10px 0 0 0;
    max-width: 310px;
  }
  .partners {
    color: #7F7F7FFF;
    display: block;
  }
  .partners__label {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
  }
  .partners__label span {
    display: inline-block;
  }
  .partners__label span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 80px;
    height: 1px;
    background-color: #676767;
  }
  .partners__title {
    margin: 0 0 103px 0;
    color: #fff;
  }
  .partners__title span {
    color: red;
  }
  .partners__row {
    display: -ms-grid;
    display: grid;
    gap: 60px;
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    margin: 0 0 187px 0;
  }
  .partners__column {
    text-align: center;
  }
  .partners__image {
    max-width: 250px;
    max-height: 100px;
    overflow: hidden;
    margin: 0 auto 42px auto;
  }
  .partners__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .partners__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .team__row {
    gap: 70px;
    margin: 0 0 263px 0;
  }
  .row-team__image {
    max-width: 268px;
    max-height: 206px;
  }
  .row-team__image:before {
    right: 16px;
    top: 11px;
    width: 100px;
    height: 48px;
    background: url("../img/icon/plaza.png") 0 0/100px 48px no-repeat;
  }
  .row-team__form input {
    padding: 17px 0;
  }
  .row-team__icon {
    width: 33px;
    height: 33px;
  }
  .row-team__icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map__container {
    margin: 0 auto 0 auto;
    padding: 15px;
  }
  .map__title {
    display: inline-block;
    margin: 0 0 272px 70px;
  }
  .map__title span:before {
    content: '';
    left: 190px;
  }
  .map__row {
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: 22.3% 55.4% 22.3%;
        grid-template-columns: 22.3% 55.4% 22.3%;
    margin: 0 0 314px 0;
  }
  .map__column {
    padding: 0;
    position: relative;
    margin: 0;
  }
  .map__column_1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-area: inherit;
  }
  .map__column_1:before {
    content: '';
    position: absolute;
    top: -60px;
    right: 100px;
    background: url("../img/icon/line/2.png") 0 0 no-repeat;
    height: 224px;
    width: 392px;
    z-index: 3;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .map__column_2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    grid-area: inherit;
  }
  .map__column_2:before {
    content: '';
    position: absolute;
    top: -295px;
    left: 75px;
    width: 70px;
    height: 247px;
    background: none;
  }
  .map__column_2:after {
    content: '';
    position: absolute;
    top: -80px;
    left: 110px;
    background: url("../img/icon/line/1.png") 0 0 no-repeat;
    width: 370px;
    height: 177px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .map__column_3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-area: inherit;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin: -230px 0 0 0;
    max-width: 262px;
  }
  .map__column_3:after {
    display: none;
  }
  .map__column_3:before {
    content: '';
    position: absolute;
    top: -378px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 138px;
    height: 335px;
    background: url("../img/icon/line/3.png") 0 0 no-repeat;
  }
  .map__column_4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    grid-area: inherit;
    max-width: 260px;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column-align: end;
        justify-self: end;
    position: relative;
  }
  .map__column_4:before {
    content: '';
    position: absolute;
    top: -545px;
    left: -50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    width: 151px;
    height: 512px;
    background: url("../img/icon/line/4.png") 0 0 no-repeat;
  }
  .map__column_5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    display: block;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    height: 51.8%;
  }
  .map__image {
    display: none;
  }
  .map__imageSecond {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .map__imageSecond img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
    overflow: visible;
  }
  .map__sub-title {
    font-size: 29px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 43px 0;
  }
  .map__sub-title_position {
    margin: 0 0 43px 62px;
    position: relative;
  }
  .map__sub-title_position:before {
    content: '';
    display: none;
  }
  .map__sub-title span {
    color: #D80000;
  }
  .map__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 22px;
    text-transform: uppercase;
    color: #7F7F7FFF;
    position: relative;
    z-index: 3;
  }
  .map__text p {
    margin: 0 0 35px 0;
  }
  .map__text p:last-child {
    margin: 0;
  }
  .map__text p span {
    display: block;
    max-width: 208px;
  }
  .link__container {
    padding: 0 18px 63px 18px;
  }
  .link__row {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-grid-columns: 1fr/(1fr)[3];
        grid-template-columns: 1fr/repeat(3, 1fr);
    margin: 0 0 81px 0;
    -webkit-column-gap: 42px;
            column-gap: 42px;
  }
  .link__title {
    max-width: 471px;
    font-size: 30px;
    margin: 0 auto;
    display: inline-block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .link__btn {
    margin: 0 0 0 -340px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .link__body {
    display: block;
  }
  .link__item {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: (1fr)[8];
        grid-template: 1fr/repeat(8, 1fr);
  }
  .link__icon {
    padding: 5px;
  }
  .link__icon_1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .link__icon_2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
  .link__icon_3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  }
  .link__icon_4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / 6;
  }
  .link__icon_5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6 / 7;
  }
  .link__icon_6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7 / 8;
  }
  .link__copy {
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .link__copy:last-child {
    margin: 0;
  }
}

@media (min-width: 1248px) {
  .facts__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(50%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .facts__body_1 {
    -ms-grid-column-align: end;
        justify-self: end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .facts__body_2 {
    margin: 290px 0 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .facts__body_3 {
    -ms-grid-column-align: end;
        justify-self: end;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: -90px 0 0 0;
  }
  .facts__body_4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column-align: end;
        justify-self: end;
    margin: 172px 0 0 0;
  }
}

@media (min-width: 870px) {
  .map__column_2 {
    margin: 201px 0 0 0;
  }
  .map__column_2:before {
    content: '';
    top: -235px;
    left: 15px;
  }
}

@media (min-width: 940px) {
  .map__sub-title_position:before {
    content: '';
    bottom: -190px;
    left: -240px;
    width: 70px;
    height: 253px;
    background: url("../img/icon/line.svg") 0 0 no-repeat;
  }
}
