:root {
  --zhelt: #f99f00;
  --krasn: #ea1919;
  --bel: #fff;
  --temn-ser: #323136;
  --svetlo-ser: #f7f7f7;
  --orange: #f97000;
}

/* html {
  scroll-behavior: smooth;
} */

.xAttack__hero {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.xAttack__heroLeft {
  width: 40%;
  height: 100%;
}

.xAttack__heroLeft .swiper {
  position: sticky;
  top: 60px;
}

.xAttack__heroLeft .swiper .swiper-slide img {
  max-height: 450px !important;
}

/******************/
section.goods .swiper .goods.swiper-button-next {
  top: unset;
  bottom: 0;
  right: 70px;
  width: auto;
}

section.goods .swiper .goods.swiper-button-prev {
  bottom: 0;
  top: unset;
  left: 70px;
  width: auto;
}

section.goods .swiper .goods.swiper-pagination {
  width: 45%;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}

section.goods .swiper .swiper-pagination-bullet {
  width: 33px;
  height: 15px;
  border-radius: 15px;
  background: linear-gradient(104.28deg, rgba(50, 49, 54, 0.42) 7.09%, rgba(144, 142, 156, 0.42) 95.57%);
  box-shadow: 0px 2px 6px 0px #00000040 inset;
}

section.goods .swiper .swiper-pagination-bullet-active {
  background: #323136;

}

section.goods .swiper .swiper-container {
  padding-bottom: 40px;
  max-height: 700px;
}

section.goods .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

/********************/

.xAttack__heroRight {
  width: 55%;
  padding-left: 32px;
}

.xAttack__heroTitle {
  margin-bottom: 10px;
}

.xAttack__heroTitle h1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
}

.xAttack__heroDescription {
  font-weight: 800;
  font-size: 18px;
  line-height: 106%;
  color: #4e4e4e;
  margin-bottom: 10px;
}

.xAttack__heroIntro {
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: var(--orange);
  margin-bottom: 20px;
}

.xAttack__heroIntro2 {}

.xAttack__heroIntro2 p {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: var(--temn-ser);
  margin-bottom: 10px;
}

.xAttack__heroFlags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.xAttack__heroFlag {
  border: 1px solid var(--orange);
  border-radius: 66px;
  padding: 7px 24px 8px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.xAttack__heroTextBox_mt {
  margin-top: 70px;
}

.xAttack__heroTextBox {
  position: relative;

}

.xAttack__heroTextBox h2 {
  font-weight: 800 !important;
  font-size: 26px !important;
  color: var(--temn-ser);
  margin-bottom: 12px !important;
}

.xAttack__heroTextBox h3 {
  font-weight: 800 !important;
  font-size: 26px !important;
  color: var(--temn-ser) !important;
  margin-bottom: 12px !important;
}

.xAttack__heroTextBox p {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #000;
  margin-bottom: 10px !important;

}

.xAttack__heroTextBox p strong {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: var(--orange) !important;
}

.xAttack__heroTextBox ul {
  margin-bottom: 16px;
}

.xAttack__heroTextBox ul li {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #000;
  list-style: none;
}

.xAttack__heroTextBox ul li::before {
  content: "— ";
}

.xAttack__heroTextBox blockquote {
  border-left: 4px solid #f90000;
  padding: 6px 10px 6px 20px;
  background: rgba(249, 0, 0, 0.24);
  margin-bottom: 20px;
}

.xAttack__heroTextBox blockquote:last-child {
  margin-bottom: 0 !important;
  ;
}

.xAttack__heroTextBox blockquote p:last-child {
  margin-bottom: 0 !important;

}

.xAttack__heroTextBox div {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--bel);
  border: 1px solid #000;
  border-radius: 9px;
  padding: 12px 24px;
  background: var(--temn-ser);
  margin: 0 -20px;
}

/****************/

.desc_container_2608 {
  padding: 16px !important;
  background: var(--temn-ser) !important;
  border-radius: 9px !important;
}

.desc_container_2608 p {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 119% !important;
  color: #fff !important;
}


/**************/
.xAttack__heroContentExtra {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/*********************/

.xAttack__table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.xAttack__table {
  /* min-width: 500px; */
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
}

.xAttack__table thead th {
  padding: 10px 10px 10px 16px;
  color: #fff;
  background-color: #f97000;
  border-radius: 8px 8px 0 0;
  font-weight: 800;
  font-size: 26px;
}

.xAttack__table tbody tr {
  border: 1px solid #000;
  box-sizing: border-box;
}

.xAttack__table tbody tr td {
  border-right: 1px solid #000;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}

.xAttack__table tbody tr td:first-child {

  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}

.xAttack__table tbody tr td:last-child {
  border-right: none;
}

/***********************/

.xAttack__stepsAreaWrapper {
  padding: 0 16px;
}

.xAttack__stepsArea {
  background-image: url(../img/steps_bg.webp);
  background-size: cover;
  background-position: center center;
  max-width: 1116px;
  margin: 70px auto;
  padding: 38px 48px;
  border-radius: 30px;
}

.xAttack__stepsAreaTitle {
  font-weight: 800;
  font-size: 26px;
  color: var(--bel);
  margin-bottom: 40px;
}

.xAttack__stepsAreaTitle span {
  display: inline-block;
  font-weight: 800;
  font-size: 26px;
  color: var(--bel);
  background-color: #f97000;
  padding: 5px 10px;
}

.xAttack__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.xAttack__step {
  display: flex;
  flex-direction: column;
}

.xAttack__stepIdx {
  font-weight: 800;
  font-size: 65px;
  color: var(--bel);
  opacity: 0.4;
  margin-bottom: 5px;
}

.xAttack__stepTitle {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: var(--bel);
  margin-bottom: 10px;
}

.xAttack__stepDesc {
  font-weight: 300;
  font-size: 16px;
  color: var(--bel);
}

/*************/

.faq__area {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1148px;
  padding: 0 16px;
}

.faq__areaTitle {
  margin-bottom: 24px;
  text-align: center;
}

.faq__areaTitle h2 {
  font-weight: 800;
  font-size: 26px;
  text-align: center;
  color: var(--temn-ser);
  margin: 0;
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  align-items: start;


}

.faq__item {
  display: flex;
  flex-direction: column;
  position: relative;


}

.faq__itemTitleArea {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: var(--temn-ser);
  border-radius: 8px;
  justify-content: space-between;
  transition: all .3s;
  cursor: pointer;
}

.faq__itemTitleArea.active {
  background: #f97000;
}

.faq__itemClose {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.faq__itemTitleArea.active .faq__itemClose {
  transform: rotate(180deg);
}

.faq__itemClose.active i {
  transform: rotate(45deg);

}

.faq__itemTitle {
  font-weight: 600;
  font-size: 16px;
  color: var(--svetlo-ser);
}

.faq__itemDesc {
  display: none;
  padding: 10px 16px;
}

.faq__itemDescInner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.faq__itemDescInner img {
  width: 23px;
  height: auto;
}

.faq__itemDescInner span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}

/********************/

.form2608__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.form2608__title h2 {
  font-weight: 800;
  font-size: 26px;
  color: var(--temn-ser);
  margin-bottom: 5px;
}

.form2608__title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: var(--orange);
}

.bnr__area {
  width: 100%;
  max-width: 952px;
  margin: 70px auto;
  padding: 0 16px;
}

.bnr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

a.bnr__item {
  display: block;
}

a.bnr__item img {
  display: block;
  width: 100%;
}

/********************/

.cta__area {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.cta__areaLeft {
  display: flex;
  flex-direction: column;
}

.cta__btn {
  border-radius: 5px;
  padding: 12px 24px;
  background-color: var(--orange);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 11px;
}

.cta__wa {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--orange);
  margin-left: auto;
  margin-right: 8px;
}

.cta__price {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 6px;
}

.cta__priceItem {
  display: flex;
  flex-direction: column;
}

.cta__priceItemTop {
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--temn-ser);
}

.cta__priceDelimiter {}

.cta__priceItembottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
}

.cta__priceItembottom sup {
  color: var(--orange);
  line-height: 1;
}

#formInPage {
  scroll-margin-top: 110px;
}

.reviews__title {
  display: flex;
  flex-direction: column;
}

.reviews__title h2 {
  font-weight: 800 !important;
  font-size: 26px !important;
  color: var(--temn-ser) !important;
  margin-bottom: 10px !important;
}

.reviews__title span {
  font-weight: 800;
  font-size: 18px;
  line-height: 106%;
  color: #4e4e4e;
  margin-bottom: 10px;
}

.reviews__title a {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 119%;
  color: var(--orange);
}

.reviews__title a:hover {
  text-decoration: underline;
}

.goods_benefits2608 {
  position: relative;
  margin: 70px 0 100px;
}

.goods_benefits2608 .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1116px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 33px 48px;
  background: var(--temn-ser);
  border-radius: 15px;
}

.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "a a a b b b"
    "c c d d e e";
  gap: 24px;
}

.benefits__grid .benefits_item:nth-child(1) {
  grid-area: a;
}

.benefits__grid .benefits_item:nth-child(2) {
  grid-area: b;
}

.benefits__grid .benefits_item:nth-child(3) {
  grid-area: c;
}

.benefits__grid .benefits_item:nth-child(4) {
  grid-area: d;
}

.benefits__grid .benefits_item:nth-child(5) {
  grid-area: e;
}

.benefits__grid .benefits_item .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--bel);
  margin-bottom: 8px;
}

.benefits__grid .benefits_item .text {
  font-weight: 300;
  font-size: 16px;
  color: var(--bel);
}