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

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

/* 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;
  pointer-events: none;

}

.device-name {
  text-align: center;
  /* pointer-events: none; */
}

.device-name p {
  font-size: 16px;
}

.card-device {
  will-change: transform;
  transition: transform 0.4s ease 0.1s;
}

.card-device.hover-intent {
  /* transform: translateY(-2px); */
  transition: transform 0.4s ease 0s;
}

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

.card-device.hover-intent .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%;
}


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

.menu-mobile {
  display: none;
}

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

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


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


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


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

footer .footer__info {
  position: relative;
}

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

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

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

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

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


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


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

/* 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: 10px 0;
}

.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; */
}

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

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


.pointer {
  cursor: pointer;
}


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

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

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


.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%);
}

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

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

/* блок калькулятора и новый прайс */
.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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-check .slide-label .slide-label-check {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  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%);
}

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

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





























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




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

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

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


.popup form input {
  width: 100%;
}

.section-2.custom-repair .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.section-2.custom-repair .card-lv_work {
  flex: 1 0 27%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 0 0;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
}

.section-2.custom-repair .card-lv_work-title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #000000;

}

.section-2.custom-repair .icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Orange);
  border-radius: 12px;
}

.section-2.custom-repair .card-lv_work-text {
  background-color: color-mix(in srgb, var(--Orange) 10%, transparent 10%);
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 12px;
  height: 100%;
}

.corpServices {
  background-color: #F9F9F9;
}

.p-64 {
  padding: 64px 0;
}

.p-64 h2 {
  font-size: clamp(20px, calc(2.32vw - 1.36px), 32px);
  text-align: center;
}

.corpServices h2 {
  margin-bottom: 40px;
}

.corpServices .corpServices_inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}

.corpServices .corpServices-item:nth-child(1) {
  width: clamp(375px, calc(109.07vw - 650.66px), 920px);
  padding: 36px 40px;
  background-color: var(--Orange);
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.corpServices .corpServices-item:nth-child(1) .item-title {
  color: white;
  font-weight: 700;
  font-size: clamp(24px, calc(3.47vw - 8.04px), 42px);
  margin-bottom: 58px;
  position: relative;
  z-index: 2;
}

.corpServices .item-btn {
  max-width: 354px;
  width: 100%;
  background-color: white;
  color: var(--Orange);
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.corpServices .item-btn:hover {
  border: 1px solid white;
  color: white;
  background-color: transparent;
}

.corpServices .corpServices-item:nth-child(2) {
  width: 448px;
  padding: 33px 32px;
  background: white;
  border-radius: 12px;
}

.corpServices .corpServices-item:nth-child(2) .item-title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
}

.corpServices .item-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.corpServices .item-list-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.corpServices .item-list-text svg path {
  fill: var(--Orange);
}

.corpServices-img {
  position: absolute;
}

.corpServices-img.one {
  width: clamp(397px, calc(97.3vw - 500.08px), 901px);
  right: -145px;
  bottom: -48px;
  height: clamp(224px, calc(54.63vw - 279.72px), 507px);
  mix-blend-mode: screen;
  opacity: 0.3;
  z-index: 0;
}

.corpServices-img.two {
  right: clamp(0px, calc(6.18vw - 56.96px), 32px);
  top: -1px;
  width: clamp(335px, calc(9.27vw + 249.56px), 383px);
  object-fit: contain;
  z-index: 0;
}


.corpAdvantages {}

.corpAdvantages h2 {
  margin-bottom: 24px;
}

.corpAdvantages p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  color: var(--text-black);
  text-align: center;
}

.container {}

.corpAdvantages_inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(448px, 1fr));
}

.corpAdvantages-item {
  background-color: #f9f9f9;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.corpAdvantages-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}

.corpAdvantages-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--Orange);
}

.corpAdvantages-text {
  font-weight: 300;
  font-size: 18px;
  color: var(--text-black);
}

.corpStart {}

.corpStart h2 {
  margin-bottom: 40px;
}

.container {}

.corpStart .corpStart_inner {
  padding: 32px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--Orange);
  position: relative;
}

.corpStart .corpStart_inner::after {
  position: absolute;
  content: '';
  width: 1765.59px;
  height: 1765.59px;
  left: -326.58px;
  top: -1649px;
  border-radius: 100%;
  background: linear-gradient(326.45deg, rgba(255, 255, 255, 0.48) 14.31%, rgba(255, 255, 255, 0) 31.41%);
  mix-blend-mode: soft-light;
  transform: rotate(67.03deg);

}

.corpStart .corpStart_inner p {
  color: white;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

.corpStart .corpStart_items {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  display: flex;
}

.corpStart .corpStart-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.corpStart .corpStart-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
}

.corpStart .corpStart-title-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #f9f9f9;
}

.corpStart .corpStart-item .corpStart-title-icon svg path {
  fill: var(--Orange);
  stroke: var(--Orange);
}

.corpStart .corpStart-item:nth-child(1) {
  width: 273px;
}

.corpStart .corpStart-item:nth-child(2) {
  padding: 0 36px;
  margin: 0 36px;
  border-left: 1px solid #3B3B3B80;
  border-right: 1px solid #3B3B3B80;
  width: 562px;
}

.corpStart .corpStart-item:nth-child(3) {
  width: 369px;
}

.corpStart .corpStart-item:nth-child(3) .corpStart-title-icon svg path {
  fill: transparent;
  stroke: var(--Orange);
}

.corpStart .corpStart-text {
  font-size: 14px;
  font-weight: 300;
}


.seo-par_inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  box-shadow: 0px 0px 10px 0px #00000005;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
}

.seo-par p {
  font-size: 18px;
  font-weight: 300;
}




.simple-select {
  position: relative;
  width: 250px;
  margin: auto;
  margin-bottom: 25px;
}

.simple-select span.select-text {
  font-size: 14px;
}

.select-header {
  padding: 12px 16px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid var(--Orange);
  border-top: none;
  border-radius: 0 0 6px 6px;
  display: none;
  z-index: 1000;
}

.select-dropdown.active {
  display: block;
}

.select-option {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.select-option:hover {
  background: #f5f5f5;
}

.select-option:last-child {
  border-bottom: none;
}

.card-utp-imgs {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-right: 8px;
}

.new_main .card-utp .text-2 {
  display: flex;
  align-items: center;
}

.card-utp-imgs img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.style-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.style-burger span {
  display: block;
  height: 2px;
  width: 16px;
  background-color: white;
}

.burger.style-burger.active span:last-child {
  display: none;
}

.burger.style-burger.active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 2px;
  left: 1px;
}

.burger.style-burger.active span:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
  left: 1px;
}

.map {
  padding: 60px 0 0 0;
  background-color: #f9f9f9;
  position: relative;
}

.map .container {
  position: relative;
    max-width: 1400px;
}

.map #map {
  width: 100%;
  max-width: 100%;
  height: 888px;
}



.map_inner {
  position: absolute;
  max-width: 1296px;
  top: 92px;
  padding: 16px;
  background-color: white;
  border-radius: 20px;
  z-index: 5;
  box-shadow: 7px 7px 18px 0px #e8e8e8e5;
  max-width: 420px;
}

.map_inner .map-text {
  display: flex;
  font-size: 14px;
  flex-direction: column;
}

.map_inner .map-text .map-text-search {
  background: #F4F4F4;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.map_inner .map-text .map-search-rght {
  margin-left: auto;
  display: flex;
  gap: 24px;
  position: relative;
  font-size: 14px;
  color: var(--black);
}

.map_inner .map-text .map-search-rght::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #CCCCCC;
  opacity: 0.5;
  position: absolute;
  height: 32px;
  width: 1px;
  content: '';
}

.map_inner .map-text .map-text-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: clamp(328px, calc(11.58vw + 221.2px), 388px);
  height: clamp(143px, calc(5.21vw + 94.94px), 170px);
  margin-bottom: 20px;
}

.map_inner .map-text .map-text-img .map-text-img-logo {
  position: absolute;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  bottom: 12px;
  left: 12px;
}

.map_inner .map-text .map-text-img .map-text-img-back {
  object-fit: cover;
  height: auto;
}

.map_inner .map-text .map-text-img .map-text-img-logo img {
  width: 56px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.map_inner .map-text .map-text-img .map-text-img-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

.map_inner .map-text .mid-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #4178F5;
  height: 24px;
  gap: 8px;
  margin-bottom: 12px;
}

.map_inner .map-text .mid-title img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.map_inner .map-text .mid-undTitle {
  margin-bottom: 8px;
  color: #878787;
  font-size: 14px;
}

.map_inner .map-text .mid-rev {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--darkgray);
  gap: 6px;
  margin-bottom: 12px;
}

.map_inner .map-text .mid-rev span {
  padding-left: 2px;
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.map_inner .map-text .mid-time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--darkgray);
  font-size: 14px;
  margin-bottom: 20px;
}

.map_inner .map-text .mid-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.map_inner .map-text .mid-btns .open-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  background-color: #4178F5;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  color: white;
  height: 40px;
  padding: 0 8px;
  border-radius: 12px;
  width: 115px;
}

.map_inner .map-text .mid-btns .open-popup:hover {
  background-color: white;
  border: 1px solid #4178F5;
  color: #4178F5;
}

.map_inner .map-text .mid-btns .open-popup:hover svg path {
  fill: #4178F5;
}

.map_inner .map-text .mid-btns span {
  border-radius: 12px;
  background-color: #F3F6FC;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 40px;
}

.map_inner .map-text .map-text-bot-tabs {
  display: flex;
  gap: 25px;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 20px;
}

.map_inner .map-text .map-text-bot-tabs::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F4F4F4;
  content: '';
}

.map_inner .map-text .map-text-bot-tab {
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 3px;
}

.map_inner .map-text .map-text-bot-tab span {
  padding: 3px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #878787;
  background-color: #F4F4F4;
  border-radius: 6px;
  pointer-events: none;
  display: block;
}

.map_inner .map-text .map-text-bot-tab::after {
  position: absolute;
  pointer-events: none;
  width: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #4178F5;
  content: '';
  transition: all 0.3s ease;
  border-radius: 2px;
}

.map_inner .map-text .map-text-bot-tab.active::after {
  width: 100%;
}

.map_inner .map-text .map-text-bot-tab:hover::after {
  width: 100%;
}

.map_inner .map-text .map-text-bot-content {
  display: none;
}

.map_inner .map-text .map-text-bot-content.show {
  display: flex;
}

.map_inner .map-text .address-map {
  flex-direction: column;
  gap: 22px;
}

.map_inner .map-text .address-map .address-map-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.map_inner .map-text .address-map .address-map-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: black;
}

.map_inner .map-text .address-map .address-map-title svg {
  width: 24px;
  height: 24px;
}

.map_inner .map-text .address-map .address-map-title svg path {
  fill: #ccc;
}

.map_inner .map-text .address-map .address-map-text {
  font-size: 14px;
  font-weight: 400;
  color: black;
  padding-left: 36px;
}

.map_inner .map-text .address-map .address-map-text a {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.map_inner .map-text .address-map .address-map-text a:hover {
  color: #4178F5;
}

.map_inner .map-text .rev-map {
  flex-direction: column;
  gap: 32px;
  max-height: 285px;
  overflow: auto;
}

.map_inner .map-text .rev-map-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.map_inner .map-text .rev-map-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: black;
}

.map_inner .map-text .rev-map-title img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 100%;
}

.map_inner .map-text .rev-map-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ymaps-image-with-content {
  background-image: url(/public/images/map-icon.png) !important;
}

@media (max-width: 992px) {
  .map #map {
    height: 326px;
  }

  .map {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  .map_inner {
    position: relative;
    top: 0;
    padding: 14px;
  }

  .map_inner .map-text {
    gap: 0px;
  }

  .map_inner .map-text .with-svg {
    gap: 8px 6px;
  }

  .map_inner .map-text .with-svg svg {
    min-width: 24px;
    width: 24px;
    max-width: 24px;
  }

  .map_inner .map-text .with-svg:nth-child(1) {
    max-width: 275px;
  }

  .map_inner .map-text .with-svg:nth-child(1) p {
    padding-left: 4px;
    font-size: 14px;
  }

  .map_inner .map-text .with-svg:nth-child(1) span {
    font-size: 16px;
  }

  .map_inner .map-text .with-svg:nth-child(3) {
    font-size: 16px;
  }
}


.metro-service{
  padding: 72px 0;
  background-color: #F9F9F9;
}
.metro-service_tabs {
  display: flex;  
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.metro-service_tabs .metro-service-tab {
  padding: 10px 16px;
  border-radius: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0px 4px 12px 0px #00000005;
}
.metro-service_tabs .metro-tab-icon {
  transition: all 0.3s ease;
  background-color: transparent;
  width: 36px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.metro-service_tabs .metro-tab-text {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #3B3B3B;
  transition: all 0.3s ease;
  line-height: 1.375;
}
.metro-service_tabs .metro-service-tab.active {
  background-color: var(--Orange);
}
.metro-service_tabs .metro-service-tab.active .metro-tab-icon{
  background-color: white;
}
.metro-service_tabs .metro-service-tab.active .metro-tab-text{
  color: white;
  text-decoration: none;
}
.metro-service_tabs .metro-service-tab:hover {
  background-color: var(--Orange);
}
.metro-service_tabs .metro-service-tab:hover .metro-tab-icon{
  background-color: white;
}
.metro-service_tabs .metro-service-tab:hover .metro-tab-text{
  color: white;
  text-decoration: none;
}

.metro-service-content {
  display: none;

}
.metro-service-content.active{
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  align-items: center;
}

.metro-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #3B3B3B;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.metro-content-text {
  text-decoration: underline;
  color: #3B3B3B;
  transition: all 0.3s ease;
}

.metro-content-item:hover .metro-content-text {
  text-decoration:none;
}

.more-metro{
  color: var(--Orange);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  display: none;
  margin-top: 16px;
  margin-bottom: 28px;
}

@media (max-width:992px) {
  .more-metro{
    display: block;
  }
  .metro-service_tabs {
  gap: 8px;
  margin-bottom: 0px;
}
.metro-service_tabs .metro-service-tab {
  padding: 8px 10px;
  gap: 8px;
}
.metro-service_tabs .metro-service-tab:nth-child(n+5) {
  display: none;
}
.metro-service_tabs.open .metro-service-tab:nth-child(n+5) {
  display: flex;
}
.metro-service_tabs .metro-tab-text {
  font-size: 14px;
}
}

.regions .regions_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.regions .regions_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.regions .regions_tab {
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #3B3B3B;
  background-color:  white;
  gap: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
  box-shadow: 0px 4px 12px 0px #00000005;
  text-decoration: underline;
}
.regions .regions_tab svg {
  pointer-events: none;
}
.regions .regions_tab:hover {
  color: white;
  background: var(--Orange);
}
.regions .regions_tab:hover svg path {
  fill: white;
}
.regions .regions_tab.active {
  color: white;
  background: var(--Orange);
  text-decoration: none;
}
.regions .regions_tab.active svg path {
  fill: white;
}
.regions .regions_body {
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
  gap: 16px 60px;
  display: none;
}
.regions .regions_body.active {
  display: grid;
}
.regions .regions-item {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  color: #3B3B3B;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease
}
.regions .regions-item svg path{
  fill: var(--Orange);
}
.regions .regions-item:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .regions .regions_tab {
    font-size: 12px;
  }
}
