/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* OpenSans Regular */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* OpenSans SemiBold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* OpenSans Bold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Giorgio Sans LCG Bold */
@font-face {
  font-family: "Giorgio Sans LCG";
  src: url("../fonts/Giorgio Sans LCG Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Open Sans", sans-serif;
}

h1, h2 {
  font-family: "Giorgio Sans LCG", sans-serif;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", "Sans-Serif";
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1920px; /* или 1440px, зависит от макета */
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.section {
  margin-top: 80px;
}

h1 {
  font-size: 4.06rem; /* твои 65px */
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 150;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__nav a {
  color: #fff;
  text-transform: uppercase;
}

.hero {
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 68px;
  color: #fff;
  position: relative;
}
.hero p {
  max-width: 619px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__right a {
  color: #fff;
}

.hero__content {
  position: relative;
  z-index: 1;
}

/* Контейнер для точек */
.hero__dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.hero__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #504f59; /* неактивная */
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.hero__dots span.active {
  background-color: #ffffff; /* активная */
}

.button {

  border: none;
  outline: none;
  background-color: #181818;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 25px;
  line-height: 1.1;
  font-family: "Open Sans";
  font-weight: 400;
  max-width: 400px;
  text-align: center;
  padding: 10px 37px;
  cursor: pointer;
  display: block;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); /* немного увеличиваем */
  background-color: #282828; /* чуть светлее фон */
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.add-to-cart-redirect {
	display: inline;
}

.button__hero,
.button__sports {
  margin: 0 auto;
  margin-top: 40px;
}

.about__block {
  margin-top: 80px;
}
.about__block-inner {
  padding: 60px;
  background-color: #f7f7f7;
}
.about__block h2 {
  font-size: 64px;
  line-height: 55px;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}
.about__block p {
  font-weight: 600;
  font-size: 16px;
  max-width: 887px;
  line-height: 23px;
}

.about__block-left {
  max-width: 80%;
}

.vk__video {
  margin-top: 20px;
  padding-left: 44px;
  display: block;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vk__video:hover {
  color: #535353;
}
.vk__video::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/home/icons/vk-video.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
}

.about__block-right {
  font-size: 44px;
  font-family: "Giorgio Sans LCG";
  font-weight: 700;
  line-height: 1.1;
}
.about__block-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  margin-top: 10px;
}

.sports {
  margin-top: 80px;
}

.sports__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 25px;
}

.reviews__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arrows {
  max-width: 73px;
  width: 100%;
  position: relative;
  height: 30px;
}

.reviews__arrow {
  width: 30px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.reviews__arrow::after {
  display: none; /* убираем стандартные стрелки swiper */
}

.reviews__arrow--next {
  background-image: url("../images/home/icons/right.svg");
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.reviews__arrow--next:hover {
  opacity: 0.3;
}

.reviews__arrow--prev {
  background-image: url("../images/home/icons/left.svg");
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__arrow--prev:hover {
  opacity: 0.3;
}

.reviews__arrow--prev {
  left: 0px;
}

.reviews__arrow--next {
  right: 0px;
}

.section__title {
  font-size: 44px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sports__card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* квадрат */
  background-size: 100%;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* текст снизу */
  padding-bottom: 30px;
  -webkit-transition: background-size 0.6s ease;
  -o-transition: background-size 0.6s ease;
  transition: background-size 0.6s ease;
}
.sports__card:hover {
  background-size: 110%;
}
.sports__card span {
  font-size: 45px;
  line-height: 1.1;
  display: block;
  text-align: center;
  font-family: "Giorgio Sans LCG", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.sports__card p {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.catalogs {
  margin-top: 30px;
  margin-bottom: 100px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ae946d;
  padding: 1px 0 4px;
  margin-bottom: 15px;
}

.marquee__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-animation: marquee 120s linear infinite;
          animation: marquee 120s linear infinite;
}

.marquee__track span {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 300;
}

/* анимация */
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.services__inner {
  background-color: #f7f7f7;
  padding: 60px;
  border-radius: 3px;
}

.services__item {
  padding: 39px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #000;
}
.services__item:first-child {
  border-top: 1px solid #000;
}
.services__item-title {
  font-family: "Giorgio Sans LCG";
  font-weight: 700;
  font-size: 45px;
  line-height: 41px;
  letter-spacing: 1px;
}
.services__item p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.services__item a {
  color: #0c73fe;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}
.services__item a:hover {
  color: #1f242b;
}

.item__title {
  max-width: 500px;
  width: 100%;
}

.services__btn {
  margin: 0 auto;
  margin-top: 40px;
}

.banner {
  margin-bottom: 100px;
}

.header__phone {
  font-size: 15px;
}

.banner__inner {
  min-height: 60vh;
  border-radius: 3px;
  background-image: url(../images/home/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 52px;
  background-position: center;
  padding: 20px;
	padding-bottom: 40px;
}

.banner__content {
  text-align: center;
}
.banner__content h2 {
  font-size: 65px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 60px;
}
.banner__content p {
  font-size: 24px;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
}

.clients h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.1;
}

.clients__block {
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 40px 120px;
}

.stats__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.stats__card {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}

/* вращающийся фон */
.stats__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home/partners/circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
  z-index: 1;
}

/* контент поверх */
.stats__card > * {
  position: relative;
  z-index: 2;
}

/* анимация */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.stats__card-content {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
}
.stats__card-content p {
  margin: 10px 0;
  font-family: "Giorgio Sans LCG";
  font-weight: 700;
  font-size: 67px;
  line-height: 60px;
  letter-spacing: 1px;
}

.clients__descr {
  margin: 0 auto;
  margin-top: 46px;
  font-weight: 400;
  text-align: center;
  max-width: 942px;
}

.clients__inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients__logo {
  max-width: 12 0px;
}
.clients__logo img {
  max-width: 100%;
}

.reviews {
  overflow: hidden;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  height: auto;
}
.reviews__item h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.reviews__item p {
  margin-bottom: 10px;
}
.reviews__item a {
  color: #0c73fe;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  margin-top: auto;
}
.reviews__item a:hover {
  color: #000;
}

.reviews__item-img {
  border-radius: 3px;
  aspect-ratio: 44/29;
  margin-bottom: 20px;
}
.reviews__item-img img {
  max-width: 100%;
}

.reviews-slider {
  margin-top: 25px;
}

.reviews__item-img {
  overflow: hidden; /* прячем края */
}

.reviews__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.reviews__item:hover .reviews__item-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}



.blog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items: center;
}

.blog__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 190px;
  width: 100%;
	align-items: center;
}
.blog__title-inner a {
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.blog__title-inner a:hover {
  color: #0c73fe;
}

.reviews__item span {
  margin-bottom: 10px;
  color: #0c73fe;
  font-size: 12px;
  display: block;
}

.cta {
  background-color: #f7f7f7;
  padding: 70px 0 80px;
  text-align: center;
}
.cta .button {
  margin: 0 auto;
  margin-top: 30px;
}
.cta h2 {
  max-width: 979px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 45px;
}

.contacts__prefooter {
  padding: 70px 0 80px;
  background-color: #181818;
  color: #fff;
  text-align: center;
}

.contacts__content {
  max-width: 384px;
  margin: 0 auto;
  margin-top: 30px;
}
.contacts__content a {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contacts__content a:hover {
  color: #ccc;
}
.contacts__content p {
  margin-top: 30px;
}

/* скрыто */
.mega-menu {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  background: #181818;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.has-mega {
  padding-bottom: 10px;
}

/* показываем при наведении на пункт ИЛИ само меню */
.has-mega:hover + .mega-menu,
.header:hover .has-mega:hover ~ * .mega-menu,
.header:has(.has-mega:hover) .mega-menu,
.mega-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu__inner {
  max-width: 639px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 40px;
}

.mega__menu-inner__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mega-menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mega-menu__col {
  margin-left: 70px;
}
.mega-menu__col a {
  color: #fff;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
}
.mega-menu__col span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.mega-menu__col span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mega-menu__col a:hover span::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header__nav a {
  text-decoration: none;
  font-size: 14px;
}

.header__nav a span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.header__nav a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.header__nav a:hover span::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.osnova {
  margin-left: 0;
}
.osnova a {
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
  display: inline;
  margin-bottom: 15px;
}

.mobile__phone {
  display: none;
}

.nav-toggle {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
  width: 22px;
  height: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle [class*=bar-] {
  background: #ffffff;
  display: block;
  height: 3px;
  width: 24px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.opened .bar-mid {
  opacity: 0;
}

.opened .bar-bot {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__mobile-block {
  display: none;
}

.catalogs__mobile {
  display: none;
}

.catalogs__item-descr {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.services__btn--mobile {
  margin: 0 auto;
  display: none;
}

.menu__mobile {
  background-color: #181818;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 200;
  padding: 15px 0;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu__mobile .lk {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 40px;
  display: inline-block;
}

.menu__close-btn {
  max-width: 100%;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.mobile__list a {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Giorgio Sans LCG", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.mobile__list li {
  margin-bottom: 30px;
}

.menu__socials {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.menu__mobile.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.sports__vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu__sports {
  background-color: #181818;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100dvh;
  z-index: 300;
  padding: 15px 0;
}
.menu__sports .lk {
  font-size: 17px;
  text-decoration: underline;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  display: inline-block;
}

.vids__sport__title {
  letter-spacing: 1px;
  color: #fff;
  font-family: "Giorgio Sans LCG", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin-bottom: 27px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.vids__sport__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 20px;
  background-image: url(../images/home/icons/arrow-left.svg);
  background-repeat: no-repeat;
}

.more__title {
  color: #fff;
  font-family: "Giorgio Sans LCG", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin-bottom: 27px;
  padding-top: 25px;
  border-top: 1px solid #fff;
  letter-spacing: 1px;
}

.more__list li {
  margin-bottom: 7px;
}
.more__list a {
  color: #fff;
  font-weight: 600;
}

.menu__mobile,
.menu__sports {
  position: fixed;
  inset: 0;
  height: 100dvh;
  background: #181818;
  z-index: 10000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
}

.menu__mobile.active,
.menu__sports.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* второе меню выше первого */
.menu__sports {
  z-index: 10001;
}

body.menu-open {
  overflow: hidden;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* позади контента */
}

.hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.hero__slide.active {
  opacity: 1;
}

.footer {
  padding-top: 80px;
  background-color: #f7f7f7;
}

.footer__icon {
  max-width: 100%;
  border-bottom: 1px solid #000;
  position: relative;
}

.footer__icon-img {
  padding: 20px;
  position: absolute;
  background-color: #f7f7f7;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -36px;
}

.footer__inner {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr 120px 1fr 120px 1fr 120px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 0px;
}

.footer__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.footer__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.footer__grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.footer__item a,
.footer__item li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.footer__item li {
  margin-top: 10px;
}

.div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 1/4/2/6;
}

.footer__item--contacts {
  text-align: right;
}

.footer__item-title {
  font-size: 14px;
  font-weight: 600 !important;
}

.footer__projects {
  margin-top: 50px;
  padding: 35px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.projects__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.footer__copy {
  padding: 16px 0 19px;
  font-size: 12px;
  text-align: center;
}

.footer__socials {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.main-screen {
  background-repeat: no-repeat;
  margin-bottom: 20px;
  height: 85vh;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 63px;
}

.main-screen__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.main-screen__content p {
  font-size: 24px;
  line-height: 1.1;
}

.page-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breadcrumbs {
  font-size: 13px;
  font-weight: 400;
}
.breadcrumbs a {
  color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.breadcrumbs a:hover {
  color: #7f7f7f;
}
.breadcrumbs .breadcrumbs__current {
  color: #7f7f7f;
}

.topics {
  font-size: 13px;
  padding-right: 17px;
  position: relative;
}
.topics::after {
  content: "";
  background-image: url(../images/blog/arrowbottom.svg);
  position: absolute;
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topics__link {
  font-weight: 700;
  color: #000;
}

.blog__inner {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.blog__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.blog__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.blog__inner > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.more__blog {
  margin: 0 auto;
  margin-top: 40px;
}

.button-tg {
  display: inline-block;
  padding: 15px 30px;
  padding-left: 60px;
  position: relative;
}
.button-tg::before {
  position: absolute;
  content: "";
  background-image: url(../images/blog/tg.svg);
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  left: 20px;
}

.header-white .header {
  background-color: #fff;
}

.header-white .header__logo img {
  content: url("../images/home/logo-black.svg"); /* черное лого */
}

.header-white .header__favorites img {
  content: url("../images/home/icons/fav-black.svg");
}

.header-white .header__nav a span,
.header-white .header__phone,
.header-white .header__favorites img {
  color: #000; /* текст и ссылки в черный */
}

.header-white .mega-menu {
  background-color: #fff;
}

.header-white .mega-menu__col a {
  color: #000;
}

.header-white .mega-menu__col span::after {
  background-color: #000;
}

.header-white .mega-menu {
  background-color: #f7f7f7;
}

.header-white .header {
  border-bottom: 1px solid #ccc;
}

.page-top__container-white {
  margin-top: 89px;
}

.about-page {
  text-align: center;
}

.about__video {
  max-width: 900px;
  margin: 50px auto 70px auto;
}

.about__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.11%; /* 505 / 900 ≈ 0.5611 */
  border-radius: 3px;
  overflow: hidden;
}

.about__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts-page {
  text-align: center;
}

.page__contacts {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.page__contacts a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.contacts-page p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
}

.contacts-map {
  max-width: 1360px;
  margin: 0 auto;
  aspect-ratio: 1360/590;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}



.merki {
  margin: 0 auto;
  max-width: 833px;
  margin-top: 44px;
}
.merki p {
  margin-bottom: 25px;
  font-weight: 600;
}
.merki ul li {
  margin-top: 5px;
}

.gid__inner {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

.gid__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gid__item h4 {
  border-bottom: 1px solid #000000;
  padding-bottom: 34px;
  text-align: center;
  font-size: 19px;
}
.gid__item {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

.gid__item-left img,
.gid__item-right img {
  max-width: 100%;
}

.politika__title {
  max-width: 800px;
  margin: 0 auto;
}

.faq {
  padding: 80px 0;
}

.faq__title {
  text-align: center;
  margin-bottom: 40px;
}

.faq__item {
  border-top: 1px solid #000;
}

.faq__item:last-child {
  border-bottom: 1px solid #000;
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: left;
  padding-right: 20px;
}
.faq__question span {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans";
}

.faq__icon {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.faq__answer p {
  padding-bottom: 20px;
  margin: 0;
  color: #555;
}

.faq__item.active .faq__answer {
  max-height: 5000px;
  font-size: 15px;
}

.faq__item.active .faq__icon {
  content: "-";
}

.faq__container {
  padding: 60px;
  background-color: #f7f7f7;
  margin-top: 50px;
  margin-bottom: 80px;
}

.faq__answer li {
  list-style: decimal;
}

.faq__answer {
  font-size: 15px;
  color: #555;
}
.faq__answer li {
  margin-top: 15px;
}
.faq__answer ol {
  padding-left: 20px;
}

.footer__mobile {
  display: none;
  background-color: #181818;
  border-top: 1px solid #7f7f7f;
}
.footer__mobile ul a {
  color: #7f7f7f;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}
.footer__mobile ul li {
  margin-bottom: 25px;
}

.footer__mobile-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.copyright__mobile {
  color: #7f7f7f;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding-top: 14px;
  border-top: 1px solid #7f7f7f;
  line-height: 1.1;
  padding-bottom: 30px;
}

.category__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.category__title-inner input {
  padding: 8px 11px;
  height: 36px;
  font-size: 15px;
  font-family: "Open Sans";
  width: 224px;
  font-size: 14px;
  border: 1px solid #B3B3B3;
  outline: none;
  border-radius: 50px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; /* плавный переход цвета рамки */
}
.category__title-inner input:focus {
  border-color: #686868; /* черная рамка при активе (фокусе) */
}
.category__title-inner input::-moz-placeholder {
  color: #B3B3B3;
}
.category__title-inner input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.category__title-inner input:-ms-input-placeholder {
  color: #B3B3B3;
}
.category__title-inner input::-ms-input-placeholder {
  color: #B3B3B3;
}
.category__title-inner input::placeholder {
  color: #B3B3B3;
}
.category__title-inner img {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.category__descr {
  max-width: 1010px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 15px;
}

.category__inner {
  margin-top: 40px;
}

.category__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; /* расстояние между фильтрами и карточками */
}

.category__filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 303px;
          flex: 0 0 303px; /* фиксированная минимальная ширина фильтров */
  min-width: 20%; /* чтобы на больших экранах не сжимались слишком */
}

.category__products {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* всё оставшееся пространство */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr); /* 3 карточки в ряд */
  gap: 20px; /* расстояние между карточками */
  row-gap: 40px;
}

.filter__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.filter__item {
  padding: 22px 0 12px;
  border-top: 1px solid #E5E5E5;
}

.filter__item-title.reset a{
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
	color: #000;
}
.filter__item-title.reset a:hover {
  color: #7f7f7f;
}

.product-card {
  position: relative;
}

.product-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 3px;
	background: #f2f2f2;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.product-card__title {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}

.product__container {
  max-width: 1210px;
}

.product {
  margin-top: 148px;
}

.product__page-top {
  display: none;
}

.product__left {
  max-width: 555px;
  width: 100%;
}

.var__link {
  max-width: 95px;
  height: 95px;
  aspect-ratio: 1/1;
}
.var__link img {
  max-width: 100%;
	height: auto;
}

.product__variations {
  margin-top: 30px;
}
.product__variations p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product__variations-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}

.product__title {
  font-size: 35px;
  letter-spacing: 1.2px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product__descr {
  font-size: 15px;
  font-weight: 400;
	margin-top: 15px;
}

.gid__link {
	margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gid__link:hover {
  color: #696868;
}

.product__price {
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.product__slider {
  max-width: 555px;
  aspect-ratio: 1/1; /* высота = ширине */
  position: relative;
  overflow: hidden;
}
.product__slider .swiper-slide img {
  max-width: 100%;
}

.productSwiper,
.productSwiper .swiper-wrapper,
.productSwiper .swiper-slide {
  height: 100%;
}

.productSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* Не обрезает картинку */
}

/* Стрелки */
.product-slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.product-slider__arrow--prev {
  left: 10px;
}

.product-slider__arrow--next {
  right: 10px;
}

/* Стрелки через псевдоэлемент */
.product-slider__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-slider__arrow--prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
      -ms-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}

.product-slider__arrow--next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
      -ms-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

.var__link {
  min-width: 95px;
  height: 95px;
  overflow: hidden;
}

.var__link img {
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.var__link:hover img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.product-card {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.product-card__image {
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* анимация самой картинки */
.product-card:hover .product-card__image img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.filter__item-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease;
  -o-transition: max-height 0.1s ease;
  transition: max-height 0.1s ease;

}

.filter__item.active .filter__item-content {
  max-height: 500px; /* если нужно — увеличишь */
	overflow-y: scroll;
}

.filter__arrow {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.filter__item.active .filter__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  
}

.filter__item-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
}

.custom-checkbox input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
	margin: 0;
}

.custom-checkbox input:checked {
 
  border-color: #000;
}

.custom-checkbox input:checked + .checkbox-label {
    position: relative;
}

.custom-checkbox input:checked + .checkbox-label::after {
  content: "";
  position: absolute;
  top: 63%;
  right: -20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("https://lucky-grass.com/wp-content/uploads/2026/05/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.category__filters,
.category__filters * {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.product__filters .filter__item:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.gid__title {
	text-align: center;
}

.arrows .swiper-button-prev {
	left: 0;
}

.arrows .swiper-button-next {
	right: 0;
}


.main-screen__content--landing {
  max-width: 900px;
}

.special-offers {
  margin-top: 40px;
}

.special-offers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.special-offers__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.special-offers__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.special-offers__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.special-offers__item {
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
      -ms-flex-direction: column; 
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 44/27;
}

.special-offers__button {
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 auto;
}
.special-offers__button:hover {
  background-color: transparent;
}

.special-offers__note {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.special-offers__title {
  font-family: "Giorgio Sans LCG";
  font-weight: 700;
  font-size: 34px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.equipment-advantages__title {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.equipment-advantages__bar {
  padding: 40px;
}

.equipment-advantages__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.equipment-advantages__items > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.equipment-advantages__items > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.equipment-advantages__items > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.equipment-advantages__item {
  padding: 0 44px;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  border-left: 1px solid #000;
}
.equipment-advantages__item:first-child {
  border: none;
}
.equipment-advantages__item p {
  max-width: 350px;
  margin: 0 auto;
}

.equipment-advantages__inner {
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.uniform-models__title {
  margin-bottom: 30px;
}

.uniform-models__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 50px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}

.uniform-models__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.uniform-models__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.uniform-models__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.uniform-models__grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.uniform-models__grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.uniform-models__grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.uniform-models__image {
  aspect-ratio: 22/27;
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
}

.uniform-models__type {
  margin-top: 10px;
  font-size: 15px;
  display: block;
}

.uniform-models__name {
  display: block;
  font-size: 19px;
  font-weight: 600;
  margin-top: 10px;
}

.ready__item-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
}

.ready__design-item h4 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 15px;
}

.banner-cta__inner {
  padding: 20px 50px;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-cta__inner button {
  margin: 0;
}
.banner-cta__inner h3 {
  font-size: 45px;
  position: relative;
  z-index: 100;
  font-family: "Giorgio Sans LCG";
  color: #fff;
  line-height: 1.1;
  letter-spacing: 1px;
  max-width: 550px;
}
.banner-cta__inner img {
  position: absolute;
  bottom: 0;
  left: 62%;
}

.banner-cta {
  margin-top: 120px;
  border-radius: 3px;
}

.banner-cta__inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing__banner-cta {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.special-offers__button:hover + .landing__banner-cta {
  -webkit-transform: translateX(-50%) scale(1.05);
      -ms-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
  bottom: 10px;
}

.project-steps__title {
  text-align: center;
  margin-bottom: 30px;
}

.project-steps__body {
  background-color: #F7F7F7;
  padding: 60px;
  border-radius: 3px;
}

.project-steps__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.project-steps__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.project-steps__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.project-steps__image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.project-steps__item-title {
  font-size: 35px;
  font-family: "Giorgio Sans LCG", sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.project-steps__item-text {
  font-weight: 600;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
}

.project-steps__item-text.end {
  border: none;
  padding: 0;
  margin: 0;
}

.banner-cta-content {
  max-width: 562px;
}
.banner-cta-content p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

.delaem__title {
  text-align: center;
  margin-bottom: 30px;
}

.banner-btn {
  min-width: 200px;
}

.rules__title {
  text-align: center;
  margin-bottom: 30px;
}

.rules__block {
  padding: 60px;
  border-radius: 3px;
  background-color: #F7F7F7;
}

.rules__inner {
  padding: 33px 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.rules__inner .rules__toggle {
  display: block;
  color: #0C73FE;
  text-decoration: underline;
  margin-top: 13px;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 15px;
  cursor: pointer;
}
.rules__inner p {
  font-weight: 400;
}

.more-text {
  display: none;
}

.banner__end-img {
  max-width: 100%;
  width: 100%;
}
.banner__end-img img {
  max-width: 100%;
  width: 100%;
}

.special__slider {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.spec__arrow-btn {
  display: none;
}

.banner__mobile-btn {
  display: none;
}


.uniform-models__figure img {
	max-width: 100%;
	width: 100%;
}



.rules__text {
	display: block;
	margin-bottom: 10px;
}



.landing-main .blog__title-inner {
	max-width: 200px;
}


.special-offers__item.black-text {
	color: #000;
}


.special-offers__item  button .icon{
	color: #fff;

}



.special-offers__item.black-text button{
	color: #000;
	border-color: #000;
}




.special-offers__item.black-text button .icon{
	color: #000;

}


.sports__card {
  position: relative;
}

.sports__card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.sports__card-content {
  position: relative;
  z-index: 3;
}

.landing__banner-cta {
	max-width: 380px;
	max-height: 380px;
}

.nanesenie__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  margin-top: 30px;
}

.nanesenie__item img {
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.nanesenie__item h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.nanesenie__item p {
  font-size: 15px;
}

.mobile__nanesenie {
  display: none;
}/*# sourceMappingURL=main.css.map */

.productSwiper .swiper-slide {
	background-color: #f2f2f2;
}


.wp-block-woocommerce-cart {
	margin-top: 80px;
}


.color-swatch {
    display:inline-block;
    margin:4px;
    cursor:pointer;
}

.color-swatch input {
    display:none;
}

.color-circle {
    width:22px;
    height:22px;
    border-radius:20%;
    border:1px solid #ddd;
    display:block;
}

.color-swatch input:checked + .color-circle {
    border:2px solid #000;
    transform:scale(1.1);
}

.project-steps__item {
	cursor: pointer;
	transition: all .2s;
}

.project-steps__item:hover {
	color: #818181;
}

.project-steps__image {
    transition: opacity .35s ease;
    opacity: 1;
}

.project-steps__image.is-changing {
    opacity: 0;
}

.etap__item {
	margin-top: 30px;
}

.etap__item  h4{
	
	margin: 10px 0;
}

.mobile__etap {
	display: none;
}


.review-modal {
  position: fixed;
  inset: 0;
  display: none;
	z-index: 100;
	padding: 0 15px;
}

.review-modal.active {
  display: flex;
}

.review-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.review-modal__content {
  margin: auto;
  background: #fff;
  padding: 30px;
  max-width: 700px;
  position: relative;
	border-radius: 3px;
}

.review-modal__close {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.review-modal__content h3 {
	margin-bottom: 15px;
}

.review-modal__content p {
	margin-bottom: 10px;
	font-size: 16px;
}

.glavnoe {
	position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more-text ul {
	margin-top: 10px;
	padding-left: 20px;
}

.more-text p {
	margin-bottom: 10px;
}

.more-text ul li{
	list-style: disc;
}

/* контейнер */
.variation-select {
    margin-bottom: 22px;
}

/* заголовок */
.variation-select label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* прячем стандартный select */
.variation-select select {
    display: none;
}

/* контейнер кнопок */
.custom-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 15px;
}

/* кнопка вариации */
.variation-btn {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: all .25s ease;
}

/* hover */
.variation-btn:hover {
    border-color: #000;
}

/* активная */
.variation-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* disabled */
.variation-btn.disabled {
    opacity: .35;
    pointer-events: none;
}

.product__descr p {
	margin-bottom: 10px;
}


.variations_form .reset_variations {
    display: none !important;
}

.variations tbody tr {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 15px;
}


.category__search {
    position: relative;
}

.product-search-results {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    z-index: 50;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow-y: auto;
    max-height: 300px;
}

.category__search input,
.js-product-search {
    font-size: 16px;
}

.product-search-results.active {
    display: block;
}

.product-search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}

.product-search-item:hover {
    background: #f5f5f5;
}

.product-search-item img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.product-search-info {
    display: flex;
    flex-direction: column;
}

.product-search-title {
    font-size: 14px;
}

.product-search-price {
    font-size: 13px;
    opacity: 0.7;
}

.product-search-empty {
    padding: 12px;
    font-size: 14px;
}

.post-container {
	padding: 0 15px;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 60px;
}

.post-container h1 {
	font-size: 45px;
	text-align: center;
}

.post-subtitle {
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	margin: 15px 0;
}

.article-meta {
	font-size: 13px;
	text-align: center;
	margin-bottom: 56px;
}

.article-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 23px;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Open Sans";
    font-weight: 600;
}

.article-content img{
	max-width: 100%;
	margin: 20px 0;
}

/* Маркированные списки */
.article-content ul li{
    list-style: disc;
 
    margin-left: 0;
}

.article-content ul,
.article-content ol {
	padding-left: 20px;
}

/* Нумерованные списки */
.article-content ol li{
    list-style: decimal;
   
    margin-left: 0;
}

/* Вложенные списки */
.article-content ul ul {
    list-style: circle;
}

.article-content ol ol {
    list-style: lower-alpha;
}

/* Отступ между пунктами */
.article-content li {
    margin-bottom: 8px;
}

.share-block {
	    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
	margin-top: 55px;
	margin-bottom: 100px;
	font-weight: 700;
	font-size: 17px;
}

.share-block button {
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.share-btns {
	display: flex;
	gap: 7px;
}

.reviews__item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.reviews__item-link {
    display: inline-block;
}

.models__descr {
	margin-top: 15px;
	font-size: 15px;
}

.about__page-descr {
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
}

.about__page-descr h2 {
		font-family: "Open Sans";
	font-size: 25px;
	margin-bottom: 20px;
}

.about__page-descr p{
	margin-bottom: 20px;
}

.about__page-descr ul, ol {
	padding-left: 20px;
}

.about__page-descr li {
	margin-bottom: 15px;
	list-style: disc;
}

.reviews__item-link {
	transition: all .3s;
}

.reviews__item-link:hover {
	color: #213856;
}

.review-loader {
    padding: 40px;
    text-align: center;
    font-size: 18px;
}







