@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

td {
  padding: 5px;
  outline: 1px solid black;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

video {
  display: block;
  max-width: 100%;
}

body._lock {
  overflow: hidden;
}

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m_container {
  max-width: 1600px;
  width: 100%;
  padding: 0 42px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .m_container {
    max-width: 1280px;
    padding: 0 26px;
  }
}
@media (max-width: 1279.98px) {
  .m_container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .m_container {
    max-width: none;
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

.title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.65;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 24px;
    line-height: 1.25;
    column-gap: 8px;
    margin-bottom: 16px;
  }
}

.title::before,
.title::after {
  content: "";
  width: 228px;
  height: 40px;
  background: url("../img/title-decor-desk.svg") 0 0/100% no-repeat;
}
@media (max-width: 767.98px) {
  .title::before,
  .title::after {
    width: 30px;
    height: 20px;
    background: url("../img/title-decor-mob.svg") 0 0/100% no-repeat;
  }
}

.title::after {
  content: "";
  transform: rotate(180deg);
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  user-select: none;
  margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  height: 48px;
  width: 48px;
}
@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
    height: auto;
    width: auto;
  }
}

.swiper-button-prev {
  box-shadow: -5px 5px 10px rgba(4, 6, 28, 0.1);
  left: 20px;
}
.swiper-button-prev::after {
  background: url("../img/icons/arrow-left.svg") 45% 50% no-repeat;
}

.swiper-button-next {
  box-shadow: 5px 5px 10px rgba(4, 6, 28, 0.1);
  right: 20px;
}
.swiper-button-next::after {
  background: url("../img/icons/arrow-right.svg") 55% 50% no-repeat;
}

.menu-benefits__container {
  position: relative;
}
@media (min-width: 991.98px) {
  .menu-benefits__slide {
    max-width: 100%;
    overflow: hidden;
  }
  .menu-benefits__slide img {
    transition: transform 0.5s ease 0s;
  }
  .menu-benefits__slide:hover img {
    transform: scale(1.02);
  }
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  z-index: 1;
}

.bread-crumbs {
  position: relative;
  z-index: 1;
}
.bread-crumbs__container {
  max-width: 1492px;
  margin-inline: auto;
}

@media (max-width: 1600px) {
  .bread-crumbs__container {
    max-width: 100%;
    padding: 0 52px;
  }
}
@media (max-width: 1279.98px) {
  .bread-crumbs__container {
    padding: 0 32px;
  }
}
@media (max-width: 767.98px) {
  .bread-crumbs__container {
    padding: 4px 18px;
    overflow-x: auto;
  }

  .bread-crumbs__container::-webkit-scrollbar {
    display: none;
  }
}
.bread-crumbs__list {
  display: flex;
  gap: 10px;
  min-width: 468px;
}
.bread-crumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bread-crumbs__item span {
  font-size: 16px;
  color: #fff;
}
.bread-crumbs__item:not(:last-child)::after {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.bread-crumbs__link {
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.3s;
}
@media (min-width: 991.98px) {
  .bread-crumbs__link:hover {
    opacity: 0.7;
  }
}

.prm-line {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.head {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}

.products {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.products__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .products__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
.products__subtitle {
  font-size: 32px;
  line-height: 1.65;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.products__subtitle::after {
  content: "";
  max-width: 455px;
  width: 100%;
  height: 40px;
  background: url("../img/head-decor.svg") center/100% no-repeat;
}
@media (max-width: 767.98px) {
  .products__subtitle {
    font-size: 24px;
  }
}
.products__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(162px, 236px));
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.products__item {
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  backdrop-filter: blur(40px);
  background-color: rgba(30, 30, 30, 0.4);
  transition-duration: 0.3s;
}
@media (min-width: 991.98px) {
  .products__item:hover {
    border: 1px solid #e21235;
  }
  .products__item:hover .products__decor {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .products__item:nth-child(8) .products__link {
    padding: 12px 16px;
  }
}
.products__decor {
  position: absolute;
  opacity: 0;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  transition-duration: 0.3s;
}
.products__decor svg g {
  fill: rgba(255, 255, 255, 0.8);
  filter: blur(35px);
}
@media (max-width: 991.98px) {
  .products__decor {
    display: none;
  }
}
.products__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  gap: 20px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .products__link {
    padding: 20px 16px;
    gap: 8px;
  }
}
.products__img {
  max-width: 128px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .products__img {
    max-width: 64px;
  }
}
.products__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .products__desc {
    font-size: 14px;
  }
}

.menu-benefits__slide {
  border-radius: 20px;
}
.menu-benefits__img {
  max-width: 748px;
}
.menu-benefits__img img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .menu-benefits__img img {
    border-radius: 20px;
  }
}

.navigation {
  position: relative;
  max-width: 528px;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  height: 48px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .navigation {
    justify-content: center;
    margin-top: 16px;
    height: auto;
  }
}
.swiper-pagination {
  position: static;
  height: 55%;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 100px;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.reviews__slide {
  backdrop-filter: blur(20px);
  background: rgba(30, 30, 30, 0.4);
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(204, 204, 204, 0.2);
  border-radius: 20px;
  display: grid;
}

.reviews__desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  padding: 20px;
}

.video-preview {
  position: relative;
}

.video-preview img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 86px;
  background: url("../img/icons/play-btn.svg") 0 0/100% no-repeat;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .play-button {
    width: 64px;
    height: 64px;
    background: url("../img/icons/play-btn.svg") 0 0/100% no-repeat;
  }
}
@media (min-width: 991.98px) {
  .reviews__slide:hover .play-button {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 11;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 соотношение */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.article__slide {
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(30, 30, 30, 0.4);
}
@media (min-width: 991.98px) {
  .article__slide:hover span::after {
    transform: translateX(4px);
  }
  .article__slide:hover img {
    transform: scale(1.05);
  }
}
.article__content span {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #e21235;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.article__content span::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url("../img/icons/article-decor.svg") 0 0 no-repeat;
  transition-duration: 0.3s;
}
.article__img {
  overflow: hidden;
  border-radius: 20px;
}
.article__img img {
  transition-duration: 0.3s;
  border-radius: 20px;
}
.article__slide-title {
  padding: 20px 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article__desc {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brands__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(162px, 236px));
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .brands__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.brands__item {
  outline: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(40px);
  background: rgba(30, 30, 30, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.brands__item img {
  max-width: 170px;
  width: 100%;
  max-height: 80px;
}

@media (max-width: 767.98px) {
  .brands__item {
    padding: 10px 18px;
    border-radius: 10px;
    height: 80px;
  }

  .brands__item img {
    width: 126px;
    max-height: 60px;
  }
}

@media (min-width: 991.98px) {
  .products,
  .bestsellers,
  .menu-benefits,
  .reviews,
  .article,
  .brands {
    position: relative;
    overflow: hidden;
  }
  .products::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: -20px;
    background: url("../img/icons/decor-1-1.svg") 0 0 no-repeat;
    z-index: -1;
  }

  .products::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    right: -30px;
    background: url("../img/icons/decor-1-2.svg") right 0 no-repeat;
    z-index: -1;
  }

  .bestsellers::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 55%;
    left: -160px;
    background: url("../img/icons/decor-2-1.svg") 0 0 no-repeat;
    z-index: -1;
  }
  .bestsellers::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    right: 10%;
    background: url("../img/icons/decor-2-2.svg") right 0 no-repeat;
    z-index: -1;
  }

  .menu-benefits::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1%;
    right: 5%;
    background: url("../img/icons/decor-3-1.svg") right 0 no-repeat;
    z-index: -1;
  }

  .reviews::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 70%;
    left: 4%;
    background: url("../img/icons/decor-4-1.svg") 0 0 no-repeat;
    z-index: -1;
  }
  .reviews::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    right: -2%;
    background: url("../img/icons/decor-4-2.svg") right 0 no-repeat;
    z-index: -1;
  }

  .article::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 75%;
    left: 9%;
    background: url("../img/icons/decor-5-1.svg") 0 0 no-repeat;
    z-index: -1;
  }
  .article::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1%;
    right: 5%;
    background: url("../img/icons/decor-5-2.svg") right 0 no-repeat;
    z-index: -1;
  }

  .brands::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -1%;
    background: url("../img/icons/decor-6-1.svg") 0 0 no-repeat;
    z-index: -1;
  }
  .brands::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 10%;
    right: 0%;
    background: url("../img/icons/decor-6-2.svg") right bottom no-repeat;
    z-index: -1;
  }

  @media (max-width: 1600.98px) {
    .products::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: -60px;
      background: url("../img/icons/decor-1-1.svg") 0 0 / 250px 250px no-repeat;
    }
    .products::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 5%;
      right: -20px;
      background: url("../img/icons/decor-1-2.svg") right 0 / 200px 200px no-repeat;
    }

    .bestsellers::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 65%;
      left: -100px;
      background: url("../img/icons/decor-2-1.svg") 0 0 / 250px 250px no-repeat;
      z-index: -1;
    }

    .reviews::before {
      top: 65%;
      left: 3%;
      background: url("../img/icons/decor-4-1.svg") 0 0 / 175px 175px no-repeat;
      z-index: -1;
    }
    .reviews::after {
      top: 10%;
      right: -2%;
      background: url("../img/icons/decor-4-2.svg") right 0 / 175px 175px no-repeat;
      z-index: -1;
    }

    .article::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 75%;
      left: 7%;
      background: url("../img/icons/decor-5-1.svg") 0 0 / 125px 125px no-repeat;
      z-index: -1;
    }
    .article::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: -1%;
      right: 0%;
      background: url("../img/icons/decor-5-2.svg") right 0 / 175px 175px no-repeat;
      z-index: -1;
    }

    .brands::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 20%;
      left: -1%;
      background: url("../img/icons/decor-6-1.svg") 0 0 / no-repeat;
      z-index: -1;
    }
    .brands::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 20%;
      right: 0%;
      background: url("../img/icons/decor-6-2.svg") right bottom / no-repeat;
      z-index: -1;
    }
  }
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
