@font-face {
  font-family: "Made in China";
  src: url("../fonts/MadeinChina.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  min-width: 320px;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  transition: all 0.2s ease;
}

a:hover, button:hover {
  transition: all 0.2s ease;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

input[type=button] {
  cursor: pointer;
}

input {
  outline: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

fieldset {
  padding: 0;
  border: none;
}

textarea {
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn,
input,
textarea,
button {
  outline: none;
  border: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-width: 480px;
  font-variant-numeric: lining-nums proportional-nums;
  margin: 0;
}

strong,
b {
  font-weight: bold;
}

.main {
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #F1EEE8;
}

button, .btn {
  cursor: pointer;
  user-select: none;
  width: 334px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(140deg, #51031B -52.14%, #E65E24 24.58%, #571B01 98.59%, #240B1E 121.15%);
  box-shadow: 0px 4px 0px 0px #A44C4D;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding: 27px 29px 26px;
  position: relative;
  overflow: hidden;
  gap: 14px;
  text-transform: uppercase;
  margin: 0 auto 26px;
}
button::after, .btn__animation {
  content: '';
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-delay: 0.05s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.btn__after-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 19px;
}
.btn img {
  margin-left: -4px;
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.title {
  font-size: 35px;
  font-weight: 800;
  line-height: 41px;
  text-align: center;
  margin-bottom: 30px;
}

.section1__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  gap: 6px;
}
.section1__title span {
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.07em;
  text-decoration: underline;
  color: #D2550F;
}
.section1__title b {
  font-size: 35px;
  font-weight: 900;
  line-height: 41px;
}
.section1__title--2 {
  color: #F4E4D4;
  margin-left: 6px;
}
.section1__title--2 span {
  color: #FF6B00;
}
.section1__title--3 {
  color: #F4E4D4;
}
.section1__title--3 span {
  color: #FF9900;
}
.section1__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 50px;
}
.section1__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section1__list-item-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.section1__list-item-text b {
  font-weight: 600;
}
.section1__list2 {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 142px;
  margin-left: 18px;
  margin-top: 22px;
}
.section1__list2--2 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0 0 52px;
  gap: 8px;
}
.section1__list2--2 .section1__list2-item {
  width: 142px;
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 0 10px 14px 10px;
}
.section1__list2--2 .section1__list2-item-icon {
  margin-top: -32px;
}
.section1__list2--3 {
  margin: 24px auto 0;
  transform: translateX(6px);
  gap: 46px;
}
.section1__list2--3 .section1__list2-item {
  width: 142px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 0 11px 14px 11px;
}
.section1__list2--3 .section1__list2-item-icon {
  margin-top: -30px;
}
.section1__list2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.section1__list2-item-text {
  color: #F1EEE8;
  text-transform: lowercase;
}
.section1__top {
  background-size: cover;
  background-repeat: no-repeat;
}
.section1__top--2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1__top-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section1__logo {
  margin-bottom: 13px;
}
.section1__logo--2 {
  margin-bottom: 19px;
  margin-left: 5px;
}
.section1__logo--3 {
  margin-bottom: 18px;
}
.section1__bottom {
  margin-top: -46px;
}
.section1__bottom--2 {
  margin-top: -41px;
}
.section1__bottom-special {
  border-radius: 50px 50px 0 0;
  height: 83px;
  background: linear-gradient(90deg, #000000 11.46%, #4B1003 32.37%, #4B1003 69.14%, #000000 90.94%);
  display: flex;
  justify-content: space-between;
  padding: 6px 33px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #FDFDFD;
}
.section1__bottom-holder {
  background-color: #F1EEE8;
  border-radius: 50px 50px 0 0;
  margin-top: -51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 31px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #fff;
}
.section1__bottom-lb {
  padding: 10px 11px 12px;
  border-radius: 0 0 15px 15px;
  background-color: #4C1104;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  margin-top: -1px;
}
.section1__bottom-lb-text {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.019em;
}
.section1__bottom-lb-text b {
  font-weight: 600;
}
.section1__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: center;
  gap: 32px;
}
.section1__price-item {
  display: flex;
  flex-direction: column;
}
.section1__price-item span {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.019em;
}
.section1__price-item b {
  color: #080100;
  font-size: 35px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: -0.022em;
  text-transform: uppercase;
}
.section1__price-item i {
  font-size: 32px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: -0.022em;
  text-transform: uppercase;
  text-decoration: line-through;
}

.section10 {
  padding: 38px 32px 30px;
  background-image: url(../img/bg-section.jpg);
}
.section10__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section10__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  color: #52020A;
}
.section10__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 24px;
}
.section10__bl {
  background-image: url(../img/bg-bl.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: 13px 18px 13px 23px;
  gap: 11px;
}
.section10__bl b {
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}
.section10__bl span {
  font-size: 14px;
  line-height: 16px;
  color: #646464;
}
.section10__bars {
  margin-top: -23px;
  margin-bottom: 21px;
  position: relative;
}
.section10__bars-title {
  position: absolute;
  left: 25px;
  top: 25px;
  font-weight: 500;
}
.section10__bars-title--2 {
  top: 81px;
}
.section10__bars-title--3 {
  top: 137px;
}
.section10__bottom {
  padding-top: 15px;
}
.section10__bottom-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  margin-bottom: 24px;
  color: #270A0B;
}
.section10__bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 13px;
}
.section10__bottom-item {
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #F9F9F9;
  padding: 0 8px 22px;
  width: 202px;
}
.section10__bottom-item:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.section10__bottom-item:nth-child(2) .section10__bottom-item-title {
  margin-bottom: 11px;
}
.section10__bottom-item:nth-child(3) {
  padding-bottom: 19px;
}
.section10__bottom-item:nth-child(3) .section10__bottom-item-icon {
  height: 88px;
  padding-bottom: 4px;
}
.section10__bottom-item:nth-child(3) .section10__bottom-item-title {
  margin-bottom: 15px;
}
.section10__bottom-item:nth-child(4) .section10__bottom-item-icon {
  height: 89px;
  padding-bottom: 11px;
}
.section10__bottom-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}
.section10__bottom-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  margin-bottom: 13px;
}
.section10__bottom-item-text {
  text-align: center;
  font-weight: 300;
}

/* swiper */
.testimonials-slider {
  width: 394px;
  overflow: visible;
  margin: 0 auto 116px;
  position: relative;
}

.testimonials-post {
  margin: 0 auto;
  padding: 29px 30.07px 25px 19.03px;
  background-color: #fff;
  margin-bottom: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.testimonials-post-wrap {
  padding-left: 41.5px;
  position: relative;
}

.testimonials-post-wrap::after {
  position: absolute;
  top: 0;
  left: 22px;
  width: 1px;
  height: 100%;
  background-color: #d8d9de;
}

.testimonials-post-user {
  position: absolute;
  top: -4px;
  left: 0;
  width: 31.63px;
  height: 31.63px;
  z-index: 20;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-post-user img,
.testimonials-post-user svg {
  object-fit: cover;
}

.testimonials-post-block {
  display: block;
  background: #FAFAFA;
  border-radius: 10.367px;
  padding: 9px 10px 6px 5.87px;
  margin-bottom: 10px;
  position: relative;
}

.testimonials-post-block p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #000;
}

.testimonials-post-name {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 1px;
}

.testimonials-post-bottom,
.testimonials-post-bottom ul,
.testimonials-post-lb {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.testimonials-post-bottom {
  justify-content: space-between;
}

.testimonials-post-bottom ul {
  padding-left: 5px;
  white-space: nowrap;
}

.testimonials-post-bottom ul li {
  font-family: "Roboto", sans-serif;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #3391ff;
}

.testimonials-post-bottom ul li:nth-child(2) {
  color: rgba(0, 0, 0, 0.5);
}

.testimonials-post-bottom ul li:nth-child(3) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.25);
}

.testimonials-post-lb {
  position: absolute;
  bottom: -8px;
  right: -8.79px;
  background-color: #fff;
  box-shadow: 0px 3.19727px 3.19727px 0px rgba(0, 0, 0, 0.1);
  border-radius: 27.976px;
  padding: 1.41px 5.98px 1.78px 1.64px;
  font-family: "Roboto", sans-serif;
  font-size: 11.99px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.testimonials-post-lb span {
  display: block;
  padding-left: 3.58px;
}

.testimonials-post-img {
  padding: 22px 0 5px;
}

.testimonials-post-img img,
.testimonials-post-img svg {
  max-width: 195px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.testimonials-post-img-small img,
.testimonials-post-img-small svg {
  max-width: 106px;
}

.testimonials-post-answers {
  display: flex;
  align-items: center;
  position: relative;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-top: 4px;
}

.testimonials-post-answers::before {
  content: "";
  position: absolute;
  left: -31px;
  bottom: 13px;
  width: 18px;
  height: 109px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
}

.testimonials-post-answers span {
  margin-left: -2px;
}

.testimonials-slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(167, 167, 167, 0.4);
  opacity: 1;
  margin: 0 2.5px !important;
}

.testimonials-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F18C01;
  border-color: #F18C01;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px;
}

.testimonials-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.testimonials-slider .swiper-pagination-custom,
.testimonials-slider .swiper-pagination-fraction {
  bottom: 0;
}

.testimonials-slider .swiper-button-prev,
.testimonials-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  margin: 0;
  top: 44%;
  background-image: url(../img/swiper-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 100;
}

.testimonials-slider .swiper-button-prev::after,
.testimonials-slider .swiper-button-next::after {
  display: none;
}

.testimonials-slider .swiper-button-prev {
  left: -21px;
  transform: rotate(180deg);
}

.testimonials-slider .swiper-button-next {
  right: -22px;
}

.testimonials-slider .swiper-wrapper {
  height: auto;
}

.testimonials-slider .swiper-slide {
  height: auto !important;
}

.testimonials-slider .swiper-content {
  height: 100% !important;
}

.testimonials-slider .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -68px;
  transform: translateX(-50%);
}

.testimonials-post--2.testimonials-post {
  padding-top: 22px;
}

.testimonials-post--2 .testimonials-post-block {
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.testimonials-post--2 .testimonials-post-lb {
  bottom: -7px;
}

.testimonials-post--3.testimonials-post {
  padding-top: 25px;
  padding-bottom: 17px;
}

.testimonials-post--3 .testimonials-post-block {
  margin-bottom: 11px;
}

.testimonials-post--3 .testimonials-post-lb {
  bottom: -4px;
  right: -8px;
}

.section1--bottom .section1__bottom-holder {
  padding-bottom: 0;
}

.form {
  display: flex;
  flex-direction: column;
  padding: 17px 31px 25px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.form__title {
  color: #0C0C0C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 35px;
}
.form__lb {
  background: linear-gradient(180deg, #F18C01 0%, #F16601 100%);
  padding: 3px;
  border-radius: 10px;
  margin-bottom: 35px;
}
.form__lb-wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.form__lb-decor1, .form__lb-decor2 {
  position: absolute;
}
.form__lb-decor1 {
  top: -3px;
  left: -4px;
}
.form__lb-decor2 {
  bottom: -3px;
  right: -1px;
}


.form__select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  padding-right: 2px;
  margin-bottom: 34px;
}
.form__select-item {
  width: 100%;
  min-height: 94px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  padding: 1px;
  box-shadow: 0px 0px 0px 0px rgba(180, 97, 37, 0.15);
  transition: all 0.3s ease;
  border-radius: 18px;
}
.form__select-item.active {
  background: linear-gradient(180deg, #BD0000 0%, #995300 100%);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 20px 0px rgba(180, 97, 37, 0.15);
  transition: all 0.3s ease;
}
.form__select-item.active .form__select-check {
  background-image: url(../img/bg-check-active.webp);
}
.form__select-item-wrap {
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
  display: flex;
  padding-right: 7px;
      justify-content: space-between;
          padding-left: 90px;
}


.form__select-item-wrap1 {
    background-image: url(../img/1.jpg);
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}



.form__select-item-wrap2 {
    background-image: url(../img/2.jpg);
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}



.form__select-item-wrap3 {
    background-image: url(../img/3.jpg);
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}


.form__select-item-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding-bottom: 2px;
}
.form__select-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 4px;
  color: #0C0C0C;
}
.form__select-item-title span {
  color: #cf4b2b;
  font-weight: 900;
}
.form__select-item-title2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  margin-bottom: 4px;
}
.form__select-item-discount {
border-radius: 4px;
    padding: 3px 6px;
    background: linear-gradient(180deg, #BD0000 0%, #995300 100%);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    width: fit-content;
}
.form__select-item-price {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  flex-direction: column;
}
.form__select-item-price b {
  font-weight: 800;
  font-size: 24px;
}
.form__select-item-price span {
  font-size: 16px;
  line-height: 14px;
  color: #807168;
  text-decoration: line-through;
}
.form__select-item:nth-child(1) .form__select-img {
  left: 20px;
  top: 15px;
}
.form__select-item:nth-child(2) .form__select-img {
  left: 11px;
  top: 20px;
}
.form__select-item:nth-child(3) .form__select-img {
  left: 4px;
  top: 18px;
}
.form__select-item:nth-child(4) .form__select-img {
  left: -2px;
  top: 24px;
}
.form__select-check {
  position: absolute;
  top: -11px;
  left: -8px;
  width: 32px;
  height: 32px;
  background-image: url(../img/bg-check.webp);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
.form__select-img {
  position: absolute;
}
.form__select-most {
  position: absolute;
  right: -2px;
  top: -11px;
  background-color: #57651E;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}

.form__input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.form__input-holder {
  border: 1.5px solid #D2D2D2;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

.form__input-icon {
  background-color: #F3F1F1;
  border-right: 1.5px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 60px;
}

.form__input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 17.61px;
  color: #252525;
  flex: 1 1 auto;
  padding: 0 16px;
}

.form__input::-webkit-input-placeholder {
  color: #777575;
}

.form__input::-moz-placeholder {
  color: #777575;
}

.form__input:-ms-input-placeholder {
  color: #777575;
}

.form__input::-ms-input-placeholder {
  color: #777575;
}

.form__input::placeholder {
  color: #777575;
}

.form__title2 {
  margin-bottom: 11px;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}

.form__subtitle2 {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.form__option-title {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 22.31px;
  color: 131313;
  margin-bottom: 29px;
}

.form__option-block {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23A1C931FF' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 4px;
  background-color: #F6FFF4;
  padding: 14.5px 15px 10.5px 43px;
  color: #283338;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  margin-bottom: 25px;
}

.form__option-block.active::after {
  background: #fff url(../img/icon-option.svg) no-repeat;
  background-size: contain;
  box-shadow: none;
}

.form__option-block::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 19px;
  height: 19px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08) inset;
  background-color: #A1C931;
  border-radius: 3px;
}

.guarantees {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 35px;
}

.guarantees__item {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 12px;
  background-color: #fff;
  gap: 16px;
  position: relative;
}

.guarantees__img {
  text-align: center;
  width: 80px;
  flex-shrink: 0;
}

.guarantees__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.guarantees__text {
  color: #637381;
  font-size: 16px;
  line-height: 19px;
}

.guarantees__info {
  display: flex;
  position: absolute;
  right: 13px;
  top: 12px;
  cursor: pointer;
}

.main-descr {
  text-align: center;
}

.main-descr-tit {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}

.main-descr-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7446 10.096H20.2575V7.81614C20.2575 3.5993 16.9111 0.0767361 12.7286 0.00154089C12.6143 -0.000513629 12.386 -0.000513629 12.2717 0.00154089C8.08911 0.0767361 4.74282 3.5993 4.74282 7.81614V10.096H4.25565C3.50493 10.096 2.89258 10.8707 2.89258 11.8274V23.2624C2.89258 24.2181 3.50493 25 4.2557 25H20.7446C21.4953 25 22.1077 24.2181 22.1077 23.2624V11.8274C22.1077 10.8707 21.4954 10.096 20.7446 10.096ZM14.0449 17.5333V20.9886C14.0449 21.3842 13.7137 21.719 13.3177 21.719H11.6827C11.2867 21.719 10.9554 21.3842 10.9554 20.9886V17.5333C10.5714 17.1553 10.3478 16.6326 10.3478 16.0543C10.3478 14.9586 11.1948 14.017 12.2718 13.9735C12.3859 13.9688 12.6145 13.9688 12.7287 13.9735C13.8056 14.017 14.6527 14.9586 14.6527 16.0543C14.6526 16.6326 14.429 17.1553 14.0449 17.5333ZM17.0468 10.096H12.7286H12.2717H7.95357V7.81614C7.95357 5.30424 9.99493 3.22728 12.5002 3.22728C15.0054 3.22728 17.0468 5.30424 17.0468 7.81614V10.096H17.0468Z' fill='%2340A52F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer__wrap {
  padding-top: 35px;
}

.main-descr-tit span {
  color: #40a52f;
}

.main-descr-txt {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #64656b;
  margin-bottom: 34px;
  margin-left: -7px;
}

.main-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 15px;
  padding: 24px 14px 17px 12px;
  min-height: 92.53px;
  position: relative;
  width: 416.537px;
  margin: 0 auto 24px;
}

.main-block-col {
  width: 192px;
  padding-left: 62px;
  position: relative;
  text-align: left;
}

.main-block-col-ico {
  position: absolute;
  top: 75%;
  left: -21px;
  transform: translate(0, -50%);
}

.main-block-col-tit {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #000;
  margin: 0 0 7px;
}

.main-block-col-txt {
  display: block;
  font-size: 12px;
  line-height: 1.075;
  font-weight: 500;
  color: #8e8e8e;
}

.main-block-col-ico img,
.main-block-col-ico svg {
  max-width: 97px;
}

.main-block-col:last-child .main-block-col-ico img,
.main-block-col:last-child .main-block-col-ico svg {
  max-width: 38px;
}

.main-block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 52px;
  background-color: #64656b;
  opacity: 0.3;
}

.main-block-col:last-child .main-block-col-ico {
  top: 44%;
  left: 2px;
}

.main-block-col:last-child {
  width: 162px;
  padding-left: 53px;
}

.footer {
  background-color: #270A0B;
  position: relative;
  padding: 30px 48px 23px;
  text-align: center;
}
.footer::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../img/bg-footer.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer address {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 3px;
}
.footer address a {
  padding-top: 6px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
}
.footer__nav a {
  text-decoration: underline;
  color: rgba(255, 157, 159, 0.6);
}
.footer__copy {
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.section2 {
  position: relative;
}
.section2__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 41px 46px;
  gap: 13px;
  text-align: center;
}
.section2__title {
  color: #52020A;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.section2__decor {
  position: absolute;
  right: 0;
  top: 0;
}
.section2__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section2__item {
  position: relative;
}
.section2__item:nth-child(2) .section2__item-wrap {
  padding: 34px 36px 36px;
}
.section2__item:nth-child(2) .section2__item-title {
  padding-left: 3px;
}
.section2__item-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 28px 37px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section2__item-title {
  color: #FFA903;
  font-family: "Made in China";
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  padding-left: 2px;
}
.section2__item-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.section3 {
  background-image: url(../img/bg-section3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 39px;
  padding-bottom: 22px;
  position: relative;
}
.section3__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 33px;
  text-align: center;
  color: #F18C01;
  text-decoration: underline;
  margin-bottom: 33px;
}
.section3__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.section3__item:nth-child(1) {
  margin-left: auto;
  width: 307px;
}
.section3__item:nth-child(1) .section3__item-block1 {
  padding-left: 1px;
  padding-right: 19px;
  margin-bottom: 26px;
}
.section3__item:nth-child(1) .section3__item-block2 {
  background-image: url(../img/bg-section3-list.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 16px 18px;
}
.section3__item:nth-child(2) {
  width: 325px;
}
.section3__item:nth-child(2) .section3__item-block1 {
  padding-left: 38px;
  margin-bottom: 16px;
}
.section3__item:nth-child(2) .section3__item-block2 {
  background-image: url(../img/bg-section3-list2.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 24px 9px 20px 38px;
}
.section3__item-block1 b {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
}
.section3__item-block1 span {
  display: block;
  font-size: 18px;
  line-height: 21px;
}
.section3__item-block2 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.section3__lb {
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(189, 0, 0, 0.8) 0%, rgba(153, 83, 0, 0.8) 100%);
  padding: 4px 8px;
  border-radius: 2px;
}
.section3__lb--1 {
  left: 60px;
  top: 123px;
}
.section3__lb--2 {
  right: 17px;
  top: 478px;
}

.section4 {
  background-image: url(../img/bg-section4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 906px;
  position: relative;
}
.section4__title {
  color: #F7ECD6;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  padding: 76px 32px 57px;
}
.section4 .btn__after-text {
  color: #fff;
}
.section4__items {
  display: flex;
  flex-direction: column;
  padding-left: 48px;
  padding-right: 66px;
  gap: 46px;
  margin-bottom: 51px;
}
.section4__item {
  width: 245px;
}
.section4__item:nth-child(1) {
  margin-left: auto;
}
.section4__item:nth-child(1) .section4__item-title::after {
  background-image: url(../img/decor-title1.webp);
  left: -69px;
  top: -41px;
}
.section4__item:nth-child(2) .section4__item-title {
  padding-bottom: 9px;
  margin-bottom: 15px;
}
.section4__item:nth-child(2) .section4__item-title::after {
  background-image: url(../img/decor-title2.webp);
  right: -63px;
  top: 0;
}
.section4__item-title {
  background-image: url(../img/bg-section4-title1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 6px 10px 6px 13px;
  margin-bottom: 17px;
  position: relative;
}
.section4__item-title::after {
  content: "";
  position: absolute;
  width: 83px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section4__item-title b {
  display: block;
}
.section4__item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 12px;
  margin-right: -5px;
}
.section4__item-list-li {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
.section4__item-list-li img {
  flex-shrink: 0;
}
.section4__img {
  position: absolute;
  left: 0;
  top: 136px;
  z-index: 1;
}

.section5 {
  min-height: 946px;
  background-image: url(../img/bg-section5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section5__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  color: #52020A;
  padding: 30px 30px 0;
}
.section5__text {
  background-image: url(../img/bg-section5-text.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 410px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  padding: 20px 20px 13px;
}
.section5__text b {
  font-weight: 800;
}
.section5__comment {
  padding: 0 41px;
}
.section5__comment-title {
  color: #270A0B;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  padding: 0 56px 20px 61px;
  position: relative;
}
.section5__comment-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-image: url(../img/icon9.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section5__comment-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.section5__comment-ava {
  flex-shrink: 0;
}
.section5__comment-text {
  font-size: 18px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 22px;
}
.section5__comment-text b {
  font-weight: 500;
  margin-bottom: 20px;
}
.section5__comment-info {
  font-size: 18px;
  line-height: 21px;
  padding-right: 62px;
  position: relative;
}
.section5__comment-info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  transform: rotate(180deg);
  background-image: url(../img/icon9.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section5__comment-name {
  margin-bottom: 7px;
}
.section5__comment-name b {
  font-weight: 700;
  background: linear-gradient(180deg, #BD0000 0%, #995300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section5__comment-city {
  display: flex;
  align-items: center;
  padding-left: 3px;
  gap: 7px;
}

.section6 {
  min-height: 796px;
  background-image: url(../img/bg-section6.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.section6__top {
  padding: 118px 36px 0 30px;
}
.section6__subtitle {
  font-size: 20px;
  font-weight: 800;
  line-height: 23px;
  color: #FF9400;
  margin-bottom: 15px;
  text-decoration: underline;
}
.section6__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #F1EEE8;
}
.section6__bottom {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  padding: 0 39px 40px;
}

.section7 {
  padding: 38px 40px 20px;
  position: relative;
  background-image: url(../img/bg-section.jpg);
  text-align: center;
}
.section7__title {
  color: #52020A;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 21px;
}
.section7__title span {
  display: inline-flex;
  background: linear-gradient(180deg, rgba(189, 0, 0, 0.8) 0%, rgba(153, 83, 0, 0.8) 100%);
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}
.section7__subtitle {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 24px;
}
.section7__video {
  border-radius: 21px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 23px;
  height: 400px;
}
.section7__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section7__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  padding-right: 3px;
  margin-bottom: 25px;
}
.section7__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 194px;
}
.section7__item span {
  font-size: 18px;
  line-height: 21px;
  text-transform: lowercase;
}
.section7__item span b {
  font-weight: 600;
}
.section7__wrap {
  position: relative;
  z-index: 1;
}
.section7__decor {
  position: absolute;
  opacity: 0.5;
}
.section7__decor--1 {
  left: 0;
  top: 0;
}
.section7__decor--2 {
  right: 0;
  bottom: 45px;
}

.section8 {
  padding-top: 33px;
  padding-bottom: 34px;
  background-image: url(../img/bg-section.jpg);
}
.section8__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  color: #52020A;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 2px;
}
.section8__title span {
  display: inline-block;
  position: relative;
}
.section8__title span::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 21px;
  width: calc(100% + 2px);
  height: 2px;
  background: linear-gradient(180deg, rgba(189, 0, 0, 0.8) 0%, rgba(153, 83, 0, 0.8) 100%);
  border-radius: 8px;
}
.section8__table {
  height: 459px;
  position: relative;
  background-image: url(../img/section8-table.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section8__table-th {
  position: absolute;
  width: 67px;
  top: 61px;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
  text-align: center;
}
.section8__table-th--1 {
  right: 126px;
}
.section8__table-th--2 {
  right: 45px;
}
.section8__table-labels {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 72px 0 0 40px;
}
.section8__table-label {
  display: flex;
  align-items: center;
  height: 68px;
  font-weight: 700;
  width: 160px;
}

.section9 {
  min-height: 921px;
  background-image: url(../img/bg-section9.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section9__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 37.57px;
  text-align: center;
  padding: 46px 22px 130px;
  color: #fff;
}
.section9__title span {
  color: #E46218;
}
.section9 .btn__after-text {
  color: #fff;
}
.section9__list {
  width: 197px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 125px;
}
.section9__item {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 11px;
  padding: 0 18px 12px 12px;
}
.section9__item-text {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.section9__item-text b {
  font-weight: 800;
}
.section9__item-img {
  margin-top: -17px;
}

.main--2 .section1__bottom-special {
  background: linear-gradient(90deg, #221D0B 11.46%, #4B2E03 32.37%, #4B2E03 69.14%, #221D0B 90.94%);
}
.main--2 .section1__bottom-lb {
  background-color: #4B2E03;
}
.main--2 .btn {
  background: linear-gradient(140deg, #51031B -52.14%, #E68A1D 24.58%, #571B01 98.59%, #240B1E 121.15%);
}
/*# sourceMappingURL=main.css.map */