:root {
  --text-black: #3b3b3b;
  --bg-silver: #f9f9f9;
}

@media (min-width: 1000px) {
  .container-max {
    max-width: 990px;
    margin: 0 auto;
  }
}

@media (min-width: 1220px) {
  .container-max {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1420px) {
  .container-max {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.bg-silver {
  background-color: var(--bg-silver);
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tc {
  color: var(--text-black);
}

.cText {
  color: var(--Orange);
}

.hover {
  text-decoration: underline;
}

.hover:hover {
  text-decoration: none;
}

.hover_:hover {
  text-decoration: underline;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs32 {
  font-size: 32px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh36 {
  line-height: 36px;
}

.mb14 {
  margin-bottom: 14px;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.row {
  display: flex;
}

.container-flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.mb-lg-10 {
  margin-bottom: 10px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.header-new {
  position: relative;
  padding: 16px 0;
  box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
  height: 96px;
}

.header-new .logo {
  width: 160px;
}

.header-new .logo a {
  display: flex;
  flex-direction: column;
}

.header-new .logo img {
  height: 100%;
  width: 100%;
  max-width: 160px;
  object-fit: contain;
  object-position: left;
  height: 40px;
}

.text-logo {
  font-size: 14px;
  line-height: 16px;
  color: var(--text-black);
  margin-top: 8px;
  display: inline-block;
  white-space: pre;
}

.text-logo span {
  color: var(--Orange);
  font-weight: 700;
}

.phone-header {
  margin-left: 50px;
  margin-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.phone-line {
  display: flex;
}

.phone-line a {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-black);
  line-height: 20px;
}

.phone-line .icon {
  margin-right: 12px;
}

.phone-line .icon svg path {
  fill: var(--Orange);
}

.burger {
  margin-right: 14px;
  display: flex;
  align-items: center;
}

.menu-new {
  display: flex;
}

.menu-new ul {
  display: flex;
  gap: 20px;
}

.menu-new ul li {
  display: flex;
  align-items: center;
}

.menu-new ul li a,
.menu-new ul li span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-black);
}

.menu-devices {
  display: none;
}

.btn-s {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.btn-repair {
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding: 10px 32px;
  background-color: var(--Orange);
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.btn-repair span {
  display: inline-block;
  margin-right: 10px;
}

/* --------  */

/* main-block  */
h2.title-h2 {
  font-size: 32px;
}

.title.h1 {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0;
}

.title.h2 {
  padding-top: 32px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.title .title-h1 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  color: var(--text-black);
  line-height: 54px;
  text-align: left;
}

.main-banner .section-2 {
  background-color: var(--bg-silver);
  padding-top: 64px;
  padding-bottom: 64px;
}

.main-banner .left {
  width: 40%;
}

.main-banner .right {
  width: 60%;
  max-height: 430px;
}

.main-banner .left .form {
  width: 100%;
  max-width: 450px;
}

.main-banner .left form {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.main-banner .left form input {
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  border: 1px solid var(--Orange);
  border-radius: 120px;
  margin-bottom: 20px;
}

.main-banner .left form button {
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  background-color: var(--Orange);
  border: 1px solid var(--Orange);
  color: white;
  border-radius: 120px;
  margin-bottom: 12px;
}

.main-banner .politika {
  display: inline-block;
  padding-left: 24px;
  margin-bottom: 32px;
}

/* .main-banner .stat-utp {
    column-count: 2;
} */

.main-banner .stat-utp li {
  margin-bottom: 6px;
  list-style: inside;
  color: var(--text-black);
  padding-left: 6px;
}

.main-discount {
  width: 100%;
  max-width: 450px;
  margin-bottom: 32px;
  display: flex;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--Orange);
}

.discount-left {
  width: 50%;
}

.discount-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-right button {
  padding: 11px 22px;
  border: 1px solid var(--text-black);
  color: var(--text-black);
  border-radius: 41px;
}

.discount-left div:first-child {
  font-size: 32px;
  color: var(--Orange);
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 6px;
}

/* Block advantage  */
.advantage-new {
  padding-top: 32px;
  padding-bottom: 64px;
}

.advantage-box .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card-advantage {
  padding: 24px;
  /* background-color: var(--Orange); */
  color: white;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
}

.advantage-box.custom .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.advantage-box.custom .row .card-advantage {
  padding: 20px 28px;
  background-color: var(--Orange);
  color: white;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #CFCFCF; */
  border-radius: 10px;
}

.advantage-box.custom .row .card-advantage svg:nth-child(1) {
  position: absolute;
  right: 28px;
  width: 90px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  transition: all 0.3s ease-in;
}

.advantage-box.custom .row .card-advantage svg:nth-child(2) {
  position: absolute;
  right: -27px;
  width: 201px;
  opacity: 0.1;
  height: 201px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}

.advantage-box.custom .row .card-advantage:hover svg:nth-child(1) {
  transform: scale(1.2);
}

.advantage-box.custom .row .card-advantage:hover svg:nth-child(2) {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-advantage .advan-title {
  margin-bottom: 20px;
  max-width: 245px;
}

.card-advantage .advan-text {
  /* margin-bottom: 20px; */
  max-width: 245px;
}

@media (max-width: 1220px) {
  .advantage-box.custom .row .card-advantage svg:nth-child(1) {
    width: 60px;
    height: 60px;
    right: 10px;
  }

  .advantage-box.custom .row .card-advantage svg:nth-child(2) {
    width: 150px;
    height: 150px;
    right: -47px;
  }

  .card-advantage .advan-title {
    font-size: 18px;
    max-width: 220px;
  }

  .card-advantage .advan-text {
    font-size: 14px;
    max-width: 220px;
  }
}

@media (max-width: 992px) {
  .advantage-box.custom .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Block device  */
.device-new {
  padding-top: 32px;
  padding-bottom: 32px;
}

.device-box .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.device-img {
  padding: 40px;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  transition: box-shadow 0.4s;
  overflow: hidden;
}

.device-img .bg_device {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Orange);
  opacity: 0.1;
}

.card-device .card-device-front {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: rgb(0 0 0 / 0.5);
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.card-device .card-device-front span {
  font-size: 14px;
  color: white;
}

.device-img img {
  position: relative;
  z-index: 1;
}

.device-name {
  text-align: center;
}

.card-device {
  transition: transform 0.4s;
}

.card-device:hover {
  transform: translateY(-10px);
}

.card-device:hover .card-device-front {
  opacity: 1;
  transform: translateY(0);
}

.card-device:hover .device-img {
  box-shadow: 0 10px 10px rgb(0 0 0 /15%);
}

.device-box .row .card-device:nth-child(n + 9) {
  display: none;
}

.device-box .row.show .card-device:nth-child(n + 9) {
  display: block;
}

.btn-show {
  display: flex;
  justify-content: center;
}

.btn-show button {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding: 10px 32px;
  background-color: var(--Orange);
  border-radius: 4px;
}

.btn-show button.open-form {
  display: none;
}

#new-style-form {
  margin-bottom: 0;
  padding-bottom: 64px;
}

.lv_work-new {
  padding-bottom: 72px;
}

.lv_work-new .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card-lv_work {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 66px 24px 24px 24px;
  position: relative;
  overflow: hidden;
}

.card-lv_work .num {
  padding: 10px 42px 10px 32px;
  background-color: var(--Orange);
  border-radius: 0 0 32px 0;
  width: 130px;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  white-space: pre;
}

/* PRICE  */
.price-new {
  padding-top: 32px;
  padding-bottom: 64px;
}

.price-table-head {
  display: flex;
  background-color: #f9f9f9;
  padding: 19px 32px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 16px;
}

.price-table-head .column-1 {
  width: 27%;
}

.price-table-head .column-2 {
  width: 68%;
}

.price-table-head .column-3 {
  width: 15%;
}

.price-table-body .column-1 {
  width: 24%;
  display: flex;
  flex-direction: column;
  padding-right: 24px;
  overflow-y: auto;
  max-height: 430px;
  direction: rtl;
}

.price-table-body .column-1 .device-table {
  background-color: #f9f9f9;
  padding: 19px 32px;
  margin-bottom: 12px;
  border-radius: 8px;
  height: auto;
  cursor: pointer;
  text-align: left;
}

.price-table-body .column-1 .device-table.active {
  background-color: var(--Orange);
  color: white;
}

.price-table-body .column-2 {
  width: 70%;
}

.price-table-body .column-2 .device-price-table {
  background-color: #f9f9f9;
  padding: 0 32px;
  margin-bottom: 12px;
  border-radius: 8px;
  height: 60px;
  display: flex;
  align-items: center;
}

.price-table-body {
  display: flex;
}

.subcolumn-2 {
  margin-left: auto;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subcolumn-2 span {
  display: inline-block;
  padding: 4px 10px;
  background-color: white;
  border-radius: 4px;
  margin-right: 32px;
  white-space: pre;
}

.subcolumn-2 button {
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--Orange);
  color: white;
  border-radius: 4px;
}

.line-table {
  display: none;
  overflow-y: auto;
  max-height: 430px;
}

.line-table.active {
  display: block;
}

.update-price {
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  height: 430px !important;
}

.sertificate-work {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f9f9f9;
}

.sertificate-work .flex {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: white;
  padding: 32px;
}

.sertificate-work .flex .left {
  width: 60%;
}

.sertificate-work .flex .left h2 {
  margin-bottom: 32px;
}

.sertificate-work .flex .left p {
  max-width: 743px;
}

.sertificate-work .flex .right {
  width: 40%;
}

.sertificate-work .flex .right .img-sert {
  width: 100%;
  max-width: 338px;
  height: 100%;
  max-height: 260px;
  margin: auto;
}

.masters .section-1 {
  background-color: #f9f9f9;
}

.slider-master {
  position: relative;
  padding: 32px 0;
}

.swiper-master {
  height: 420px;
}

.select-slide {
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: 32px;
  z-index: 10;
}

.select-slide .prev {
  display: block;
  position: relative;
  width: 68px;
  height: 36px;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.select-slide .prev:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 4px rgb(0 0 0 /15%);
}

.select-slide .prev .line-1 {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #3b3b3b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.select-slide .prev .line-2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #3b3b3b;
  border-top: 2px solid #3b3b3b;
  position: absolute;
  top: 14px;
  left: 17px;
  transform: rotate(-45deg);
}

.select-slide .next {
  display: block;
  position: relative;
  width: 68px;
  height: 36px;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.select-slide .next:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 4px rgb(0 0 0 /15%);
}

.select-slide .next .line-1 {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #3b3b3b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.select-slide .next .line-2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3b3b3b;
  border-top: 2px solid #3b3b3b;
  position: absolute;
  top: 14px;
  right: 17px;
  transform: rotate(45deg);
}

.card-master {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.card-master .left {
  width: 50%;
  max-width: 470px;
}

.card-master .left .specialnost {
  padding: 10px 26px;
  background: var(--Orange);
  display: inline-block;
  color: white;
  border-radius: 4px;
  width: fit-content;
}

.card-master .left .fio {
  margin: 24px 0 12px;
}

.card-master .right {
  width: 50%;
  max-width: 590px;
}

.card-master .img-master {
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.card-master .img-master img:first-child {
  object-fit: cover;
}

.card-master .img-master .star {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  z-index: 5;
}

.new-work {
  color: var(--Orange);
  margin-top: 12px;
}

.master-discount {
  display: none;
  margin-top: 40px;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 24px;
}

.btn-form-master {
  display: flex;
  justify-content: flex-end;
}

.btn-form-master button {
  height: 36px;
  border-radius: 6px;
  color: var(--Orange);
  border: 1px solid var(--Orange);
  padding: 11px 28px;
}

.btn-form-master button:hover {
  background-color: var(--Orange);
  color: white;
}

.seo-text-main {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f9f9f9;
}

.seo-text-main p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 12px;
}

.seo-text-main p:last-child {
  margin-bottom: 0;
}

.box-seo-text {
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
}
.box-seo-text-2 {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-bottom: 25px;
}

.faq-box {
  background-color: #f9f9f9;
  padding-bottom: 40px;
}

.faq-box .flex {
  gap: 24px;
}

.faq-box .flex .left,
.faq-box .flex .right {
  width: 50%;
}

.faq-box .line-faq {
  /* border: 1px solid #cfcfcf; */
  background-color: white;
  padding: 20px 24px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.faq-box .line-faq.active {
  box-shadow: 0px 0px 25px 0px #0000000A;
}

.faq-box .line-faq {
  cursor: pointer;
}

.faq-box .line-faq.active .faq-top {
  color:  var(--Orange);
}

.faq-box .line-faq .faq-top span:nth-child(2) {
  transition: all 0.3s ease;
}
.faq-box .line-faq.active .faq-top span:nth-child(2) {
  transform: rotate(45deg);
}


.faq-top {
  position: relative;
  display: flex;  
  align-items: center;
}

.faq-top span:first-child {
  padding-right: 40px;
}

.faq-top span:last-child {
  position: absolute;
  font-size: 26px;
  font-weight: 400;
  right: 0;
}

.faq-box .line-faq .faq-bottom {
  display: none;
  margin-top: 24px;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}

.faq-box .line-faq.active .faq-bottom {
  display: block;
  max-height: 100%;
}

.form-end {
  background-color: #f9f9f9;
}

.form-end .flex {
  gap: 24px;
}

.form-end .flex .left {
  width: 55%;
  position: relative;
}

.form-end .flex .right {
  width: 45%;
  border-radius: 10px;
  background: white;
}

.form-end .flex .right .form-end-box {
  /* border: 1px solid #cfcfcf; */
  background-color: white;
  /* height: 290px; */
  border-radius: 0 0 10px 10px;
  padding: 20px 70px;
}

.form-end .flex .right .form-end-box .form-end-title{
  text-align: center;
}

.form-end .flex .right .form-end-box [name="your-name"] {
  height: 48px;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 120px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.form-end .flex .right .form-end-box [name="your-tel"] {
  height: 48px;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 120px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.form-end .flex .right .form-end-box button {
  height: 48px;
  width: 100%;
  border: 1px solid var(--Orange);
  background-color: var(--Orange);
  color: white;
  border-radius: 120px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.form-end .flex .right .form-end-box button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 4px rgb(0 0 0 /15%);
}

.form-end .flex .right .form-end-box .politika {
  display: block;
  width: 100%;
  text-align: center;
}

.text-proc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 100px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-end {
  background-color: #f9f9f9;
  padding-bottom: 24px;
}

.contact-end .flex {
  gap: 24px;
}

.card-contact {
  position: relative;
  width: 33.333%;
  padding: 24px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: white;
}

.card-contact .text {
  margin: 10px 0;
  max-width: 317px;
}

.card-contact .icon {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 68px;
  height: 68px;
}

.card-contact .icon svg {
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

/* MOBILKA */
@media (max-width: 992px) {
  .fs14 {
    font-size: 12px;
  }

  .fs12 {
    font-size: 10px;
  }
}

.versus_bot {
  position: relative;
  z-index: 10;
}

.menu-mobile {
  display: none;
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 72px;
  }

  .container-max {
    padding: 0 10px;
  }

  header .container-flex {
    justify-content: space-between;
    padding: 0 10px;
  }

  .burger {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: var(--Orange);
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .burger svg path {
    fill: white;
  }

  .phone-header {
    margin: 0 10px;
  }

  .text-logo {
    font-size: 12px;
  }

  .phone-line a {
    font-size: 14px;
  }

  .header-new {
    height: 62px;
    position: fixed;
    z-index: 1000;
  }

  .header-new .logo img {
    height: 28px;
  }

  .title .title-h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .main-banner .container-max {
    background-color: var(--bg-silver);
  }

  .main-banner .section-2 {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .title.h1 {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .main-banner .section-2 .row {
    flex-direction: column;
  }

  .main-banner .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-banner .right {
    display: none;
  }

  .device-box .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-banner .stat-utp li {
    margin-bottom: 12px;
  }

  .discount-left div:first-child {
    font-size: 20px;
    line-height: 23px;
  }

  .main-discount {
    margin-top: 8px;
  }

  .order-block-1 {
    display: flex;
    flex-direction: column;
  }

  .order-block-1 .advantage-new {
    background-color: var(--bg-silver);
    /* order: 1; */
    padding-bottom: 40px;
  }

  .advantage-box .row {
    grid-template-columns: repeat(1, 1fr);
  }

  .advantage-box .row .card-advantage:nth-child(n + 5) {
    display: none;
  }

  .advantage-box.active .row .card-advantage:nth-child(n + 5) {
    display: block;
  }

  .advantage-new .title.h2 {
    /* display: none; */
    padding: 20px 0;
  }

  h2.title-h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .card-advantage {
    padding: 20px;
  }

  .card-advantage .advan-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .device-new {
    background-color: white;
    padding: 20px 0;
  }

  .device-new .title.h2 {
    padding: 0 0 20px 0;
  }

  .device-box .row {
    gap: 20px;
  }

  .card-device .card-device-front span {
    font-size: 12px;
  }

  .device-name.fs20.fw700.lh22.tc {
    font-size: 12px;
  }

  .device-img {
    height: 100px;
    padding: 23px 30px;
    margin-bottom: 4px;
  }

  .btn-show button {
    margin-top: 24px;
  }

  .lv_work-new .title.h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lv_work-new .row {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }

  .card-lv_work .num {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 32px;
  }

  .card-lv_work {
    padding: 50px 20px 14px 20px;
  }

  #new-style-form {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .price-new {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .price-new .title.h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-table-head {
    display: none;
  }

  .price-table-body {
    flex-direction: column;
  }

  .price-table-body .column-1 {
    width: 100%;
    flex-direction: row;
    padding-right: 0;
    overflow-y: auto;
    max-height: inherit;
    direction: ltr;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .price-table-body .column-2 {
    width: 100%;
  }

  .price-table-body .column-1 .device-table {
    margin: 0;
    padding: 4px 10px;
    background-color: white;
  }

  .price-table-body .column-1 .device-table.active {
    font-weight: 300;
  }

  .subcolumn-2 span {
    display: none;
  }

  .subcolumn-2 button {
    min-width: 90px;
    font-size: 16px;
  }

  .sertificate-work {
    padding: 40px 20px 20px;
  }

  .sertificate-work .flex {
    flex-direction: column;
    padding: 16px;
  }

  .sertificate-work .flex .left {
    margin-bottom: 20px;
  }

  .sertificate-work .flex .left,
  .sertificate-work .flex .right {
    width: 100%;
  }

  .sertificate-work .flex .left h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .sertificate-work .flex .left p {
    font-size: 12px;
    line-height: 18px;
  }

  .masters .title.h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-master {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .swiper-master {
    height: auto;
  }

  .card-master .left {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .card-master .right {
    width: 100%;
  }

  .card-master .img-master {
    height: 240px;
  }

  .card-master .left .specialnost {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    max-width: 80%;
    text-align: center;
  }

  .card-master .left .fio {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 20px;
    text-align: center;
    padding: 0 40px;
  }

  .card-master .left .old-work {
    text-align: center;
    padding: 0 40px;
  }

  .card-master .new-work {
    text-align: center;
    padding: 0 40px;
  }

  .master-discount {
    order: 1;
    margin-top: 90px;
    margin-bottom: 0;
  }

  .btn-form-master {
    justify-content: center;
    margin-top: 20px;
  }

  .select-slide {
    left: 0px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    bottom: 155px;
  }

  .select-slide .next,
  .select-slide .prev {
    width: 80px;
  }

  .seo-text-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-seo-text {
    padding: 16px;
  }

  .seo-text-main p {
    font-size: 12px;
    line-height: 18px;
  }

  .faq-box .title.h2 {
    padding: 0 0 20px 0;
  }

  .faq-box .flex .left,
  .faq-box .flex .right {
    width: 100%;
  }

  .faq-box .flex {
    gap: 12px;
    flex-direction: column;
  }

  .faq-box .line-faq {
    padding: 11px 20px;
  }

  .faq-top span:first-child {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-top span:last-child {
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .faq-box .line-faq.active .faq-bottom {
    font-size: 14px;
    line-height: 20px;
  }

  .form-end .flex {
    gap: 12px;
    flex-direction: column;
    position: relative;
  }

  .form-end .flex .left {
    width: 100%;
    position: initial;
  }

  .form-end .flex .left img {
    /* display: none; */
  }

  

  .form-end .flex .right {
    width: 100%;
  }

  .form-end .flex .right .form-end-box {
    padding: 20px;
    height: auto;
  }
  .form-end .flex .right .form-end-box .form-end-title{
    margin-bottom: 16px;
    font-size: 16px;
  }

  .text-proc {
    position: absolute;
    top: 25px;
    bottom: initial;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 100px;
    background: var(--bg-silver);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .contact-end .title.h2 {
    padding: 40px 0 20px 0;
  }

  .contact-end .flex {
    flex-direction: column;
    gap: 12px;
  }

  .card-contact {
    width: 100%;
    padding: 20px;
  }

  .card-contact .text {
    margin: 16px 0;
  }

  .card-contact .icon {
    display: none;
  }

  .card-contact .name {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-map {
    height: 300px;
  }

  footer {
    padding-top: 20px;
  }

  .footer .logo.header__logo img {
    height: 45px;
    object-fit: contain;
    width: 100%;
    object-position: left;
  }

  .footer__nav-card ul {
    width: fit-content;
    display: flex;
    gap: 0 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer .contact-block {
    flex-direction: row;
    justify-content: space-between;
  }

  .address-block span.text-14 {
    padding-left: 0;
  }

  .address-block {
    display: flex;
    flex-direction: row;
    max-width: initial;
  }

  .footer .logo-block {
    margin-bottom: 20px;
  }
}

.menu-mobile.active-menu {
  position: fixed;
  top: 62px;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 999;
  border-top: 1px solid #dedede;
  padding: 20px 0px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
}

.menu-mobile.active-menu ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu-mobile.active-menu ul li a {
  color: var(--text-black);
}

.menu-mobile.active-menu .btn-s {
  margin: 0 auto;
}

.menu-devices.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: center;
  margin: 16px 0 42px 0;
}

.menu-mobile.active-menu ul li .menu-devices.active a {
  font-weight: 300;
}

.name-cat {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}

.name-cat::after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid var(--text-black);
  position: absolute;
  top: 9px;
  right: -4px;
  transition: all 0.3s;
}

.name-cat.active::after {
  transform: rotate(180deg);
  top: 3px;
}

.menu-mobile.active-menu.pc {
  top: 40px;
  height: auto;
  width: 260px;
  left: -36px;
  position: absolute;
  max-height: 350px;
  overflow-y: auto;
  direction: rtl;
}

.device--models {
  position: relative;
  width: 100%;
}

@media (min-width: 1400px) {
  .menu-mobile.active-menu.pc .menu-devices {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    gap: 10px 25px;
  }

  .menu-mobile.active-menu.pc .menu-devices a {
    color: var(--text-black);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 0 20px;
  }

  .menu-mobile.active-menu.pc .menu-devices a:hover {
    color: var(--Orange);
  }

  body.scroll {
    padding-top: 96px;
  }

  .header-new.active {
    position: fixed;
    top: 0;
  }
}

.popup,
.popup__address {
  z-index: 10;
}

.bg_close {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.input-discont {
  text-align: center;
  color: var(--Orange);
  font-weight: 700;
  font-size: 16px;
}

.input-discont:nth-child(n + 2) {
  display: none;
}

.img-form-end {
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.img-form-end img {
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 1420px) and (min-width: 992px) {
  .btn-s {
    display: none;
  }
}

@media (max-width: 1220px) and (min-width: 992px) {
  .phone-header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-new ul li a,
  .menu-new ul li span {
    font-size: 14px;
  }

  .phone-line a {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .header-new .logo {
    width: 120px;
  }
}

.city-changer.header_city-changer.open-popup {
  cursor: pointer;
  text-decoration: underline;
}

.city-changer.header_city-changer.open-popup:hover {
  text-decoration: none;
}

.show-advan {
  display: none;
}

@media (max-width: 992px) {
  .show-advan {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 10px 32px;
    background-color: var(--Orange);
    border-radius: 4px;
    max-width: fit-content;
    margin: auto;
  }
}

.page-device .history.GrayBG .container {
  max-width: 1400px;
}

.page-device .history.GrayBG {
  top: 0;
}

.page-device .history .history__inner a {
  font-weight: 400;
}

.page-device.main-banner .stat-utp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.page-device .price-table-head .column-1 {
  width: 60%;
}

.page-device .price-table-head .column-2 {
  /* width: 15%; */
}

.page-device .price-table-head .column-3 {
  /* width: 15%; */
}

.page-device .price-table-head .column-4 {
  width: 10%;
}

.page-device .price-table-body {
  /* flex-direction: column; */
  /* border-radius: 8px 8px;
  margin-bottom: 16px;
  gap: 8px;
  overflow-y: auto;
  max-height: 430px; */
}

.card-price-line {
  display: flex;
  background: #f9f9f9;
  align-items: center;
  padding: 8px 32px;
  border-radius: 8px;
}

.card-price-line .column-1 {
  width: 60%;
  direction: ltr;
}

.card-price-line .column-2 {
  width: 15%;
}

.card-price-line .column-3 {
  width: 15%;
}

.card-price-line .column-4 {
  width: 10%;
}

.card-price-line .column-1 a {
  color: var(--text-black);
}

.card-price-line .column-2 span,
.card-price-line .column-3 span {
  display: inline-block;
  padding: 4px 10px;
  background-color: white;
  border-radius: 4px;
  margin-right: 32px;
}

.card-price-line .column-4 button {
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--Orange);
  color: white;
  border-radius: 4px;
  font-size: 14px;
}

.sale_banner .sale_banner_ads {
  height: 285px;
}

.sale_banner .sale_banner_ads .ads-img {
  height: 200px;
}

@media (max-width: 992px) {
  .card-price-line {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .card-price-line .column-1,
  .card-price-line .column-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .card-price-line .column-2,
  .card-price-line .column-3 {
    width: calc(50% - 4px);
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .card-price-line .column-1 {
    margin-bottom: 0px;
  }

  .card-price-line .column-2 span,
  .card-price-line .column-3 span {
    margin-right: 0;
  }

  .page-device .history.GrayBG {
    background-color: #f9f9f9;
  }

  .page-device.main-banner .stat-utp {
    gap: 0;
  }

  .page-device .history .history__inner a {
    justify-content: flex-start;
  }

  .page-device .history.GrayBG {
    padding-top: 10px;
  }

  .page-device .history.GrayBG .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sertificate-work .flex .left p {
  font-size: 16px;
}

.sertificate-work .flex .left ul {
  margin: 16px 0;
  padding-left: 16px;
}

.sertificate-work .flex .left ul li {
  list-style: disc;
  font-size: 16px;
  margin-bottom: 8px;
}

.sertificate-work .flex .left ul li:last-child {
  margin-bottom: 0;
}

.box-seo-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.box-seo-text h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.box-seo-text h2:first-child {
  margin-top: 0;
}

.box-seo-text p>h2 {
  margin-top: 16px;
}

.box-seo-text h3 {
  margin-top: 16px;
  font-size: 20px;
  margin-bottom: 16px;
}

.box-seo-text p {
  font-size: 16px;
}

.box-seo-text ul {
  margin: 16px 0;
  padding-left: 16px;
}

.box-seo-text ul li {
  list-style: disc;
  font-size: 16px;
  margin-bottom: 8px;
}

.box-seo-text ol {
  margin: 16px 0;
  padding-left: 16px;
}

.box-seo-text ol li {
  font-size: 16px;
  margin-bottom: 8px;
}

.box-seo-text ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1420px) {
  .block.brands.pt-64.pb-64.block.GrayBG .container {
    max-width: 1400px;
    margin: 0 auto;
  }

  footer .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

footer .footer__info {
  position: relative;
}

@media (min-width: 993px) {
  footer .footer__info::after {
    content: "";
    border-right: 1px solid #3b3b3b;
    position: absolute;
    right: 22%;
    height: 100%;
    top: 0;
  }

  .main-banner .stat-utp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }

  /* .main-banner .stat-utp li {
        flex: calc(50% - 5px);
    } */

  .price-table-body .column-1 {
    padding-left: 10px;
  }

  .line-table.active {
    padding-right: 10px;
  }

  .card-master .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .select-slide {
    position: initial;
    bottom: 0;
  }

  .btn-form-master {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .menu-new .nav-menu {
    display: none;
  }

  .menu-new~.btn-s {
    display: none;
  }

  .phone-line a {
    white-space: pre;
  }

  .phone-header {
    justify-content: center;
  }

  .main-banner .left.history__inner {
    justify-content: flex-start;
  }

  .main-banner .left.history__inner::-webkit-scrollbar {
    width: 0;
  }

  .static-page .history {
    padding-bottom: 0;
  }

  .page-device .price-table-body {
    /* border: 1px solid rgb(0 0 0 /10%); */
  }

  .advantage-new {
    padding-top: 0;
  }

  .faq-box .section-2 .right {
    display: none;
  }

  .faq-btn {
    background-color: var(--Orange);
    justify-content: center;
    padding: 16px 32px;
    align-items: center;
    display: flex;
    border-radius: 4px;
    height: fit-content;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
    color: white;
  }
}

@media (max-width: 992px) {
  .select-slide {
    bottom: calc(100% + 120px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .select-slide .next,
  .select-slide .prev {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 10px;
    background: rgb(255 255 255 / 0%);
    border: 0px;
  }

  .select-slide .next .line-1,
  .select-slide .prev .line-1 {
    display: none;
  }

  .select-slide .next .line-2 {
    top: 13px;
    right: 13px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 12px;
    height: 12px;
  }

  .select-slide .prev .line-2 {
    top: 13px;
    right: 13px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 12px;
    height: 12px;
  }

  .card-master .left {
    position: inherit;
  }

  .card-master .left .specialnost {
    position: initial;
    margin-bottom: 14px;
  }

  .swiper-fade .swiper-slide {
    position: relative;
  }

  .card-master .left .fio {
    margin-bottom: 0;
  }
}

.card-repair {
  padding: 0;
  overflow: hidden;
}

.card-repair img {
  object-fit: cover;
}

@media (max-width: 992px) {
  .photo-work .row {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.versus_inner {
  border-radius: 10px;
}

.main-banner .stat-utp li {
  position: relative;
  list-style: none;
  width: 100%;
}

.main-banner .stat-utp li::before {
  content: "•";
  font-size: 30px;
  line-height: 0px;
  position: relative;
  top: 6px;
  padding-right: 10px;
}

@media (max-width: 992px) {
  .card-master {
    display: flex;
    align-items: center;
  }

  footer {
    border: none;
  }
}

.slider-master {
  overflow-x: hidden;
}

.box-price .price-table-head .column-1 {
  /* width: 25%; */
}

.box-price .price-table-head .column-2 {
  /* width: 44%; */
}

.box-price .price-table-head .column-3 {
  /* width: 10%; */
}

.box-price .price-table-head .column-4 {
  /* width: 10%; */
}

.box-price .price-table-head .column-5 {
  /* width: 10%; */
}

.box-price .subcolumn-2 {
  /* width: 14%; */
}

.box-price .subcolumn-3 {
  /* width: 18%; */
}

.box-price .subcolumn-3 span {
  display: inline-block;
  padding: 4px 10px;
  background-color: white;
  border-radius: 4px;
  margin-right: 32px;
}

.box-price .subcolumn-2 span {
  margin-right: 0;
}

.box-price .subcolumn-4 button {
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--Orange);
  color: white;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .box-price .device-price-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto !important;
    padding: 12px !important;
  }

  .box-price .subcolumn-1 {
    width: 50%;
    /* text-align: center; */
  }

  .box-price .subcolumn-4 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .box-price .subcolumn-2,
  .box-price .subcolumn-3 {
    width: 50%;
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }

  .box-price .subcolumn-2 span {
    /* display: inline-block; */
  }
}

.repair-btn {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-icon {
  display: flex;
  align-items: center;
}

.block-icon span {
  display: flex;
  white-space: pre;
  margin-right: 6px;
}

.repair-btn button {
  display: block;
  padding: 8px 20px;
  background-color: var(--Orange);
  color: white;
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}

.texseo-price {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: white;
  padding: 32px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}

.icon-pay {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 54px;
}

@media (max-width: 992px) {
  .repair-btn {
    gap: 8px;
    flex-direction: column-reverse;
    padding: 0 10px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .texseo-price {
    padding: 12px;
  }

  .block-icon {
    flex-direction: column;
    gap: 8px;
  }
}

.card-contact a {
  color: var(--Orange);
}

.card-contact a:hover {
  text-decoration: underline;
}

.select-city-box {
  display: flex;
  justify-content: center;
}

.select-city-box span {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding: 10px 32px;
  background-color: var(--Orange);
  border-radius: 4px;
  text-decoration: none !important;
}

/* МОадльное окно, спасибо */
.bg-modal-yes {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-yes-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#successFormLabel {
  font-size: 29px;
  font-family: "Samsung One 700", sans-serif;
  width: 100%;
  text-align: center;
}

.bg-modal-yes .close {
  position: absolute;
  top: 4px;
  right: 10px;
}

.bg-modal-yes .success-text {
  font-family: "Samsung One 400", sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 25px;
}

/* --- МОадльное окно, спасибо --- */

/* Кнопка на форма */
[type="submit"] {
  opacity: 0.75;
  cursor: default;
  pointer-events: none;
}

[type="submit"].active {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}

.success {
  display: none;
  transition: 0.4s;
}

.success.red {
  transition: 0.4s;
  display: flex;
  background: rgb(248, 215, 218);
  border: 1px solid rgb(245, 198, 203);
  color: rgb(114, 28, 36);
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}

.success.green {
  transition: 0.4s;
  display: flex;
  background: #8bc34a;
  border: 1px solid #8bc34a;
  color: white;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}

.box-price-form .success {
  position: absolute;
  bottom: -71px;
  max-width: 300px;
}

@media (max-width: 992px) {
  .box-price-form .politika {
    line-height: 1;
  }

  .box-price-form .success {
    bottom: -19px;
  }
}

/* *** Кнопка на формах *** */

/* 10.02.2023 */
[type="submit"]:disabled {
  opacity: 0.6;
}

.requestModal {
  max-width: 520px;
}

.popap-response-service {
  display: flex;
  padding: 14px;
  background: #f2f3f5;
  border-radius: 4px;
  margin-bottom: 35px;
}

.popap-response-service .icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
}

.popap-response-service .name-service {
  padding: 5px 10px;
  text-align: left;
}

.popap-response-service .name-service .text-1 {
  font-weight: 700;
}

.titleModal {
  font-size: 31px;
}

.btn-ok {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.ok-thankYou {
  background: white;
  padding: 15px 40px;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid #f3f3f3;
  transition: 0.3s;
  cursor: pointer;
  color: #3b3b3b;
  font-size: 16px;
}

.ok-thankYou:hover {
  border-color: #1cc63a;
}

.bg-modal-yes {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.modal-yes-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.modal-yes-img svg {
  width: 100%;
  height: 100%;
}

#successFormLabel {
  font-size: 27px;
  width: 100%;
  text-align: center;
}

.bg-modal-yes .close {
  position: absolute;
  top: 0px;
  right: 4px;
  background: rgb(0 0 0 / 0%);
  border: 0;
  font-size: 26px;
  cursor: pointer;
}

.bg-modal-yes .success-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 25px 0 0;
}

.modal-dialog {
  background: white;
  border-radius: 10px;
  max-width: 420px;
}

.modal-header {
  padding: 16px;
  border-bottom: 1px solid rgb(233, 236, 239);
}

.modal-body {
  padding: 27px 32px 32px;
}

.yur-data {
  margin-top: 30px;
}

.bg-form-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: green;
  opacity: 0.1;
}

.sup-style {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.page-breakdowns .history.GrayBG .container {
  max-width: 1400px;
}

.page-breakdowns .history.GrayBG {
  top: 0;
}

.page-breakdowns .history .history__inner a {
  font-weight: 400;
}

.page-breakdowns.main-banner .stat-utp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

/* 
.page-breakdowns .price-table-head .column-1 {
  width: 60%;
}

.page-breakdowns .price-table-head .column-2 {
  width: 15%;
}

.page-breakdowns .price-table-head .column-3 {
  width: 15%;
}

.page-breakdowns .price-table-head .column-4 {
  width: 10%;
} */

.page-breakdowns .price-table-body {
  /* flex-direction: column; */
  /* border-radius: 8px 8px; */
  /* margin-bottom: 16px; */
  /* gap: 8px; */
  /* overflow-y: auto; */
  /* max-height: 430px; */
}

@media (min-width: 992px) {
  .history .history__inner {
    width: 100% !important;
  }
}

.footer__nav-card.f ul li {
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer__nav-card.f ul li .checker-popup {
  /* cursor: pointer; */
  transition: all 0.3s ease;
}

.footer__nav-card.f ul .checker-popup:hover {
  color: var(--Orange);
}

.search-btn {
  position: relative;
  margin-right: 10px;
}

.search-btn svg {
  position: relative;
  top: 4px;
}

.btn-s {
  position: relative;
}

.togglesearch {
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 8px 23px -10px;
  border: 1px solid rgb(243, 243, 243);
}

.togglesearch.active {
  display: block;
}

.togglesearch form {
  display: flex;
}

.togglesearch form input {
  font-size: 18px;
  border: 1px solid rgb(205, 205, 205);
  padding: 13px 16px;
  border-radius: 4px;
  outline: none;
  color: rgb(47, 47, 47);
  margin-right: 12px;
}

.togglesearch form input[type="submit"] {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}

.box-grid-search {
  margin-bottom: 40px;
}

.box-grid-search .search-models {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.box-grid-search .models-row__item {
  height: 300px;
}

.box-grid-search .models-row__item img {
  height: 100%;
  width: 100%;
}

.search-page .search-result__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.search-page .models-item__media {
  height: 230px;
}

.search-page .models-item__title {
  font-size: 16px;
  text-align: center;
  color: var(--text-black);
}

.search-page .models-item {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 28px 14px;
  transition: all 0.4s;
}

.search-page .models-item:hover {
  box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
  transform: translateY(-10px);
}

@media (max-width: 992px) {
  .togglesearch form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .togglesearch {
    width: fit-content;
  }

  .togglesearch form input {
    font-size: 14px;
  }

  .box-grid-search .search-models {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .box-grid-search .models-row__item {
    height: 220px;
  }

  .search-page .models-item__media {
    height: 130px;
  }
}

@media (min-width: 992px) {
  .menu-devices {
    position: relative;
  }

  .link-device {
    position: inherit;
  }
}

.menu-service-price-header {
  display: none;
}

.menu-mobile-2.active {
  top: 40px;
  min-height: 350px;
  max-height: 350px;
  min-width: 260px;
  background-color: white;
  z-index: 999;
  left: 224px;
  position: absolute;
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #dedede;
}

.menu-mobile-2.active .menu-service-price-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
}

.menu-mobile-2.active .menu-service-price-header a {
  font-weight: 400;
  padding: 0 20px;
}

.menu-mobile-2.active .menu-service-price-header a:hover {
  color: var(--Orange);
}

.menu-mobile-bg.active {
  position: fixed;
  z-index: 995;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .link-device {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .menu-mobile.active-menu .nav-menu {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
  }
  .menu-mobile.active-menu .device--models .name-cat.non-mob {
    display: none;
  }

  .menu-devices.mobile_show .link-device {
    text-align: left;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex:1 0 45%;
    max-width: 49%;
  }
  .menu-devices.mobile_show .link-device.active{
    flex: 1 0 100%;
  }

  .menu-devices.mobile_show .link-device a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #3B3B3B;
  }

  .menu-devices.mobile_show {
    margin-top: 14px;
    /* margin-bottom: 14px; */
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 11px 16px;
    max-height: 434px;
    overflow-y: auto;
  }

  .name-cat::after {
    display: none;
  }

  .menu-devices.mobile_show .link-device div {
    width: 15px;
    position: relative;
  }

  .menu-devices.mobile_show .link-device div::after {
    content: "";
    /* border: 5px solid transparent; */
    /* border-top: 5px solid var(--text-black); */
    position: absolute;
    /* top: 6px; */
    /* right: 20px; */
    transition: all 0.3s;
  }

  .menu-service-price-header.active {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 24px;
    gap: 8px;
    flex: 1 0 100%;
  }

  .menu-service-price-header.active a {
    font-weight: 500;
    font-size: 14px;
  }

  .wMob-50 {
    width: 50%;
  }

  .menu-mobile.active-menu ul li.wMob-50 {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--Orange);
    padding: 16px;
    flex: 1 0 45%;
    border-radius: 8px;
    margin-bottom: 0;
  }

  .menu-mobile.active-menu ul li.wMob-50 a{
    font-size: 14px;
    color: var(--Orange);
  }

  .search-btn {
    display: none;
  }

  .togglesearch {
    display: flex;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }

  .menu-mobile.active-menu .btn-s {
    display: flex;
    flex-direction: column-reverse;
  }

  .togglesearch form {
    flex-direction: row;
    margin-top: 14px;
    margin-bottom: 28px;
  }

  .btn-repair {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 8px;
    border-radius: 8px;
    align-items: center;
    display: flex;
    padding: 12px 32px;
  }
}

.pointer {
  cursor: pointer;
}

/* 25/11/2024 */
@media (min-width: 992px) {
  .card-advantage {
    min-height: 150px;
    /* margin-bottom: 15px; */
  }

  .card-device {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    max-width: 250px;
  }

  .device-img {
    position: relative;
    width: 250px;
    height: 240px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f0f0f0;
    display: flex;
  }

  .device-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* h2.title-h2 {
    will-change: transform;
} */

.lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.lazy-load.visible {
  opacity: 1;
}

@media (min-width: 992px) {
  .contact-end h2.title-h2 {
    margin-top: 40px;
  }
}

.logo-block .city-changer {
  cursor: default;
  max-width: 225px;
}

.textNo span::before {
  content: "Записаться";
  font-size: 14px;
  font-weight: 400;
}

.textNo span {
  padding: 0;
  margin: 0;
  background-color: rgb(0 0 0/ 0);
}

.strategy-new {}

.strategy-new .title-h2 {
  text-align: center;
}

.strategy-new .mb-16 {}

.strategy-new .text-20 {
  text-align: center;
  max-width: 882px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.strategy-new .w-300 {}

.strategy-new .strategy-new_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
  justify-content: center;
}

.strategy-new .strategy-new_inner .strategy-new-block {
  flex: 1 0 45%;
  max-width: 468px;
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background-color: white;
}

.strategy-new .strategy-new-left {}

.strategy-new .block-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.strategy-new .strategy-img {
  min-width: 58px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Orange);
  border-radius: 100%;
}

.strategy-new .strategy-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
}

.strategy-new .strategy-text span {
  font-size: 14px;
  font-weight: 700;
  color: var(--Orange);
}

.strategy-new .block-text {
  font-size: 14px;
  font-weight: 300;
  max-width: 412px;
}

.strategy-new .strategy-btn {
  border: 1px solid var(--Orange);
  background-color: var(--Orange);
  color: white;
  border-radius: 4px;
  height: 48px;
  padding: 0 32px;
  font-size: 14px;
  width: fit-content;
  transition: all 0.3s ease;
  margin-top: 12px;
}

.strategy-new .strategy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

@media (max-width: 992px) {
  .strategy-new .strategy-new_inner {
    flex-direction: column;
  }

  .strategy-new .strategy-new_inner .strategy-new-block {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background-color: white;
  }

  .strategy-new .strategy-btn {
    margin-top: 0px;
  }

  .strategy-new .strategy-text {
    gap: 6px;
    font-size: 16px;
  }

  .strategy-new .strategy-text span {
    font-size: 12px;
  }

  .strategy-new .strategy-img {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}

.phone_block {
  z-index: 40;
  right: 54px;
  position: fixed;
  bottom: 54px;
  display: none;
}

.phone_block.visible {
  display: block;
}

.overlay_phone {
  /* transform: translateX(54px); */
  position: relative;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: -100%; */
  background-color: var(--Orange);
}

.overlay_phone svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.overlay_phone::after,
.overlay_phone::before {
  content: "";
  position: absolute;
  border: 2px solid var(--Orange);
  left: -15px;
  opacity: 0;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.overlay_phone::after {
  animation-delay: 1.25s;
}

@media (max-width: 992px) {
  .phone_block {
    right: 30px;
    bottom: 30px;
  }
}

.box-seo-text {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.expand-button {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-decoration: underline;
  color: silver;
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 10px;
  background-image: linear-gradient(0deg, #fff 40px, hsla(0, 0%, 100%, 0));
}

.expand-button span:hover {
  color: rgb(146, 146, 146);
}

.expand-button.bg-show {
  background-image: none;
}

/* Убрать JivoCite c мобильной версии */
@media (max-width: 992px) {

  #jivo-iframe-container,
  jdiv {
    display: none !important;
  }

  .strategy-new .title-h2,
  .strategy-new .text-20 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .menu-new .burger {
    display: none;
  }
}

/* блок калькулятора и новый прайс */
.calc_inner {
  background: transparent;
  padding: 0;
}

.calc-footnote.grayBG {
  padding: 40px 0 0 0;
}

.calc-footnote .container {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  overflow: visible;
}

.calc-footnote .container .cals-foot-title {
  text-align: center;
  max-width: 196px;
}

.calc-footnote .container .cals-foot-card {
  position: relative;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.1);
  max-width: 368px;
  padding: 30px 23px;
  text-align: center;
}

.calc-footnote .container .cals-foot-card .dashed {
  border-radius: 8px;
}

.calc-footnote .container .cals-foot-plus {
  font-size: 60px;
  font-weight: 700;
}

.calc-footnote .container .cals-foot-img {
  transform: translateY(15px);
  display: flex;
  flex-direction: column;
  width: 194px;
  height: 125px;
  padding: 10px 18px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.calc-footnote .container .cals-foot-img .img-text {
  max-width: 109px;
}

.calc-footnote .container .cals-foot-img .img-sale {
  max-width: 109px;
}

.calc .container {
  overflow: hidden;
  border-radius: 8px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.calc-slide {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  flex-wrap: wrap;
  gap: 16px;
  box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.1);
  animation: fadeOut 0.7s ease-in;
  display: none;
}



.calc-slide.active {
  display: flex;
  /* transform: translateX(0); */
  /* left: 0; */
  animation: fadeIn 0.7s ease-in;
}

#slide1.calc-slide.active {
  display: grid;
}



.calc-slide.exiting-left {
  /* transform: translateX(-100%); */
  /* transition: all 0.5s ease-in; */
  /* opacity: 0; */

}



.calc-slide.entering-right {
  /* transform: translateX(0); */
  /* animation: opacitySlide 1s ease-in; */
  /* opacity: 1; */
}

.calc-slide .grad-btn {
  max-width: 242px;
  align-self: flex-end;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding: 10px 32px;
  background-color: var(--Orange);
  border-radius: 40px;
  cursor: pointer;
}

.calc-slide .calc-utp .calc-utp-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.calc-slide .calc-utp .calc-utp-cards {
  display: flex;
  gap: 17px;
  align-items: center;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
  max-width: 200px;
  height: 162px;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #d4d4d4;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item:nth-child(2) .item-img {
  mix-blend-mode: multiply;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item:nth-child(3)::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--Orange);
  opacity: 0.1;
  border-radius: 8px;
  top: 0;
  left: 0;
  position: absolute;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  z-index: 5;
}

.calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-img {
  z-index: 3;
  bottom: 0;
  top: inherit;
  position: relative;
}

#slide1 {
  grid-template-areas:
    "info img"
    "info img"
    "info utp"
    "btn utp"
  ;
}

#slide1 .calc-slide-info {
  grid-area: info;
}

#slide1 .displayedImage-crop {
  grid-area: img;
}

#slide1 .slide-btn {
  grid-area: btn;
}

#slide1 .calc-utp {
  grid-area: utp;
}

#slide2 .slide-btn {
  margin-right: inherit;
}

#slide2 .check-btn {
  align-self: flex-end;
  margin-right: auto;
  /* height: 26px; */
}

#slide2 .calc-select-box {
  position: relative;
  display: inline-block;
  max-width: 526px;
  border-radius: 120px;
  outline: none;
  border: 1px solid #3B3B3B80;
  background-color: white;
  color: #3B3B3B80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

#slide2 .calc-select-box .dropdown-list {
  width: 100%;
  max-width: 1170px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.5s ease-in-out;
  background-color: white;
  box-shadow: 0px 25px 60px -10px #1c27311f;
  border-radius: 20px;
  padding: 16px 24px;
  top: calc(100% + 5px);
  left: 0;
  z-index: 5;
  position: absolute;
  border: 1px solid #3B3B3B80;
}

#slide2 .calc-select-box.active .dropdown-list {
  display: block;
  clip-path: inset(0 0 0 0);
  opacity: 1;

}

#slide2 .calc-select-box.active svg {
  transform: rotate(180deg);
}

#slide2 .calc-select-box.active .dropdown-list {
  max-width: 100%;
  width: 100%;
}

#slide2 .calc-select-box .dropdown-list ul {
  max-height: 320px;
  overflow-y: auto;
}

#slide2 .calc-select-box .dropdown-list ul li {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-black);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 8px;

}

#slide2 .calc-select-box .opacity {
  /* background-color: white; */
  /* opacity: 0.2; */
}

#slide2 .calc-select-box .dashed {
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: 1px solid #3b3b3b80;
  pointer-events: none;
  top: 0;
  position: absolute;
}

#slide2 .calc-slide-select {
  border: none;
  outline: none;
  max-width: 526px;
  width: 100%;
  height: 44px;
  border-radius: 120px;
  padding: 12px;
  background-color: white;
  color: var(--darkgray);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#slide2 .calc-select-box:after {
  display: none;
}

.calc-slide-info {
  display: flex;
  flex-direction: column;
  max-width: 438px;
  flex: 1 0 40%;
}

.steps-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--darkgray);
  line-height: 1.25;
}

.steps-text span {
  color: var(--Orange);
}

.steps-box {
  max-width: 438px;
  width: 100%;
  height: 10px;
  border-radius: 63px;
  background-color: white;
}

.steps-box .steps-box-item {
  height: 10px;
  border-radius: 63px;
  background-color: var(--Orange);
}

.slide-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
}

.hover {
  transition: all 0.3s ease;
}

.hover:hover {
  color: var(--Orange);
}

.slide-check {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 450px;
  justify-content: center;
  justify-content: flex-start;
  overflow: auto;
  max-height: 280px;
}

.slide-check .slide-label {
  flex: 0 0 30%;
  min-width: fit-content;
  width: fit-content;
  border-radius: 8px;
  min-height: 44px;
  gap: 12px;
  display: flex;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  background: #3b3b3b1a;
}

.slide-check-more {
  color: var(--Orange);
  text-decoration: underline;
  font-size: 14px;
  flex: 1 0 100%;
  text-decoration: underline;
}

.slide-check .slide-label:nth-child(n+7) {
  display: none;
}

.slide-check.open .slide-label:nth-child(n+7) {
  display: flex;
}

.slide-check .slide-label input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.slide-check .slide-label .slide-label-check {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  /* background-color: white; */
  /* border: 3px solid #c8c8c8; */
}

.opacity {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.slide-check .slide-label.active .opacity {
  background: var(--Orange);
  filter: opacity(0.1);
}

.slide-check .slide-label:hover .opacity {
  background: var(--darkgray);
  filter: opacity(0.2);
}

.slide-check .slide-label.active:hover .opacity {
  background: var(--Orange);
  filter: opacity(0.1);
}

.slide-check .slide-label.active .slide-label-check {
  border: 3px solid var(--Orange);
  z-index: 4;
}

.slide-check .slide-label .dashed {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.displayedImage-crop {
  max-width: 634px;
  max-height: 300px;
  position: relative;
  border-radius: 8px;
}

.displayedImage-crop .displayedImage-crop-text {
  font-size: 16px;
  color: white;
  position: absolute;
  text-align: left;
  max-width: 298px;
  left: 28px;
  bottom: 28px;
  font-weight: 700;
}

.displayedImage {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#slide3 .slide-total {
  position: relative;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 17px 24px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #3b3b3b1a;
  border: none;
}

#slide3 .slide-total .opacity {
  background-color: var(--Orange);
  opacity: 0.2;
}

#slide3 .slide-total:last-child {
  margin-bottom: 0;
}

/* #slide3 .slide-total .dashed {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  } */

#slide3 .slide-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: auto;
  max-width: 470px;
}

#slide3 .slide-btns .slide-btns-three-text {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
}

#slide3 .slide-btns .slide-btns-three-text svg path {
  stroke: var(--Orange);
}

#slide3 .slide-btns .slide-btn {
  padding: 16px 20px;
  gap: 12px;
  width: 242px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

#slide3 .slide-btns .slide-btn::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,
      /* Горизонтальный градиент для блика */
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      /* Полупрозрачный белый для эффекта блика */
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite linear;
}

#slide3 .slide-btns .check-btn {
  align-self: flex-end;
  /* height: 32px; */
}

.calc-slide .check-btn.underline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px !important;
}

.calc-slide .slide-btn {
  /* padding: 18px 0; */
  display: block;
  /* line-height: 1px; */
  height: 48px !important;
  transition: all 0.3s ease;
}

.calc-slide .slide-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}

@media (max-width: 1200px) {
  .displayedImage-crop {
    max-width: 525px;
  }

  .calc-slide {
    justify-content: center;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
    max-width: 168px;
  }
}

@media (max-width: 1050px) {
  #slide2 {
    flex-direction: row;
  }

  #slide3 {
    flex-direction: column;
  }

  .displayedImage-crop {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .calc-utp {
    width: 100%;
  }

  .calc-utp-cards {
    justify-content: center;
  }

  .calc-slide .slide-btn {
    align-self: start;
  }

  #slide2,
  .sec-footnote_inner {
    gap: 20px;
  }

  #slide3 .slide-btns {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  #slide3 .slide-btns .slide-btn {
    width: 100%;
    max-width: 100%;
  }

  #slide1.calc-slide.active {
    display: flex;
  }

  .calc-footnote .container {
    justify-content: center;
    gap: 30px;
  }

  .calc-footnote .container .cals-foot-title {
    font-size: 16px;
    text-align: left;
    flex: 0 0 40%;
  }

  .calc-footnote .container .cals-foot-card {
    max-width: 320px;
    padding: 14px 12px;
    font-size: 10px;
    flex: 0 0 50%;
  }

  .calc-footnote .container .cals-foot-plus {
    font-size: 60px;
    font-weight: 700;
  }

  .calc-footnote .container .cals-foot-img {
    transform: translateY(15px);
    display: flex;
    flex-direction: column;
    width: 170px;
    height: 110px;
    padding: 7px 16px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
  }

  .calc-footnote .container .cals-foot-img .img-text {
    max-width: 109px;
    font-size: 12px;
  }

  .calc-footnote .container .cals-foot-img .img-sale {
    font-size: 32px;
    max-width: 109px;
  }

  .calc-slide {
    gap: 20px;
    padding: 8px;
  }

  .calc-slide .calc-utp .calc-utp-cards {
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
    max-width: 168px;
    height: 93px;
    padding: 8px;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-text {
    font-size: 10px;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-img {
    max-width: 70px;
    z-index: 3;
    bottom: 0;
    top: inherit;
  }

  .calc-slide .calc-utp .calc-utp-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
  }

  .calc-slide .grad-btn {
    margin-right: inherit;
  }

  .calc-slide .slide-btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  #slide1 .calc-slide-info {
    order: 2;
  }

  #slide1 .displayedImage-crop {
    order: 1;
  }

  #slide1 .displayedImage-crop .displayedImage-crop-text {
    font-size: 14px;
    left: 18px;
    bottom: 18px;
  }

  #slide1 .grad-btn {
    order: 3;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }

  #slide1 .calc-utp {
    order: 4;
  }

  #slide2 .check-btn {
    margin-right: inherit;
  }

  #slide2 .displayedImage-crop .displayedImage-crop-text {
    font-size: 14px;
    left: 18px;
    bottom: 18px;
  }

  #slide3 .slide-btns {
    margin-right: inherit;
  }

  #slide3 .btn-text {
    font-size: 14px;
  }

  #slide3 .displayedImage-crop .displayedImage-crop-text {
    font-size: 14px;
    left: 18px;
    bottom: 18px;
  }
}

.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.price-tabs .device-table {
  padding: 4px 10px;
  border-radius: 4px;
  height: auto;
  cursor: pointer;
  text-align: left;
  font-weight: 400 !important;
}

.price-tabs .device-table:hover {
  background-color: var(--Orange);
  color: white;
  font-weight: 400 !important;
}

.price-tabs .device-table.active {
  background-color: var(--Orange);
  color: white;
  font-weight: 400 !important;
}

.price-table-body {
  gap: 24px;
}

.price-table-body .column-1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Orange);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.price-table-body .column-1::after {
  position: absolute;
  width: 452px;
  height: 452px;
  left: -150px;
  top: -226px;
  background: linear-gradient(138.38deg,
      rgba(255, 255, 255, 0.01) 12.35%,
      rgba(255, 255, 255, 0.9) 46.14%,
      rgba(255, 255, 255, 0.01) 90.57%);
  opacity: 0.6;
  filter: blur(18.3px);
  content: '';
}

.price-table-body .column-1::before {
  position: absolute;
  width: 452px;
  height: 452px;
  right: -150px;
  bottom: -226px;
  background: linear-gradient(138.38deg,
      rgba(255, 255, 255, 0.01) 12.35%,
      rgba(255, 255, 255, 0.9) 46.14%,
      rgba(255, 255, 255, 0.01) 90.57%);
  opacity: 0.6;
  filter: blur(18.3px);
  content: '';
}

.price-table-body .column-1 img {
  max-width: 370px;
  max-height: 370px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 3;
}

.price-table-body .column-2 {
  max-width: 808px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  overflow: hidden;
}

.price-table-head {
  margin-bottom: 0;
}

.price-table-body .column-2 .price-table-head .column-2 {
  border: none;
}

.price-table-body .column-2 .device-price-table {
  margin-bottom: 0;
}

.price-table-body .column-2 .device-price-table:nth-child(odd) {
  background-color: white;
}

.price-table-body .column-2 .device-price-table:nth-child(-n+2) {
  position: relative;
  overflow: hidden;
  background-color: color-mix(in srgb, var(--Orange) 5%, transparent 95%);
  border-radius: 0;
}

.price-table-body .column-2 .device-price-table:nth-child(-n+2)::after {
  content: '';
  background-color: var(--Orange);
  /* background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M3.04894 0.927051C3.3483 0.00574071 4.6517 0.00574034 4.95106 0.927051L5.12257 1.45491C5.25644 1.86694 5.6404 2.1459 6.07363 2.1459H6.62865C7.59738 2.1459 8.00015 3.38551 7.21644 3.95491L6.76741 4.28115C6.41693 4.5358 6.27027 4.98716 6.40414 5.39919L6.57565 5.92705C6.87501 6.84836 5.82053 7.61449 5.03681 7.04508L4.58779 6.71885C4.2373 6.4642 3.7627 6.4642 3.41221 6.71885L2.96319 7.04508C2.17947 7.61449 1.12499 6.84836 1.42435 5.92705L1.59586 5.39919C1.72973 4.98716 1.58307 4.5358 1.23259 4.28115L0.78356 3.95492C-0.000154034 3.38551 0.402622 2.1459 1.37135 2.1459H1.92637C2.3596 2.1459 2.74356 1.86694 2.87743 1.45491L3.04894 0.927051Z"/></svg>'); */
  background-blend-mode: overlay;
  background-repeat: repeat;
  background-size: 16px 16px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px;
}

.price-table-body .column-2 .device-price-table:nth-child(-n+2) .subcolumn-1 {
  font-weight: 700;
}

.line-table {
  max-height: 370px;
  display: block;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  60% {
    opacity: 0.7;
    transform: translateY(-1px) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.price-table-body {
  display: none;
}

.price-table-body.active {
  display: flex;
  animation: fadeInUp 0.7s ease forwards;
}

.subcolumn-2 {
  width: 33%;
  justify-content: flex-end;
  gap: 20px;
}

.subcolumn-2 span {
  padding: 4px 9px;
  border: 1px solid var(--Orange);
  border-radius: 4px;
  color: var(--Orange);
}

.subcolumn-2 .open-form span {
  padding: 0px;
  border: noen;
  border-radius: 8px;
  color: white;
}

@media (max-width: 1050px) {
  .price-table-body .column-1 {
    display: none;
  }

  .price-table-body .column-2 {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .subcolumn-2 {
    justify-content: flex-end;
  }
}

/* блок калькулятора и новый прайс */









@media (min-width: 992px) {
  .menu-mobile.active-menu.pc .menu-devices {
    display: block;
  }
}























/* 10/06/2025 */
.seo-consult {
  padding-top: 44px;
  padding-bottom: 64px;
  background-color: #F9F9F9;
}

.seo-consult .row {
  display: grid;
  gap: 43px;
  grid-template-columns: 3fr 2fr;
}

.seo-consult .text-seo h2,
.seo-consult .text-seo h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #3B3B3B;
  margin-bottom: 20px;
}

.seo-consult .text-seo h4{
  margin-bottom: 20px;
  font-size: 28px;
  color: #3B3B3B;
}

.seo-consult .text-seo p~h3 {
  margin-top: 40px;
}

.seo-consult .text-seo ul {
  padding-left: 25px;
}

.seo-consult .text-seo li {
  list-style-type: disc;
}

.seo-consult .text-seo p{
  margin-bottom: 12px;
}

.seo-consult .text-seo p,
.seo-consult .text-seo li {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.seo-consult .text-seo p a {
  text-decoration: underline;
  color: #3B3B3B;
}

.seo-consult .text-seo p a:hover {
  text-decoration: none;
}

.box-consult {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* две колонки */
  grid-template-rows: repeat(2, auto);
  /* два ряда */
  /* position: relative; */
  /* top: 20px; */
}

.box-consult img {
  grid-row: span 2;
  width: 100%;
  max-width: 160px;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: 20px;
  margin: 0 auto;
}

.box-consult .skidka {
  color: var(--Orange);
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  opacity: 30%;
  display: flex;
  align-items: flex-end;
  /* padding-bottom: 20px; */
}

.seo-consult .left {
  padding-top: 20px;
}

.box-consult .table-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding-top: 40px;
}

.box-consult .table-text strong {
  font-weight: 700;
}

.box-consult .table-text .color {
  color: var(--Orange);
}

.box-consult .table-text .table-white {
  padding: 12px 12px 12px 24px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  max-width: 220px;
}

.box-consult .table-text .white-box {
  position: absolute;
}

.white-box svg path {
  box-shadow: 0px 0px 25px 0px #0000000A;
}

.form-seo {
  box-shadow: 0px 0px 25px 0px #0000000A;
  background-color: white;
  padding: 32px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

.form-seo h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
}

.form-seo .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input {
  padding-left: 20px;
  padding-right: 20px;
  width: 312px;
  height: 48px;
  top: 473px;
  border-radius: 120px;
  border: 1px solid #3B3B3B80;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 12px;
}

.btn-slick button.btn-theme {
  position: relative;
  overflow: hidden;
  width: 312px;
  height: 48px;
  border-radius: 120px;
  background-color: var(--Orange);
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
}

.btn-slick button.btn-theme {
  color: white;
}

.btn-slick button.btn-theme::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background: linear-gradient(79.77deg, #33A9FF 0%, #33CCFF 100%);
  z-index: -1;
}

.btn-slick button.btn-theme::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,
      /* Горизонтальный градиент для блика */
      rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%,
      /* Полупрозрачный белый для эффекта блика */
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite linear;
}


@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes glow-animation {
  0% {
    box-shadow: 0 0 10px 5px rgba(0, 191, 255, 0);
  }

  100% {
    box-shadow: 0 0 10px 5px rgba(0, 191, 255, 0.4);
  }
}

.btn-slick .politika-text {
  margin-top: 12px;
  opacity: 60%;
}

.btn-slick .politika-text a {
  color: #3B3B3B;
  text-decoration: underline;
}

.btn-slick .politika-text a:hover {
  text-decoration: none;
}

@media (max-width:992px) {

  .seo-consult .text-seo h2,
  .seo-consult .text-seo h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .seo-consult .text-seo p,
  .seo-consult .text-seo li {
    font-size: 14px;
    line-height: 20px;
  }

  .seo-consult .text-seo p~h3 {
    margin-top: 28px;
  }

  .seo-consult .text-seo h4{
    margin-bottom: 12px;
    font-size: 18px;
  }

  .seo-consult .row {
    gap: 35px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .seo-consult .row {
    grid-template-columns: 1fr;
  }

  .box-consult .table-text .white-box svg {
    max-width: 220px;
  }

}

@media (max-width: 415px) {

  .box-consult .table-text .table-white {
    font-size: 11px;
    line-height: 14px;
  }

  .box-consult .table-text .white-box svg {
    width: 174px;
  }

  .box-consult .skidka {
    font-size: 66.24px;
    text-align: center;
  }

  .box-consult .table-text .table-white {
    padding: 25px 12px 12px 20px;
  }
}






.repai {
  padding-bottom: 60px;
  background-color: #F9F9F9;
}

.grid-card-repair {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  
}

.grid-card-repair .card-repai {
  max-height: 90px;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
.grid-card-repair .card-repai.active {
  max-height: 100%;
}

.card-repai .box-1 {
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  min-height: 80px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-left: 85px;
  cursor: pointer;
}

.card-repai .name .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-right: 5px;
}

.card-repai .name .icon-txt {
  position: relative;
  top: -1px;
}

.card-repai .cirlce {
  background-color: var(--Orange);
  width: 147px;
  height: 147px;
  position: absolute;
  left: -80px;
  top: -35px;
  border-radius: 100%;
}

.card-repai .cirlce svg {
  position: absolute;
  top: 64px;
  right: 22px;
}

.card-repai .box-2 {
  /* display: none; */
  max-height: 0;
  position: relative;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-top: 10px;
  top: -10px;
  flex-direction: column;
  margin-bottom: -10px;
  transition: all .5s ease;
}

.card-repai.active .box-2 {
  display: flex;
  max-height: 100%;
}

.card-repai .box-2 .bg-box-2 {
  opacity: .1;
  background-color: var(--Orange);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-repai .box-2 .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  position: relative;
  z-index: 5;
}

.card-repai .box-2 .link-repair {
  width: fit-content;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.card-repai .box-2 .link-repair:hover {
  text-decoration: none;
  cursor: pointer;
}

.card-repai .icon-txt svg {
  position: relative;
  transform: rotate(0);
  transition: all .4s;
}

.card-repai.active .icon-txt svg {
  transform: rotate(90deg);
}

@media (max-width: 992px) {
  .grid-card-repair {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .card-repai .box-1 {
    min-height: 60px;
    padding-left: 70px;
  }

  .card-repai .name .txt,
  .card-repai .box-2 .link-repair {
    font-size: 16px;
    line-height: 22px;
  }

  .card-repai .cirlce {
    left: -95px;
    top: -44px;
  }

  .card-repai .cirlce svg {
    right: 16px;
  }

  .card-repai .icon-txt svg {
    width: 6px;
  }
}

@media (max-width: 768px) {
  .grid-card-repair {
    grid-template-columns: repeat(1, 1fr);
  }
}

.burger {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.burger svg {
  width: 24px;
  height: 24px;
}


.line {
  fill: none;
  stroke: white;
  stroke-width: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.line1 {
  transform: translateY(-6px);
}

.line2 {
  transform: translateY(0);
}

.line3 {
  transform: translateY(6px);
}

.burger.active .line1 {
  transform: rotate(45deg);
}

.burger.active .line2 {
  opacity: 0;
}

.burger.active .line3 {
  transform: rotate(-45deg);
}

.link-device-img{
  display: none;
}
.pc-none{
  display: none;
}

.history{
  padding: 12px 16px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px #0000000A;
  width: fit-content;
  margin-bottom: 14px;
  top: 0;
}

@media (max-width:992px) {
  .pc-none{
    display: block;
  }
  svg.pc-none{
    width: 12px;
    height: 12px;
  }

  .img-form-end{
    height: 252px;
  }
  .link-device-img{
    display: block;
    flex: 1 0 100%;
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
  }
  .menu-devices.mobile_show .link-device{
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .menu-devices.mobile_show .link-device .link-device-img::after{
    border: none;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    opacity: 0.1;
    z-index: -1;
    position: absolute;
  }
  .link-device-img img{
    max-height: 80px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    max-width: 120px;
  }
  .menu-mobile.active-menu .btn-repair{
    display: none;
  }
  .menu-mobile.active-menu .togglesearch {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
  .menu-mobile.active-menu .togglesearch .search-header{
    width: 100%;
  }
  .menu-mobile.active-menu .togglesearch form{
    margin: 0;
  }
  .menu-mobile.active-menu .togglesearch form input{
    margin: 0; 
    border: none;
  }
  .menu-mobile.active-menu .togglesearch form input.query-input{
    width: 95%;
    padding: 16px 20px;
    border-radius: 120px;
  }
  .menu-mobile.active-menu .togglesearch form input.query-input__submit.btn-secondary{
    width: 60px;
    border-radius: 34px;
    background-color: var(--Orange);
    color: var(--Orange);
    /* position: relative; */
  }
  .menu-mobile.active-menu .togglesearch form .form-svg{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
  .menu-mobile.active-menu .togglesearch__form{
    border: 1px solid #3B3B3B80;
    max-width: 100%;
    width: 100%;
    border-radius: 120px;
    position: relative;
  }
  .menu-mobile.active-menu .btn-s{
    width: 100%;
  }
}

.right-sale {
  display: grid;
  grid-template-areas: 
  "num char"
  "num text";
  justify-content: center;
  gap: 0 6px;
  border-radius: 10px;
  background-color: var(--Orange);
  /* margin-bottom: 20px; */
  line-height: 1;
  overflow: hidden;
  position: relative;
}

.right-sale::before{
position: absolute;
width: 184px;
height: 183px;
left: -92px;
top: -20px;
content: '';
background: linear-gradient(138.38deg, rgba(255, 255, 255, 0.01) 12.35%, rgba(255, 255, 255, 0.9) 46.14%, rgba(255, 255, 255, 0.01) 90.57%);
opacity: 0.6;
filter: blur(15.0154px);
transform: rotate(90deg);

}
.right-sale::after{
position: absolute;
width: 184px;
height: 183px;
right: -28px;
top: -54px;
content: '';
background: linear-gradient(138.38deg, rgba(255, 255, 255, 0.01) 12.35%, rgba(255, 255, 255, 0.9) 46.14%, rgba(255, 255, 255, 0.01) 90.57%);
opacity: 0.6;
filter: blur(15.0154px);
transform: rotate(90deg);

}

.right-sale .right-sale-num {
  grid-area: num;
  color: white;
  font-weight: 700;
  opacity: 0.2;
  font-size: 104px;
  line-height: 12rem;

}
.right-sale .right-sale-character {
  grid-area: char;
  color: white;
  font-weight: 700;
  opacity: 0.2;
  font-size: 42px;
  align-self: flex-end;
}
.right-sale .right-sale-text {
  grid-area: text;
  color: white;
  font-weight: 700;
  opacity: 0.2;
  font-size: 50px;
  text-transform: uppercase;
}

.stock_box{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  gap: 32px;
}

.stock_box .reviews__slider-item{
  padding: 20px;
  gap: 20px;
  box-shadow: 0px 0px 25px 0px #0000000A;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.stock_box .stock-img{
  max-width: 328px;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  border-radius: 8px;
}
.stock_box .stock-text{
  font-size: 16px;
  font-weight: 700;
}
.stock_box .stock-btn{
  position: relative;
    overflow: hidden;
    width: 198px;
    height: 48px;
    border-radius: 120px;
    background-color: var(--Orange);
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    color: white;
}
.stock_box .stock-btn::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, /* Горизонтальный градиент для блика */ rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, /* Полупрозрачный белый для эффекта блика */ rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite linear;
}


@media (max-width:992px) {
  .stock_box{
    display: grid;
    grid-template-columns: repeat(1, minmax(335px, 1fr));
    gap: 20px;
  }
  .attention-block{
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.popup form input{
  width: 100%;
}