@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: "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;
}
.wrapper::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/before-bg.png") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 221px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .wrapper::before {
    display: none;
  }
}
@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;
  }
}

.header {
  padding-left: 100px;
  padding-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .header {
    padding-left: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 32px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  .header__logo {
    height: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo {
    height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo img {
    display: none;
  }
}
.header__logo img.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header__logo img.mobile {
    display: block;
  }
}

.showcase {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .showcase {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase {
    padding: 32px;
    padding-top: 10px;
    height: calc(100vh - 78px);
    padding-bottom: 0;
  }
}
.showcase__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .showcase__inner {
    display: block;
    height: 100%;
  }
}
.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__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .showcase__content {
    height: 100%;
    margin-right: -32px;
  }
}
.showcase__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .showcase__buttons {
    flex-grow: 10;
    padding-right: 32px;
    align-items: flex-start;
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
}
.showcase__buttons--item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.showcase__title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
  max-width: 575px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .showcase__title {
    font-size: 37px;
    max-width: 486px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__title {
    font-size: 36px;
    max-width: 100%;
    line-height: 1.3;
    max-width: 80%;
  }
}
.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__img {
  display: flex;
  align-items: center;
}
.showcase__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  margin-top: 137px;
}
@media only screen and (max-width: 991px) {
  .showcase__items {
    overflow: auto;
    margin-top: 24px;
    width: 100%;
    padding-right: 32px;
  }
  .showcase__items::-webkit-scrollbar {
    display: none;
  }
}
.showcase__item {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .showcase__item {
    width: 300px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }
}
.showcase__text {
  position: absolute;
  left: 30px;
  text-align: left !important;
  top: 15px;
  font-size: 22px;
  font-weight: 600;
  max-width: 50%;
}
@media only screen and (max-width: 1500px) {
  .showcase__text {
    font-size: 20px;
    left: 20px;
    top: 20px;
  }
}

@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;
}