*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.wrapper {
  overflow: hidden;
  margin: 0 auto -30px;
  max-width: 1920px;
}

body {
  font-family: "Ubuntu", sans-serif;
  background-color: #464646;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
}

h1, .title {
  font-size: clamp(35px, 35px + 9 * (100vw - 320px) / 904, 44px);
  font-weight: 700;
  color: #fff;
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 50;
}
h1 span, .title span {
  background: linear-gradient(175.31deg, #F98425 19.69%, #F35004 96.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.brt {
  border-top: 3px solid #F50000;
  margin-top: 30px;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.button {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 55px;
  color: white;
  text-decoration: none;
  border: none;
  background: linear-gradient(175.31deg, #F98425 19.69%, #DF4902 96.21%);
  border-radius: 9px;
  font-weight: bold;
  -webkit-box-shadow: 0px 9px 29.4px rgba(169, 63, 14, 0.4);
          box-shadow: 0px 9px 29.4px rgba(169, 63, 14, 0.4);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.br {
  background: #464646;
  border-radius: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.decor {
  position: relative;
}
.decor::before {
  content: "";
  position: absolute;
  aspect-ratio: 190/254;
  width: 59.375vw;
  max-width: 463px;
  background: radial-gradient(50% 50% at 50% 50%, #F96925 0%, rgba(249, 105, 37, 0) 100%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.decor::after {
  content: "";
  position: absolute;
  background: url(../img/bg.svg) center/contain no-repeat;
  aspect-ratio: 485/316;
  inline-size: clamp(485px, 299px + 750 * (100vw - 320px) / 904, 1235px);
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.list-arrow li {
  padding-left: 53px;
  position: relative;
  margin-top: 21px;
}
.list-arrow li::before {
  content: "";
  position: absolute;
  inline-size: clamp(20px, 20px + 9 * (100vw - 320px) / 904, 29px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2 1L4.5 8.7L1 5.2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/10px no-repeat, #79BF0A;
  top: 2px;
  left: 13px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(122, 191, 10, 0.3843137255);
          box-shadow: 0px 0px 0px 5px rgba(122, 191, 10, 0.3843137255);
}

.promo {
  padding: 10px 0 39px;
  background: linear-gradient(282.61deg, #252221 10.12%, #251307 96.28%);
  z-index: 30;
  position: relative;
}
.promo .list-arrow {
  margin-top: 35px;
}
.promo .logo {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  font-family: "Rubik", sans-serif;
  font-style: italic;
}
.promo .logo span {
  color: #F96925;
}
.promo__descr h1 {
  margin-top: 20px;
  text-align: left;
}
.promo__descr p {
  margin-top: 25px;
  line-height: 1.5;
  font-size: clamp(18px, 18px + 2 * (100vw - 320px) / 904, 20px);
  font-weight: bold;
}
.promo__descr p span {
  color: #F96925;
}
.promo__man {
  width: clamp(299px, 299px + 310 * (100vw - 320px) / 904, 609px);
  margin-left: clamp(-125px, -125px + -38 * (100vw - 320px) / 904, -163px);
  position: relative;
  z-index: 5;
  right: -30px;
}
.promo__note {
  border-radius: 15px;
  border: 3px solid #F96925;
  padding: 15px 15px 15px 53px;
  position: relative;
  margin-top: -8px;
  z-index: 15;
  position: relative;
}
.promo__note::before {
  content: "";
  position: absolute;
  inline-size: 29px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7.00045V11.0005M9 15.0004H9.01M17 12.0004C17 17.0004 13.5 19.5005 9.34 20.9505C9.12216 21.0243 8.88554 21.0207 8.67 20.9405C4.5 19.5005 1 17.0004 1 12.0004V5.00045C1 4.73523 1.10536 4.48088 1.29289 4.29334C1.48043 4.10581 1.73478 4.00045 2 4.00045C4 4.00045 6.5 2.80045 8.24 1.28045C8.45185 1.09945 8.72135 1 9 1C9.27865 1 9.54815 1.09945 9.76 1.28045C11.51 2.81045 14 4.00045 16 4.00045C16.2652 4.00045 16.5196 4.10581 16.7071 4.29334C16.8946 4.48088 17 4.73523 17 5.00045V12.0004Z' stroke='%23F96925' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/14px no-repeat, #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13px;
}
.promo__button {
  margin-top: 22px;
}
.promo__button img {
  margin-top: 27px;
}
.promo__button .button {
  margin: 0 auto;
}
.promo__imgs {
  margin: 8px auto 0;
  position: relative;
  z-index: 5;
}
.promo__imgs .prod {
  width: clamp(127px, 127px + 131 * (100vw - 320px) / 904, 258px);
  position: relative;
  z-index: 10;
}
.promo__imgs .prod__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.prod__sale {
  position: absolute;
inline-size: 115px;
  top: -65px;
  left: 3px;
  aspect-ratio: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(175.31deg, #F99925 19.69%, #DF6902 96.21%);
  border-radius: 50%;
}
.prod__sale::after {
  /* border: 8px solid #fff; */
  /* top: 3px; */
  /* bottom: 3px; */
  /* right: 3px; */
  /* left: 3px; */
  content: "";
  position: absolute;
  border-radius: 50%;

          border: 11px solid #fff;
            top: 4px;
            bottom: 4px;
            right: 4px;
            left: 4px;
}
.prod__sale p {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
.prod__sale span {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.prod__sale .circle {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #F96925;
  z-index: 20;
}
.prod__sale .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.prod__sale .circle-char {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 30.5px;
      -ms-transform-origin: 0 30.5px;
          transform-origin: 0 30.5px;
  height: 30.5px;
  text-transform: uppercase;
  font-size: 6px;
  font-weight: bold;
}
.prod__sale .circle svg {
  width: 100%;
  height: 100%;
}
.prod__sale .circle text {
  font-size: 5px;
  font-weight: bold;
  text-transform: uppercase;
  fill: #F96925;
  letter-spacing: 0.5px;
}
.prod__sale .circle svg {
  -webkit-animation: rotate 12s linear infinite;
          animation: rotate 12s linear infinite;
}

.what {
  background: #221f1e;
  padding: 31px 0;
  margin-top: -30px;
  overflow: hidden;
}
.what__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.what__footer {
  margin-top: 34px;
  text-align: center;
  font-size: clamp(18px, 18px + 2 * (100vw - 320px) / 904, 20px);
  font-weight: 500;
}
.what .decor::before {
  width: 190px;
  height: 254px;
}
.what .decor::after {
  aspect-ratio: 485/316;
  inline-size: clamp(938px, 938px + 247 * (100vw - 320px) / 904, 1185px);
}
.what__item {
  padding: 18px 13px 22px;
  margin-top: 15px;
  border-radius: 20px;
  max-width: 510px;
  position: relative;
  z-index: 10;
}
.what__item h3 {
  font-weight: bold;
  font-size: clamp(20px, 20px + 4 * (100vw - 320px) / 904, 24px);
  margin-bottom: 19px;
}
.what__item ul li {
  padding: 9px 0 11px 48px;
  position: relative;
  margin: 0;
}
.what__item ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.what__item ul li::before {
  content: "";
  inline-size: 23px;
  border: 1px solid #fff;
  top: 10px;
  left: 0px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.what__item--color {
  background: linear-gradient(175.31deg, #F98425 19.69%, #DF4902 96.21%);
}
.what__item--color ul li::before {
  background: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2 1L4.5 8.7L1 5.2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/13px no-repeat;
}
.what__item.br ul li::before {
  background: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 0.75L0.75 9.75M0.75 0.75L9.75 9.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/11px no-repeat;
}
.what .prod {
  display: none;
}

.start {
  padding-bottom: 38px;
  background: linear-gradient(282.61deg, #252221 10.12%, #251307 96.28%);
}
.start .swiper-slide {
  margin: 18px auto 0;
  -webkit-box-shadow: 0px 4px 20px rgba(249, 105, 37, 0.1);
          box-shadow: 0px 4px 20px rgba(249, 105, 37, 0.1);
  border-radius: 20px;
}
.start .start__item {
  padding: 25px 13px 49px;
  min-height: 99%;
}
.start .start__item svg {
  margin: 0;
  display: block;
  max-width: 41px;
  max-height: 41px;
}
.start .start__item h2 {
  font-size: 24px;
  color: #F96925;
  font-weight: 700;
  margin-top: 18px;
}
.start .start__item p {
  margin-top: 18px;
  line-height: 1.5;
}
.start__note {
  background: linear-gradient(175.31deg, #F98425 19.69%, #DF4902 96.21%);
  border-radius: 20px;
  margin-top: 75px;
  padding: 24px 13px 22px;
  text-align: center;
}
.start__note .promo__note {
  border-radius: 50%;
  border-width: 2px;
  margin: 0;
  padding: 0;
  inline-size: 25px;
  aspect-ratio: 1;
}
.start__note h4 {
  margin-top: 15px;
  font-size: clamp(20px, 20px + 4 * (100vw - 320px) / 904, 24px);
}
.start__note p {
  margin-top: 15px;
  line-height: 1.5;
}
.start__note .ico {
  margin: 0 auto;
}
.start__note .ico::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -40px;
}

.swiper-container {
  position: relative;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #F96925;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  background: linear-gradient(175.31deg, #F98425 19.69%, #DF4902 96.21%);
  border-radius: 50%;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 10px;
  height: 16px;
}

.comp {
  background: #221f1e;
  text-align: center;
  padding-bottom: 44px;
}
.comp .subtitle {
  margin: 25px auto;
  font-size: clamp(20px, 20px + 4 * (100vw - 320px) / 904, 24px);
  font-weight: 500;
}
.comp .decor::after {
  top: -35px;
}
.comp .list-arrow {
  text-align: left;
}
.comp .button {
  margin-top: 5px;
  z-index: 30;
}
.comp__item {
  font-size: 18px;
  margin: 0 auto;
  width: 285px;
  overflow: hidden;
  height: 100%;
}
.comp__item img {
  margin: 0;
}
.comp__item h2 {
  color: #F96925;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 13px 0;
}
.comp__item p {
  font-size: 16px;
  margin: 20px 13px 23px;
  line-height: 1.5;
}
.comp__footer {
  margin-top: 75px;
}
.comp__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.comp__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.comp__imgs img {
  margin: 0;
}
.comp__imgs .sert {
  width: clamp(173px, 173px + 156 * (100vw - 320px) / 904, 329px);
  margin-left: -30px;
  margin-right: -10px;
  position: relative;
  z-index: 20;
}
.comp__imgs .prod {
  width: clamp(136px, 136px + 122 * (100vw - 320px) / 904, 258px);
  position: relative;
  z-index: 25;
  margin-bottom: -15px;
}
.comp__imgs .prod::before {
  content: "";
  position: absolute;
  aspect-ratio: 169/112;
  width: 52.8vw;
  max-width: 320px;
  background: url(../img/prod-decor.png) center/contain no-repeat;
  bottom: -34px;
  left: -53px;
}

.doc {
  background: linear-gradient(282.61deg, #252221 10.12%, #251307 96.28%);
}
.doc .title {
  text-align: left;
}
.doc__img {
  margin: 14px auto 0;
  width: clamp(300px, 300px + 235 * (100vw - 320px) / 904, 535px);
}
.doc__descr p {
  margin-top: 20px;
  line-height: 1.5;
}
.doc__descr p:nth-child(2) {
  position: relative;
}
.doc__descr p:nth-child(2)::before {
  content: "";
  display: block;
  aspect-ratio: 38/30;
  width: 38px;
  background: url(../img/ico.png) center/contain no-repeat;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.doc__note {
  display: block;
  margin: -79px auto 0;
  background: linear-gradient(175.31deg, #F98425 19.69%, #DF4902 96.21%);
  line-height: 1.5;
  max-width: 639px;
}
.doc__note b {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}

.users {
  background: #221f1e;
}
.users__slider {
  margin-top: 31px;
}
.users .decor::after {
  z-index: 0;
}
.users__item {
  padding: 25px 13px;
  -webkit-box-shadow: 0px 4px 20px rgba(249, 105, 37, 0.1);
          box-shadow: 0px 4px 20px rgba(249, 105, 37, 0.1);
  line-height: 1.5;
}
.users__item img {
  margin-top: 25px;
}
.users__footer {
  margin-top: 25px;
}
.users__footer .stars {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.users__footer .stars .icons svg {
  width: 19px;
  height: 19px;
  margin: 0 -2px;
}
.users .button {
  margin-top: 100px;
}
.users .swiper-horizontal > .swiper-pagination-bullets, .users .swiper-pagination-bullets.swiper-pagination-horizontal, .users .swiper-pagination-custom, .users .swiper-pagination-fraction {
  bottom: -55px;
}
.users .swiper-button-next, .users .swiper-button-prev, .users ~ .swiper-button-next, .users ~ .swiper-button-prev {
  top: auto;
  bottom: -65px;
  z-index: 40;
}

.swiper-slide, .swiper-slide-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.trust {
  background: linear-gradient(282.61deg, #252221 10.12%, #251307 96.28%);
  padding-bottom: 82px;
}
.trust__slider {
  margin-top: 25px;
}
.trust .decor {
  z-index: 10;
}
.trust .decor::after {
  top: -70px;
  z-index: 0;
}
.trust__item {
  text-align: left;
  padding: 25px 13px 22px;
  z-index: 30;
  position: relative;
}
.trust__item svg {
  max-width: 59px;
  max-height: 40px;
}
.trust__item h2 {
  font-size: 20px;
  color: #F96925;
  margin-top: 18px;
}
.trust__item p {
  font-size: 16px;
  margin-top: 18px;
  line-height: 1.5;
}
.trust__item p span {
  color: #F96925;
  font-weight: bold;
}

.users {
  background: #221f1e;
}
.users__slider .swiper-slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.order {
  background: #221f1e;
  padding-bottom: 41px;
}
.order .title {
  margin-bottom: 31px;
}
.order__wrapper {
  gap: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__item {
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px rgba(249, 105, 37, 0.1);
          box-shadow: 0px 4px 20px rgba(249, 105, 37, 0.1);
  max-width: 388px;
}
.order__item img {
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order__item h2 {
  font-size: 24px;
  color: #F96925;
  padding: 20px 17px;
}
.order__item p {
  line-height: 1.5;
  padding: 0px 17px 20px;
}
.order__item p span {
  color: #F96925;
  font-weight: bold;
}

.final {
  background: linear-gradient(282.61deg, #252221 10.12%, #251307 96.28%);
  padding-bottom: 50px;
}
.final .decor::after {
  width: 538px;
  top: -50px;
}
.final .list-arrow b {
  color: #F96925;
}
.final .title {
  text-align: left;
}
.final .title span {
  color: #F96925;
}
.final .subtitle {
  font-size: clamp(20px, 20px + 4 * (100vw - 320px) / 904, 24px);
  margin-top: 25px;
}
.final .prod {
  position: relative;
  z-index: 20;
}
.final .prod__box {
  margin-top: 21px;
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: 38px;
  width: clamp(171px, 171px + 87 * (100vw - 320px) / 904, 258px);
}
.final .prod__sale {
  inline-size: 115px;
  top: 20px;
  left: -84px;
}
.final .prod__sale p {
  font-size: 35px;
}
.final .prod__sale span {
  font-size: 10px;
}
.final .prod__sale .circle {
  width: 125px;
  height: 125px;
}
.final .prod__sale:after {
  border: 11px solid #fff;
  top: 4px;
  bottom: 4px;
  right: 4px;
  left: 4px;
}

.form {
  color: #222222;
  margin: -25px auto 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 115px 46px rgba(172, 188, 200, 0.01), 0px 64px 39px rgba(172, 188, 200, 0.05), 0px 29px 29px rgba(172, 188, 200, 0.09), 0px 7px 16px rgba(172, 188, 200, 0.1);
          box-shadow: 0px 115px 46px rgba(172, 188, 200, 0.01), 0px 64px 39px rgba(172, 188, 200, 0.05), 0px 29px 29px rgba(172, 188, 200, 0.09), 0px 7px 16px rgba(172, 188, 200, 0.1);
  position: relative;
  z-index: 40;
  overflow: hidden;
  padding: 13px 13px 0px;
  max-width: 335px;
  border-radius: 10px;
}
.form__title {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
.form__title span {
  color: #F96925;
}
.form__prices {
  margin-top: 12px;
  padding: 14px;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__prices::before {
  content: "";
  position: absolute;
  background: #EBEBEB;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -30px;
  z-index: -1;
}
.form__prices .old {
  font-size: 20px;
  color: #C9C9C9;
  font-weight: 500;
}
.form__prices .old span {
  text-decoration-line: line-through;
}
.form__prices .new {
  font-size: 28px;
  font-weight: 700;
  color: #F96925;
}
.form input, .form select {
  width: 100%;
  margin-top: 16px;
  height: 50px;
  padding: 13px 23px;
  line-height: 1;
  font-size: 16px;
  outline: none;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: #fff;
}
.form select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 95% 50%, #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
.form select option {
  color: #000;
}
.form button {
  font-size: 18px;
  margin-top: 15px;
}
.form__footer {
  margin-top: 11px;
  font-size: 14px;
  text-align: center;
}
.form__pay {
  position: relative;
  padding: 15px;
  margin-top: 9px;
}
.form__pay::before {
  content: "";
  position: absolute;
  background: #EBEBEB;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -30px;
  z-index: -1;
}

.comment {
  padding-bottom: 50px;
  margin-top: 70px;
  border-top: 4px solid #193166;
}
.comment .title {
  margin-top: 70px;
}
.comment__button {
  color: #00283B;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00283B;
  margin: 40px auto;
}
.comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 10px;
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
}
.comment__item--1 {
  padding-top: 10px;
}
.comment__item figcaption {
  width: calc(100% - 55px);
}
.comment__item figcaption .comment__item {
  border-top: none;
}
.comment__autor {
  font-size: 16px;
}
.comment__ava {
  width: 55px;
}
.comment__txt {
  margin-top: 15px;
}
.comment__img {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment__img img {
  width: 131px;
  margin: 0;
}
.comment__footer {
  margin-top: 15px;
  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;
}
.comment__footer a {
  font-size: 16px;
  color: #686868;
  text-decoration: underline;
}
.comment__footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment__footer div svg {
  inline-size: 24px;
  aspect-ratio: 1;
  margin-right: 5px;
}
.comment__footer div span {
  font-weight: bold;
  font-size: 16px;
  color: #686868;
  margin-right: 30px;
}
.comment__footer div b {
  font-size: 16px;
  color: #686868;
  font-weight: 400;
}

.menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp__imgs .prod {
    max-width: 188px;
  }
  .comp__imgs .sert {
    max-width: 282px;
  }
  .comp__imgs .prod::before {
    max-width: 170px;
  }
}
@media screen and (min-width: 425px) {
  .comp__imgs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .final .prod__box {
    margin: 21px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .promo__imgs {
    width: 564px;
  }
  .what__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .what__item {
    width: 49%;
  }
  .comp .title {
    text-align: left;
  }
  .comp__wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
    margin-top: 50px;
  }
  .comp__imgs {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .comp__imgs .prod::before {
    bottom: -84px;
    left: -163px;
    display: none;
  }
  .comp__descr {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .comp .button {
    grid-row: 2/3;
    grid-column: 1/-1;
  }
  .trust {
    overflow: hidden;
  }
  .order__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .users .swiper-button-next, .users .swiper-button-prev, .users ~ .swiper-button-next, .users ~ .swiper-button-prev {
    bottom: auto;
    top: 117px;
  }
  .swiper-button-prev {
    left: auto !important;
    right: 100% !important;
    margin-right: -200px !important;
  }
  .swiper-button-next {
    right: auto !important;
    left: 100% !important;
    margin-left: -200px !important;
  }
}
@media screen and (min-width: 990px) {
  .swiper-button-prev {
    margin-right: -280px !important;
  }
  .swiper-button-next {
    margin-left: -280px !important;
  }
  .comp__imgs .sert {
    max-width: 502px;
  }
  .comp__imgs .prod {
    max-width: 258px;
  }
  .comp__imgs .prod::before {
    display: block;
  }
  .prod__sale {
        inline-size: 155px;
        top: -80px;
        left: -8px;
  }
  .prod__sale p {
    font-size: 24.5px;
  }
  .prod__sale span {
    font-size: 8px;
  }
  .prod__sale .circle {
    width: 160px;
    height: 160px;
  }
  .prod__sale:after {
border: 17px solid #fff;
  top: 7px;
  bottom: 7px;
  right: 7px;
  left: 7px;
  }
  .promo {
    overflow: hidden;
  }
  .promo .decor:after {
    top: -272px;
  }
  .promo__grid {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 43.36% 56.64%;
  }
  .promo .logo {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: center;
  }
  .promo .list-arrow {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-top: -21px;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promo__descr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .promo__descr h1 {
    margin-top: 0;
  }
  .promo__imgs {
    grid-row: 2/4;
    grid-column: 2/3;
    max-width: 100%;
    align-self: end;
    margin-bottom: -39px;
  }
  .promo__imgs .prod {
    min-width: 230px;
  }
  .promo__note {
    display: none;
  }
  .promo__button {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .doc {
    overflow: hidden;
  }
  .doc__wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
  }
  .doc__descr {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .doc__img {
    grid-row: 1/-1;
    grid-column: 1/2;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    margin: 0;
    max-width: 100%;
  }
  .doc__img::before {
    content: "";
    position: absolute;
    background: #FF662D;
    right: 60px;
    top: -40px;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .doc__img:after {
    content: "";
    position: absolute;
    background: url(../img/bg3.svg) center/contain no-repeat;
    aspect-ratio: 485/316;
    inline-size: 1185px;
    top: -12px;
    left: calc(100% - 901px);
    z-index: 4;
  }
  .doc__img img {
    z-index: 5;
    position: relative;
    margin-left: -30px;
    max-width: 100%;
  }
  .doc__note {
    grid-column: 2/3;
    grid-row: 2/3;
    display: block;
    margin: 20px 0;
  }
  .final {
    overflow: hidden;
    padding: 68px 0;
  }
  .final .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .final__descr {
    width: 39%;
    max-width: 467px;
  }
  .final .prod__sale {
    top: 0px;
    left: -14px;
  }
}
@media screen and (min-width: 1224px) {
  .list-arrow li::before {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(122, 191, 10, 0.3843137255);
            box-shadow: 0px 0px 0px 7px rgba(122, 191, 10, 0.3843137255);
  }
  section {
    padding: 68px 0;
  }
  .container {
    width: 1204px;
    padding: 0;
  }
  .promo {
    padding: 38px 0 59px;
  }
  .promo .list-arrow {
    gap: 53px;
  }
  .promo .list-arrow li {
    max-width: 320px;
  }
  .promo__button {
    justify-self: start;
    margin-top: 29px;
  }
  .promo__descr h1 {
    padding-top: 49px;
  }
  .promo__descr p {
    margin-top: 34px;
  }
  .promo__imgs {
    margin-bottom: -58px;
  }
  .promo__imgs img {
    max-width: none;
  }
  .promo .prod__sale {
    top: -55px;
    left: -27px;
  }
  .promo .decor::before {
    top: 63%;
    left: 70%;
  }
  .promo .decor:after {
    top: -122px;
    left: 70%;
  }
  .promo .prod__sale, .final .prod__sale {
    inline-size: 155px;
  }
  .promo .prod__sale p, .final .prod__sale p {
    font-size: 40px;
  }
  .promo .prod__sale span, .final .prod__sale span {
    font-size: 14px;
  }
  .promo .prod__sale .circle, .final .prod__sale .circle {
    width: 160px;
    height: 160px;
  }
  .promo .prod__sale:after, .final .prod__sale:after {
    border: 17px solid #fff;
    top: 7px;
    bottom: 7px;
    right: 7px;
    left: 7px;
  }
  .what {
    padding: 91px 0 78px;
  }
  .what .decor::after {
    top: -55px;
    opacity: 0.7;
  }
  .what .decor::before {
    opacity: 0.7;
  }
  .what__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .what__footer {
    margin-top: 57px;
  }
  .what__item {
    margin-top: 83px;
  }
  .what__item ul li {
    padding-bottom: 19px;
    padding-top: 19px;
  }
  .what__item ul li:not(:last-child) {
    border-bottom: 0;
  }
  .what__item ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  }
  .what__item ul li::before {
    top: 17px;
  }
  .what__item::before {
    top: 18px;
  }
  .what__item .prod {
    width: 108px;
    top: -25px;
    display: block;
    position: absolute;
  }
  .what__item--color {
    padding: 20px 34px 0px 102px;
  }
  .what__item--color .prod {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    left: -60px;
  }
  .what__item--color .prod::before {
    content: "";
    position: absolute;
    aspect-ratio: 169/112;
    width: 194px;
    background: url(../img/prod-decor.png) center/contain no-repeat;
    bottom: -31px;
    left: -73px;
  }
  .what__item.br {
    padding: 20px 66px 0px 34px;
  }
  .what__item.br .prod {
    right: -58px;
  }
  .start {
    padding-bottom: 64px;
  }
  .start .title {
    width: 890px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 46px;
  }
  .start .swiper-slide {
    max-width: 265px;
  }
  .start .promo__note {
    display: block;
  }
  .start .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .start .swiper-slide {
    margin: 0;
    height: 100%;
  }
  .start__item {
    min-height: 323px;
  }
  .start__note {
    padding: 17px 290px;
    margin-top: 52px;
  }
  .start__note .ico::before {
    inline-size: 36px;
    background-size: 17px;
  }
  .comp {
    overflow: hidden;
    padding-bottom: 100px;
  }
  .comp .title {
    text-align: center;
    padding-top: 0;
  }
  .comp .subtitle {
    margin: 10px 0 51px;
  }
  .comp .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    height: initial;
  }
  .comp__item {
    min-height: 276px;
  }
  .comp__footer {
    margin-top: 47px;
  }
  .comp__imgs {
    grid-row: 1/-1;
  }
  .comp__wrapper {
    margin-top: 93px;
    grid-template-columns: 590px 614px;
  }
  .comp__wrapper .title {
    text-align: left;
  }
  .comp__wrapper .list-arrow {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 22px;
  }
  .comp__wrapper .list-arrow li {
    max-width: 284px;
  }
  .comp__wrapper .list-arrow li::before {
    left: 6px;
  }
  .comp .button {
    grid-column: 1/2;
    margin: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
  .comp__imgs img {
    max-width: none;
  }
  .comp__imgs .prod img {
    margin-bottom: -25px;
  }
  .doc {
    padding: 0;
  }
  .doc .title {
    padding-top: 46px;
  }
  .doc__descr {
    max-width: 690px;
  }
  .doc__note {
    padding: 18px 4px 17px 66px;
    margin: 29px 0 71px;
  }
  .doc__note b {
    font-size: 18px;
  }
  .doc__note::before {
    top: 43px;
    inline-size: 36px;
    background-size: 17px;
  }
  .users .title {
    width: 1040px;
    padding: 95px 0 0;
    margin: 0 auto;
  }
  .users .decor::after {
    opacity: 0.5;
    top: -172px;
  }
  .users .decor::before {
    display: none;
  }
  .users__item {
    padding: 25px;
  }
  .trust {
    overflow: hidden;
  }
  .trust__item {
    padding: 25px;
    min-height: 323px;
  }
  .trust .decor::after {
    opacity: 0.5;
    top: -282px;
  }
  .trust .decor::before {
    display: none;
  }
  .trust .title {
    padding: 0px 180px 0;
  }
  .trust .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trust .swiper-slide {
    width: 286px;
  }
  .order {
    padding-bottom: 72px;
  }
  .order .title {
    padding-top: 0;
    margin-bottom: 59px;
  }
  .order__item {
    padding: 0 0 25px;
  }
  .order__item img {
    height: auto;
  }
  .final {
    overflow: hidden;
    padding: 68px 0;
  }
  .final .title {
    padding: 0;
    margin-right: -78px;
  }
  .final .subtitle {
    margin-top: 43px;
  }
  .final .list-arrow {
    font-size: 18px;
  }
  .final .list-arrow li {
    margin-top: 35px;
  }
  .final .list-arrow li::before {
    left: 0;
  }
  .final .prod__box {
    margin-right: 30px;
    margin-top: 61px;
  }
  .final .form {
    margin: 0;
  }
  .final .prod::before {
    content: "";
    position: absolute;
    aspect-ratio: 169/112;
    width: 320px;
    background: url(../img/prod-decor.png) center/contain no-repeat;
    bottom: -72px;
    left: -137px;
  }
  .final .prod__sale {
    top: 50px;
    left: -93px;
  }
}

.start-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.start-wrapper .swiper-slide {
  width: auto;
  max-width: none;
}

@media screen and (min-width: 1224px) {
    .start__item {
        height: 100%;
    }
}