@media (min-width: 992px) {
  body {
    padding-top: 176px;
  }
}

.main_menu-header {
  display: flex;
  justify-content: center;
}

.main_menu-header .menu-item {
  display: flex;
  align-items: center;
  margin: 0 25px;
}

.uppercase {
  text-transform: uppercase;
}

header {
  /* padding-top: 16px; */
  /* border-bottom: 1px solid #eaeaea; */
  z-index: 48;
  background-color: white;
  box-shadow: none;
}

.headerSal {
  max-width: 1392px;
  padding: 17px;
  background-color: var(--Orange);
  color: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  border-radius: 16px;
}

@media (max-width:1300px) {
  .headerSal {
    /* visibility: hidden; */
    /* height: 0; */
    width: calc(100% - 1rem);

    padding: 2px 20px;
    font-size: 8px;
  }
}

.top-menu {
  display: flex;
}

.column-header {
  padding: 0 16px;
}

.column-header:first-child {
  padding-left: 0;
  display: flex;
  align-items: center;
  padding-right: clamp(8px, calc(1.54vw - 6.24px), 16px);
  border-right: 1px solid #3B3B3B80;
}

.column-header:last-child {
  padding: 0;
}

.col-lheader-1 .city-changer {
  font-size: 12px;
}

.col-header-2 {
  display: flex;
  justify-content: space-around;
  min-width: 40%;
}

.col-header-2 .link-default svg {
  position: relative;
  right: -15px;
}

.col-header-2 .link-default:hover {
  transform: translateX(0);
}

.col-header-3 {
  /* margin-left: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 10%;
}

.col-header-3 div.address-btn {
  margin-left: 40px;
}

.col-header-4 {
  display: flex;
  flex-direction: column;
}

.col-header-4 button {
  width: 180px;
  height: 34px;
  border-radius: 22px;
  font-size: 14px;
  border: 1px solid;
  margin-bottom: 5px;
}

.col-header-4 button:first-child {
  padding: 1px;
}

.logo-block.header__logo-block a img {
  max-height: 42px;
  height: auto;
}

/* .dropdown-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-height: inherit;
}

.dropdown .dropdown-content a {
    padding: 0;
} */

.dropdown .dropdown-content {
  max-height: 300px;
}

@media (min-width: 992px) {
  .mobile-btn {
    display: none;
  }

  .mob__header {
    display: none;
  }
}

@media (max-width: 992px) {
  header {
    padding: 14px 0;
  }

  header .city-changer {
    display: none;
  }

  .bottom-menu {
    display: none;
  }

  .col-header-3 {
    display: none;
  }

  .pc-btn {
    display: none;
  }

  .col-header-1 {
    width: 20%;
  }

  .col-header-2 {
    width: 60%;
  }

  .col-header-4 {
    width: 20%;
    display: flex;
    align-items: center;
  }

  .col-header-4 button {
    width: 40px;
    height: 40px;
    border: 0px;
    background: #f9f9f9;
  }

  .logo-block.header__logo-block a {
    flex: 100%;
  }

  main {
    padding-top: 170px !important;
  }

  .col-header-1 button.burger {
    display: flex;
    padding: 10px;
    width: 51px;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .col-header-1 button.burger.active {
    position: relative;
    z-index: 49;
  }

  .col-header-1 button.burger::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    display: block;
    transition: all 0.3s;
  }

  .col-header-1 button.burger::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    display: block;
    transition: all 0.3s;
  }

  .col-header-1 button.burger.active::after {
    /* background-color: white; */
    position: relative;
    transform: rotateZ(45deg);
    top: -2px;
  }

  .col-header-1 button.burger.active::before {
    /* background-color: white; */
    position: relative;
    transform: rotateZ(-45deg);
    top: 3px;
  }
}

.h1-new {
  font-size: clamp(26px, calc(4.25vw - 13.16px), 48px);
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-bottom: 46px;
}


.gradient .utp_card-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gradient .utp_card-new svg circle:first-child {
  stroke: white;
}

.gradient .utp_card-new svg circle:last-child {
  stroke: white;
  fill: white;
}

.gradient .utp_card-new li div {
  margin-right: 8px;
}

.gradient-text {
  width: 45%;
  flex-direction: column;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

.gradient-img {
  /* width: 55%; */
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

.gradient-img img {
  /* width: 50%; */
  width: clamp(300px, calc(52.12vw - 180.58px), 570px);
  object-fit: contain;
  margin: 0 auto;
  height: auto;
  display: block;
  max-height: 460px;
}

.utp_card-new li {
  display: flex;
  margin-bottom: 14px;
}

.gradient .utp_card-new li span {
  color: white;
  font-size: 16px;
}

.absolute-text {
  position: absolute;
  bottom: -50px;
  left: 5%;
  display: flex;
  color: #5b77ff;
}

.absolute-text div:first-child {
  font-size: 90px;
  font-weight: 600;
  background-color: #2aa5a0;
  background-image: linear-gradient(180deg, #5b77ff, #ca59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.absolute-text div:last-child {
  display: flex;
  flex-direction: column;
}

.absolute-text div:last-child span.one {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  padding-top: 14px;
  background-color: #2aa5a0;
  background-image: linear-gradient(180deg, #5b77ff, #ca59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.absolute-text div:last-child span.two {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  bottom: 14px;
  background-color: #2aa5a0;
  background-image: linear-gradient(180deg, #5b77ff, #ca59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elipses {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgb(146, 79, 255);
  background: linear-gradient(157deg,
      rgba(146, 79, 255, 1) 0%,
      rgba(64, 103, 241, 1) 26%,
      rgba(172, 122, 255, 1) 44%,
      rgba(113, 207, 242, 1) 75%,
      rgba(80, 119, 255, 1) 100%);
  overflow: hidden;
}

.elips {
  width: 500px;
  height: 500px;
  border-radius: 100%;
}

.elips-1 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255 255 255 / 0%) 0%,
      rgba(255 255 255 / 30%) 100%);
  right: 23%;
  position: absolute;
  top: 11%;
  width: 400px;
  height: 400px;
}

.elips-2 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255 255 255 / 0%) 0%,
      rgba(255 255 255 / 11%) 100%);
  right: 0%;
  left: 18%;
  position: absolute;
  top: -300px;
  width: 500px;
  height: 500px;
}

.elips-3 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255 255 255 / 0%) 0%,
      rgba(255 255 255 / 18%) 100%);
  left: -13%;
  position: absolute;
  top: -10px;
  width: 350px;
  height: 350px;
}

.elips-4 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255 255 255 / 0%) 0%,
      rgba(255 255 255 / 31%) 100%);
  right: -13%;
  position: absolute;
  top: -200px;
  width: 350px;
  height: 350px;
}

.main-form {
  /* background-color: #f3f3f3; */
  /* border-radius: 16px; */
  /* padding: 24px 52px; */
  display: flex;
  flex-direction: column;
}

.main-window-inner {
  display: flex;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(clamp(345px, calc(28.23vw + 233.49px), 640px), 1fr));
  align-items: center;
}

.main-inner-text {
  max-width: 700px;
}

.main-form .left {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  /* width: 50%; */
}

.main-form .left span {
  display: inline-block;
  font-weight: 700;
  /* max-width: 330px; */
  font-size: 16px;
  color: var(--black);
  margin-bottom: 12px;
}

.main-form .right {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-form .right form {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main-form .right form .form__input-input {
  border-radius: 16px;
  font-size: 16px;
  border: 1px solid #3B3B3B4D;
  background-color: white;
  /* border: 0px; */
  margin: 0;
  padding: 16px 45px 16px 24px;
}

.main-form .right form button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 86px 16px 32px;
  text-align: left;
  background-color: var(--Orange);
  border-radius: 16px;
  justify-content: center;
  max-width: 272px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Orange);
}

.main-form .right form button::before {
  content: "- 25%";
  position: absolute;
  right: -38px;
  background: white;
  color: var(--black);
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  padding: 16px;
  /* justify-content: center; */
  align-items: center;
}

.main-form .right .politika {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  opacity: 0.6;
}

.main-form .right .politika a {
  font-weight: 400;
  font-size: 16px;

}

.advantage-cards {
  /* margin-top: 10px; */
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card-advant {
  background-color: white;
  padding: 14px 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 12px 0px #0000000A;
}

.card-advant .box-1 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, calc(1.34vw + 0.71px), 20px);
  font-weight: 700;
}

.card-advant .box-1 svg {
  min-width: 30px;
}

.card-advant .box-2 {
  font-size: clamp(14px, calc(0.39vw + 10.44px), 16px);
  line-height: 1;
}

.main-window {
  /* margin-bottom: 76px; */
  padding-top: 32px;
}

.main-window-inner {
  border-radius: 16px;
  padding: 46px;
  background-color: #f9f9f9;
}

.card-advant .box-1 svg path {
  fill: var(--black)71;
}

/* Калькулятор */
.calculator-top {
  height: 120px;
  background-color: #6c7ee0;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}

.calculator-top h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40.8px;
  text-align: left;
  color: white;
  padding-left: 51px;
}

.calculator-top img {
  position: absolute;
  right: 20%;
}

.calculator-bottom {
  padding-left: 50px;
  padding-right: 50px;
  height: 150px;
  background-color: #f3f3f3;
  border-radius: 0 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.input span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.6px;
  text-align: left;
  color: #6c7ee0;
  margin-top: 30px;
  margin-bottom: 11px;
  display: inline-block;
}

.input-pole {
  padding-left: 20px;
  padding-right: 20px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.8px;
  border: 2px solid #6c7ee0;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background-color: white;
  position: relative;
  cursor: pointer;
}

.input-pole::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 3px;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #6c7ee0;
  border-left: 2px solid #6c7ee0;
}

.button-pole {
  margin-top: 59px;
}

.button-pole button {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: center;
  color: white;
  text-align: center;
  width: 100%;
  border-radius: 100px;
  height: 50px;
}

.gradient-img img.bannner_img {
  max-width: 400px;
  max-height: 280px;
  position: absolute;
  bottom: -50px;
  right: 0;
  object-fit: contain;
}

@media (max-width: 992px) {
  .gradient {
    height: auto;
    min-height: 315px;
  }

  .gradient-img {
    max-width: 700px;
  }

  .gradient .utp_card-new {
    grid-template-columns: repeat(1, 1fr);
  }

  .gradient-text {
    width: 100%;
  }

  /* .gradient-img {
    z-index: 5;
    width: 0%;
  } */

  /* .gradient-img img {
    max-height: 300px;
    opacity: 0.15;
  } */

  .absolute-text {
    bottom: -20px;
    left: inherit;
    right: 100%;
    opacity: 0.35;
  }

  .h1-new {
    line-height: 1;
    margin-bottom: 16px;
  }

  .main-form {
    flex-direction: column;
    /* padding: 14px; */
  }

  .main-form .right .politika a {
    font-size: 10px;
  }

  .main-form .left,
  .main-form .right {
    width: 100%;
  }

  .main-form .left {
    margin-bottom: 8px;
  }

  .main-form .right .politika {
    font-size: 10px;
    text-align: center;
  }

  .main-form .left span {
    font-size: 12px;
    margin-bottom: 0;
  }

  .main-form .right form {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    /* margin-bottom: 20px; */
  }

  .main-form .right form span {
    text-align: center;
  }

  .elips {
    opacity: 0.4;
  }

  .main-form .right form .form__input-input {
    margin-right: 0;
    font-size: 12px;
    text-align: center;
    padding: 16px;
  }

  .advantage-cards {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .main-form .right form button {
    max-width: 100%;
    font-size: 12px;
  }

  .card-advant {
    padding: 14px;
    flex-direction: column;
  }

  .card-advant .box-1 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .card-advant .box-2 div:last-child {
    line-height: 14px;
  }

  .mob__header {
    position: fixed;
    z-index: 47;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 173px);
    background-color: white;
    transform: translateY(100%);
    transition: all 0.3s;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mob__header.active {
    transform: translateY(0%);
  }

  .address-mob {
    /* margin-top: 90px; */
    padding: 14px;
    border-radius: 8px;
    background-color: white;
  }

  .menu__mob {
    /* margin-top: 10px; */
  }

  .popup__bg.active {
    padding: 10px;
  }

  .mob__header .city-changer {
    margin-bottom: 10px;
  }

  .mb-6 {
    margin-bottom: 6px;
  }

  .main_menu-header {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .main_menu-header .menu-item {
    background-color: var(--black);
    margin: 0;
    padding: 12px;
    flex: 1 0 45%;
    color: white;
    /* margin-bottom: 6px; */
    border-radius: 8px;
    justify-content: center;
  }

  .main_menu-header .menu-item:last-child {
    flex: 1 0 100%;
    display: flex;
    background-color: white;
    color: var(--black);
    padding: 0;
  }

  .main_menu-header .menu-item a {
    font-weight: 400;
    color: white;
    font-size: 12px;
  }

  .main_menu-header .menu-item button {
    height: auto;
  }

  .dropdown .dropdown-content {
    position: relative;
    padding: 9px 0;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
  }

  .dropdown .dropdown-content a {
    padding: 0 0 10px 0;
    font-weight: 400;
  }

  .dropdown {
    width: 100%;
  }

  .calculator-bottom {
    grid-template-columns: repeat(1, 1fr);
  }

  .calculator-bottom {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .input span {
    margin-top: 0;
  }

  .button-pole {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .calculator-top h2 {
    font-size: 24px;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
    z-index: 10;
  }

  .calculator-top {
    height: 70px;
  }

  .calculator-top img {
    right: 0;
    width: 100px;
  }
}

.select_device {
  position: absolute;
  z-index: 10;
  top: 109px;
  display: none;
  flex-direction: column;
  background: white;
  width: 100%;
  left: 0;
  border: 1px solid #f3f3f3;
  box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
  max-height: 130px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  .select_device {
    top: 78px;
  }
}

.select_device.active {
  display: flex;
}

.input {
  position: relative;
}

.input .select_device span {
  margin: 0;
  padding: 4px 10px;
}

.input .select_device span:hover {
  background-color: #f3f3f3;
}

.hide_input {
  pointer-events: none;
}

.select_device span {
  cursor: pointer;
}

.modal-block {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-block.active {
  display: flex;
}

.bg_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
}

.modal_price {
  background-color: white;
  padding: 20px;
  border: 2px solid #6c7ee0;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
  position: relative;
  z-index: 5;
}

.modal_price h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 14px;
}

.total-calc {
  font-size: 18px;
}

.total_btn {
  margin-top: 20px;
}

.total_btn button {
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: all 0.3s;
}

.total_btn button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
}

.total_btn button:first-child {
  background: #6c7ee0;
  color: white;
}

.total_btn button:last-child {
  border: 1px solid #e5e5e5;
}

.button-pole button.hide_input {
  opacity: 0.5;
}

.total_btn .form__input-input {
  margin-right: 0;
  width: 100%;
}

@media (max-width: 400px) {
  .header__top-phone.phone-links.text-18 {
    font-size: 15px;
  }

  .main-window .h1-new {
    font-size: 27px;
    line-height: 36px;
  }
}

.notice {
  margin-top: 12px;
  opacity: 0.8;
  font-size: 16px;
  /* text-align: center; */
}

/* MAIN PAGE test */

.fixed-modal.none {
  display: none;
}

.fixed-modal {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 100%;
}

.fixed-modal .container {
  padding: 23px 39px;
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: var(--Orange);
}

.container {
  max-width: 1392px;
}

.fixed-modal-text {
  font-size: 20px;
  color: white;
  /* font-family: "Samsung One 700", sans-serif; */
}

.fixed-modal-button {
  background-color: white;
  color: var(--Orange);
  /* font-family: "Samsung One 400", sans-serif; */
  font-size: 16px;
  border-radius: 54px;
  padding: 20px 0;
  max-width: 360px;
  width: 100%;
  border: none;
  transition: all 0.3s ease-out;
}

.fixed-modal-button:hover {
  transform: translateY(-3px);
}

.fixed-modal-close.pc-seen {
  margin-left: auto;
  transition: all 0.3s ease-out;
}

.fixed-modal-close.pc-seen:hover {
  transform: translateY(-3px);
}

.pc-seen {}

.pc-invisible {
  display: none;
}

@media (min-width: 320px) and (max-width: 1000px) {
  .fixed-modal-text {
    font-size: 16px;
    max-width: 125px;
    text-align: left;
  }

  .fixed-modal .container {
    padding: 23px 20px;
    display: flex;
    align-items: center;
    gap: 27px;
    justify-content: center;
    width: 100%;
    border-radius: 20px 0px 0 0;
    background-color: var(--Orange);
    position: relative;
  }

  .fixed-modal-button {
    max-width: 202px;
  }

  .fixed-modal-close.pc-seen {
    margin-left: auto;
    transition: all 0.3s ease-out;
  }

  .fixed-modal-close.pc-seen:hover {
    transform: translateY(-3px);
  }

  .pc-seen {
    display: none;
  }

  .pc-invisible {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    top: -31px;
    background-color: var(--Orange);
    border-radius: 12px 12px 0 0;
    display: flex;
  }

  .pc-invisible svg {
    width: 20px;
    height: 20px;
  }
}

.modal_success.none {
  display: none;
}



.modal_success {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.bg_success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
}

.modal-success {
  position: absolute;
  z-index: 5;
  border: 2px solid var(--Orange);
  border-radius: 8px;
  background-color: white;
  padding: 20px;
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 250px;
}

.header-modal h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.body-modal button {
  font-size: 18px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Orange);
  color: white;
  border-radius: 30px;
  transition: all 0.3s;
}

.body-modal button:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}

.btn-close {
  position: absolute;
  right: -35px;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 1px solid var(--Orange);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}

.btn-close:hover {
  opacity: 1;
}

.btn-close::before {
  content: "+";
  transform: rotate(45deg);
  font-size: 30px;
  color: var(--Orange);
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -5px;
  left: 5px;
}

.svg-success {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
}

.svg-success svg {
  width: 100%;
  height: 100%;
}

.svg-success svg path {
  fill: var(--Orange);
}

.ads-popup {
  position: relative;
  width: 100%;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 14px 37px;
  background-color: var(--Orange);
  transition: all 0.3s ease;
}

.ads-popup-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: white;
}

.ads-popup-text span {
  font-weight: 700;
}

.ads-popup-icon {
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

@media (max-width: 990px) {
  .ads-popup-icon {
    right: 15px;
  }
}

.ads-popup:hover {
  transform: translateY(-3px);
}

.gradient-img-box {
  /* background-color: white; */
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 230px;
  /* padding: 16px; */
  position: absolute;
  bottom: -50%;
  transform: translateY(-60px);
  right: 0;
  object-fit: contain;
}

.gradient-img-box img.bannner_img {
  width: 100%;
  /* max-height: 245px; */
  /* max-width: 90%; */
  position: relative;
  max-width: inherit;
  max-height: inherit;
  border-radius: 16px;
  bottom: 0;
  /* right: inherit; */
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .gradient-img-box {
    display: none;
  }
}

footer .footer__inner .footer__nav .footer__nav-card ul {
  padding-right: 10px;
}

@media (max-width: 992px) {
  .bannner__img-box {
    display: none;
  }
}

/* Модалка АКЦИЯ  */
.modal_stock {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-modal_stock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 15%);
}

.modal-screen-modal_stock {
  z-index: 5;
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 360px;
}

.modal_stock input {
  margin-right: 0;
  width: 100%;
  margin-bottom: 20px;
}

.modal_stock .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.modal_stock .text {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.modal_stock .politika {
  display: block;
  margin-top: 60px;
  font-size: 13px;
}

.modal_stock .politika a {
  color: var(--Orange);
}

.modal-none {
  display: none;
}

@media (max-width: 576px) {
  .col-header-2 {
    flex-direction: column;
  }
}

/* Модалка акция ---  */

.section-stage-work {
  margin-bottom: 100px;
}

.stage-work {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding-top: 44px;
  gap: 32px;
}

.card-st-work {
  width: calc(33.333% - 32px);
}

.card-st-work .bg {
  display: flex;
}

.card-st-work .bg .left {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.card-st-work .bg .num {
  width: 32px;
  height: 32px;
  border: 1px solid var(--Orange);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.card-st-work .bg .icon {
  max-width: 122px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Orange);
  margin-bottom: 4px;
}

.card-st-work .bg .text {
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  max-width: 201px;
}

.difference {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  gap: 32px;
  margin-top: 44px;
  margin-bottom: 100px;
}

.card-deff {
  background-color: #72ad151a;
  padding: 32px 32px 32px 24px;
  display: flex;
  border-radius: 8px;
}

.card-deff:first-child {
  background-color: var(--black)1a;
}

.card-deff:nth-child(3) {
  grid-column: span 2;
}

.difference .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--black);
}

.difference .text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
}

.card-deff .left {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

@media (max-width: 992px) {
  .card-st-work {
    width: 100%;
  }

  .card-st-work .bg .text {
    max-width: inherit;
  }

  .difference {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    gap: 32px;
  }

  .card-deff:nth-child(3) {
    grid-column: span 1;
  }

  .card-deff {
    padding: 14px;
  }

  .card-deff .left {
    margin-right: 14px;
  }

  .difference .text,
  .card-st-work .bg .text {
    font-size: 16px;
    line-height: 20px;
  }
}

header .top-menu {
  padding: 12px;
  background-color: #f9f9f9;
  border-radius: 16px;
  margin: 8px auto;
}

header .bottom-menu {
  background-color: #f9f9f9;
  border-radius: 16px;
  margin: 0 auto 8px auto;
}

header .link-default.city-changer {
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
  align-items: flex-start;
  font-size: clamp(12px, calc(0.39vw + 8.44px), 14px);
}

header .link-default.city-changer.mobile-btn {
  display: none;
}

header .city-changer.header__city-changer {
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateX(-4px);
}

@media (max-width:992px) {

  header .city-changer.header__city-changer svg {
    transform: translateY(-2px);
  }
}

header .logo-block.header__logo-block {
  width: clamp(125px, calc(11.58vw + 18.2px), 185px);
}

header .logo-block.header__logo-block a img {
  width: clamp(96px, calc(10.42vw - 0.12px), 150px);
}

header .logo-block.header__logo-block span {
  font-size: clamp(8px, calc(0.77vw + 0.88px), 12px);
}

header .col-header-4 button:first-child {
  width: clamp(147px, calc(18.34vw - 22.09px), 242px);
  height: 75px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: clamp(12px, calc(0.77vw + 4.88px), 16px);
  font-weight: 700;
  margin: 0;
  border-radius: 16px;
}

header .col-header-4 button:first-child:after {
  content: "";
  position: absolute;
  width: 212px;
  height: 212px;
  left: -49px;
  top: -127px;
  background: linear-gradient(127.48deg,
      rgba(255, 255, 255, 0) 43.39%,
      #ffffff 128.12%);
  mix-blend-mode: soft-light;
  opacity: 0.9;
  border-radius: 100px;
  pointer-events: none;
}

header .col-header-2 {
  display: flex;
  align-items: center;
  margin-left: auto;
  /* justify-content: space-between; */
  background-color: color-mix(in srgb, var(--Orange) 20%, transparent);
  border-radius: 16px;
  min-width: 25%;
}

.telega-btn {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  max-width: 200px;
  cursor: pointer;
}

.telega-btn svg {
  transition: all 0.3s ease;
}

.telega-btn:hover svg {
  transform: translate(2px, -2px);
}

header .col-header-2 .phone-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(10px, calc(0.58vw + 4.66px), 13px);
  color: var(--black);
}

header .col-header-2 .phone-wrap:nth-child(1) {
  padding-right: clamp(12px, calc(0.77vw + 4.88px), 16px);
  border-right: 1px solid #3B3B3B80;
}

header .col-header-2 .phone-wrap:nth-child(2) {
  padding-left: clamp(12px, calc(0.77vw + 4.88px), 16px);
}

header .col-header-2 .phone-wrap a {
  font-size: clamp(15px, calc(0.58vw + 9.66px), 18px);
  font-weight: 700;
  color: var(--Orange);
}

header .address-btn {
  display: flex;
  align-items: center;
  gap: 4px;
}

header .dropdown {
  position: relative;
  padding: 14px;
  max-width: 210px;
  width: 100%;
  border-radius: 16px;
  background-color: var(--black);
  transition: all 0.3s ease;
}

header .dropdown a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

header .dropdown .dropbtn {
  height: auto;
}

header .main_menu {
  display: flex;
  justify-content: space-between;
  padding: 0 6px 0 0;
  align-items: center;
}

header .rep-head-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  padding: 10px 12px;
  border-radius: 16px;
  background-color: transparent;
  transition: all 0.3s ease;
  height: 40px;
}

header .rep-head-btn:hover {
  background-color: color-mix(in srgb, var(--Orange) 20%, transparent);
}

header .main_menu-header .menu-item a {
  color: black;
  font-size: 16px;
  text-transform: none;
}

header .main_menu-header .menu-item {
  margin: 0;
}

header .main_menu-header {
  gap: 32px;
}

header .dropdown:hover {
  border-radius: 12px 12px 0 0;
}

header .dropdown .dropdown-content {
  top: 100%;
  background-color: var(--black);
  border-radius: 0 12px 12px 12px;
  left: 0;
  max-height: 294px;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  gap: 12px;
  max-width: 894px;
  padding: 12px;
}

header .dropdown .dropdown-content a {
  padding: 12px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  transition: all 0.3s ease;
}

header .dropdown .dropdown-content a:hover {
  background-color: color-mix(in srgb, var(--Orange) 20%, transparent);
  color: white;
}

header .dropdown .dropdown-content a img {
  width: 46px;
  height: auto;
  object-fit: contain;
}

header .dropdown .dropdown-content a:last-child {
  padding: 12px;
}

header .dropdown:hover .dropdown-content {
  display: grid;
}

@media (max-width: 992px) {
  header .col-header-4 {
    display: none;
  }

  header .link-default.city-changer.mobile-btn {
    display: flex;
  }

  .column-header:first-child {
    padding: 10px;
    background-color: #f9f9f9;
    width: 100%;
    border: none;
    border-radius: 16px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  header .top-menu {
    background-color: white;
    flex-wrap: wrap;
  }

  header {
    padding: 0;
  }

  header .top-menu {
    padding: 0 1rem;
  }

  header .col-header-2 {
    width: 100%;
  }

  header .logo-block {
    flex: none;
    margin-right: 8px;
    letter-spacing: 0;
  }

  header .logo-block.header__logo-block a {
    height: fit-content;
  }

  .col-header-1 button.burger {
    margin-left: 8px;
    border: 2px solid var(--Orange);
    border-radius: 12px;
    height: 38px;
    width: 38px;
  }

  header .link-default.city-changer.mobile-btn {
    flex: 1 0 100%;
    flex-direction: row;
    align-items: center;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #3B3B3B80;
    flex-wrap: wrap;
  }

  header .colorBtn {
    margin: 0 0 0 auto;
    position: relative;
    border-radius: 12px;
    height: 38px;
    padding: 11px;
    font-size: 10px;
    width: 147px;
  }

  header .colorBtn svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  header .colorBtn::after {
    content: "";
    border-radius: 100%;
    position: absolute;
    width: 96px;
    height: 96px;
    left: 0px;
    top: -45px;
    background: linear-gradient(127.48deg,
        rgba(255, 255, 255, 0) 43.39%,
        #ffffff 128.12%);
    mix-blend-mode: soft-light;
    opacity: 0.9;
  }

  header .column-header.col-header-2 {
    padding: 0;
    gap: 32px;
    flex-direction: row;
    justify-content: center;
  }

  header .col-header-2 {
    background: white;
  }

  header .col-header-2 .phone-wrap:nth-child(1) {
    border: none;
    padding: 0;
    align-items: center;
  }

  header .col-header-2 .phone-wrap:nth-child(2) {
    padding: 0;
    align-items: center;
  }

  header .col-header-2 .phone-wrap {
    gap: 6px;
    align-items: flex-start;
  }

  header {
    position: fixed;
    top: 0;
    background: white;
    z-index: 11;
  }

  .mob__header.active .dropdown .dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
  }

  .mob__header.active .dropdown .dropdown-content a {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    box-shadow: 0px 9px 15px 0px #0000000d;
  }

  .mob__header.active .dropdown .dropdown-content a img {
    width: 37px;
    height: 37px;
    object-fit: contain;
  }
}

.mainUtp_inner {
  display: flex;
  flex-wrap: wrap;
  /* padding: 32px 0; */
  gap: 32px 27px;
  justify-content: space-between;
  align-items: start;
}

.mainUtp_inner .mainUtp-item {
  flex: 1 0 24%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  align-items: center;
  max-width: 248px;
}

.mainUtp_inner .mainUtp-item:nth-child(1) {
  max-width: 311px;
}

.mainUtp_inner .mainUtp-item:nth-child(1) .mainUtp-title {
  max-width: 247px;
}

.mainUtp_inner .mainUtp-item:nth-child(1) .mainUtp-text {
  max-width: 247px;
}

.mainUtp_inner .mainUtp-item:nth-child(3) {
  max-width: 311px;
}

.mainUtp_inner .mainUtp-item:nth-child(4) {
  max-width: 263px;
}

.mainUtp_inner .mainUtp-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}

.mainUtp_inner .mainUtp-icon svg path {
  stroke: var(--Orange);
  fill: var(--Orange);
}

.mainUtp_inner .mainUtp-item:nth-child(4) .mainUtp-icon svg path {
  fill: white;
}

.mainUtp_inner .mainUtp-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  text-align: center;
}

.mainUtp_inner .mainUtp-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--darkgray);
}

@media (max-width: 1300px) {
  .mainUtp_inner {
    display: flex;
    flex-wrap: wrap;
    /* padding: 50px 0; */
    gap: 32px;
    justify-content: space-between;
    align-items: start;
  }

  .mainUtp_inner .mainUtp-item {
    flex: 1 0 45%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(1) {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(1) .mainUtp-title {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(1) .mainUtp-text {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(3) {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(4) {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-icon {
    margin-bottom: 0px;
  }

  .mainUtp_inner .mainUtp-title {
    font-size: 18px;
  }

  .mainUtp_inner .mainUtp-text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .mainUtp_inner {
    justify-content: center;
  }

  .mainUtp_inner .mainUtp-item {
    flex: 1 0 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(2) {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(2) .mainUtp-title {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(2) .mainUtp-text {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(3) {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-item:nth-child(4) {
    max-width: 100%;
  }

  .mainUtp_inner .mainUtp-icon {
    margin-bottom: 0px;
  }

  .mainUtp_inner .mainUtp-title {
    font-size: 18px;
  }

  .mainUtp_inner .mainUtp-text {
    flex: 1 0 100%;
    text-align: left;
    font-size: 14px;
  }
}

.how-work_inner {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--Orange);
  padding: 32px;
  position: relative;
}

.how-work_inner .title-submain {
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}

.how-work_inner p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}

.how-work_inner .how-work_boxs {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}

.how-work_inner .how-work_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 0 27%;
  color: white;
  position: relative;
}

.how-work_inner .how-work_box:nth-child(1) {
  padding: 0;
  margin: 0;
  border: none;
}

.how-work_inner .how-work_box:nth-child(1)::after {
  display: none;
}

.how-work_inner .how-box-title {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04rem;
}

.how-work_inner .how-box-title-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-work_inner .how-box-title-icon svg path {
  fill: var(--Orange);
  stroke: var(--Orange);
}

.how-work_inner .how-work_box:nth-child(3) .how-box-title-icon svg path {
  fill: transparent;
}

.how-work_inner .how-box-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--darkgray);
}

.how-work_inner .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: 0;
  /* mix-blend-mode: lighten; */
}

@media (max-width: 1400px) {
  .how-work_inner {
    padding: 20px;
  }

  .how-work_inner .title-submain {
    margin-bottom: 24px;
  }

  .how-work_inner .how-work_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: fit-content;
    position: relative;
  }

  .how-work_inner .how-work_box:nth-child(1) {
    padding: 0;
    margin: 0;
    border: none;
  }

  .how-work_inner .how-work_box:nth-child(1)::after {
    display: none;
  }

  .how-work_inner .how-box-title {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04rem;
  }

  .how-work_inner .how-box-title-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .how-work_inner .how-box-title-icon svg {
    width: 20px;
    height: 20px;
  }

  .how-work_inner .how-box-text {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .how-work_inner .how-work_boxs {
    flex-direction: column;
    gap: 28px;
  }

  .how-work_inner p {
    font-size: 16px;
    max-width: 297px;
    margin: 0 auto 32px;
  }

  .how-work_inner .how-work_box {
    gap: 12px;
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .how-work_inner .how-box-text br {
    display: none;
  }

  .how-work_inner .back {
    width: 764px;
    height: auto;
  }
}

@media (max-width: 830px) {
  .how-work .how-work_inner {
    gap: 0;
  }
}

.sertification .sertification_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 44px;
  align-items: center;
}

.sertification .sert-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--darkgray);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 70%;
  line-height: 1.3;
}

.sertification .sertification_inner img {
  max-width: 293px;
  height: auto;
  width: 100%;
  max-height: 414px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .sertification .sertification_inner {
    gap: 32px;
    justify-content: center;
  }

  .sertification .sert-text {
    font-size: 16px;
    gap: 8px;
  }

  .sertification .sertification_inner img {
    max-width: 141px;
    max-height: 200px;
  }
}

.type__inner .type__switcher-btns.custom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  justify-content: start;
  align-items: stretch;
  max-width: 330px;
  width: 100%;
  max-height: 616px;
}

.type__inner .type__switcher-btns.custom::-webkit-scrollbar {
  display: none;
}

.type__inner .type__switcher-btns.custom .type__switcher-btn:first-child {
  border-radius: 16px;
}

.type__inner .type__switcher-btns.custom .type__switcher-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  border-radius: 16px;
  padding: 12px 16px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  min-width: fit-content;
  flex: none;
  justify-content: flex-start;
}

.type__inner .type__switcher-btns.custom .type__switcher-btn img {
  width: 38px;
  max-height: 38px;
  height: auto;
  object-fit: contain;
}

.type__inner .type__switcher-btns.custom .type__switcher-btn.active {
  background-color: var(--Orange);
  color: white;
  /* border: 1px solid var(--Orange); */
}

.type__inner .type__switcher-btns.custom .type__switcher-btn:hover {
  background-color: var(--Orange);
  color: white;
  /* border: 1px solid var(--Orange); */
}

.lines_brand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
}

.lines_brand .card_line {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  width: fit-content;
  min-width: fit-content;
  flex: none;
}

.lines_brand .link_line {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
}

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

.lines_brand .card_line:hover a {
  color: white;
}

@media (max-width:922px) {
  .type__inner .type__switcher-btns.custom .type__switcher-btn {
    gap: 8px;
    font-size: 12px;
    padding: 6px 8px;
  }

  .type__inner .type__switcher-btns.custom .type__switcher-btn img {
    width: 25px;
    max-height: 25px;
  }

  .type__inner .type__switcher-btns.custom {
    gap: 10px;
  }

  .type__inner .type__switcher-data {
    margin: 20px 0;
  }
}

.card-utp {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  padding: 26px 16px;
  background-color: white;
  box-shadow: 0px 4px 32px 0px #0000000F;
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
}

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

.card-utp .text-1 {
  font-weight: 700;
  font-size: 22px;
  color: var(--black);
  margin-bottom: 6px;
}

.card-utp .text-2 {
  display: flex;
  font-size: 14px;
  align-items: center;
}

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

.svg-icon {
  margin-right: 10px;
}

/* Карта  */
.map {
  padding: 40px 0 0 0;
  position: relative;
}

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



.map_inner {
  position: absolute;
  max-width: 1296px;
  top: 60px;
  padding: 16px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 7px 7px 18px 0px #e8e8e8e5;
  max-width: 420px;
  z-index: 10;
  font-size: 14px;
}

.map_inner .map-text {
  display: flex;
  flex-direction: column;
}

.map_inner .map-text .map-text-search {
  background: #F4F4F4;
  border-radius: 16px;
  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: 16px;
  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: 16px;
  bottom: 12px;
  left: 12px;
}

.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: #196DFF;
  height: 24px;
  gap: 8px;
  margin-bottom: 12px;
}

.map_inner .map-text .mid-title img {
  height: 24px;
}

.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;
  background-color: #196DFF;
  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 #196DFF;
  color: #196DFF;
}

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

.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;
  display: block;
}

.map_inner .map-text .map-text-bot-tab::after {
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #196DFF;
  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: #196DFF;
}

.map_inner .map-text .rev-map {
  flex-direction: column;
  gap: 32px;
  max-height: 182px;
  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_https___api_maps_yandex_ru_2_1_79_1583337922755islands_dotIcon___1E98FF__1E98FF_34x41_1754753111149 {
  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;
  }

  .map.block {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.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: 16px;
  font-size: 16px;
  line-height: 1;
  height: 42px;
  font-weight: 500;
  color: #3B3B3B;
  background-color: #F9F9F9;
  gap: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  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;
  }
}

.att_block_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.att_block_inner .att_block-item {
  flex: 1 0 45%;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: color-mix(in srgb, var(--Orange) 10%, transparent);
}

.att_block_inner .att_block-item svg {
  transform: translateY(-2px);
}

.att_block_inner .att_block-item svg path {
  fill: var(--Orange);
}

.att_block_inner .att_block-item:nth-child(1) {
  background-color: #f9f9f9;

}

.att_block_inner .att_block-item:nth-child(1) svg path {
  fill: #DA2128;
}

.att_block_inner .att_block-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(20px, calc(1.54vw + 9.76px), 32px);
  font-weight: 700;
}

.att_block_inner .att_block-text {
  font-size: clamp(16px, calc(0.77vw + 8.88px), 20px);
  line-height: 1.2;
  opacity: 0.8;
}

@media (max-width:992px) {
  .att_block_inner .att_block-item {
    padding: 16px;
  }

  .att_block_inner .att_block-item svg {
    width: 36px;
    height: 36px;
  }

  .att_block_inner {
    gap: 12px;
  }
}

.deliveryStage_inner {
  display: flex;
  align-items: center;
  gap: 32px 42px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--Orange);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.deliveryStage_inner .deliveryStage-img {
  width: clamp(345px, calc(27.27vw + 237.27px), 630px);
  height: clamp(275px, calc(37.99vw + 124.94px), 672px);
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  position: relative;
  z-index: 3;
}

.deliveryStage_inner .deliveryStage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deliveryStage_inner .deliveryStage-text {
  position: relative;
  z-index: 3;
  color: white;
  max-width: 692px;
}

.deliveryStage_inner .deliveryStage-text h2 {
  font-size: clamp(20px, calc(1.54vw + 5.76px), 28px);
  font-weight: 700;
  margin-bottom: 20px;
}

.deliveryStage_inner .deliveryStage-text p {
  font-size: clamp(14px, calc(0.77vw + 6.88px), 18px);
  margin-bottom: 32px;
}

.deliveryStage_inner .deliveryStage-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.deliveryStage_inner .deliveryStage-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.deliveryStage_inner .deliveryStage-item-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
}

.deliveryStage_inner .deliveryStage-item-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: white;
}

.deliveryStage_inner .deliveryStage-item-icon svg path {
  fill: var(--Orange);
}

.deliveryStage_inner .deliveryStage-item-text {
  font-size: 18px;
  line-height: 1.4;
}

.deliveryStage_inner .deliveryStage-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: 0;
}

.type__inner .price_body .price_body-tabs-info {
  display: none;
}

@media (max-width:1300px) {
  .deliveryStage_inner .deliveryStage-text {
    padding: 20px 20px 32px 20px;
  }

  .main-window-inner {
    padding: 16px;
  }
}

@media (max-width:1200px) {
  .deliveryStage_inner {
    flex-direction: column-reverse;
  }

  .deliveryStage_inner .deliveryStage-item-title {
    font-size: 16px;
  }

  .deliveryStage_inner .deliveryStage-back {
    width: 250%;
  }

  .deliveryStage_inner .deliveryStage-list {
    gap: 28px;
  }

  .deliveryStage_inner .deliveryStage-text h2 {
    text-align: center;
  }

  .deliveryStage_inner .deliveryStage-item-text {
    font-size: 16px;
  }

  .deliveryStage_inner .deliveryStage-img {
    height: 275px;
    width: 100%;
    border-radius: 16px;
  }

  header .telega-btn {
    display: none;
  }

  header .col-header-2 {
    margin: 0 auto;
  }

  header .main_menu-header {
    gap: 18px;
  }

  .option__cards .option__cards-item .item-text {
    width: 15%;
    margin-right: 0;
  }

  .option__cards .option__cards-item .item-title {
    width: 80%;
  }

  .option__cards .option__cards-item {
    gap: 12px;
  }

  .end-price-block {
    padding: 16px;
    /* gap: 20px; */
  }
}

@media (max-width:1150px) {
  .gradient-img img {
    display: none !important;
  }

  .card-utp-imgs img {
    display: block !important;
  }

  .warranty .main-inner-text {
    padding: 16px 16px 16px 20px;
  }

  .warranty .gradient-img img {
    display: block !important;
  }

  .warranty .main-window-inner {
    background-color: #f9f9f9;
  }

  .deliveryStage_inner .deliveryStage-text {}

  .gradient-img {
    max-width: 700px;
    width: 100%;
  }

  .card-utp {
    position: relative;
    margin-top: 12px;
    padding: 16px;
    justify-content: center;
    left: 0;
    right: 0;
    transform: none;
    max-width: 100%;
  }

  .card-utp .text-1 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .main-window-inner {
    padding: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
  }

  .main-inner-text {
    padding: 16px;
    border-radius: 16px;
    background-color: #f9f9f9;
  }
}

@media (max-width:1080px) {
  footer .footer__inner .footer__info {
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-right: 0;
    border-bottom: 1px solid #3B3B3B;
  }
}

@media (max-width:1050px) {
  .end-price-block {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }

  .end-price-block .block-contacts {
    gap: 5px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #FFFFFF80;
    border-bottom: 1px solid #FFFFFF80;
    padding: 0;
    padding-bottom: 16px;
    padding-top: 16px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .end-price-block .telega-btn br {
    display: none;
  }

  .end-price-block .telega-btn {
    max-width: 100%;
    margin: 0;
  }

  .end-price-block .block-title {
    text-align: center;
  }

  .type__inner .type__switcher .price_body {
    max-width: 100%;
    width: 100%;
  }

  .end-price-block svg {
    display: none;
  }

  .end-price-block .telega-btn svg {
    display: block;
  }

  .type__inner .type__switcher {
    gap: 16px;
    flex-direction: column;
  }

  .type__inner .type__switcher-btns.custom {
    max-width: 100%;
    display: none;
  }

  .type__inner .price_body .price_body-tabs-info {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
  }

  .type__inner .price_body .price_body-tabs-info svg {
    transition: all 0.3s ease;
  }

  .type__inner .price_body .price_body-tabs-info.active svg {
    transform: rotate(180deg);
  }

  .type__inner .type__switcher-btns.custom {
    margin-top: 8px;
  }

  .type__inner .type__switcher-btns.custom .type__switcher-btn {
    margin-bottom: 8px;
  }

  .option__cards-services {
    gap: 0;
    max-height: max-content;
    overflow: visible;
  }

  .option__cards .option__cards-item {
    padding: 16px 12px;
  }

  .type__inner .type__switcher-option__cards .option__cards-item:nth-child(n+7) {
    display: none;
  }

  .open-price {
    display: flex;
  }
}

@media (max-width:992px) {
  .main-window {
    padding-bottom: 20px;
  }

  .warranty .gradient-img img {
    width: 100%;
  }

  .consult__card-new .side-btns {
    flex-direction: column;
  }

  footer .footer__inner {
    padding: 20px 0;
  }

  footer .footer__inner .contact-block {
    margin-bottom: 0;
  }

  .text-cards {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
  }

  .consult__card-new {
    position: relative;
  }

  .consult__card-new .new-right-side {
    position: absolute;
    right: 0;
    /* top: 16px; */
    background-color: transparent;
    width: 54px;
    height: 54px;
  }

  .consult__card-new .new-right-side svg {
    height: 52px;
  }

  .consult__card-new .new-right-side svg path {
    fill: var(--Orange);
  }

  .consult__card-new .new-right-side:before {
    display: none;
  }

  .consult__card-new .new-right-side:after {
    display: none;
  }

  .consult.colored .consult__card-new .new-right-side {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }

  .text-cards .text-cards-item {
    padding: 16px;
  }

  .text-cards .text-cards-item.active .item-title {
    /* font-size: 14px; */
  }

  .text-cards .text-cards-item .item-block {
    font-size: 14px;
    margin-top: 16px;
  }

  .consult.colored .consult__card-new .side-btns .defaultBtn {
    max-width: 100%;
    width: 100%;
  }

  .consult.colored .consult__card-new .side-btns .telega-btn {
    max-width: 100%;
  }

  .consult.colored .consult__card-new .side-btns .telega-btn br {
    display: none;
  }

  .consult.colored .consult__card-new {
    padding: 0;
    gap: 0;
    flex-direction: column;
  }

  .consult.colored .consult__card-new .side-btns .side-btns-num {
    padding: 16px 0;
    width: 100%;
    border: none;
    border-top: 1px solid #FFFFFF80;
    border-bottom: 1px solid #FFFFFF80;
  }

  .consult__card-new .new-left-side {
    /* padding: 16px 16px 20px 16px; */
    max-width: 100%;
    position: relative;
  }

  .consult.colored .consult__card-new .new-left-side {
    padding: 16px 16px 20px 16px;
  }

  .consult__card-new .side-btns .defaultBtn {
    max-width: 100%;
    width: 100%;
  }

  .consult__card-new .side-btns .telega-btn {
    max-width: 100%;
  }

  .consult__card-new .side-btns .telega-btn br {
    display: none;
  }

  .consult__card-new .side-btns .side-btns-num {
    border: none;
    padding: 0;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #3B3B3B80;
    border-top: 1px solid #3B3B3B80;
  }

  .consult__card-new .new-left-side .side-text {
    margin: 20px 0;
  }

  .consult__card-new .new-left-side .title-submain {
    max-width: 290px;
  }

  .consult__card-new .new-left-side .title-submain br {
    display: none;
  }

  .sertification .sert-text {
    width: 100%;
    max-width: 100%;
  }

  .seo-attention .container .text-18 {
    padding-left: 12px;
  }

  .seo-attention .container .text-18::after {
    width: 4px;
  }

  .type__inner .type__switcher-option__cards .option__cards-item .item-title {
    font-size: 12px;
    width: 90%;
  }

  .option__cards .option__cards-item .item-btn {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }

  .option__cards .option__cards-item .item-btn svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }

  .type__inner .type__switcher-option__cards .option__cards-item .item-text {
    min-width: fit-content;
    font-size: 12px;
  }

  .type__inner .price-title-box {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .type__inner .price-title-box h2 {
    text-align: center;
  }

  .type__inner .price-data {
    font-size: 12px;
  }

}

@media (max-width:520px) {
  .consult.colored .consult__card-new .new-right-side {
    width: 100%;
  }
}

.none {
  display: none !important;
}

section.quiz {
  padding: 62px 0;
}

section.quiz h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 32px;
}

section.quiz .quiz_inner {
  padding: 32px;
  border-radius: 16px;
  /* box-shadow: 0px 0px 32px 0px #0000000f; */
  background-color: #f9f9f9;
}

section.quiz .quiz_inner-calc {
  display: flex;
  flex-direction: column;
}

section.quiz .quiz-calc-item {
  margin-bottom: 24px;
  position: relative;
  flex-wrap: wrap;
}

section.quiz .quiz-calc-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 25px;
  height: calc(100% + 24px);
  width: 1px;
  background-color: #808080;
}

section.quiz .quiz-calc-item:last-child {
  margin-bottom: 0;
}

section.quiz .quiz-calc-item:last-child::before {
  height: 100%;
}

section.quiz .quiz-item-title {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  /* background-color: white; */
}

section.quiz .quiz-item-title-icon {
  width: 51px;
  height: 51px;
  min-width: 51px;
  border-radius: 100%;
  border: 1px solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

section.quiz .quiz-item-title-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
}

section.quiz .quiz-item-title-text span {
  font-size: 16px;
  font-weight: 600;
  color: var(--Orange);
}

section.quiz .quiz-item-title-text .text span {
  font-size: 20px;
  font-weight: 600;
  color: var(--Orange);
}

section.quiz .quiz-item-body {
  padding-left: 67px;
  flex: 1 0 100%;
}

section.quiz .quiz-body-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

section.quiz .quiz-cat-item {
  background-color: white;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  width: fit-content;
  padding: 12px 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: var(--black);
  transition: all 0.3s ease;
}

section.quiz .text-politika {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  opacity: 0.6;
}

section.quiz .text-politika a {
  font-weight: 400;
  font-size: 16px;
  color: var(--black);

}

section.quiz .quiz-cat-item:hover {
  background-color: var(--black);
  color: white;
}

section.quiz .quiz-cat-item.active {
  background-color: var(--black);
  color: white;
}

section.quiz .quiz-cat-item-img {
  pointer-events: none;
  width: 32px;
  height: 32px;
  min-width: 32px;
}

section.quiz .quiz-cat-item-img img {
  width: 100%;
  height: 32px;
  object-fit: contain;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select {
  background-color: white;
  border-radius: 16px;
  position: relative;
  padding: 19px 44px 19px 24px;
  max-width: 792px;
  width: fit-content;
  cursor: pointer;
  font-size: 16px;
}

section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section input {
  border-radius: 16px;
  font-size: 16px;
  border: 1px solid #3B3B3B4D;
  background-color: white;
  border: 0px;
  margin: 0;
  padding: 16px 45px 16px 24px;
}

section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section .card-row-form .right form {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}



section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select .quiz-select-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select.active svg {
  transform: rotate(180deg) translateY(50%);
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-select-item {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  cursor: pointer;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-select-item:hover {
  text-decoration: underline;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select .quiz-select-item.active {
  display: block;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-selectors {
  display: none;
  background-color: white;
  border-radius: 16px;
  position: relative;
  /* display: flex; */
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  color: var(--black);
  padding: 19px 24px;
  max-width: 792px;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select-btn {
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: 1px solid transparent;
  background-color: var(--Orange);
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 26px;
}

section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select-btn:hover {
  background-color: white;
  border: 1px solid var(--Orange);
  color: var(--Orange);
}

section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section {
  padding: 0;
}

section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section .card-row-form .right form button {
  max-width: 240px;
  border: 1px solid transparent;
}

section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section .card-row-form .right form button {
  border: 1px solid var(--Orange);
}

@media (max-width:992px) {
  section.quiz h2 {
    font-size: 22px;
  }

  section.quiz .quiz-cat-item {
    font-size: 12px;
    padding: 8px 20px;
  }

  section.quiz {
    padding: 50px 0;
  }

  section.quiz .quiz-item-body {
    padding: 0;
  }

  section.quiz .quiz-item-title-text {
    font-size: 16px;
    justify-content: center;
  }

  section.quiz .quiz-item-title-text span {
    font-size: 14px;
  }

  section.quiz .quiz-item-title {
    gap: 10px;
  }

  section.quiz .quiz-item-title-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  section.quiz .quiz_inner {
    padding: 20px 18px;
  }

  section.quiz .quiz-item-body .text-politika span {
    display: none;
  }

  section.quiz .quiz-item-body .text-politika br {
    display: none;
  }

  section.quiz .quiz-calc-item::before {
    display: none;
  }

  section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select {
    padding: 11px 40px 11px 20px;
    font-size: 12px;
  }

  section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-select .quiz-select-icon {
    right: 20px;
  }

  section.quiz .quiz-calc-item#slide2 .quiz-item-body {
    gap: 12px;
  }

  section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-body-selectors {
    padding: 11px 20px;
  }

  section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section .card-row-form .right form button {
    max-width: 100%;
    width: 100%;
  }

  section.quiz .quiz-item-title-text .text span {
    font-size: 14px;
  }

  section.quiz .quiz-calc-item#slide2 .quiz-item-body .quiz-select-item {
    font-size: 12px;
  }

  section.quiz .card-row-form .right form {
    flex-direction: column;
    gap: 12px;
  }

  section.quiz .quiz-calc-item#slide3 .quiz-item-body .main-section input {
    width: 100%;
    max-width: 100%;
  }
}

.expand-button {
  position: absolute;
  bottom: -15px;
  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.bg-show {
  background-image: none;
}

@media (max-width: 992px) {
  section.quiz .quiz-body-cat {
    max-height: 360px;
    overflow-y: scroll;
  }
}




.card-utp-full {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 100%;
  height: 380px;
  max-width: 345px;
}

.card-utp-full .card-utp-top {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px #0000000F;
  padding: 26px 26px 0 26px;
}

.card-utp-full .card-utp {
  box-shadow: none;
  padding: 26px 18px;
  display: flex;
  justify-content: center;
}

.card-utp-full .sec-1 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  color: var(--Orange);
}

.card-utp-full .sec-2 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}

.card-utp-full .sec-3 {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.card-utp-full .sec-4 {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  padding-bottom: 22px;
}

.card-utp-full .sec-5 {
  background-color: #3B3B3B80;
  height: 1px;
  margin-bottom: 32px;
}

@media (max-width: 1150px) {
  .card-utp-full {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 12px;
    max-width: inherit;
    height: 360px;
  }

  .card-utp-full .card-utp {
    position: absolute;
    left: 0;
    right: 0;
  }

}





.reklama-review {
  padding: 40px;
  background: #F9F9F9;
  display: flex;
  border-radius: 24px;
  gap: 32px;
  flex-direction: column;
  border-top: 1px solid #3B3B3B1A;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 24px;
}

.reklama-review .block-1,
.reklama-review .block-2 {
  background-color: white;
  border-radius: 16px;
}

.reklama-review .block-1 {
  display: flex;
  gap: 32px;
  padding: 32px;
}

.reklama-review .block-1 .left {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.main-rek-icon {
  display: flex;
  justify-content: center;
}

.main-rek-count {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: var(--Orange);
}

.main-rek-star {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.main-rek-reviews {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #6B6B6B;
}

.main-rek-map {
  color: #3B3B3B;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}

.reklama-review .block-1 .right {
  width: 100%;
}

.main-name-rek {
  color: #3B3B3B;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 18px;
}

.box-line-proc {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.line-proc {
  display: flex;
  align-items: center;
}

.shkala {
  width: 100%;
  background-color: #E5E5E5;
  height: 6px;
  border-radius: 10px;
  width: 100%;
  max-width: 760px;
  position: relative;
  overflow: hidden;
}

.color-shkala {
  position: absolute;
  left: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--Orange);
}

.name-proc {
  white-space: pre;
  width: 160px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #3B3B3B;
}

.count-proc {
  position: relative;
  margin-left: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  color: var(--Orange);
}

.line-proc-last {
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #6B6B6B;
}

.reklama-review .block-2 {
  padding: 21px;
  display: flex;
  flex-direction: column;
}

.reklama-review .block-2 .name-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 14px;
  color: #3B3B3B;
}

.rek-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rek-cards .rek-card {
  border-top: 1px solid #3B3B3B14;
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 20px;
  display: flex;
  gap: 15px;
}

.rek-cards .rek-card .reviews {
  padding: 0;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.rek-card .icon {
  display: flex;
  justify-content: center;
  align-items: center
}

.rek-card .box .name {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
}

.rek-card .box .rating {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 4px;
}

.rek-card .box .rating-count {
  font-family: 'Helvetica', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  color: var(--Orange);
}

@media (max-width: 1150px) {
  .reklama-review .block-1 {
    flex-direction: column;
  }

  .reklama-review .block-1 .left {
    margin: auto;
  }

  .reklama-review {
    padding: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .rek-cards {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .rek-card .box .rating .star {
    display: flex;
  }

  .name-proc {
    white-space: normal;
    min-width: 140px;
  }

  .count-proc {
    min-width: 50px;
  }

  .box-line-proc {
    gap: 10px;
  }
}



@media (max-width: 830px) {
  .mainUtp-icon {
    width: 22%;
  }

  .mainUtp-title {
    width: 75%;
    text-align: left !important;
  }

  .mainUtp-text {
    width: 100%;
  }
}

.max-modal {
  bottom: 200px;
}

.max-modal img {
  width: 54px;
  height: 54px;
}

.telega-modal.max-modal .overlay_phone {
  background-color: #3d60be;
}

.popup-woo {
  padding: 20px !important;
  max-width: 360px !important;
  margin-left: auto;
  margin-right: auto;
}

.popup-woo .politika {
  margin-top: 14px;
}

.box-cont {
  display: flex;
  flex-direction: column;
}