@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: 'Montserrat';
  font-weight: 400;
  color: #fff;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.wrapper {
  background: #000;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.header {
  position: relative;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0 60px 0;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    top: 50px;
    width: 50px;
  }
}

.header__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .header__social {
    justify-content: center;
  }
}

.header__social li {
  margin-right: 15px;
}

.header__social li:last-child {
  margin-right: 0;
}

.header__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
}

.header__social li a:hover {
  transform: scale(1.1);
}

.showcase {
  padding-bottom: 40px;
}

.showcase__content {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .showcase__content {
    margin-bottom: 30px;
  }
}

.showcase__info {
  font-size: 16px;
  line-height: 24px;
  max-width: 750px;
}

@media only screen and (max-width: 991px) {
  .showcase__info {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}

.showcase__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.showcase__image img {
  -webkit-animation-name: blink2;
  animation-name: blink2;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blink2 {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: none;
  }
}

@keyframes blink2 {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: none;
  }
}

.showcase__block {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000;
  z-index: 5;
  padding: 24px;
  padding-left: 0;
  width: 380px;
}

@media only screen and (max-width: 991px) {
  .showcase__block {
    width: 340px;
    padding: 20px 20px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__block {
    position: static;
    padding: 20px;
    width: 100%;
  }
}

.showcase__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 27px;
  margin-left: 27px;
  max-width: 285px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .showcase__title {
    font-size: 22px;
    line-height: 28px;
    max-width: 250px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title {
    margin: 0 auto 20px auto;
    text-align: center;
  }
}

.showcase__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  left: 30px;
  height: 52px;
  background: #f30022;
  font-size: 16px;
  color: #000;
  font-weight: 900;
  cursor: pointer;
  transition: 300ms;
  border-radius: 6px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .showcase__btn {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__btn {
    margin: 0 auto;
    width: 230px;
    height: 45px;
  }
}

.showcase__btn:hover {
  background: #cc001b;
}

.showcase__btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -24px;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .showcase__btn::before {
    bottom: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__btn::before {
    display: none;
  }
}

.showcase__inner {
  position: relative;
}

.showcase__scroll {
  position: absolute;
  transform: rotate(-90deg);
  top: 75px;
  right: -55px;
  font-style: italic;
  font-size: 14px;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 767px) {
  .showcase__scroll {
    right: -75px;
  }
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.showcase__scroll span {
  margin-right: 6px;
  font-style: normal;
  font-size: 20px;
}

.footer {
  padding: 40px 80px;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 1300px) {
  .footer {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 20px;
  }
}

.footer__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .footer__items {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.footer__info {
  max-width: 500px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer__info {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__info {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer__social {
    justify-content: center;
  }
}

.footer__social li {
  margin-right: 15px;
}

.footer__social li:last-child {
  margin-right: 0;
}

.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}

.footer__social a:hover {
  transform: scale(1.1);
}

.footer__contract {
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 30px;
}

#item-second {
  display: none;
}

#item-second .showcase__content {
  margin-bottom: 0;
}

.header-second {
  padding: 20px 0;
}

@media only screen and (max-width: 639px) {
  .header-second {
    padding: 10px 0;
  }
}

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

.header-second__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
}

.welcome {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .welcome {
    margin-bottom: 40px;
  }
}

.welcome__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .welcome__items {
    display: block;
  }
}

.welcome__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 16px;
}

@media only screen and (max-width: 639px) {
  .welcome__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.welcome__info {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 639px) {
  .welcome__info {
    font-size: 14px;
    line-height: 22px;
  }
}

.welcome__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  min-width: 370px;
  width: 370px;
  margin-left: 120px;
}

@media only screen and (max-width: 991px) {
  .welcome__blocks {
    min-width: auto;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 639px) {
  .welcome__blocks {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.welcome__block {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  border-radius: 6px;
}

.welcome__block:hover img {
  transform: scale(1.1);
}

.welcome__block img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: 300ms;
}

.mint {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .mint {
    margin-bottom: 40px;
  }
}

.mint__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .mint__items {
    display: block;
  }
}

.mint__item {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .mint__item {
    font-size: 14px;
    line-height: 22px;
  }
}

.mint .main_count1 {
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .mint .main_count1 {
    margin: 0 auto;
    width: 250px;
  }
}

.mint__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .mint__title {
    font-size: 24px;
  }
}

.road {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .road {
    margin-bottom: 40px;
  }
}

.road__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px 30px 60px;
  background: #cc001b;
}

@media only screen and (max-width: 991px) {
  .road__banner {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .road__banner {
    display: block;
  }
}

.road__banner-title {
  text-transform: uppercase;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .road__banner-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.road__banner-item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .road__banner-item {
    display: block;
  }
}

.road__banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 65px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  min-width: 185px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .road__banner-btn {
    width: 100%;
    min-width: auto;
    margin: 15px 0 0 0;
  }
}

.road__banner-btn:hover {
  background: #fff;
  color: #000;
}

.road__banner-info {
  max-width: 400px;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 991px) {
  .road__banner-info {
    font-size: 14px;
    line-height: 20px;
    max-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .road__banner-info {
    text-align: center;
    max-width: 100%;
  }
}

.road__header {
  margin: 60px 0 20px 0;
  font-size: 30px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .road__header {
    font-size: 24px;
    margin-top: 40px;
  }
}

.road__items {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .road__items {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

.road__number {
  white-space: nowrap;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.road__number::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
  margin-right: 10px;
}

.road__item {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-50px);
  transition: 1000ms;
}

.road__item.element-show {
  opacity: 1;
  transform: none;
}

.road__item:nth-child(2n) {
  transform: translateX(50px);
}

.road__item:nth-child(2n).element-show {
  opacity: 1;
  transform: none;
}

.road__item:nth-child(2n) .road__number {
  justify-content: flex-end;
}

.road__item:nth-child(2n) .road__number::before {
  display: none;
}

.road__item:nth-child(2n) .road__number::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
  margin-left: 10px;
}

.road__item:last-child {
  margin-bottom: 0;
}

.road__text {
  padding: 20px;
  background: #272626;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .road__text {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 16px;
  }
}

.team {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .team {
    margin-bottom: 40px;
  }
}

.team__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .team__items {
    display: block;
  }
}

.team__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  min-width: 370px;
  width: 370px;
  margin-left: 120px;
}

@media only screen and (max-width: 1200px) {
  .team__blocks {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .team__blocks {
    min-width: auto;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 639px) {
  .team__blocks {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.team__block {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  border-radius: 6px;
}

.team__block:hover img {
  transform: scale(1.1);
}

.team__block img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: 300ms;
}

.team__title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .team__title {
    font-size: 24px;
  }
}

.team__info {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .team__info {
    font-size: 14px;
    line-height: 22px;
  }
}

.team__profile {
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .team__profile {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
}

.team__profile span {
  color: #cc001b;
  font-weight: 700;
}
