@font-face {
  font-family: "Unbounded";
  src: url("Unbounded-Medium.eot");
  src: local("Unbounded Medium"), local("Unbounded-Medium"),
    url("Unbounded-Medium.eot?#iefix") format("embedded-opentype"),
    url("Unbounded-Medium.woff2") format("woff2"),
    url("Unbounded-Medium.woff") format("woff"),
    url("Unbounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("Unbounded-Regular.eot");
  src: local("Unbounded Regular"), local("Unbounded-Regular"),
    url("Unbounded-Regular.eot?#iefix") format("embedded-opentype"),
    url("Unbounded-Regular.woff2") format("woff2"),
    url("Unbounded-Regular.woff") format("woff"),
    url("Unbounded-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"),
    url("Roboto.woff2") format("woff2"), url("Roboto.woff") format("woff"),
    url("Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background-color: #f6f7f8;
  overflow-x: hidden;
}
a {
  color: initial;
  text-decoration: none;
}
h1,
.h1 {
  color: #121212;
  font-size: clamp(2.625rem, 1.268rem + 2.83vw, 4.625rem); /*42-74px; 768 1900*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(2.875rem, 0.063rem + 5.86vw, 4.75rem);
  word-wrap: break-word;
  margin: 0;
}
h2,
.h2 {
  color: #121212;
  font-size: clamp(2rem, 1.491rem + 1.06vw, 2.75rem); /*32-44px;*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(2.25rem, 1.125rem + 2.34vw, 3rem);
  word-wrap: break-word;
  margin: 0;
}
h3,
.h3 {
  color: #121212;
  font-size: clamp(1.375rem, 0.951rem + 0.88vw, 2rem); /*22-32px;*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(1.75rem, 0.813rem + 1.95vw, 2.375rem);
  word-wrap: break-word;
  margin: 0;
}
h4,
.h4 {
  color: #121212;
  font-size: clamp(1.125rem, 0.871rem + 0.53vw, 1.5rem); /*18-24px;*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(1.563rem, 0.906rem + 1.37vw, 2rem);
  word-wrap: break-word;
  margin: 0;
}
h5,
.h5 {
  color: #121212;
  font-size: clamp(1rem, 0.915rem + 0.18vw, 1.125rem); /*14-18px; -> 16-18*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(1.25rem, 0.875rem + 0.78vw, 1.5rem);
  word-wrap: break-word;
  margin: 0;
}
h6,
.h6 {
  color: #121212;
  font-size: clamp(0.75rem, 0.665rem + 0.18vw, 0.875rem); /*12-14px;*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(1.188rem, 1rem + 0.39vw, 1.313rem);
  word-wrap: break-word;
  margin: 0;
}
/*Подзаголовок*/
.subheader {
  color: #323232;
  font-size: clamp(1.125rem, 1.04rem + 0.18vw, 1.25rem); /*18-20px;*/
  font-family: Unbounded;
  font-weight: 400;
  line-height: clamp(1.438rem, 0.594rem + 1.76vw, 2rem);
  word-wrap: break-word;
}
/*Текст стандарт*/
.text_standart {
  color: #323232;
  font-size: clamp(1rem, 0.915rem + 0.18vw, 1.125rem); /*16-18px;*/
  font-family: Roboto;
  font-weight: 400;
  line-height: clamp(1.5rem, 1.125rem + 0.78vw, 1.75rem);
  word-wrap: break-word;
}
/* Текст подписи*/
.text_signature {
  color: #121212;
  font-size: clamp(0.688rem, 0.645rem + 0.09vw, 0.75rem); /*11-12px;*/
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
}

/* Текст крупный*/
.text_large {
  color: #121212;
  font-size: clamp(1.125rem, 1.04rem + 0.18vw, 1.25rem); /*18-20px;*/
  font-family: Roboto;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
/* Текст мелкий*/
.text_little {
  color: #323232;
  font-size: clamp(0.813rem, 0.77rem + 0.09vw, 0.875rem); /*13-14px*/
  font-family: Roboto;
  font-weight: 400;
  line-height: clamp(1.188rem, 1rem + 0.39vw, 1.313rem);
  word-wrap: break-word;
}
/* Кнопки крупные*/
.text_button_large {
  color: #121212;
  font-size: 14px;
  font-family: Unbounded;
  font-weight: 500;
  word-wrap: break-word;
}
/* Кнопки стандартные*/
.text_button_standart {
  color: #121212;
  font-size: 12px;
  font-family: Unbounded;
  font-weight: 500;
  word-wrap: break-word;
}
/* Кнопки маленькие*/
.text_button_little {
  color: #121212;
  font-size: 10px;
  font-family: Unbounded;
  font-weight: 500;
  word-wrap: break-word;
}

.button_large {
  border-radius: 6px;
  background: #ef3224;
  display: flex;
  box-sizing: border-box;
  height: clamp(3.5rem, 3.161rem + 0.71vw, 4rem);
  padding: 22px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: fit-content;
  max-width: 100%;
  color: white;
  border: none;
  outline: none;
}

.button_standart {
  border-radius: 6px;
  display: flex;
  height: 20px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ef3224;
  color: #fff;
  width: fit-content;
  cursor: pointer;
}
.button_standart:hover,
.button_large:hover {
  background: #ff6559;
}
.button_standart_white {
  background: none;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.button_standart_white:hover {
  background: #fff;
  color: #000;
}

.button_text {
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
}
.button_text::before {
  content: url("../img/read_more.svg");
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 17px;
  height: 17px;
}
.button_text.copy-button::before {
  content: url("../img/copy.svg");
}
.button_text.api_button::before {
  content: url("../img/pdf.svg");
}
.button_text:hover {
  color: #ff6559;
}
.button_standart_black_border {
  border-radius: 6px;
  border: 1px solid rgba(22, 22, 22, 0.3);
  background: none;
  color: #1a1a1a;
}
.button_standart_black_border.disable {
  border-radius: 6px;
  border: 1px solid rgba(22, 22, 22, 0.3);
  background: none;
  color: #1a1a1a;
  opacity: 0.1;
}
.button_standart_black_border:hover {
  background: #1a1a1a;
  color: #fff;
}
.black_header
  .button_standart.button_standart_white.text_white.text_button_standart {
  border: 1px solid rgba(22, 22, 22, 0.3);
  color: #1a1a1a;
}
.black_header
  .button_standart.button_standart_white.text_white.text_button_standart:hover {
  background: #1a1a1a;
  color: #fff;
}
.button_standart_black_border.disable:hover {
  background: inherit;
  color: inherit;
}

.text_black {
  color: #121212;
}
.text_black_a {
  color: #323232;
}
.text_white {
  color: #fff;
}
.text_white_a {
  color: #ffffffcc;
}
.text_red {
  color: #ef3224;
}
.text_gray {
  color: #858585;
}
.text_button_standart.button_standart_white:hover {
  color: #1a1a1a;
}
.text_center {
  text-align: center;
}

section.p-20 {
  padding: 20px 0px;
}

header.header {
  position: absolute;
  width: 100%;
  z-index: 20;
}
header.header.black_header {
  position: inherit;
  width: auto;
}
.header_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.25rem, -0.446rem + 3.53vw, 3.75rem);
  padding: 16px 0px 12px 0px;
}
.header_cont div.logo {
  max-width: 210px;
  max-height: 47px;
  display: flex;
}
.header_cont .phone_m {
  display: none;
}
@media (max-width: 992px) {
  .header_cont .phone_m {
    display: block;
    position: absolute;
    top: 34px;
    color: #fff;
    font-family: Unbounded;
    font-size: 14px;
  }
  .black_header .header_cont .phone_m {
    color: #000;
  }
  .header_cont .logo_wrapper {
    margin-top: -10px;
  }
}
.header_buttons {
  display: flex;
  gap: clamp(0.625rem, 0.201rem + 0.88vw, 1.25rem);
}
.header_cont div.logo svg.logo {
  width: clamp(8.75rem, 3.97rem + 7.71vw, 13.125rem);
  max-width: 100%;
  height: 100%;
  color: #fff;
}
header.header.black_header .header_cont div.logo svg.logo {
  color: #010101;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  margin-bottom: 20px;
}
.breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  padding: 3px 6px;
  height: 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff4d;
  cursor: pointer;
}
.breadcrumb:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.3);
}
.breadcrumb.active {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.black_header .breadcrumb span {
  color: rgba(0, 0, 0, 0.3);
}
.black_header .breadcrumb {
  background: rgba(0, 0, 0, 0.06);
}
.black_header .breadcrumb:hover {
  background: rgba(0, 0, 0, 0.11);
}
.black_header .breadcrumb.active {
  background: rgba(0, 0, 0, 0.12);
}
section.h1_section {
  padding: 20px 0px 30px;
}
.section_services_list {
  background: #121212;
  padding: 210px 0px 80px;
}
.service_list_w {
  background: #121212;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem) 0px;
}
.service_list_card {
  border-radius: 12px;
  background: #2d2d2d;
  display: flex;
  padding: clamp(0.875rem, 0.197rem + 1.41vw, 1.875rem)
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  box-sizing: border-box;
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.service_list_card_img {
  display: flex;
  width: 60px;
  justify-content: center;
  align-items: center;
}

.service_list_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.section_services_list_text {
  padding: 80px 0px 40px;
}
section.main {
  background: #121212;
  padding: 150px 0px 60px 0px;
  margin-bottom: 40px;
}
.utp {
  border-radius: 14px;
  background: #373737;
  display: flex;
  min-height: 600px;
  box-sizing: border-box;
  height: 100%;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;

  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}
.utp_header {
  display: flex;
  max-width: 609px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  z-index: 1;
}
.utp_buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  z-index: 1;
}
img.utp_img {
  position: absolute;
  z-index: 0;
  left: 48%;
  top: 15%;
}
.utp_circle {
  position: absolute;
  right: -10px;
  /* top: -60px; */
  top: 0%;
  transform: translateY(-30%);
  display: flex;
  flex-direction: column;
  width: clamp(9.375rem, 5.983rem + 7.07vw, 14.375rem);
  height: clamp(9.375rem, 5.983rem + 7.07vw, 14.375rem);
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: clamp(0rem, -0.424rem + 0.88vw, 0.625rem);
  border-radius: 200px;
  background: #ef3224;
}

.small_icon_cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  align-self: stretch;
}
.small_icon_card,
.gain_card,
.gain_card_b {
  border-radius: 14px;
  background: #373737;
  display: flex;
  padding: 20px clamp(1.25rem, 0.911rem + 0.71vw, 1.75rem);
  align-items: center;
  gap: clamp(0.625rem, 0.286rem + 0.71vw, 1.125rem);
  flex: 1 0 200px;
}
.small_icon_card img,
.service_description_card img,
.gain_card img,
.gain_card_b img {
  width: 30px;
  height: auto; /*30px*/
  flex-shrink: 0;
}
.small_icon_card_content,
.gain_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
section.advantages {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.advantage_wrapper {
  padding: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem)
    clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem)
    clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem)
    clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
  border-radius: 12px;
  background: #121212;
}
.advantage_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  max-width: 890px;
}
.advantage_cards {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.advantage_card {
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, 0.286rem + 0.71vw, 1.125rem);
  box-sizing: border-box;
  flex: 1 0 320px;
  align-self: stretch;
  border-radius: 12px;
  background: #373737;
}
.advantage_cards_b {
  padding-top: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
.advantage_card_b {
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, 0.286rem + 0.71vw, 1.125rem);
  border-radius: 12px;
  background: white;
  box-sizing: border-box;
  height: 100%;
}
.advantage_card_c {
  display: flex;
  padding: 20px 28px;
  align-items: center;
  gap: clamp(0.625rem, 0.286rem + 0.71vw, 1.125rem);
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: white;
  box-sizing: border-box;
  height: 100%;
}
.advantage_card_header {
  display: flex;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}
.advantage_card_header img {
  width: 30px;
  height: auto;
  filter: invert(98%) sepia(1%) saturate(2734%) hue-rotate(174deg)
    brightness(90%) contrast(73%);
}
.advantage_card .advantage_card_header img {
  filter: invert(0%);
}
.advantage_card_c .advantage_card_header {
  display: flex;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}

.integration_card {
  border-radius: 12px;
  background: #eaedf0;
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem);
  align-self: stretch;
}
.integration_card_header {
  display: flex;
  max-width: 890px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.sw_int_sl {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.integration_card_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  overflow-x: hidden;
}
.integration_card_list_image {
  display: flex;
  width: 178px;
  height: 82px;
  padding: 15px 21px;
  align-items: flex-start;
  box-sizing: border-box;
  gap: 10px;
  background: url(/upload/logo_1c_bitrix.png) 50% / contain no-repeat;
}
section.service_description {
  padding: 60px 0px;
}
.service_description_wrapper,
.gain_wrapper {
  border-radius: 12px;
  background: #121212;
  display: flex;
  padding: 30px 40px 40px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.service_description_cards {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.service_description_card {
  border-radius: 12px;
  background: #373737;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
}
.service_description_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.steps_c {
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
  border-radius: 12px;
  background: #121212;
}
.steps_c .steps_c_header {
  max-width: 840px;
}
.steps_c_steps {
  display: none;
  padding-top: 40px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.steps_c_steps.active {
  display: flex;
  flex-wrap: wrap;
}
.steps_c_step {
  display: flex;
  padding: 90px 30px 30px 30px;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex: 1 0 0;
  min-height: 250px;
  gap: 12px;
  align-self: stretch;
  border-radius: 10px;
  background: #2d2d2d;
  text-align: center;
  position: relative;
  overflow-y: clip;
}
.steps_c_step_with_text {
  flex-wrap: wrap;
}
.steps_w img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
}
.steps_c_step.step_red {
  background: #ef3224;
}
.step_w:nth-child(1) .steps_c_step::after {
  content: "1";
  color: #f35145;
}

.step_w:nth-child(2) .steps_c_step::after {
  content: "2";
}

.step_w:nth-child(3) .steps_c_step::after {
  content: "3";
}

.step_w:nth-child(4) .steps_c_step::after {
  content: "4";
}

.steps_c_step_with_text .step_w:nth-child(2) .steps_c_step::after {
  content: "1";
  color: #f35145;
}

.steps_c_step_with_text .step_w:nth-child(3) .steps_c_step::after {
  content: "2";
}

.steps_c_step_with_text .step_w:nth-child(4) .steps_c_step::after {
  content: "3";
}

.steps_c_step_with_text .step_w:nth-child(5) .steps_c_step::after {
  content: "4";
}
.steps_c_step::after {
  color: #383838;
  font-family: Unbounded, sans-serif;
  font-size: 234px;
  font-style: normal;
  font-weight: 500;
  line-height: 274px;
  position: absolute;
  /* transform: translateY(-14%); */
  top: 26%;
  z-index: 0;
  pointer-events: none;
}
.step_w {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 250px;
  align-self: stretch;
  border-radius: 10px;
  background: #2d2d2d;
  text-align: center;
  position: relative;
}
.step_w img {
  position: absolute;
  transform: translatey(-50%);
  width: 110px;
  z-index: 2;
}
.steps_c_step > * {
  position: relative;
  z-index: 1;
}
section.how_it_works {
  padding: 60px 0 30px;
}
.how_it_works_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
.how_it_works_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.ex_sms {
  position: relative;
}
.ex_sms .swiper-slide {
  height: auto;
}
.ex_sms-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ex_sms-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
  right: 0;
  top: -80px;
}
.ex_sms-button-next,
.integration_card_list-button-prev,
.ex_sms-button-prev,
.integration_card_list-button-next {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.integration_card_list-button-prev:hover,
.integration_card_list-button-next:hover,
.ex_sms-button-next:hover,
.ex_sms-button-prev:hover {
  color: #fff;
  background: #121212;
}
.swiper-button-disabled {
  background: none;
  color: #4e4e4e;
}
.swiper-button-disabled:hover {
  background: none;
  color: #4e4e4e;
}
.sms_card {
  border-radius: 12px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.sms_example_t {
  display: flex;
  padding-top: 11px;
  align-items: flex-end;
  gap: 5.25px;
  position: relative;
}
.attachvent_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.attachvent_file {
  border-radius: 4px;
  background: #f9f9f9;
  display: flex;
  padding: 5px 6px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.pigtail {
  position: absolute;
  bottom: -6px;
  left: -6px;
}
.sms_example {
  border-radius: 7.15px;
  background: #f6f7f8;
  display: flex;
  padding: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1 0 0;
}
.how_it_works_text {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.how_it_works_text .text_standart {
  max-height: 220px;
  opacity: 0.8;
  background: linear-gradient(180deg, #323232 67.03%, #efefef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how_it_works_text.expanded .text_standart {
  max-height: none;
  -webkit-text-fill-color: initial;
  background: none;
  opacity: 1;
}

section.gain {
  padding: 30px 0px;
}
.gain_wrapper {
  align-items: flex-start;
}
.gain_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.gain_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0px;
}
.gain_card {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  max-width: calc(33.333% - 20px);
  min-height: 131px;
}
.gain_cards_b {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.gain_card_b {
  min-height: 131px;
  background: white;
  box-sizing: border-box;
  height: 100%;
}
.gain_card_b img {
  filter: invert(98%) sepia(1%) saturate(2734%) hue-rotate(174deg)
    brightness(90%) contrast(73%);
}
.gain_text {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 840px;
}
.gain_text .text_standart {
  max-height: 220px;
  opacity: 0.8;
  background: linear-gradient(180deg, #fff 67.03%, #121212 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: max-height 0.3s ease, -webkit-text-fill-color 0.3s ease;
}

.gain_text.expanded .text_standart {
  max-height: none;
  -webkit-text-fill-color: initial;
  background: none;
  opacity: 1;
}
section.tariffs {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.tarriff_hotfix {
  text-align: center;
  margin-bottom: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
}
.tariffs_wrapper {
  display: flex;
  padding: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem)
    clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.875rem, 0.179rem + 3.53vw, 4.375rem);
  align-self: stretch;
  border-radius: 12px;
  background: #121212;
}
.tariffs_wrapper .menu_for_pages {
  padding: 0;
}
.tariffs_wrapper.text_center {
  align-items: center;
}

.tariffs_cards {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.tariffs_cards_wrapper .tariffs_cards {
  display: none;
}
.tariffs_cards_wrapper .tariffs_cards.active {
  display: flex;
}
.tariffs_card {
  overflow: hidden;
  border-radius: 12px;
  background: #2d2d2d;
  display: flex;
  padding-bottom: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  flex: 1 0 320px;
  align-self: stretch;
}
.tariffs_card_header {
  background: #383838;
  display: flex;
  min-height: 74px;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.tariffs_card_content {
  display: flex;
  padding: 0px clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  gap: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem);
}
.tariffs_card_content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tariffs_card_content ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.tariffs_card_content ul li::before {
  content: url("../img/tariffs_list.svg");
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}

.tariffs_card_buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.kaskad_wrapper {
  display: flex;

  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem);
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
}
.kaskad_wrapper_header {
  display: flex;
  max-width: 780px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.kaskad_wrapper_cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  align-self: stretch;
}
.kaskad_wrapper_card {
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  padding: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem)
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem) 0px
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  flex: 1 0 300px;
  background: #f6f7f8;
  justify-content: space-between;
  position: relative;
}
.kaskad_wrapper_card:nth-child(1)::after {
  content: "1";
}

.kaskad_wrapper_card:nth-child(2)::after {
  content: "2";
}

.kaskad_wrapper_card:nth-child(3)::after {
  content: "3";
}

.kaskad_wrapper_card::after {
  z-index: 0;
  pointer-events: none;
  color: #fff;
  text-align: center;
  font-family: Unbounded;
  font-size: 234px;
  font-style: normal;
  font-weight: 500;
  line-height: 274px;
  position: absolute;
  right: -20px;
  top: -42px;
}
.kaskad_wrapper_card_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  z-index: 1;
}
.kaskad_wrapper_card_image {
  /* height: 237px; */
  height: clamp(12.5rem, 10.931rem + 3.27vw, 14.813rem);
  width: auto;
  z-index: 1;
}
.kaskad_wrapper_card_image img {
  max-width: 100%;
  max-height: 100%;
}
.kaskad {
  display: flex;
  /* padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem); */
  padding: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  justify-content: space-between;
}
.kaskad_left {
  display: flex;
  padding: 12px 0px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
.kaskad_right {
  display: flex;
  width: 684px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.menu_kaskad {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: clamp(0.375rem, 0.121rem + 0.53vw, 0.75rem);
  align-self: stretch;
  border-radius: 100px;
  background: #f6f7f8;
}
.menu_kaskad_link {
  display: flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 100px;
  background: #fff;
}
svg.arrr {
  width: 18px;
  height: 18px;
}

section.staff_h1_section {
  padding: 190px 0px 40px;
}
.staff_h1_section_w {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.cam_button::before {
  content: "";
  background-image: url(../img/cam.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  padding-right: 10px;
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.staff_c {
  padding: 20px 0px 40px;
}
.staff_c .h2 {
  margin-bottom: 40px;
}
.staff_card {
  border-radius: 12px;
  background: #2d2d2d;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  align-items: center;
}
.staff_card.staff_card_w {
  background: #fff;
}
.staff_card_image {
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  width: 100%;
  min-height: 280px;
  background-position: top;
}
.staff_card_big .staff_card_image {
  min-height: 380px;
}
.staff_card_content_button {
  display: flex;
  padding: 0px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
  gap: 20px;
  justify-content: space-between;
}
.staff_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.staff_card_content .text_white_a a {
  color: #ffffffcc;
}
.for_who_cards {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 10px 30px 10px 10px;
  gap: 40px;
}
.for_who_card_left {
  border-radius: 7px;
  background: #f6f7f8;
  display: flex;
  padding: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  min-width: 366px;
}
.for_who_forms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
}
.for_who_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.for_who_card_right {
  display: flex;
  padding: clamp(0rem, -0.848rem + 1.77vw, 1.25rem) 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.for_who_card {
  column-count: 2;
  column-gap: 50px;
}
.for_who_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.for_who_card_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  align-self: stretch;
}
.for_who_card_list:hover .text_black_a {
  color: #ff6559;
}
.for_who_card_list img {
  border-radius: 5px;
  background: #f6f7f8;
  display: flex;
  width: 16px;
  height: 16px;
  padding: 6.857px 6.857px 6.854px 6.857px;
  justify-content: center;
  align-items: center;
}
ul.service_ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

ul.service_ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

ul.service_ul li::before {
  content: url(../img/service_list.svg);
  flex-shrink: 0; /* Иконка не будет сжиматься */
  width: 19px;
  height: 19px;
  padding-top: 3px;
}
.insruction_card {
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: clamp(1.25rem, -0.446rem + 3.53vw, 3.75rem);
  align-items: center;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.instruction_img_text {
  display: flex;
  align-items: center;

  gap: 20px;
  flex: 1 0 0;
}
.instruction_img_text img {
  display: flex;
  width: 140px;
  height: 140px;
  padding: 22px 28.857px 21px 28px;
  justify-content: center;
  align-items: center;
}
.instruction_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

section.opportunity {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.opportunity_wrapper {
  border-radius: 12px;
  background: #eaedf0;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
.oppo_header {
  display: flex;
  padding: 12px 310px 0px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.oppo_slider {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.oppo_control {
  display: flex;
  flex: 0 0 auto;
  max-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.oppo_select {
  border-radius: 12px;
  display: flex;
  padding: 14px 20px;
  align-items: center;
  gap: 18px;
  align-self: stretch;
  cursor: pointer;
}
.oppo_select img {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: none;
  fill: #c0c6ca;
}
.oppo_select_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
.oppo_select:hover {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.oppo_select svg {
  color: #c0c6ca;
  padding: 9.5px 10px 10.5px 10px;
}

.oppo_select.active {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.oppo_select.active svg {
  color: #fff;
  padding: 0;
}
.oppo_select:hover svg {
  color: #ef3224;
}

.oppo_select.active svg {
  position: relative;
  z-index: 1;
}
.oppo_images {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  max-height: 450px;
  overflow: hidden; /* Скрыть всё, что выходит за границы */
  display: flex;
  justify-content: center;
  align-items: center;
}
.oppo_images img:not(:first-child) {
  display: none;
}
.oppo_images img {
  border-radius: 12px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.oppo_select.active .chart-circle {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: conic-gradient(#303030 var(--angle, 0deg), red 0);
  animation: progress 10s linear infinite reverse;
  position: relative;
}
.oppo_select .chart-circle {
  width: 50px;
}
.oppo_select.active .chart-circle::after {
  position: absolute;
  inset: 4px;
  content: "";
  text-align: center;
  border-radius: inherit;
  background: #303030;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes progress {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

.oppo_select.active .chart-circle svg {
  width: 30px;
  height: 30px;
  z-index: 1;
  position: relative;
}

section.why_we {
  padding: 30px 0px;
}
.why_we_wrapper {
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
  border-radius: 12px;
  background: #121212;
}
.why_we_cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding-top: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem);
}
.why_we_card {
  display: flex;
  padding: clamp(3.75rem, 2.478rem + 2.65vw, 5.625rem)
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem)
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem)
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #2d2d2d;
  position: relative;
}
.why_we_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.why_we_card_icon {
  width: clamp(4.375rem, 2.382rem + 4.15vw, 7.313rem);
  position: absolute;
  margin: 0 !important;
  top: 0%;
  transform: translateY(-40%) translateX(28%);
  left: 0;
  height: clamp(4.375rem, 2.382rem + 4.15vw, 7.313rem);
  z-index: 0;
}

.why_we_content {
  max-width: 890px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

section.cases {
  display: flex;
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
.case_card {
  border-radius: 12px;
  background: #fff;
}
.case_card_header {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  background-color: lightgray;
  background-size: cover;
  background-position: center;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  min-height: clamp(10.313rem, 6.656rem + 7.62vw, 12.75rem);
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: clamp(0.25rem, -0.313rem + 1.17vw, 0.625rem);
  align-self: stretch;
}
.case_card_content {
  display: flex;
  padding: clamp(1.25rem, 0.313rem + 1.95vw, 1.875rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.case_card_numbers {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
}
.case_card_numbers_col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 9px;
  flex: 1 0 0;
}
.case_card_buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}

.detail_case_c {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.case_task_segment {
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 71px;
  align-self: stretch;
  flex-wrap: wrap;
}
.case_task {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.case_segment {
  border-radius: 12px;
  background: #f6f7f8;
  display: flex;
  max-width: 359px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.case_segment_header {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.case_offer {
  display: flex;
  padding: 30px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.case_result {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 12px;
  background: #121212;
}
.case_result_cards {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.case_result_card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #373737;
}

section.reviews {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.reviews_wraper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
.reviews_cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.review_card {
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  width: -webkit-fill-available;
}
.hiden.review_card {
  display: none;
}
.hiden.reviews_cards .review_card:nth-child(-n + 2) {
  display: flex;
}

.review_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
}
.menu_for_pages {
  padding-top: 10px;
}
.menu_for_pages_w {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.menu_for_pages_link {
  border-radius: 100px;
  display: flex;
  height: 17px;
  /* padding: 15px 24px; */
  padding: clamp(0.438rem, 0.098rem + 0.71vw, 0.938rem)
    clamp(0.438rem, -0.283rem + 1.5vw, 1.5rem);
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.menu_for_pages_link.active {
  background: #fff;
  color: #323232;
}
.menu_for_pages_link:hover {
  background: #fff;
}
.section_page_nav {
  padding-bottom: 40px;
}
.page_nav_w {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page_nav_links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page_nav_link {
  width: 0px;
}
.black_form_v {
  border-radius: 12px;
  background: url(../img/black_form_h.png) no-repeat 219px -64px / 339.576px,
    radial-gradient(179.38% 106.58% at 97.38% 7.59%, #4b4a4a 0%, #121212 100%);
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);

  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
.black_form_v_header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our_clients {
  padding: 60px 0px 30px;
}
.our_clients_container {
  border-radius: 12px;
  background: #fff;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
.our_clients_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.875rem, 0.197rem + 1.41vw, 1.875rem);
  align-self: stretch;
}

.our_clients_wrapper {
  display: flex;
  padding: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem) 0px
    clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem) 0px;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem);
  align-self: stretch;
  justify-content: space-between;
}
.our_clients_logo {
  display: flex;
  height: 82px;
  width: 192px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

section.faq {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.faq_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
}
.faq_cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  align-self: stretch;
}
.faq_card {
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem) 66px
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem)
    clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  align-items: flex-start;
  position: relative;
  width: -webkit-fill-available;
}
.faq_card:hover {
  background: #e7ecef;
}
.faq_d {
  display: none;
  margin-top: 20px;
}
.faq_d h1,
.faq_d h2,
.faq_d h3,
.faq_d h4,
.faq_d h5,
.faq_d p {
  color: #323232;
  font-size: clamp(1rem, 0.813rem + 0.39vw, 1.125rem); /*16-18px;*/
  font-family: Roboto;
  font-weight: 400;
  line-height: clamp(1.5rem, 1.125rem + 0.78vw, 1.75rem);
  word-wrap: break-word;
}
.faq_d a {
  text-decoration: underline;
  cursor: pointer;
}
.faq_card.active .faq_d {
  display: flex;
  flex-direction: column;
}

/* ГАЛКА-КРЕСТИК */
.faq_icon-wrapper {
  position: absolute;
  right: 30px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
}

/* Настройка иконки */
.faq_icon-wrapper svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

/* Состояние иконок по умолчанию */
.faq_icon-wrapper .check {
  transform: rotate(0deg);
  opacity: 1;
}

.faq_icon-wrapper .cross {
  transform: rotate(-90deg);
  opacity: 0;
}

/* Состояние иконок при активации */
.faq_card.active .faq_icon-wrapper .check {
  transform: rotate(90deg);
  opacity: 0;
}

.faq_card.active .faq_icon-wrapper .cross {
  transform: rotate(0deg);
  opacity: 1;
}

section.blog {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.blog_card {
  border-radius: 12px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_card_header {
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  height: 180px;
  flex-shrink: 0;
  align-self: stretch;
  background: lightgray 50% / cover no-repeat;
}
.blog_card_content {
  display: flex;
  padding: clamp(1.25rem, 0.313rem + 1.95vw, 1.875rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex: 1;
  justify-content: space-between;
}
.blog_card_content_header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.blog_card_date_rating {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_card_rating::before {
  content: "";
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  padding-right: 5px;
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.blog_card_view_button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.blog_card_view::before {
  content: "";
  background-image: url(../img/eye.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  padding-right: 5px;
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
section.blog_main {
  box-sizing: border-box;
  display: flex;
  min-height: 526px;
  padding: 150px 0px 80px 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 40px;
  background: #121212;
}
section.blog_main .blog_main_c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
section.blog_main .blog_date_rating {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
section.blog_main .blog_rating::before {
  content: url(../img/star.svg);
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
section.blog_main .read_button {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  padding: 8px 20px;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
section.blog_related_services {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.blog_related_services_card {
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
.blog_related_services_card_links {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.blog_related_services_card_header {
  max-width: 839px;
}

section.table_of_content {
  padding: 30px 0px;
}
.table_of_content_card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: #fff;
}
.table_of_content_card ol,
.table_of_content_card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table_of_content_card ol li,
.table_of_content_card ul li {
  margin-bottom: 10px;
}
.table_of_content_card ol li ol,
.table_of_content_card ol li ul,
.table_of_content_card ul li ol,
.table_of_content_card ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}
.table_of_content_card ol li,
.table_of_content_card ol li a,
.table_of_content_card ul li,
.table_of_content_card ul li a {
  color: #ef3224;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table_of_content_card ol li a:hover,
.table_of_content_card ul li a:hover {
  color: #ff6559;
}
.blog_announcement {
  padding: 30px 0px 10px;
}
section.all_blog_content p,
section.all_blog_content li {
  color: #323232;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

section.all_blog_content h2 {
  color: #121212;
  font-size: clamp(1.375rem, 0.438rem + 1.95vw, 2rem); /*22-32px;*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(1.75rem, 0.813rem + 1.95vw, 2.375rem);
  word-wrap: break-word;
  margin: 0;
}

section.all_blog_content h3 {
  color: #121212;
  font-size: clamp(1.125rem, 0.563rem + 1.17vw, 1.5rem); /*18-24px;*/
  font-family: Unbounded;
  font-weight: 500;
  line-height: clamp(1.563rem, 0.906rem + 1.37vw, 2rem);
  word-wrap: break-word;
  margin: 0;
}
section.all_blog_content h2,
section.all_blog_content h3,
section.all_blog_content h4 {
  margin-top: 40px;
}
.blog_vote {
  padding: 80px 0px 40px;
}
.bx-rating-icon-container svg {
  color: #c0c6ca;
}
body.black_background {
  background-color: #121212;
}
.price_h1_section {
  /* padding: 210px 0px 60px; */
  padding: 150px 0px 40px;
  text-align: center;
}
.price_menu_for_pages_w {
  border-radius: 100px;
  background: #2d2d2d;
  padding: 4px;
  justify-content: space-between;
}
.steps_menu_for_pages_w {
  border-radius: 100px;
  background: #2d2d2d;
  padding: 4px;
  width: fit-content;
  flex-wrap: nowrap;
}

.bx-rating-icon-container.norated svg {
  color: #c0c6ca;
}
.bx-rating-icon-container.rated svg {
  color: #ef3224;
}
.bx-rating-icon-container.bx-star-active svg {
  color: #ff6559;
}

.requisites_section_text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.requisites_section_text .text_standart {
  padding-top: 12px;
}
section.black_h_form {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}

.black_h_form_card {
  min-height: 290px;
  display: flex;
  padding: clamp(1.25rem, -0.446rem + 3.53vw, 3.75rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 12px;
  background: url(../img/black_form_h.png),
    radial-gradient(179.38% 106.58% at 97.38% 7.59%, #4b4a4a 0%, #121212 100%);
  background-repeat: no-repeat;
  background-position-x: right;
}
.promo_form .black_h_form_card {
  background: url(../img/promocod.png),
    radial-gradient(179.38% 106.58% at 97.38% 7.59%, #4b4a4a 0%, #121212 100%);
  background-repeat: no-repeat;
  background-position-x: right;
}

.black_h_form_header {
  display: flex;
  max-width: 698px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.black_h_form_card_bottom {
  max-width: 698px;
}
.black_h_form_card_bottom .services_list_form,
.white_h_form_card_right_form .services_list_form {
  margin-bottom: 20px;
}
section.white_h_form {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.white_h_form_card {
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-items: flex-start;
  gap: clamp(2.5rem, 1.228rem + 2.65vw, 4.375rem);
  flex-wrap: wrap;
}
.white_h_form_card_left {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem);
  align-self: stretch;
}
.white_h_form_adress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, 0.201rem + 0.88vw, 1.25rem);
  align-self: stretch;
}
.white_h_form_messangers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.white_h_form_messangers_w {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}
.tg_button,
.wa_button {
  border-radius: 6px;
  display: flex;
  height: 20px;
  padding: 22px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tg_button {
  background: radial-gradient(
    111.36% 48.51% at 14.68% 50.31%,
    #61bdff 0%,
    #249aef 100%
  );
}
.wa_button {
  background: radial-gradient(
    131.65% 80.95% at 14.57% 50.31%,
    #61da66 0%,
    #46be4b 100%
  );
}
.white_h_form_card_right {
  min-height: 245px;
  border-radius: 12px;
  background: #121212;
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex: 1 0 0;
}
.white_h_form_card_right_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.download_module_card {
  display: flex;
  padding: clamp(1.25rem, -0.446rem + 3.53vw, 3.75rem);
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
  text-align: center;
  border-radius: 12px;
  background: #fff;
}

.download_module_card_header {
  display: flex;
  max-width: 924px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
section.ind_page {
  background: #121212;
  padding: 150px 0px 80px 0px;
  margin-bottom: 40px;
}
.ind_page .utp {
  background-image: none;
}
.ind_page .utp_header {
  max-width: 100%;
}
.ind_page_section > * {
  margin-top: 0;
  margin-bottom: 30px;
}
.ind_page_section > *:last-child {
  margin-bottom: 0;
}
.ind_page_section ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.ind_page_section ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ind_page_section ul li::before {
  content: url(../img/service_list.svg);
  flex-shrink: 0; /* Иконка не будет сжиматься */
  width: 19px;
  height: 19px;
  padding-top: 3px;
}
.services_card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  border-radius: 12px;
  background: var(---, #121212);
}
.services_card_list {
  width: 100%;
  column-count: 3;
  column-gap: 50px;
}
.services_card_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-bottom: 35px;
}
.services_card_list_item_img {
  display: flex;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  padding: 9.114px 4.4px 9.18px 4.714px;
  justify-content: center;
  align-items: center;
}

.services_card_list_item_img img {
  width: 100%;
}

/* .services_card_list_item img {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 9.114px 4.4px 9.18px 4.714px; 
  justify-content: center;
  align-items: center;
} */
.services_card_list_item:hover .text_white {
  color: #a0a0a0;
}

footer.footer {
  margin-top: clamp(3.75rem, 2.054rem + 3.53vw, 6.25rem);
  background: #121212;
  padding: clamp(3.75rem, 2.902rem + 1.77vw, 5rem) 0px;
}
footer .footer_logo .logo {
  color: #fff;
  height: clamp(1.813rem, 1.473rem + 0.71vw, 2.313rem);
  width: clamp(13.25rem, 12.19rem + 2.21vw, 14.813rem);
}
.footer_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
}
.footer_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.footer_adress {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.footer_phones {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer_phones .footer_phone {
  display: flex;
  gap: 6px;
  min-width: 238px;
  flex-direction: column;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_menu {
  display: flex;
  gap: 60px;
}
.footer_menu_about {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer_menu_about_list {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 18px;
}
.footer_menu_services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer_menu_services_list {
  column-count: 2;
  column-gap: 18px;
}

.footer_menu_services_list a {
  break-inside: avoid;
  display: block;
  padding: 0px 0px 18px 0px;
}
.footer_menu a:hover {
  color: #fff;
}
/* .footer_menu a.selected { */
a.selected {
  color: #ef3224 !important;
}
.footer_copyright,
.footer_copyright_link {
  color: #cdcdcd;
}
.footer_copyright_link {
  text-decoration: underline;
}
.footer_info {
  display: flex;
  gap: 20px;
}
section.main_page {
  background: #121212;
  padding: 150px 0px clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
section.main_page .utp_header {
  max-width: 960px;
  gap: 30px;
}
section.about_service_page {
  background: #121212;
  padding: 150px 0px clamp(2.5rem, 0.804rem + 3.53vw, 5rem) 0px;
}
section.main_page .utp {
  min-height: 500px;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
section.main_page .utp {
  min-height: 500px;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
section.about_service_page .utp {
  min-height: 100%;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
section.main_page .small_icon_card {
  height: 100%;
  gap: clamp(1.25rem, 1.08rem + 0.35vw, 1.5rem);
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
}
section.main_page .small_icon_card .small_icon_card_content {
  gap: 10px;
}
.utp_line {
  display: flex;
  width: 960px;
  gap: 20px;
}
.utp_line_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1 0 0;
}
.utp_line_item .arrow_line {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.utp_line_item .arrow_line::before {
  content: "";
  background-image: url(../img/arrr.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  padding-bottom: 3px;
}
section.about_page {
  background: #121212;
  /*padding: 150px 0px 80px 0px;*/
  padding: 150px 0px 20px 0px;
}
.about_page .utp {
  min-height: 625px;
  box-sizing: border-box;
  height: 100%;
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem)
    clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
  background-image: none;
}
.about_page .utp img {
  position: absolute;
  right: 135px;
  bottom: 0px;
}
.about_page .utp .utp_header {
  z-index: 2;
}
.about_page .utp .utp_cards {
  display: flex;
  width: 325px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, 0.201rem + 0.88vw, 1.25rem);
  z-index: 2;
}
.about_page .utp .utp_cards .utp_card {
  border-radius: 12px;
  background: rgba(45, 45, 45, 0.8);
  backdrop-filter: blur(12px);
  display: flex;
  box-sizing: border-box;
  padding: clamp(1.25rem, 0.826rem + 0.88vw, 1.875rem);
  align-items: flex-start;
  gap: clamp(0.375rem, 0.121rem + 0.53vw, 0.75rem);
  align-self: stretch;
  flex-direction: column;
}
.s-404 {
  padding: 210px 0px 100px 0px;
}
.w_404 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
.h404 {
  text-align: center;
  font-family: Unbounded;
  font-size: 164px;
  font-style: normal;
  font-weight: 500;
  line-height: 200px;
}
.error_card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  background: #2d2d2d;
}
.error_card_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.s-contacts {
  padding-bottom: 40px;
}
.contacts_w {
  display: flex;
  padding: 40px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 40px;
  background: #3b3b3b;
  align-self: stretch;
}
.contacts_w.active {
  background: #3b3b3b !important;
}
.contacts_i_w {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.contacts_i_w_line {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  justify-content: space-between;
}
.contacts_i_w_map {
  border-radius: 12px;
  height: 411px;
  display: none;
  overflow: hidden;
}
.contacts_w.active .contacts_i_w_map {
  display: block;
}
.s-contacts .contacts_w:not(:first-child) {
  margin-top: -70px;
}
.s-contacts .contacts_w:last-child {
  padding: 40px 0;
}

.s-contacts .contacts_w:nth-child(2n) {
  background: #4e4e4e;
}
.s-contacts .contacts_w:nth-child(2n).active {
  background: #4e4e4e !important;
}

.cc-1 {
  display: flex;
  flex: 1 0;
  width: 380px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.cc-2 .cclock {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cc-2 .cclock::before {
  content: url("../img/cclock.svg");
  margin-top: 6px;
}
.cc-3 {
  display: flex;
  flex: 1 0;
}
.cc-4 {
  display: flex;
  width: 196px;
  justify-content: flex-end;
}
.cc-4 .cshowmap {
  /* display: flex; */
  display: none;
}
.contacts_w.active .cc-4 .cshowmap {
  display: none;
}
/* .s-contacts .contacts_w:hover {
  background: #ef3224;
} */

.cc-4 .ccalback {
  /* display: none; */
  display: flex;
}
.contacts_w.active .cc-4 .ccalback {
  display: flex;
}
.download_w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.video_w {
  position: relative;
  display: flex;
  height: 635px;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  border-radius: 14px;
  align-self: stretch;
}
.video_w #video {
  border-radius: 14px;
}
.download_text {
  position: absolute;
  width: 676px;
  padding: 40px 20px;
  max-width: 100%;
  text-align: center;
  bottom: 0;
}
.download_buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.certs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.cert {
  width: 356px;
  border-radius: 12px;
}
.dialog_form_c {
  margin: auto;
  box-sizing: border-box;
  border: none;
  width: 510px;
  max-width: 95%;
  border-radius: 12px;
  background: #fff;
  padding: 0;
  justify-content: center;
}

.dialog_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px;
  width: fit-content;
}
.dialog_close {
  position: absolute;
  right: 15px; /* Отступ от правого края */
  top: 15px; /* Отступ от верхнего края */
  width: 18px; /* Ширина кнопки */
  height: 18px; /* Высота кнопки */

  cursor: pointer; /* Добавим курсор-указатель */
}

.dialog_close:before,
.dialog_close:after {
  position: absolute;
  left: 8px; /* Центрируем линии по горизонтали относительно кнопки */
  content: " ";
  height: 18px; /* Высота линии соответствует высоте кнопки */
  width: 2px; /* Толщина линии */
  background-color: #000;
}
/* Изменение цвета при ховере */
.dialog_close:hover:before,
.dialog_close:hover:after {
  background-color: #ff6559; /* Цвет при ховере */
}

.dialog_close:before {
  transform: rotate(45deg); /* Первая линия крестика */
}

.dialog_close:after {
  transform: rotate(-45deg); /* Вторая линия крестика */
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
dialog[open] {
  display: flex;
}
.dialog_form_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  text-align: center;
}
.dialog_form_inputs {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.dialog_form_input {
  width: 100%;
  position: relative;
}
.utp_form_w {
  display: flex;
  max-width: 694px;
  align-items: flex-start;
  gap: 20px;
}
.dialog_form_input input {
  display: flex;
  box-sizing: border-box;
  height: clamp(3.5rem, 3.161rem + 0.71vw, 4rem); /*    height: 64-56px;*/
  width: 100%;
  /* padding: 22px 26px 22px 20px; */
  padding: 30px 26px 12px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: none !important;
  outline: none !important;
  background: #ebeef2;
  align-self: stretch;
  color: var(---, #323232);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.dark_input input {
  background: rgba(246, 247, 248, 0.2);
  color: #fff;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  /* top: 18px; */
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-family: "Roboto";
  color: #aaa;
  transition: 0.2s ease all;
}
.dark_input .floating-label {
  color: #ffffff40;
}
.services_list_form {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 10px;
}
/* Поднимаем лейбл, если поле в фокусе или заполнено */
input:focus ~ .floating-label,
input:not(:focus):not(:placeholder-shown) ~ .floating-label,
input:not(:focus):not(:empty) ~ .floating-label {
  top: 14px;
  font-size: 12px;
  color: #555;
}

.dark_input input:focus ~ .floating-label,
.dark_input input:not(:focus):not(:placeholder-shown) ~ .floating-label,
.dark_input input:not(:focus):not(:empty) ~ .floating-label {
  top: 14px;
  font-size: 12px;
  color: #ffffff80;
}
/* Скрываем стандартный чекбокс */
.dialog_form_input_agreement input[type="checkbox"] {
  display: none;
}

/* Стили для label, чтобы работать как кастомный чекбокс */
.dialog_form_input_agreement label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}

/* Кастомная коробка для чекбокса */
.dialog_form_input_agreement label::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #dadde0;
  border-radius: 4px;
  margin-top: 2px;
  margin-right: 12px; /* Отступ между кастомным чекбоксом и текстом */
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Ховер для неактивного чекбокса */
.dialog_form_input_agreement
  input[type="checkbox"]:not(:checked)
  + label:hover::before {
  box-shadow: 0px 0px 5px 0px rgba(239, 50, 36, 0.6) inset;
}

/* Активный чекбокс (checked) */
.dialog_form_input_agreement input[type="checkbox"]:checked + label::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Crect width="24" height="24" rx="4" fill="%23EF3224"/%3E%3Cpath d="M17 9L10.3333 15.3636L7 12.1818" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

/* Ховер для активного чекбокса */
.dialog_form_input_agreement
  input[type="checkbox"]:checked
  + label:hover::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Crect width="24" height="24" rx="4" fill="%23FF6559"/%3E%3Cpath d="M17 9L10.3333 15.3636L7 12.1818" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
section.p-standart {
  padding: clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
}
.s-black {
  background: #121212;
}
.s-nocolor {
  background: none;
}
section.about_page.s-nocolor {
  background: none;
}
.w-100 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mobile_info {
  display: none;
}
.mb-4 {
  margin-bottom: 30px;
}
.mt-4 {
  margin-top: 30px;
}
.mb-5 {
  margin-bottom: 40px;
}
.mt-5 {
  margin-top: 40px;
}
.header_exp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.25rem, -0.446rem + 3.53vw, 3.75rem);
  flex: 1 0;
  justify-content: flex-end;
}
.header_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
}
.header_top {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
}
.header_top.text_white > * {
  color: #fff;
}
.header_bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}
ul.top_menu {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.223rem + 1.77vw, 1.875rem);
  padding: 0;
  list-style: none;
  margin: 0;
}

.top_menu_services {
  border-radius: 6px;
  background: #f2f2f2;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
}
.top_menu.text_white li a {
  color: white;
}
.top_menu.text_white li a:hover {
  opacity: 0.6;
}
.top_menu li.top_menu_services a,
.mobile_menu li.top_menu_services_m a {
  color: #000;
}
.top_menu li.top_menu_services:hover a {
  opacity: 0.6;
}
.top_menu_services_icon {
  display: flex;
  width: 20px;
  height: 20px;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-delay);
}
.top_menu_services_icon::before,
.top_menu_services_icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ef3224;
  border-radius: 3px;
  transition: inherit;
}
.top_menu_services_icon::before {
}
.top_menu_services_icon::after {
}
.show_submenu .top_menu_services_icon,
.show_submenu_m .top_menu_services_icon_m {
  gap: 0;
}
.show_submenu .breadcrumbs {
  display: none;
}
.show_submenu .top_menu_services_icon::before,
.show_submenu_m .top_menu_services_icon::before,
.show_submenu_m .top_menu_icon_m::before {
  transform: translate(0, 50%) rotate(-45deg);
  background: #ffffff;
}
.show_submenu .top_menu_services_icon::after,
.show_submenu_m .top_menu_services_icon::after,
.show_submenu_m .top_menu_icon_m::after {
  transform: translate(0, -50%) rotate(45deg);
  background: #ffffff;
}

.show_submenu .top_menu_services,
.show_submenu_m .top_menu_services_m {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px 6px 0px 0px;
}
.show_submenu .top_menu li.top_menu_services a,
.show_submenu_m li.top_menu_services_m a {
  color: white;
}
.services_submenu,
.services_submenu_m {
  display: none;
}
header.show_submenu .services_submenu,
header.show_submenu_m .services_submenu_m {
  display: block;
}
.services_submenu .services_card {
  padding: 20px 0px 60px 0px;
  background: none;
}
header.show_submenu {
  width: 100%;
  border-radius: 0px 0px 12px 12px;
  background: rgba(30, 30, 30, 0.9);
  box-shadow: 0px 4px 64px 0px rgba(56, 71, 88, 0.25);
  backdrop-filter: blur(12px);
}
.black_header.show_submenu {
  border-radius: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}
header.header.black_header.show_submenu {
  background: rgba(30, 30, 30, 0.9);
  box-shadow: 0px 4px 64px 0px rgba(56, 71, 88, 0.25);
  backdrop-filter: blur(12px);
  position: absolute;
  width: 100%;
  z-index: 20;
}
header.header.black_header.show_submenu .header_top a,
header.header.black_header.show_submenu .header_top .text_button_standart,
header.header.black_header.show_submenu .header_bottom li a {
  color: #fff;
}
header.header.black_header.show_submenu
  .header_bottom
  ul.top_menu
  ul.dropdown
  li
  a {
  color: #000;
}
.black_header.show_submenu .services_submenu {
  border-radius: 0px 0px 12px 12px;
  /* background: rgba(30, 30, 30, 0.9);
  box-shadow: 0px 4px 64px 0px rgba(56, 71, 88, 0.25);
  backdrop-filter: blur(12px); */
}
header.header.black_header.show_submenu
  .button_standart.button_standart_white.text_white.text_button_standart {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
header.header.black_header.show_submenu .header_cont div.logo svg.logo {
  color: #fff;
}
.black_header.show_submenu .top_menu_services {
  background: rgba(30, 30, 30, 0.9);
}
ul.top_menu ul.dropdown,
ul.dropdown_city {
  display: none;
  position: absolute;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 24px 0px rgba(56, 71, 88, 0.15);
  backdrop-filter: blur(12px);
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  color: #000;
  list-style: none;
}
ul.dropdown_city {
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}
ul.top_menu ul.dropdown li a,
ul.dropdown_city li a {
  color: #000;
}
li.dropdown_parrent:after {
  content: "";
  background-image: url(../img/arrr.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  padding-bottom: 3px;
}
.dropdown_parrent .check {
  width: 12px;
  height: 11px;
  margin-left: 12px;
}
.dropdown_city_parrent svg.check {
  width: 12px;
  height: 11px;
  margin-left: 10px;
}

ul.top_menu ul.dropdown:hover,
ul.top_menu li:hover ul.dropdown,
.dropdown_city_parrent:hover ul.dropdown_city {
  display: flex;
  z-index: 10;
}
.header_exp_m {
  display: none;
}
.top_menu_mobile_icon {
  display: flex;
  width: 20px;
  height: 20px;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-delay);
}
.mobile_menu {
  display: none;
}
.show_mobmenu .mobile_menu {
  display: flex;
  padding: 0px 14px 40px 14px;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  height: calc(100vh - 64px);
  gap: 50px;
  align-self: stretch;
  background: #121212;
}
.mobile_menu_buttons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
}
.mobile_menu_buttons > * {
  flex: 0 0 auto;
  width: 48%;
  box-sizing: border-box;
}
.mobile_menu .mobile_menu_contacts {
}
.mobile_menu .mobile_menu_contacts .phone_number {
  font-family: Unbounded;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.button_little {
  display: flex;
  height: 28px;
  font-size: 10px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  border-radius: 6px;
  background: var(---, #ef3224);
  color: #fff;
}
.button_little.button_standart_white {
  background: none;
}
.top_menu_mobile_icon::before,
.top_menu_mobile_icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ef3224;
  border-radius: 3px;
  transition: inherit;
}
.top_menu_mobile_icon::before {
}
.top_menu_mobile_icon::after {
}
.show_mobmenu .top_menu_mobile_icon {
  gap: 0;
}
.show_mobmenu .breadcrumbs {
  display: none;
}
.show_mobmenu .top_menu_mobile_icon::before {
  transform: translate(0, 50%) rotate(-45deg);
  background: #ffffff;
}
.show_mobmenu .top_menu_mobile_icon::after {
  transform: translate(0, -50%) rotate(45deg);
  background: #ffffff;
}
.dialog_live {
  width: 800px;
}
.dialog_live .dialog_content {
  width: 100%;
}
.instruction_text_v_b {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.primery_bottom {
  padding-top: 6px;
  border-top: 1px solid #dadde0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.primery_bottom_options {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.primery_bottom_option {
  display: flex;
  padding: 8px 0px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.about_services_tab {
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem) 0px 170px 0px;
  border-radius: 40px;
  background: #121212;
}
.about_services_tabs .about_services_tab .h3 {
  color: white;
}
.about_services_tab_card {
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  border-radius: 12px;
  box-sizing: border-box;
  height: 100%;
}
.about_services_tab_card.negative {
  background: #2d2d2d;
  color: #d9d9d9;
}
.about_services_tab_card.positive {
  background: #f6f7f8;
  color: #323232;
}
.about_services_tab_card.negative .h4 {
  color: #fff;
}
.about_services_tabs .about_services_tab:nth-child(2n) {
  background: #f6f7f8;
}
.about_services_tabs .about_services_tab:nth-child(2n) .h3 {
  color: #121212;
}
.about_services_tabs
  .about_services_tab:nth-child(2n)
  .about_services_tab_card.negative {
  background: #ebeef0;
  color: #323232;
}
.about_services_tabs
  .about_services_tab:nth-child(2n)
  .about_services_tab_card.positive {
  background: #fff;
}
.about_services_tabs
  .about_services_tab:nth-child(2n)
  .about_services_tab_card.negative
  .h4 {
  color: #121212;
}
.about_services_tab_card ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  align-self: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.about_services_tab_card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  font-family: Roboto;
  font-size: 18px;
}
.about_services_tab_card ul li::before {
  content: url("../img/positive.svg");
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}
.about_services_tab_card.negative ul li::before {
  content: url("../img/negative.svg");
}
.about_services_tab {
  padding: 40px 0 170px 0;
  border-radius: 40px;
  background: #121212;
  margin-top: -177px;
  transition: margin 1s, height 1s;
  box-sizing: border-box;
  overflow: hidden;
  height: 80px;
  position: relative;
  z-index: 0;
}
.about_services_tab.open {
  margin-top: 0px;
  opacity: 1;
  height: 100%;
  overflow: visible;
  z-index: 10;
}
.about_services_tabs .about_services_tab:not(:first-child) {
  margin-top: -170px;
}
.about_services_tabs .about_services_tab.open:not(:first-child) {
  margin-top: -120px;
}
.about_services_tab.open .about_services_tab_card {
  position: relative;
  z-index: 1;
}
.api_2w {
  column-count: 2;
  column-gap: clamp(0.625rem, -0.647rem + 2.65vw, 2.5rem);
}
.api_2w .api_button {
  margin-bottom: clamp(0.625rem, -0.223rem + 1.77vw, 1.875rem);
}
.registred_card {
  border-radius: 8px;
  text-align: center;
  background: var(---, #f6f7f8);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.registred_card_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
}
.registred_card_button {
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 6px;
  background: #fff;
}
.trf_wrp {
  display: flex;
  justify-content: center;
}
.payment_menu {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  background: #2d2d2d;
}
a.payment_menu_element {
  color: #ffffff60;
  border-radius: 100px;
  background: #2d2d2d;
  display: flex;
  height: 58px;
  padding: 15px 24px 15px 14px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  box-sizing: border-box;
}
a.payment_menu_element.active {
  background: #fff;
  color: #323232;
}
.payment_menu_element span {
  border-radius: 50px;
  color: #ffffff80;
  background: #515151;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.payment_menu_element.active span {
  background: var(---, #121212);
  color: #fff;
}
.payment_card {
  position: relative;
  margin-top: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem); /*30-60*/
  border-radius: 12px;
  background: #2d2d2d;
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  overflow: auto;
}
.payment_card.active {
  display: flex;
}
.payment_card_header {
  background: #383838;
  display: flex;
  padding: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.payment_card_content {
  display: flex;
  padding: 0px clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem);
  align-self: stretch;
}
.payment_types {
  display: flex;
  align-items: stretch;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.payment_type {
  cursor: pointer;
  min-width: 200px;
  border-radius: 12px;
  background: #383838;
  backdrop-filter: blur(12px);
  display: flex;
  padding: 14px 20px;
  flex-direction: column;
  gap: 12px;
  flex: 1 0 0;
  box-sizing: border-box;
  align-items: center;
}

.payment_type.active {
  border: 2px solid #ef3224;
}
.payment_buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.payment_m {
  max-width: 100%;
  width: 550px;
  margin: clamp(1.25rem, 0.402rem + 1.77vw, 2.5rem) 0px;
}
.payment_buttons_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  align-self: stretch;
}
.payment_tariffs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  align-self: stretch;
}
.payment_tariff {
  cursor: pointer;
  display: flex;
  text-align: center;
  padding: 24px 14px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #383838;
  backdrop-filter: blur(12px);
  align-content: center;
}
.payment_tariff.active {
  position: relative;
  border-radius: 12px;
  border: 2px solid var(---, #ef3224);
  background: #4d4d4d;
  box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.65);
  padding: 34px 14px;
}
.payment_tariff.active:before {
  content: "Популярный";
  border-radius: 6px;
  background: var(---, #ef3224);
  position: absolute;
  right: 6px;
  top: 6px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 3px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.payment_summ {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.payment_m.w-100 {
  width: 100%;
  text-align: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.w-777 {
  width: 777px;
}
#slider-round {
  height: 10px;
  margin-top: -3px;
}

#slider-round .noUi-connect {
  background: #ef3224;
}

#slider-round .noUi-handle {
  height: 22px;
  width: 22px;
  top: -5px;
  right: -11px; /* half the width */
  border-radius: 11px;
}
.payment_summ_tariffs .dialog_form_input input {
  border-radius: 6px 6px 0 0;
}

#slider-round .noUi-touch-area {
  height: 100%;
  width: 100%;
  background: #ef3224;
  border-radius: 100%;
}
#slider-round .noUi-handle:after,
#slider-round .noUi-handle:before {
  content: none !important;
}
.utp.partner_utp {
  min-height: auto;
  height: auto;
  gap: 60px;
}
.utp_header.w-100 {
  max-width: 100%;
}
.small_icon_cards.partner_sics img {
  filter: invert(94%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(107%)
    contrast(107%);
}
h1.text_white.gap-20 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  * {
    max-width: 100%;
  }
  .row {
    --bs-gutter-x: 0;
    padding: 0 10px;
  }
  .container {
    --bs-gutter-x: 0;
  }
  header.header {
    position: fixed;
    width: 100%;
    background: #121212;
    z-index: 20;
  }
  .header_cont {
    padding: 5px 0px;
  }
  section.main_page {
    background: #121212;
    padding: 60px 0px clamp(1.875rem, 1.451rem + 0.88vw, 2.5rem) 0px;
  }

  .advantage_cards_b,
  .gain_cards_b {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gain_card_b {
    min-height: auto;
  }
  .header_exp_m {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  section.main {
    padding-top: 100px;
  }
  ul.top_menu ul.dropdown {
    display: none;
    position: relative;
    border-radius: 12px;
    border: none;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 25px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    list-style: none;
  }
  ul.top_menu ul.dropdown li a {
    /* color: white; */
  }
  .top_menu .w-100 {
    margin-bottom: 25px;
  }
  header.show_mobmenu .bmh {
    display: none;
  }
  .utp {
    gap: 80px;
    padding: 70px 20px 30px 20px;
    min-height: auto;
  }
  section.main_page .utp {
    gap: 20px;
  }
  section.opportunity {
    display: none;
  }
  .header_exp {
    display: none;
  }
  .ovxh {
    overflow-x: hidden;
    background: #121212;
    border-radius: 12px;
  }
  .br-0 {
    border-radius: 0;
  }
  .ex_sms {
    /* overflow-x: clip; */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ex_sms-buttons {
    display: none;
  }
  /* .trf_wrp {
    display: block;
    overflow-x: auto;
    max-width: none;
    width: 120%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-left: -35px;
  } */
  .trf_wrp {
    display: block;
    overflow-x: auto;
    max-width: none;
    width: 100%;
    border-radius: 35px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-left: 0;
  }
  .footer_right {
    display: none;
  }
  .for_who_cards {
    flex-direction: column-reverse;
  }
  .for_who_card_left {
    min-width: auto;
  }
  .services_list_form {
    flex-direction: column;
  }
  .white_h_form_messangers_w {
    flex-direction: column;
  }
  .utp_header {
    max-width: 100%;
  }
  .utp_line {
    width: 100%;
    flex-direction: column;
  }
  .utp_form_w {
    flex-direction: column;
  }
  form .button_large {
    width: 100%;
  }
  /* .price_menu_for_pages_w {
    border-radius: 20px;
    justify-content: flex-start;
    gap: 1px;
    max-width: none;
    width: fit-content;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 35px;
    margin-right: 35px;
  } */
  .price_menu_for_pages_w {
    border-radius: 0px;
    justify-content: flex-start;
    gap: 1px;
    max-width: none;
    width: fit-content;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .price_menu_for_pages_w .text_button_large {
    white-space: nowrap;
  }
  .why_we_cards {
    margin-left: -35px;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 120%;
    max-width: none;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    padding-top: clamp(1.875rem, 0.603rem + 2.65vw, 3.75rem);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .why_we_cards::-webkit-scrollbar {
    display: none; /* Скрыть полосу прокрутки в Chrome, Safari, Opera */
  }
  .trf_wrp::-webkit-scrollbar {
    display: none; /* Скрыть полосу прокрутки в Chrome, Safari, Opera */
  }
  .price_menu_for_pages_w::-webkit-scrollbar {
    display: none; /* Скрыть полосу прокрутки в Chrome, Safari, Opera */
  }
  .steps_c_steps.active::-webkit-scrollbar {
    display: none; /* Скрыть полосу прокрутки в Chrome, Safari, Opera */
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .why_we_cards > .why_we_card:first-child {
    margin-left: 35px;
  }
  .why_we_cards > .why_we_card:last-child {
    margin-right: 35px;
  }
  .steps_c_steps.active {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    margin-left: -35px;
    max-width: none;
    width: 120%;
    -ms-overflow-style: none;
  }
  .steps_c_steps.active > .step_w:first-child {
    margin-left: 35px;
  }
  .steps_c_steps.active > .step_w:last-child {
    margin-right: 35px;
  }
  .menu_for_pages_link {
    padding: 10px 14px;
  }
  .for_who_cards {
    padding: 20px;
  }
  .black_form_v {
    margin-top: 20px;
  }
  .black_h_form_card {
    background: url(../img/black_form_h.png) no-repeat 219px -32px / 218.576px,
      radial-gradient(179.38% 106.58% at 97.38% 7.59%, #4b4a4a 0%, #121212 100%);
  }
  .footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
  }
  .footer_phones {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_adress {
    align-items: center;
  }
  .footer_phones .footer_phone {
    min-width: auto;
    align-items: center;
  }
  .utp_buttons {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .utp_buttons .button_large,
  .utp_buttons a,
  .utp_buttons form {
    width: 100%;
  }
  .insruction_card {
    padding-top: 0;
  }
  /* .utp_circle {
    display: none;
  } */
  img.utp_img {
    left: 25%;
    top: 40%;
  }
  .instruction_img_text {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .dialog_form_c {
    margin: 0 auto;
  }

  .instruction_text {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .instruction_img_text img {
    padding: 0;
  }
  .kaskad_right {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .menu_kaskad_link {
    width: 100%;
    box-sizing: border-box;
  }
  .menu_kaskad {
    border-radius: 30px;
    flex-direction: column;
  }
  .menu_kaskad svg.arrr {
    transform: rotate(90deg);
  }
  .for_who_card {
    column-count: 1;
  }
  .why_we_card {
    flex: 1 0 300px;
  }
  .why_we_card:not(:last-child) {
    /* margin-bottom: 30px; */
  }
  .reviews .px-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .our_clients_logo {
    height: 40px;
    width: 90px;
  }
  /* Кнопки крупные*/
  .text_button_large {
    font-size: 12px;
    font-family: Unbounded;
    font-weight: 500;
    word-wrap: break-word;
  }
  .button_large {
    border-radius: 6px;
    padding: 10px 16px;
    height: 48px;
    gap: 10px;
  }
  section.main_page .small_icon_card {
    align-items: center;

    flex-direction: row;
  }
  .small_icon_card {
    align-items: center;

    flex-direction: row;
  }
  .service_list_card {
    align-items: center;
  }
  .advantage_card_c {
    padding: 20px;
  }
  .advantage_card_c .advantage_card_header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .tariffs_card_header {
    min-height: auto;
  }
  .tariffs_card_buttons {
    gap: 20px;
    flex-direction: row;
    align-items: center;
  }
  .about_page .utp {
    gap: 40px;
  }
  .utp_right {
    width: 100%;
  }
  .about_page .utp .utp_cards {
    width: 100%;
  }
  .about_page .utp .utp_cards .utp_card {
    width: 100%;
  }

  .top_menu_services,
  .top_menu_services_m {
    border-radius: 6px;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
  }
  .show_submenu .top_menu li.top_menu_services a {
    color: white;
  }
  .black_header.show_mobmenu .top_menu_services {
    background: rgba(30, 30, 30, 0.9);
  }

  .show_submenu_m .top_menu_icon_m::before {
    transform: translate(0, 50%) rotate(-45deg);
    background: #ffffff;
  }

  .show_submenu_m .top_menu_icon_m::after {
    transform: translate(0, -50%) rotate(45deg);
    background: #ffffff;
  }

  .show_submenu_m .top_menu_services_m {
    background: rgba(255, 255, 255, 0.3);
  }
  ul.top_menu {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 25px;
    gap: 25px;
    padding: 0;
    list-style: none;
    margin: 0;
    flex-direction: column;
  }
  header.header.black_header {
    background: none;
  }
  .black_header.show_mobmenu .mobile_menu {
    background: none;
  }
  .services_submenu_m .services_card {
    display: flex;
    padding: 0px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 0px 0px 6px 6px;
    background: #373737;
    width: 100%;
    box-sizing: border-box;
  }
  .services_submenu_m .services_card .services_card_list {
    column-count: 1;
  }
  .services_submenu_m .services_card_list_item {
    margin-bottom: 0px;
  }
  .mobile_menu .top_menu_services_m a {
    color: #000;
  }
  .contacts_i_w_line {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  /* .cc-1 {
    display: flex;
    flex: 1 0 40%;
  }
  .cc-2 {
    flex: 1 0 40%;
  }
  .cc-3 {
    display: flex;
    flex: 1 0 100%;
  } */
  .cc-4 {
    justify-content: flex-start;
  }
  section.tariffs {
    background: #121212;
    border-radius: 12px;
  }

  .bg-inherit {
    background: inherit;
  }
  /* fix swipe */
  .ov-b-bg {
    background: #121212;
    border-radius: 12px;
  }
  .steps_menu_for_pages_w {
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .steps_menu_for_pages_w .menu_for_pages_link {
    white-space: nowrap;
  }
  .steps_c {
    padding: 0px;
  }
  .step_w img {
    top: 10px;
  }
  .why_we_wrapper {
    padding: 0px;
  }
  .tariffs_wrapper {
    padding: 0px;
  }
}
@media (max-width: 420px) {
  body {
    zoom: 90%;
  }
}
@media (max-width: 380px) {
  body {
    zoom: 80%;
  }
}
@media (max-width: 340px) {
  body {
    zoom: 75%;
  }
}

/* @media (max-width: 1399px) {
  .mobile_info {
    display: flex;
    width: 100%;
    height: 100vh;
    background: #121212;
    padding: 80px 0px;
  }
  .desctop {
    display: none;
  }
} */

/* Loaders */

.loader-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}

.has-loader.is-loading {
  pointer-events: none;
}

.has-loader:not(.is-loading) > .loader-cover {
  display: none !important;
}

.loader {
  width: 64px;
  height: 64px;
  border: 5px solid #ffffff;
  border-bottom-color: #ef3224;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.black_h_form_card.has-loader {
  position: relative;
  overflow: hidden;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Utils */

.mobile {
  display: none;
}

@media (max-width: 992px) {
  .mobile {
    display: block;
  }
}

.hidden {
  display: none !important;
}

.bg-black,
.black_bg {
  background-color: #121212;
}

.mt-20px {
  margin-top: 20px;
}
.mt-40px {
  margin-top: 40px;
}
.mt-60px {
  margin-top: 60px;
}

.maxw-880px {
  max-width: 880px;
}

.pt-20px {
  padding-top: 20px;
}
.pt-40px {
  padding-top: 40px;
}
.pt-60px {
  padding-top: 60px;
}

.pb-20px {
  padding-bottom: 20px;
}
.pb-40px {
  padding-bottom: 40px;
}
.pb-60px {
  padding-bottom: 60px;
}
