[hidden] {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hidden\@m {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible\@m {
    display: none !important;
  }
}

.button-slider {
  flex-shrink: 0;
  color: #EDF5FF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #464545;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: background, color;
}
@media screen and (max-width: 1023px) {
  .button-slider {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
}
.button-slider svg {
  width: 1.0416666667vw;
  height: 0.5729166667vw;
}
@media screen and (max-width: 1023px) {
  .button-slider svg {
    width: 4.4444444444vw;
    height: 2.5vw;
  }
}
.button-slider-left svg {
  transform: rotate(180deg);
}
.button-slider-right svg {
  transform: rotate(0deg);
}
.button-slider-upper svg {
  transform: rotate(270deg);
}
.button-slider-down svg {
  transform: rotate(90deg);
}
.button-slider.swiper-button-disabled {
  cursor: auto;
  color: #808080;
  background: #1E1E20;
}

@font-face {
  font-family: "Golos UI";
  src: local("Golos UI Bold"), local("GolosUI-Bold"), url("../fonts/Golos-UI/GolosUI-Bold.woff2") format("woff2"), url("../fonts/Golos-UI/GolosUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos UI";
  src: local("Golos UI"), local("GolosUI-Regular"), url("../fonts/Golos-UI/GolosUI-Regular.woff2") format("woff2"), url("../fonts/Golos-UI/GolosUI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos UI";
  src: local("Golos UI Medium"), local("GolosUI-Medium"), url("../fonts/Golos-UI/GolosUI-Medium.woff2") format("woff2"), url("../fonts/Golos-UI/GolosUI-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  font-synthesis: none !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
  hyphens: manual;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #000000;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
  font-family: "Onest", sans-serif, sans-serif;
}
body.lock {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body.lock-m {
    overflow: hidden;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #0085fe !important;
}

img,
video {
  max-width: 100%;
}

img[parse-svg] {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 11.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 4.4444444444vw;
  }
}

.page {
  min-height: 60vh;
  overflow: hidden;
}

.section-product {
  padding-top: 5.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .section-product {
    padding-top: 14.4444444444vw;
  }
}
.section-product .section-product-top {
  display: flex;
  justify-content: center;
}
.section-product h1 {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 66.6666666667vw;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-product h1 {
    font-size: 11.1111111111vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-product h1 {
    max-width: 100%;
  }
}
.section-product h1::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.section-product-wrapper {
  position: relative;
  top: -10%;
}
.section-product-sticky {
  position: relative;
  height: 35.6770833333vw;
  width: 66.1979166667vw;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .section-product-sticky {
    height: 51.6666666667vw;
    width: 94.7222222222vw;
  }
}
.section-product-sticky::before {
  content: "";
  position: absolute;
  z-index: 4;
  bottom: -10%;
  left: 0;
  width: 100vw;
  margin-left: -4.4444444444vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.section-product-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section-product-img img {
  width: 100%;
  height: 100%;
}
.section-product-img-1 {
  z-index: 3;
  top: -0.78125vw;
  left: -0.2604166667vw;
  width: 66.1979166667vw;
  height: 35.6770833333vw;
}
@media screen and (max-width: 1023px) {
  .section-product-img-1 {
    width: 94.7222222222vw;
    height: 51.6666666667vw;
  }
}
.section-product-img-2 {
  z-index: 2;
  top: 6.5625vw;
  left: 9.1666666667vw;
  width: 43.8020833333vw;
  height: 25vw;
}
@media screen and (max-width: 1023px) {
  .section-product-img-2 {
    width: 63.6111111111vw;
    height: 36.3888888889vw;
  }
}
.section-product-img-3 {
  z-index: 1;
  width: 65.1041666667vw;
  height: 35.3125vw;
}
@media screen and (max-width: 1023px) {
  .section-product-img-3 {
    width: 94.7222222222vw;
    height: 51.6666666667vw;
  }
}
.section-product-items {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 30%;
}
@media screen and (max-width: 1023px) {
  .section-product-items {
    bottom: 10%;
  }
}
.section-product-items .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  background: #1E1E20;
  max-width: 27.0833333333vw;
  padding: 0.8333333333vw;
  border-radius: 0.8333333333vw;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .section-product-items .item {
    max-width: 91.1111111111vw;
    padding: 3.3333333333vw;
    border-radius: 3.3333333333vw;
  }
}
.section-product-items .item-1 {
  width: 20.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .section-product-items .item-1 {
    width: 72.2222222222vw;
  }
}
.section-product-items .item-2 {
  width: 27.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-product-items .item-2 {
    width: 91.1111111111vw;
  }
}
.section-product-items .item h3 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-product-items .item h3 {
    font-size: 6.1111111111vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-product-items .item h3 {
    font-size: 5.5555555556vw;
  }
}
.section-product-items .item p {
  margin-top: 0.8333333333vw;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-product-items .item p {
    font-size: 4.4444444444vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-product-items .item p {
    font-size: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}

.section-slider {
  padding-top: 11.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .section-slider {
    padding-top: 22.2222222222vw;
  }
}
.section-slider h2 {
  max-width: 62.5vw;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 3.0208333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-slider h2 {
    font-size: 10.5555555556vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-slider h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-slider h2.small {
    font-size: 7.7777777778vw;
  }
}
.section-slider p {
  max-width: 35.4166666667vw;
  margin-top: 1.25vw;
  color: #808080;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-slider p {
    font-size: 4.4444444444vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-slider p {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.section-slider-block {
  width: 100vw;
  margin-top: 2.8125vw;
  margin-left: -11.0416666667vw;
  padding-left: 11.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-slider-block {
    width: 100%;
    margin-top: 8.8888888889vw;
    margin-left: 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .section-slider-block .swiper {
    width: 100vw;
    margin-left: -4.4444444444vw;
    padding: 0 4.4444444444vw;
  }
}
.section-slider-block .swiper-slide {
  height: auto !important;
}
.section-slider-block .swiper-slide > * {
  height: 100%;
}
.section-slider-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.8125vw;
}
.section-slider-btns {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.card-1-img {
  width: 100%;
  aspect-ratio: 3/2;
}
.card-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .card-1-img img {
    border-radius: 4.4444444444vw;
  }
}
.card-1-block {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .card-1-block {
    margin-top: 6.6666666667vw;
  }
}
.card-1-block p {
  color: #808080;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-1-block p {
    font-size: 5.5555555556vw;
    line-height: 100%;
  }
}
.card-1-block p span {
  color: #ffffff;
}
.card-2-img {
  width: 100%;
  aspect-ratio: 1/1;
}
.card-2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .card-2-img img {
    border-radius: 4.4444444444vw;
  }
}
.card-2-block {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .card-2-block {
    margin-top: 6.6666666667vw;
  }
}
.card-2-block p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .card-2-block p {
    font-size: 5.5555555556vw;
    line-height: 100%;
  }
}
.card-3 {
  background: #ffffff;
  padding: 1.25vw;
  border-radius: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .card-3 {
    padding: 4.4444444444vw 6.6666666667vw 6.6666666667vw;
    border-radius: 4.4444444444vw;
  }
}
.card-3-img {
  width: 9.375vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .card-3-img {
    width: 50vw;
  }
}
.card-3-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card-3-block {
  margin-top: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .card-3-block {
    margin-top: 8.8888888889vw;
  }
}
.card-3-block h3 {
  color: #000000;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1.4583333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .card-3-block h3 {
    font-size: 6.1111111111vw;
    line-height: 100%;
  }
}
.card-3-block p {
  margin-top: 1.25vw;
  opacity: 0.6;
  color: #000000;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .card-3-block p {
    font-size: 3.8888888889vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .card-3-block p {
    margin-top: 4.4444444444vw;
  }
}
.card-product {
  position: relative;
  background: #ffffff;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 1023px) {
  .card-product {
    border-radius: 2.7777777778vw;
  }
}
.card-product:hover img {
  transform: scale(1.05);
}
.card-product:hover h3 {
  color: #138AF1;
}
.card-product-img {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 1023px) {
  .card-product-img {
    border-radius: 2.7777777778vw;
  }
}
.card-product-img img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 0.5208333333vw;
  transition: transform 0.2s ease;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .card-product-img img {
    border-radius: 2.7777777778vw;
  }
}
.card-product-tags {
  position: absolute;
  z-index: 2;
  left: 1.5625vw;
  right: 1.5625vw;
  bottom: 0.8333333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2604166667vw;
}
@media screen and (max-width: 1023px) {
  .card-product-tags {
    left: 4.4444444444vw;
    right: 4.4444444444vw;
    bottom: 3.3333333333vw;
    gap: 1.3888888889vw;
  }
}
.card-product-block {
  padding: 0.5208333333vw 1.5625vw 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .card-product-block {
    padding: 3.3333333333vw 3.3333333333vw 3.3333333333vw;
  }
}
.card-product-block h3 {
  font-family: Golos UI;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 140%;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .card-product-block h3 {
    font-size: 4.4444444444vw;
  }
}
.card-product-price {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  font-family: Golos UI;
  font-weight: 500;
  font-size: 1.1458333333vw;
  line-height: 140%;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 1023px) {
  .card-product-price {
    font-size: 4.4444444444vw;
  }
}
.card-product-price .old {
  font-family: Golos UI;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 100%;
  text-decoration: line-through;
  color: #A8A8A8;
}
@media screen and (max-width: 1023px) {
  .card-product-price .old {
    font-size: 3.3333333333vw;
  }
}
.card-product-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tag {
  color: #A8A8A8;
  background: #ffffff;
  padding: 0.2604166667vw 0.5208333333vw;
  border-radius: 50px;
  font-family: Golos UI;
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 100%;
}
.tag-green {
  background: #4CAF50;
  color: #ffffff;
}

.section-types {
  padding-top: 13.5416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-types {
    padding-top: 22.2222222222vw;
  }
}
.section-types h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 3.0208333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-types h2 {
    font-size: 10.5555555556vw;
    line-height: 100%;
  }
}
.section-types-items {
  margin-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .section-types-items {
    margin-top: 10vw;
  }
}
.section-types-items .item {
  display: flex;
  align-items: center;
  gap: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .section-types-items .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.4444444444vw;
  }
}
.section-types-items .item:nth-child(n+2) {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-types-items .item:nth-child(n+2) {
    margin-top: 15.5555555556vw;
  }
}
.section-types-items .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .section-types-items .item:nth-child(even) {
    flex-direction: column;
  }
}
.section-types-items .item img {
  width: 100%;
}
.section-types-items .item-block {
  flex-shrink: 0;
  width: 29.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-types-items .item-block {
    width: 100%;
  }
}
.section-types-items .item-block h3 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-types-items .item-block h3 {
    font-size: 5.5555555556vw;
    line-height: 100%;
  }
}
.section-types-items .item-block p {
  margin-top: 2.0833333333vw;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-types-items .item-block p {
    font-size: 3.8888888889vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-types-items .item-block p {
    margin-top: 4.4444444444vw;
  }
}

.section-video {
  padding-top: 11.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .section-video {
    padding-top: 22.2222222222vw;
  }
}
.section-video h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 3.0208333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-video h2 {
    font-size: 10.5555555556vw;
    line-height: 100%;
  }
}
.section-video .section-video-block {
  margin-top: 2.8125vw;
}
@media screen and (max-width: 1023px) {
  .section-video .section-video-block {
    margin-top: 11.1111111111vw;
  }
}
.section-video .section-video-block img, .section-video .section-video-block video, .section-video .section-video-block iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-video .section-video-block img, .section-video .section-video-block video, .section-video .section-video-block iframe {
    height: 55.5555555556vw;
    border-radius: 8.8888888889vw;
  }
}

.section-accessories {
  padding-top: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .section-accessories {
    padding-top: 22.2222222222vw;
  }
}
.section-accessories-items .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.4444444444vw;
  }
}
.section-accessories-items .item h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 3.0208333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item h2 {
    font-size: 10.5555555556vw;
    line-height: 100%;
  }
}
.section-accessories-items .item img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    top: 11.1111111111vw;
    left: -4.4444444444vw;
    width: 100vw;
  }
}
.section-accessories-items .item-block {
  position: relative;
  z-index: 2;
  width: 27.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block {
    width: 100%;
  }
}
.section-accessories-items .item-block h4 {
  margin-top: 2.8125vw;
  color: rgba(229, 234, 238, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block h4 {
    font-size: 4.4444444444vw;
    line-height: 100%;
  }
}
.section-accessories-items .item-block h4 {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block h4 {
    margin-top: 77.7777777778vw;
  }
}
.section-accessories-items .item-block p {
  margin-top: 2.0833333333vw;
  color: rgba(229, 234, 238, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block p {
    font-size: 3.8888888889vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block p {
    margin-top: 6.6666666667vw;
  }
}
.section-accessories-items .item-block ul {
  margin-top: 1.25vw;
  padding-left: 1.25vw;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block ul {
    margin-top: 2.2222222222vw;
    padding-left: 5.5555555556vw;
  }
}
.section-accessories-items .item-block ul li {
  color: rgba(229, 234, 238, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-accessories-items .item-block ul li {
    font-size: 3.8888888889vw;
    line-height: 100%;
  }
}

.section-construction {
  padding-top: 12.5vw;
}
@media screen and (max-width: 1023px) {
  .section-construction {
    padding-top: 22.2222222222vw;
  }
}
.section-construction h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 3.0208333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-construction h2 {
    font-size: 10.5555555556vw;
    line-height: 100%;
  }
}
.section-construction-wrapper {
  display: grid;
  grid-template-columns: 27.0833333333vw 57.2916666667vw;
  gap: 2.0833333333vw;
  width: 100vw;
  margin-top: 4.1666666667vw;
  margin-left: -11.0416666667vw;
  padding: 0 4.1666666667vw 0 11.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-construction-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    width: 100%;
    margin-top: 8.8888888889vw;
    margin-left: 0;
    padding: 0;
  }
}
.section-construction-left {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
  width: 26.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .section-construction-left {
    flex-direction: column-reverse;
    width: 100%;
    gap: 4.4444444444vw;
    margin-top: -6.6666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-construction-nav {
    width: 90%;
  }
}
.section-construction-pagination {
  display: flex;
  justify-content: space-between;
}
.section-construction-pagination .swiper-pagination-bullet {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background: #535353;
  opacity: 1 !important;
}
.section-construction-pagination .swiper-pagination-bullet-active {
  background: #D9D9D9;
}
.section-construction-btns {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  width: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-construction-btns {
    flex-direction: row;
    align-items: center;
    gap: 5.5555555556vw;
    width: 100%;
  }
  .section-construction-btns .button-slider-upper {
    transform: rotate(270deg);
  }
  .section-construction-btns .button-slider-down {
    transform: rotate(270deg);
  }
}
.section-construction-items {
  width: 23.9583333333vw;
}
@media screen and (max-width: 1023px) {
  .section-construction-items {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .section-construction-items .swiper-wrapper {
    height: auto !important;
  }
}
.section-construction-items .swiper-slide {
  height: auto !important;
}
.section-construction-items .swiper-slide-thumb-active .item-icon-plus {
  opacity: 0;
}
.section-construction-items .swiper-slide-thumb-active .item-icon-minus {
  opacity: 1;
}
.section-construction-items .swiper-slide-thumb-active .item-block p {
  height: auto;
  padding-top: 0.8333333333vw;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .section-construction-items .swiper-slide-thumb-active .item-block p {
    padding-top: 0;
  }
}
.section-construction-items .item {
  display: flex;
  gap: 0.8333333333vw;
  background: #1E1E20;
  padding: 0.8333333333vw;
  border-radius: 0.8333333333vw;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .section-construction-items .item {
    padding: 3.3333333333vw 6.6666666667vw;
    border-radius: 4.4444444444vw;
  }
}
.section-construction-items .item-icon {
  position: relative;
  flex-shrink: 0;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .section-construction-items .item-icon {
    display: none;
  }
}
.section-construction-items .item-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  transition: opacity 0.25s ease;
}
.section-construction-items .item-icon-minus {
  opacity: 0;
}
.section-construction-items .item-block h3 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1.1458333333vw;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .section-construction-items .item-block h3 {
    font-size: 5vw;
    line-height: 100%;
  }
}
.section-construction-items .item-block h3 {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .section-construction-items .item-block h3 {
    font-size: 4.4444444444vw;
  }
}
.section-construction-items .item-block p {
  overflow: hidden;
  height: 0;
  padding-top: 0;
  opacity: 0;
  transition: 0.2s ease;
  transition-property: opacity, height;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .section-construction-items .item-block p {
    font-size: 3.8888888889vw;
    line-height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-construction-items .item-block p {
    height: auto;
    margin-top: 3.3333333333vw;
    opacity: 1;
  }
}
.section-construction-right {
  width: 100%;
}
.section-construction-images .item {
  display: flex;
}

.section-products {
  padding-top: 8.3333333333vw;
  padding-bottom: 11.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .section-products {
    padding: 22.2222222222vw 0;
  }
}
.section-products h2 {
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 3.0208333333vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-products h2 {
    font-size: 10.5555555556vw;
    line-height: 100%;
  }
}
.section-products-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4166666667vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .section-products-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6666666667vw;
    margin-top: 11.1111111111vw;
  }
}

.section-secondary {
  background: #F5F5F7;
}
.section-secondary h2 {
  color: #000000;
}
.section-secondary p {
  color: #464545;
}

.section-last {
  padding-bottom: 6.25vw;
}