@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-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Bold.woff2") format("woff2"), url("../fonts/Benzin-Bold.woff") format("woff");
  font-weight: 700;
  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;
}
* {
  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: 400 18px "Montserrat", sans-serif;
  position: relative;
  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;
}

.wrapper {
  background: url("../images/showcase-bg.png") 50% 50%;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .wrapper {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper {
    background: #110828 url("../images/mobile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.wrapper-img__first {
  position: absolute;
  display: flex;
  align-items: center;
  left: 20%;
  top: 0;
}
@media only screen and (max-width: 1500px) {
  .wrapper-img__first {
    top: -100px;
    height: 235px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-img__first {
    display: none;
  }
}
.wrapper-img__second {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 10px;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .wrapper-img__second {
    right: -30px;
    height: 160px;
    top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-img__second {
    display: none;
  }
}

.header {
  padding-left: 60px;
  padding-top: 40px;
  margin-bottom: 88px;
}
@media only screen and (max-width: 1500px) {
  .header {
    padding-left: 44px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 25px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  height: 41px;
}
@media only screen and (max-width: 1500px) {
  .header__logo {
    height: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo {
    height: 32px;
  }
}

.showcase {
  padding-left: 60px;
}
@media only screen and (max-width: 1500px) {
  .showcase {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase {
    padding: 16px;
  }
}
.showcase__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .showcase__inner {
    display: block;
  }
}
.showcase__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  left: -30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .showcase__info {
    top: -90px;
    right: 0;
    left: auto;
    align-items: flex-end;
  }
}
.showcase__info:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
  width: 1px;
  height: 48px;
  left: 58px;
  background: #585470;
}
@media only screen and (max-width: 991px) {
  .showcase__info:before {
    background: #fff;
    left: auto;
    right: 13px;
  }
}
.showcase__info span {
  font-size: 11px;
  color: #585470;
  font-weight: 700;
  display: block;
  font-family: "Benzin";
  transform: rotate(-90deg);
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .showcase__info span {
    color: #fff;
    right: -44px;
  }
}
.showcase__info img {
  width: 27px;
  height: 27px;
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  .showcase__info img {
    display: none;
  }
}
.showcase__info img.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .showcase__info img.mobile {
    display: block;
  }
}
.showcase__title {
  color: #fff;
  font-family: "Benzin";
  font-size: 50px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  max-width: 654px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .showcase__title {
    font-size: 37px;
    max-width: 486px;
    line-height: 49.1px;
    letter-spacing: 2.604px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__title {
    font-size: 24px;
    max-width: 100%;
    line-height: 1.3;
    background: rgba(0, 1, 1, 0.74);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
  }
}
.showcase__btn {
  border-radius: 170px;
  background: url("../images/showcase-btn.png");
  background-size: cover;
  width: 376px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media only screen and (max-width: 1500px) {
  .showcase__btn {
    width: 280px;
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__btn {
    margin: 0 auto;
  }
}
.showcase__btn--name {
  font-size: 23px;
}
@media only screen and (max-width: 1500px) {
  .showcase__btn--name {
    font-size: 17px;
  }
}
.showcase__aside {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 43px;
}
.showcase__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .showcase__socials {
    gap: 5px;
  }
}
.showcase__socials li a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .showcase__socials li a {
    width: 35px;
    height: 35px;
  }
}
.showcase__dep {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .showcase__dep {
    display: none;
  }
}
.showcase__dep--text p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1500px) {
  .showcase__dep--text p {
    font-size: 20px;
  }
}
.showcase__dep--text span {
  display: block;
  font-size: 22px;
  color: #c1c1c1;
}
@media only screen and (max-width: 1500px) {
  .showcase__dep--text span {
    font-size: 16px;
  }
}
.showcase__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
@media only screen and (max-width: 991px) {
  .showcase__items {
    overflow: auto;
    margin-right: -16px;
    padding-right: 16px;
    margin-left: -16px;
    padding-left: 16px;
  }
  .showcase__items::-webkit-scrollbar {
    display: none;
  }
}
.showcase__item {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .showcase__item {
    height: 233px;
    width: 174px;
  }
}
.showcase__text {
  position: absolute;
  left: 40px;
  top: 34px;
}
@media only screen and (max-width: 1500px) {
  .showcase__text {
    font-size: 15px;
    left: 22px;
    top: 22px;
  }
}

@media only screen and (max-width: 1500px) {
  .mobile {
    display: none;
  }
}
.mobile__before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}
.mobile__inner {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/bg-phone.png") 50% 50%;
  padding: 52px 82px 39px;
  background-size: cover;
}
.mobile__title {
  text-align: center;
  color: #fff;
  font-family: "Benzin";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.mobile__text {
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  left: -60px;
}