* {
  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;
}

.m-wrapper img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}
.m-wrapper video {
  display: block;
  max-width: 100%;
}

body._lock {
  overflow: hidden;
}

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #202020;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .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;
}

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

.m-wrapper a.btn,
.m-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) {
  .m-wrapper a.btn:hover,
  .m-wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .m-wrapper a.btn:focus,
  .m-wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.m-wrapper a.btn._fw,
.m-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,
.swiper-button-prev2,
.swiper-button-next2 {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  top: 47%;
  border: 0;
  background-color: #fff;
  user-select: none;
}
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev2::after,
.swiper-button-next2::after {
  content: "";
  height: 48px;
  width: 48px;
}
@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev2,
  .swiper-button-next2 {
    transform: scale(0.7);
  }
}

.swiper-button-prev,
.swiper-button-prev2 {
  box-shadow: -5px 5px 10px rgba(4, 6, 28, 0.1);
  left: 20px;
}
.swiper-button-prev::after,
.swiper-button-prev2::after {
  background: url("../img/icons/arrow.svg") center no-repeat;
}
@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-prev2 {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-prev2 {
    left: 5px;
  }
}

.swiper-button-next,
.swiper-button-next2 {
  box-shadow: 5px 5px 10px rgba(4, 6, 28, 0.1);
  right: 20px;
}
.swiper-button-next::after,
.swiper-button-next2::after {
  background: url("../img/icons/arrow.svg") center no-repeat;
  rotate: 180deg;
}
@media (max-width: 1280px) {
  .swiper-button-next,
  .swiper-button-next2 {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-next,
  .swiper-button-next2 {
    right: 5px;
  }
}

.m-stories__container {
  position: relative;
}
.m-stories__button {
  border: none;
  outline: none;
}

.prm-banner {
  max-width: 1440px;
  margin-inline: auto;
}

.prm-product__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.prm-product__item {
  background-color: #171717;
}
.prm-product__item:nth-child(1) {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 22px;
}
@media (min-width: 767.98px) {
  .prm-product__item:nth-child(1) .prm-product__img {
    flex: 0 1 630px;
    margin-bottom: 0;
  }
  .prm-product__item:nth-child(1) .prm-product__info {
    flex: 0 1 575px;
  }
}
@media (max-width: 767.98px) {
  .prm-product__item:nth-child(1) {
    flex-direction: column;
    gap: 0px;
  }
}
.prm-product__item:nth-child(2) {
  flex: 0 1 49%;
  padding: 32px 55px;
}
@media (max-width: 1280px) {
  .prm-product__item:nth-child(2) {
    flex: 0 1 48.7%;
    padding: 32px 40px;
  }
}
@media (max-width: 767.98px) {
  .prm-product__item:nth-child(2) {
    flex: 0 1 100%;
    padding: 22px;
  }
}
.prm-product__item:nth-child(3) {
  flex: 0 1 49%;
  padding: 32px 55px;
}
@media (max-width: 1280px) {
  .prm-product__item:nth-child(3) {
    flex: 0 1 48.7%;
    padding: 32px 40px;
  }
}
@media (max-width: 767.98px) {
  .prm-product__item:nth-child(3) {
    flex: 0 1 100%;
    padding: 22px;
  }
}
.prm-product__img {
  margin-bottom: 32px;
}
.prm-product__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767.98px) {
  .prm-product__title {
    font-size: 26px;
  }
}
.prm-product__list {
  margin: 32px 0;
}
.prm-product__list li {
  margin-top: 5px;
  font-size: 20px;
  color: #9d9d9d;
  line-height: 1.2;
  display: flex;
  gap: 5px;
}
.prm-product__list li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9d9d9d;
  transform: translateY(9px);
}
@media (max-width: 767.98px) {
  .prm-product__list li::before {
    transform: translateY(8px);
    min-width: 4px;
    height: 4px;
  }
}
@media (max-width: 767.98px) {
  .prm-product__list li {
    font-size: 16px;
  }
}
.prm-product__link {
  margin-bottom: auto;
  display: inline-block;
  background: #fff870;
  border-radius: 2px;
  padding: 15px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #212121;
  border: 1px solid transparent;
  transition-duration: 0.3s;
}
@media (min-width: 991.98px) {
  .prm-product__link:hover {
    background: transparent;
    border: 1px solid #fff870;
    color: #fff870;
  }
}
@media (max-width: 767.98px) {
  .prm-product__link {
    display: block;
    text-align: center;
  }

  .prm-all-products__container {
    padding: 0;
  }
}

.prm-all-products__body {
  position: relative;
  min-height: 827px;
  background: url("../img/all-products-img-1.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .prm-all-products__body {
    background: url("../img/m-all-products-img-1.jpg") center no-repeat;
    background-size: cover;
  }
}
.prm-all-products__content {
  max-width: 650px;
  position: absolute;
  bottom: 112px;
  left: 87px;
}
@media (max-width: 767.98px) {
  .prm-all-products__content {
    max-width: 320px;
    position: absolute;
    top: 155px;
    left: 22px;
  }
}
.prm-all-products__title {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .prm-all-products__title {
    font-size: 27px;
  }
}
.prm-all-products__content--2 {
  max-width: 966px !important;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prm-all-products__body--bg-2 {
  position: relative;
  min-height: 827px;
  background: url("../img/all-products-img-2.jpg") center no-repeat;
  background-size: cover;
}

.prm-all-products__content--2 .prm-all-products__title {
  font-size: 36px;
  text-align: center;
}

.prm-all-products__content--2 .prm-all-products__link {
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .prm-all-products__body--bg-2 {
    background: url("../img/m-all-products-img-2.jpg") center no-repeat;
    background-size: cover;
  }
  .prm-all-products__content--2 .prm-all-products__title {
    font-size: 26px;
  }
  .prm-all-products__content--2 {
    padding: 0 20px;
  }
}
.page {
  flex: 1 1 auto;
  z-index: 2;
}
