@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift%20bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift%20semilight%20consedered.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro%20bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.page * {
  color: #fff;
}

.page {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: "Bahnschrift", sans-serif;
  font-weight: 300;
}

.page__sub-string {
  color: #f16b22;
}

.page__wrapper {
  padding: 36px 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.header__wrapper {
  display: flex;
  height: 192px;
  align-items: center;
  background-image: url("../imgs/top-background.png"),
    linear-gradient(90deg, #000000 0%, #161b1f 54%, #000000 100%);
  background-size: 100% 100%;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.header__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.header__text-wrapper {
  position: relative;
  text-align: end;
  padding-right: 126px;
}

.header__text-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__text-wrapper_weapons::after {
  top: 50%;
  transform: translateY(-50%);
  width: 111px;
  height: 111px;
  background-image: url("../imgs/strikearms-charlee.svg");
}

.header__text-wrapper_art::after {
  background-image: url("../imgs/strikeart-pyro-charlee.svg");
  width: 113px;
  height: 176px;
  bottom: -24px;
}
.header__title,
.header__subtitle {
  margin: 0;
  padding: 0;
}

.header__title {
  font-family: "Intro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
}

.header__subtitle {
  font-family: "Bahnschrift", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 14px;
}

.header__subtitle_weapons {
  font-size: 22px;
}

.main__illustrations {
  display: grid;
  grid-template-columns: calc(50% + 9px) calc(50% - 9px);
  width: 100%;
  height: 326px;
}

.main__illustrations-weapons,
.main__illustrations-art {
  min-width: 0;
  height: 101%;
}

.main__illustrations-mobile-title {
  display: none;
}

.main__illustrations-art {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.main__illustrations-art-board {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
  gap: 1px;
  padding: 1px;
  box-sizing: border-box;
  background-color: #0c0e11;
}

.main__illustrations-art-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  flex: 1;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #121417;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.main__illustrations-art-list_first {
  flex: 165;
  background-image: url("../imgs/iconsrow-first.png");
  border-bottom: 1px solid #2a2f35;
}

.main__illustrations-art-list_second {
  flex: 157;
  background-image: url("../imgs/iconsrow-second.png");
}

.main__illustrations-art-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
}

.main__illustrations-art-list_first .main__illustrations-art-item:last-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 2px;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.main__illustrations-weapons-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background-image: url("../imgs/smokeonwather.jpg");
  background-size: 100% 97%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
}

.main__illustrations-weapons-slider-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: 3px !important;
  display: flex;
  width: calc(100% - 2px) !important;
  gap: 1px;
  margin: 0;
  box-sizing: border-box;
  flex-shrink: 0;
}

.main__illustrations-weapons-slider-pagination-item {
  flex: 1;
  width: auto;
  height: 7px;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  background-color: #20252a;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.main__illustrations-weapons-slider-pagination-item_active {
  background-color: #ff7749;
}

.main__illustrations-weapons-list {
  flex: 1;
  min-height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main__illustrations-weapons-item {
  box-sizing: border-box;
}

.main__illustrations-weapon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main__illustrations-weapon-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.main__illustrations-weapon-text {
  position: absolute;
  bottom: 24px;
  right: 36px;
  text-align: end;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.main__illustrations-weapon-text-bold {
  font-weight: 700;
}

.main__description {
  position: relative;
  padding-bottom: 29px;
  background-color: #000;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-image-source: url("../imgs/bodybackground.png");
  border-image-slice: 0 54 29 54 fill;
  border-image-width: 0 54px 29px 54px;
  border-image-repeat: stretch;
}

.main__description::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 32px;
  width: 346px;
  height: 29px;
  background-image: url("../imgs/left-footer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main__description::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 32px;
  width: 346px;
  height: 29px;
  background-image: url("../imgs/right-footer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.main__description-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 38px 49px;
}

.main__description-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  border-right: 1px solid #54575c;
  padding-right: 32px;
}

.main__description-content:nth-child(2) {
  padding-left: 32px;
}

.main__description-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Tahoma", sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #54575c;
  margin: 0;
}

.main__description-text {
  font-size: 17px;
  line-height: 26px;
  font-family: "Tahoma", sans-serif;
  margin: 16px 0 0 0;
}

.main__description-sale {
  padding-left: 53px;
  box-sizing: border-box;
}

.main__description-sale-wrapper:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #54575c;
}

.main__description-sale-wrapper:last-child {
  padding-top: 21px;
}

.main__description-sale-header-title {
  margin: 0;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Tahoma", sans-serif;
  box-sizing: border-box;
  padding-right: 120px;
}

.main__description-sale-header-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 29px;
  background-image: url("../imgs/lines.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main__description-sale-link {
  margin-top: 18px;
  display: block;
  text-decoration: none;
  width: 321px;
  height: 69px;
  background-image: url("../imgs/pdf.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main__description-contacts {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.main__description-contacts-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 19px;
}

.main__description-contact-qr {
  display: block;
  width: 101px;
  height: 101px;
  background-color: #fff;
  box-sizing: border-box;
  flex-shrink: 0;
}

.main__description-contact-link {
  display: block;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Tahoma", sans-serif;
  text-decoration: none;
}

.main__description-contact-link:hover {
  text-decoration: underline;
}

.main__description-contacts-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.main__description-contacts-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.main__features {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.main__feature {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ccc;
  font-family: "Tahoma" , sans-serif;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #ccc;
}

.main__feature:first-child {
  padding-left: 0;
}
.main__feature:last-child {
  border-right: none;
  padding-right: 0;
}

.footer {
  margin-top: 24px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #54575c;
  font-family: "Tahoma" , sans-serif;
}

.main__illustrations-art-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 135px;
  max-height: 129px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.main__illustrations-art-item-img.active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.1s;
}

.main__description-sale-wrapper_mobile {
  display: none;
}

@media (max-width: 1200px) {
  .main__description::before,
  .main__description::after {
    content: none;
    display: none;
  }
}

@media (max-width: 998px) {
  .header {
    display: none;
  }

  .page__wrapper {
    padding: 12px 0 36px 0;
  }

  .main__illustrations-mobile-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: calc(100% - 24px);
    background-image: url("../imgs/logocell.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  .main__illustrations-mobile-title-wrapper {
    position: relative;
    text-align: end;
    padding: 24px 85px 24px 24px;
  }

  .main__illustrations-mobile-title-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background-image: url("../imgs/strikearms-charlee.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .main__illustrations-mobile-title-wrapper_art::after {
    background-image: url("../imgs/strikeart-pyro-charlee.svg");
    width: 90px;
    height: 90px;
    top: 28px;
  }

  .main__illustrations-mobile-subtitle  {
    font-size: 16px;
  }

  .main__illustrations-mobile-title-text {
    font-family: "Intro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
  }

  .main__illustrations-mobile-subtitle {
    font-family: "Bahnschrift", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
  }

  .main__illustrations {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    height: auto;
  }

  .main__illustrations-weapons {
    height: 100%;
    overflow: hidden;
    display: grid;
  }

  .main__illustrations-weapons-slider {
    background-size: 100% 100%;
    width: calc(100% - 24px);
  }

  .main__illustrations-art {
    height: auto;
    width: 100%;
    margin-top: 24px;
  }

  .main__illustrations-art-board {
    display: grid;
    grid-template-rows: auto auto;
    flex: none;
    height: auto;
    padding: 0 12px;
  }

  .main__illustrations-art-list,
  .main__illustrations-art-list_first,
  .main__illustrations-art-list_second {
    flex: none;
    width: 100%;
    grid-template-rows: auto;
  }

  .main__illustrations-art-item {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
  }

  .main__illustrations-art-item-img {
    max-width: 90%;
    max-height: 90%;
  }

  .main__description-wrapper {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    padding: 24px 12px;
  }
  
  .main__description-sale {
    display: none;
  }

  .main__illustrations-weapons-slider-pagination {
    left: 12px !important;
    right: 12px !important;
    width: calc(100% - 24px) !important;
  }

  .main__illustrations-weapons-slider-pagination-item {
    height: 4px;
  }

  .main__illustrations-weapon-text {
    right: 24px;
    font-size: clamp(
      13px,
      min(
        calc(13px + (100vw - 320px) * 3 / 55),
        clamp(16px, calc(16px + (100vw - 375px) * 12 / 623), 28px)
      ),
      28px
    );
    line-height: clamp(18px, calc(18px + (100vw - 375px) * 22 / 623), 40px);
  }

  .main__features {
    bottom: 4px;
  }

  .main__feature {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .main__description-content {
    padding-right: 0;
    border-right: none;
  }

  .main__description-content:nth-child(2) {
    padding-left: 0;
  }

  .main__description-info:last-child {
    padding-bottom: 24px;
  }

  .footer {
    margin-top: 12px;
  }

  .main__description {
    border-image-slice: 1 54 29 54 fill;
    margin: 0 12px;
  }

  .main__description-sale-wrapper_mobile {
    padding: 12px !important;
    display: block;
  }
}

@media (max-width: 450px) {
  .main__feature {
    font-size: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
