@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
* Позволяет задавать равные колонки с отступами
* $count - число элементов в строку
* $margin - отступ margin для айтемов
* $addmargin - нужно ли задавать маргин для селектора (чаще всего подходит для адаптива)
*/
@import url("https://fonts.googleapis.com/css?family=Oswald:regular,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:regular,500&display=swap");

@font-face {
  font-family: "Golos Text";
  src: url('../fonts/GolosText-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: "Golos Text";
  src: url('../fonts/GolosText-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: "Golos Text";
  src: url('../fonts/GolosText-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: "Kobzar KS";
  src: url('../fonts/kobzarks.otf');
  font-weight: 400;
}

input {
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.success-popup__wrap,
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

* {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

html {
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
fieldset {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
input {
  overflow: visible;
}

input {
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  border: 0;
  border-collapse: collapse;
}

table td {
  vertical-align: top;
  padding: 0;
}

video {
  max-width: 100%;
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

:root {
  --light-color: #fff;
  --accent-dark-color: #222;
  --text-dark-color: #232323;
  --btn-tech-accent-color: #b0d34d;
  --section-offset-top: 100px;
  --section-offset-bottom: 120px;
  --wrapper-offset: 16px;
  --wrapper-size: 1140px;
  --main-font-size: 1px;
  --font-family: "Styrene A Web", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bebas-neue: "Bebas Neue", sans-serif;
  --font-inter: "Inter", sans-serif;
  --content-page-tech-width: 1110px;
  --container-page-tech-offset: 10px;
  --container-page-tech-width: calc(var(--content-page-tech-width) + (var(--container-page-tech-offset) * 2));

  --white: #FFFFFF;
  --white-additional: #FFFFFF99;
  --black: #000000;
  --black-additional: #00000099;
  --light-blue-main: #2176FF;
  --light-blue-hover: #0750C6;
  --light-blue-light: #E9F1FF;
  --light-blue-middle: #A2D0FF;

  --Minpromtorg: #1CCAFA;
  --Minpromtorg-hover: #00B3E5;
  --IT: #FF5C26;
  --IT-hover: #EE4C16;
  --Intellectual: #785CFF;
  --Intellectual-hover: #5939F4;
  --Status: #29D2B5;
  --Status-hover: #13BEA1;
  --Money: #EC5547;
  --Money-hover: #DA3B2C;
  --Finance: #FFA60E;
  --Finance-hover: #EA9300;
}

@media only screen and (max-width: 1200px) {
  :root {
    --main-font-size: 0.0833333333vw;
  }
}

@media only screen and (max-width: 980px) {
  :root {
    --section-offset-top: 75px;
    --section-offset-bottom: 90px;
    --main-font-size: 0.8px;
  }
}

@media only screen and (max-width: 580px) {
  :root {
    --section-offset-top: 50px;
    --section-offset-bottom: 60px;
    --main-font-size: 1px;
  }
}

@media only screen and (max-width: 375px) {
  :root {
    --main-font-size: 0.3125vw;
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/HalvarBreitschrift-Thin.woff") format("woff"), url("../fonts/HalvarBreitschrift-Thin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/HalvarBreitschrift-ExtraLight.woff") format("woff"), url("../fonts/HalvarBreitschrift-ExtraLight.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HalvarBreitschrift-Light.woff") format("woff"), url("../fonts/HalvarBreitschrift-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HalvarBreitschrift-Regular.woff") format("woff"), url("../fonts/HalvarBreitschrift-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HalvarBreitschrift-Medium.woff") format("woff"), url("../fonts/HalvarBreitschrift-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HalvarBreitschrift-Bold.woff") format("woff"), url("../fonts/HalvarBreitschrift-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/HalvarBreitschrift-ExtraBold.woff") format("woff"), url("../fonts/HalvarBreitschrift-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "HalvarBreitschrift";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/HalvarBreitschrift-Black.woff") format("woff"), url("../fonts/HalvarBreitschrift-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Styrene A Web";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/StyreneAWeb-Black.woff") format("woff"), url("../fonts/StyreneAWeb-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Styrene A Web";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/StyreneAWeb-Bold.woff") format("woff"), url("../fonts/StyreneAWeb-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Styrene A Web";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/StyreneAWeb-Light.woff") format("woff"), url("../fonts/StyreneAWeb-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Styrene A Web";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/StyreneAWeb-Medium.woff") format("woff"), url("../fonts/StyreneAWeb-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Styrene A Web";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/StyreneAWeb-Regular.woff") format("woff"), url("../fonts/StyreneAWeb-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-Semibold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.woff2") format("woff2");
  font-display: swap;
}

html {
  font-size: var(--main-font-size);
}

.page {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.page.lock {
  overflow: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 100vh;
  font-family: "Inter", "HalvarBreitschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  /*background-color: #0d212c;*/
}

body.body_light {
  color: #0d212c;
  background-color: #fff;
}

@media only screen and (max-width: 580px) {
  body {
    font-size: 14px;
  }
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.389);
  opacity: 0;
  -webkit-transition: opacity var(--ui-transition) ease;
  transition: opacity var(--ui-transition) ease;
  pointer-events: none;
}

.overlay--show {
  opacity: 1;
  pointer-events: painted;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-page-tech-offset);
  max-width: var(--container-page-tech-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.article {
  font-style: normal;
}

.address {
  font-style: normal;
}

.picture {
  display: block;
  line-height: 0;
}

html.sr .js-reveal-slideUp,
html.sr .js-reveal-fadeIn,
html.sr .js-reveal-slideLeft,
html.sr .js-reveal-slideRight,
html.sr .js-reveal-scale {
  visibility: hidden;
}

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInAnimation {
  -webkit-animation: fade-in-up 0.5s linear;
  animation: fade-in-up 0.5s linear;
}

.wrap {
  margin: 0 auto;
  padding: 0 var(--wrapper-offset);
  width: 100%;
  max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
}

.icon {
  width: 100%;
}

.page__body_font-manrope {
  font-family: var(--font-manrope);
}

.page__body_font-manrope .main-content_light {
  background: #f3f8ff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex_inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.object-fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 580px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .tablet-hidden {
    display: none !important;
  }
}

.invisible-container {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-pe {
  pointer-events: none;
}

.overflow-y {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.css-scrollbar {
  overflow: hidden auto;
  max-height: 100%;
  /* Width */
  /* Track */
  /* Handle */
}

.css-scrollbar::-webkit-scrollbar {
  display: block;
  width: 4px;
}

@media only screen and (max-width: 980px) {
  .css-scrollbar::-webkit-scrollbar {
    width: 2px;
  }
}

.css-scrollbar::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #ccc;
}

.css-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #000;
}

.font-halvar {
  font-family: "HalvarBreitschrift", sans-serif;
}

.color-blue {
  color: #5897fb;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content_white {
  color: #0d212c;
  background-color: #fff;
}

.main-content_light {
  background-color: #f9f9f9;
}

.js-tabs-content:not(.is-active) {
  display: none !important;
}

[data-tippy-root] {
  z-index: 5000;
}

[data-tippy-root] .tippy-box {
  border-radius: 0;
  font-size: initial;
  line-height: initial;
  white-space: initial;
  color: inherit;
  background: transparent;
}

[data-tippy-root] .tippy-content {
  padding: 0;
}

.registry_callback .callback__title {
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  .registry_callback .callback__policy {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .registry_callback .callback__title {
    font-size: 24px;
  }

  .registry_callback .callback__policy {
    font-size: 14px;
  }
}

.list {
  list-style-type: none;
}

.list__item {
  position: relative;
  padding-left: 20px;
}

.list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.list_dark .list__item::before {
  background-color: #223147;
}

.list_blue .list__item::before {
  background-color: #5897fb;
}

.list_dash .list__item::before {
  content: "—";
  margin-right: 15px;
  border-radius: 0;
  width: auto;
  height: auto;
  font: inherit;
  font-weight: 700;
  color: #0d212c;
  background: transparent;
  inset: 0 auto auto 0;
}

@media only screen and (max-width: 980px) {
  .list_dash .list__item::before {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 580px) {
  .list_dash .list__item::before {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 580px) {
  .list__item::before {
    top: 0.35em;
    width: 5px;
    height: 5px;
  }
}

.list__item:not(:last-child) {
  margin-bottom: 12px;
}

.list_dash .list__item {
  padding-left: 40px;
}

@media only screen and (max-width: 980px) {
  .list_dash .list__item {
    padding-left: 33px;
  }
}

@media only screen and (max-width: 580px) {
  .list_dash .list__item {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 580px) {
  .list__item {
    padding-left: 15px;
  }
}

.order-list {
  counter-reset: order-list;
  list-style-type: none;
}

.order-list__item {
  position: relative;
  padding-left: 20px;
}

.order-list__item::before {
  counter-incpxent: order-list;
  content: counter(order-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 15px;
  font: inherit;
  color: inherit;
}

.order-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.arrow-list {
  list-style-type: none;
}

.arrow-list__item {
  position: relative;
  padding-left: 30px;
}

.arrow-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/cover no-repeat;
}

.arrow-list_blue .arrow-list__item::before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%235897FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/cover no-repeat;
}

@media only screen and (max-width: 580px) {
  .arrow-list__item::before {
    width: 10px;
    height: 10px;
  }
}

.arrow-list__item:not(:last-child) {
  margin-bottom: 12px;
}

@media only screen and (max-width: 580px) {
  .arrow-list__item {
    padding-left: 20px;
  }
}

.light-weight {
  font-weight: 300;
}

.medium-weight {
  font-weight: 500;
}

.b,
b {
  font-weight: 600;
}

.strong,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 14px;
  height: 14px;
  background: #020206;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1b63eb;
}

@media only screen and (max-width: 576px) {
  .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 8px;
    height: 8px;
  }
}

.h1 {
  font-size: 48px;
  line-height: 1.2;
}

@media only screen and (max-width: 980px) {
  .h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 580px) {
  .h1 {
    font-size: 24px;
  }
}

.h2 {
  font-size: 40px;
  line-height: 1.1;
}

@media only screen and (max-width: 980px) {
  .h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 580px) {
  .h2 {
    font-size: 24px;
  }
}

.h3 {
  font-size: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 98px) {
  .h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 580px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 28px;
  line-height: 1.2;
}

@media only screen and (max-width: 980px) {
  .h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 580px) {
  .h4 {
    font-size: 16px;
  }
}

.h5 {
  font-size: 24px;
  line-height: 1.1;
}

@media only screen and (max-width: 980px) {
  .h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 580px) {
  .h5 {
    font-size: 16px;
  }
}

.h6 {
  font-size: 20px;
  line-height: 1.1;
}

@media only screen and (max-width: 980px) {
  .h6 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 580px) {
  .h6 {
    font-size: 16px;
  }
}

.hover:hover {
  color: #5897fb;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-tech-h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 46px;
  line-height: 122%;
  color: #2f3c43;
}

.page-tech-h1 b {
  font-weight: 700;
  color: #538ad4;
}

@media only screen and (max-width: 768px) {
  .page-tech-h1 {
    font-size: 25px;
    line-height: 128%;
  }
}

.dv-h1,
.dv-h2 {
  font-family: var(--font-bebas-neue);
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  text-transform: lowercase;
  color: #f1f1f1;
}

.dv-h1 strong,
.dv-h2 strong {
  color: #1b63eb;
}

.dv-h1 b,
.dv-h2 b {
  color: #1b63eb;
}

.dv-h1--accent-color,
.dv-h2--accent-color {
  color: #1b63eb;
}

.dv-h1--dark,
.dv-h2--dark {
  color: var(--text-dark-color);
}

@media only screen and (max-width: 576px) {

  .dv-h1,
  .dv-h2 {
    font-size: 35px;
    text-align: center;
  }
}

.dv-h2 {
  font-size: 54px;
}

@media only screen and (max-width: 576px) {
  .dv-h2 {
    font-size: 35px;
    text-align: center;
  }
}

.text {
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-dark-color);
}

@media only screen and (max-width: 576px) {
  .text {
    font-size: 12px;
  }
}

.section-primary {
  background: #2176FF;
  color: var(--light-color);
}

.section-primary .text {
  color: var(--light-color);
}

.section-default {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .section-default {
    padding: 40px 0;
  }
}

.section-default__title {
  margin-bottom: 70px;
}

.section-default__title:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section-default__title {
    margin-bottom: 30px;
  }
}

.section-default__head {
  margin-bottom: 50px;
}

.section-default__head .section-default__title {
  margin-bottom: 25px;
}

.list-square li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}

.list-square li:last-child {
  margin-bottom: 0;
}

.list-square li::before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: var(--accent-dark-color);
  border-radius: 2px;
  display: block;
}

.title-middle {
  font-size: 25px;
  font-family: var(--font-bebas-neue);
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .title-middle {
    font-size: 20px;
  }
}

.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-links .links-block {
  margin-bottom: 50px;
}

.section-links .links-block .title-middle {
  margin-bottom: 20px;
}

.section-links .links-block:last-child {
  margin-bottom: 0;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.form-row__item {
  width: calc(33.3333333333% - 9.3333333333px);
}

@media only screen and (max-width: 768px) {
  .form-row__item {
    width: 100%;
  }
}

.form-row input,
.form-row button {
  width: 100%;
  max-width: none;
}

.form-row .accepted {
  font-size: 12px;
  color: #ACACAC;
  margin-top: 15px;
}

.form-row .accepted a {
  text-decoration: underline;
}

.primary-block {
  background: #1B63EB;
  border-radius: 20px;
  padding: 50px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--font-bebas-neue);
  text-align: center;
  color: var(--light-color);
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  .primary-block {
    padding: 20px;
    padding-top: 50px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .desc-block br {
    display: none;
  }
}

.button {
  border-radius: 10px;
  padding: 24px 32px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.button:is(a) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.button:not(.button_gradient):hover {
  background-color: #5897fb;
}

.button_small {
  padding: 12px 24px;
}

@media only screen and (max-width: 580px) {
  .button_small {
    padding: 10px 20px;
  }
}

.button_gradient {
  background: linear-gradient(93.64deg, rgba(134, 215, 217, 0.8) 7.24%, rgba(88, 151, 251, 0.8) 75.63%);
}

.button_gradient:hover {
  opacity: 0.8;
}

.button_no-radius {
  border-radius: 0;
}

.button_transparent {
  border: 1px solid #fff;
  background: transparent;
}

.button_transparent:hover {
  border-color: #5897fb;
}

.button__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.1;
  color: #0d212c;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.button:not(.button_gradient):hover .button__text {
  color: #fff;
}

.button_font-halvar .button__text {
  font-family: "HalvarBreitschrift", sans-serif;
}

.button_small .button__text {
  font-size: 14px;
}

@media only screen and (max-width: 580px) {
  .button_small .button__text {
    font-size: 12px;
    line-height: 1.2;
  }
}

.button_big .button__text {
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 580px) {
  .button_big .button__text {
    font-size: 16px;
  }
}

.button_gradient .button__text,
.button_transparent .button__text {
  color: #fff;
}

@media only screen and (max-width: 580px) {
  .button__text {
    font-size: 14px;
  }
}

.button__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button__icon_left {
  margin-right: 16px;
}

@media only screen and (max-width: 980px) {
  .button__icon_left {
    margin-right: 10px;
  }
}

.button__icon_right {
  margin-left: 16px;
}

@media only screen and (max-width: 980px) {
  .button__icon_right {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 980px) {
  .button {
    padding: 18px 24px;
  }
}

@media only screen and (max-width: 580px) {
  .button {
    padding: 12px 16px;
  }
}

.btn-accent {
  display: block;
  border-radius: 14px;
  padding: 20px;
  width: 100%;
  max-width: 273px;
  font-family: var(--font-bebas-neue);
  font-weight: 700;
  font-size: 19px;
  line-height: 200%;
  text-align: center;
  color: #fff;
  background: #2176ff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  /* stylelint-disable-next-line order/order */
}

.btn-accent:active {
  background: #155ed3;
}

@media (any-hover: hover) {
  .btn-accent:hover {
    background: #155ed3;
  }
}

.btn-accent--dark {
  background: #232323;
}

.btn-accent--dark:active {
  background: #232323;
}

@media (any-hover: hover) {
  .btn-accent--dark:hover {
    background: #232323;
  }
}



.dv-field {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 26px 21px;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  background: transparent;
}

.dv-field::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #a1a1a1;
}

.dv-field::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #a1a1a1;
}

.dv-field:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #a1a1a1;
}

.dv-field::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #a1a1a1;
}

.dv-field::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #a1a1a1;
}

.choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 26px 21px;
  background: transparent;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 26px;
}

.choices[data-type*=select-one]::after {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  right: 26px;
  margin: 0;
  border: none;
  width: 14px;
  height: 9px;
  background-image: url("../images/icons/select-arr.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.choices[data-type*=select-one].is-open::after {
  margin: 0;
}

.is-open .choices__inner {
  border-radius: 15px;
}

.is-flipped.is-open .choices__inner {
  border-radius: 15px;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-radius: 15px;
}

.choices__list--single {
  padding: 0;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  margin-top: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}

.choices__list--dropdown .choices__list::-webkit-scrollbar,
.choices__list[aria-expanded] .choices__list::-webkit-scrollbar {
  display: none;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #000;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #a1a1a1;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 10px 15px;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-dark-color);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  display: none;
}

.choices__item--disabled {
  display: none;
}

.choices__list--single .choices__item[data-value=initial] {
  color: #a1a1a1;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: #f3f8ff;
}

.control {
  position: static;
  border: 1px solid var(--light-color);
  border-radius: 50%;
  width: 61px;
  height: 61px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.control::after {
  display: none;
}

.control svg {
  width: 15px;
  height: 20px;
  fill: transparent;
  stroke: var(--light-color);
}

.control.swiper-button-next {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.control--light {
  border-color: #020206;
}

.control--light svg {
  stroke: #020206;
}

.btn-close {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/close-icon.svg");
  cursor: pointer;
  pointer-events: painted;
}

@media only screen and (max-width: 768px) {
  .btn-close {
    width: 20px;
    height: 20px;
  }
}

.success-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  padding: 20px;
  opacity: 0;
}

.success-popup__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.success-popup__wrap {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: 400px;
  max-height: 100%;
  padding: 50px;
  margin: auto;
  color: #0d212c;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media only screen and (max-width: 980px) {
  .success-popup__wrap {
    max-width: 600px;
    min-height: 300px;
    padding: 35px;
  }
}

@media only screen and (max-width: 580px) {
  .success-popup__wrap {
    min-height: 200px;
    padding: 20px;
  }
}

.success-popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  fill: transparent;
  stroke: #000;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}

@media only screen and (max-width: 980px) {
  .success-popup__close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .success-popup__close {
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
  }
}

.success-popup__close:hover {
  stroke: #5897fb;
}

.success-popup__close svg {
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 580px) {
  .success-popup__close svg {
    width: 20px;
    height: 20px;
  }
}

.success-popup__subheader {
  margin-top: 16px;
}


.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}




.agreement {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-audit__form-agreement.agreement {
  margin: 0;
  max-width: 100%;
}

.agreement label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 14px;
  opacity: 1;
  position: relative;
  z-index: initial;
}

.agreement small {
  text-align: left;
}

.agreement input,
.section-hero .hero-right__form .agreement input {
  min-width: 13px;
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 0;
  margin: 1px 0 0;
  appearance: auto;
}

.agreement label a {
  text-decoration: underline;
}

/*# sourceMappingURL=common.css.map */


.news-page__blog a {
  color: #1b63eb;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news-page__blog a:hover {
  color: #0553cf;
}

.breadcrumbs-wrap {
  padding: 0 0 20px;
  width: 100%;
}

.breadcrumbs-wrap #breadcrumbs {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  vertical-align: middle;
  color: rgba(255, 255, 255, .5);
}

.breadcrumbs-wrap .breadcrumb_last {
  color: rgba(255, 255, 255, 1);
}

body:not(.single) .breadcrumbs-wrap .breadcrumb-item strong {
  color: rgba(255, 255, 255, 1);
}

body:has(.news-page-container) .breadcrumbs-wrap .breadcrumb-item strong {
  color: var(--text-dark-color);
}

.single .breadcrumbs-wrap a,
.archive .breadcrumbs-wrap a:not(.archive:has(.section-hero) .breadcrumbs-wrap a),
.home .breadcrumbs-wrap a,
.page-id-1415 .breadcrumbs-wrap a,
.page.page-id-36 .breadcrumb-item,
.page.page-id-36 .breadcrumb-item strong,
.page.page-id-1411 .breadcrumb-item,
.page.page-id-1411 .breadcrumb-item strong,
.page.page-id-3 .breadcrumb-item,
.page.page-id-3 .breadcrumb-item strong,
.home.page-id-38 .breadcrumbs-wrap .breadcrumb-item strong,
.archive.page-id-1 .breadcrumbs-wrap .breadcrumb-item strong,
.archive.page-id-2 .breadcrumbs-wrap .breadcrumb-item strong,
.archive.page-id-2 .breadcrumbs-wrap .breadcrumb-item strong,
.page.page-id-36 .breadcrumbs-wrap .breadcrumb-item strong,
.page.page-id-1411 .breadcrumbs-wrap .breadcrumb-item strong,
.page.page-id-3 .breadcrumbs-wrap .breadcrumb-item strong,
.page.page-id-1415 .breadcrumbs-wrap .breadcrumb-item strong {
  color: var(--accent-dark-color);
}

.single .breadcrumbs-wrap span:first-child,
.archive .breadcrumbs-wrap span:first-child:not(.archive:has(.section-hero) .breadcrumbs-wrap span),
.home .breadcrumbs-wrap span:first-child {
  color: var(--accent-dark-color);
}

.archive .breadcrumb_last,
.home .breadcrumb_last {
  color: #1b63eb;
}

.breadcrumb-sep {
  margin: 0 12px 0;
  display: flex;
  min-width: fit-content;
}

#breadcrumbs>span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  hyphens: auto;
}

.page .breadcrumbs-wrap {
  padding-left: 0;
}

@media only screen and (max-width: 980px) {
  /* .breadcrumbs-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #breadcrumbs > span {
    flex-wrap: nowrap;
    white-space: nowrap;
  } */
}

.page:has(.section-hero__accent--center) .breadcrumbs-wrap #breadcrumbs>span {
  text-align: center;
  justify-content: center;
}

.single:has(.news-page) .breadcrumbs-wrap {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .page:has(.hero-row__left .dv-h1, .page-invest__title) .breadcrumbs-wrap #breadcrumbs>span {
    text-align: center;
    justify-content: center;
  }

  .page .breadcrumbs-wrap {
    padding: 20px 0 20px;
  }

  .home.page-id-38 .breadcrumbs-wrap,
  .archive.page-id-2 .breadcrumbs-wrap {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 576px) {

  .page:has(.text-center-mob) .breadcrumbs-wrap #breadcrumbs>span,
  .page.page-id-42 .breadcrumbs-wrap #breadcrumbs>span,
  .page:has(.hero-row__left .dv-h1) .breadcrumbs-wrap #breadcrumbs>span,
  .page:has(.dv-h1):not(.page.page-id-40) .breadcrumbs-wrap #breadcrumbs>span {
    text-align: center;
    justify-content: center;
  }

  .breadcrumbs-wrap #breadcrumbs {
    font-size: 13px;
  }
}

.archive:has(.section-hero) .breadcrumb-sep svg path {
  stroke: white;
}

.page:not(.page.page-id-36, .page.page-id-1411, .page.page-id-3, .page.page-id-1415) .breadcrumb-sep svg path {
  stroke: white;
}

/*==================================================CALLBACK POPUP START==================================================*/
.field {
  width: 100%;
  cursor: text;
}

.field__item {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

@media only screen and (max-width: 580px) {
  .field__item {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.field__item:focus {
  border-color: #fff;
}

.field__item::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field__item::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field__item:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field__item::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field__item::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field_dark .field__item {
  color: #0d212c;
  border-color: rgba(135, 136, 136, 0.7);
}

.field_dark .field__item:focus {
  border-color: #878888;
}

.field_dark .field__item::-webkit-input-placeholder {
  color: rgba(135, 136, 136, 0.7);
}

.field_dark .field__item::-moz-placeholder {
  color: rgba(135, 136, 136, 0.7);
}

.field_dark .field__item:-ms-input-placeholder {
  color: rgba(135, 136, 136, 0.7);
}

.field_dark .field__item::-ms-input-placeholder {
  color: rgba(135, 136, 136, 0.7);
}

.field_dark .field__item::placeholder {
  color: rgba(135, 136, 136, 0.7);
}

.field_blue .field__item {
  color: #5897fb;
  border-color: rgba(88, 151, 251, 0.5);
}

.field_blue .field__item:focus {
  border-color: #5897fb;
}

.field_blue .field__item::-webkit-input-placeholder {
  color: rgba(88, 151, 251, 0.5);
}

.field_blue .field__item::-moz-placeholder {
  color: rgba(88, 151, 251, 0.5);
}

.field_blue .field__item:-ms-input-placeholder {
  color: rgba(88, 151, 251, 0.5);
}

.field_blue .field__item::-ms-input-placeholder {
  color: rgba(88, 151, 251, 0.5);
}

.field_blue .field__item::placeholder {
  color: rgba(88, 151, 251, 0.5);
}

.callback-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  opacity: 0;
}

.callback-popup__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.callback-popup__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 100%;
  padding: 100px 60px;
  margin-left: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media only screen and (max-width: 980px) {
  .callback-popup__wrap {
    padding: 70px 40px;
  }
}

@media only screen and (max-width: 580px) {
  .callback-popup__wrap {
    max-width: 75vw;
    padding: 40px 20px;
  }
}


.callback-popup input[type="text"],
.callback-popup input[type="email"] {
  font-family: "Inter", "HalvarBreitschrift", sans-serif;
  display: block;
  width: 100%;
  padding: 0 0 12px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: var(--black);
  background: transparent;
  border: none;
  border-radius: 0;
  height: unset;
  border-bottom: 1px solid rgba(135, 136, 136, 0.7);
  outline: none;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
@media (max-width: 580px){
  .callback-popup input[type="text"],
  .callback-popup input[type="email"] {
    font-size: 16px;
  }
}

.callback-popup input[type="text"]:focus,
.callback-popup input[type="email"]:focus {
  border: none;
  border-bottom: 1px solid rgba(135, 136, 136, 0.7);
}

.callback-popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  fill: transparent;
  stroke: #000;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}

@media only screen and (max-width: 980px) {
  .callback-popup__close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .callback-popup__close {
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
  }
}

.callback-popup__close:hover {
  stroke: #5897fb;
}

.callback-popup__close svg {
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 580px) {
  .callback-popup__close svg {
    width: 20px;
    height: 20px;
  }
}

.callback-popup__title {
  color: #0d212c;
}
@media (max-width: 580px){
  .callback-popup__title {
    font-size: 17px;
  }
}
.callback-popup__form {
  margin-top: 60px;
}

@media only screen and (max-width: 980px) {
  .callback-popup__form {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .callback-popup__form {
    margin-top: 20px;
  }
}

.callback-popup__form-footer {
  margin-top: 48px;
}

@media only screen and (max-width: 980px) {
  .callback-popup__form-footer {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 580px) {
  .callback-popup__form-footer {
    margin-top: 24px;
  }
}

.callback-popup__field:not(:last-child) {
  margin-bottom: 48px;
}

@media only screen and (max-width: 980px) {
  .callback-popup__field:not(:last-child) {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 580px) {
  .callback-popup__field:not(:last-child) {
    margin-bottom: 24px;
  }
}

.callback-popup__button {
  width: 100%;
  max-width: 250px;
}

.callback-popup__policy {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #808080;
}

@media only screen and (max-width: 580px) {
  .callback-popup__policy {
    margin-top: 16px;
    font-size: 10px;
  }
}

.callback-popup__policy a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.callback-popup__policy a:hover {
  color: #5897fb;
}

/*==================================================CALLBACK POPUP END==================================================*/


/*==================================================HEADER START==================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 16px 20px 0;
  font-family: "Golos Text";
  font-weight: 400;
}

.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
  padding-left: 20px;
  border-radius: 16px;
  background: #FFFFFFCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}


.logo-wrapper {
  display: block;
  width: 208px;
  height: 33px;
  flex-shrink: 0;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-btns-container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-link {
  flex-shrink: 0;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--light-blue-middle);
  transition: background-color .3s ease;
}

.social-link:hover {
  background-color: var(--light-blue-main);

}

.social-link_tg {
  width: 22.6px;
  height: 18.41px;
  mask-image: url('../images/icons/tg.svg');
}

.social-link_vk {
  width: 26.8px;
  height: 15.9px;
  mask-image: url('../images/icons/vk.svg');
}

.social-link_mail {
  width: 23.44px;
  height: 16.74px;
  mask-image: url('../images/icons/mail.svg');
}

.number-phone-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}

.number-phone-link:hover {
  color: var(--light-blue-main);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav__item {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  transition: color .3s ease;
  color: var(--black);
}

.header-nav__item:hover {
  color: var(--light-blue-main);
}

.header-dropmenu {
  display: flex;
  align-items: center;
}

[data-btn="header-menu"] {
  display: flex;
  align-items: center;
  gap: 2px;
}

[data-btn="header-menu"]::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform .3s ease;
  background: url('../images/icons/plus.svg') 50% / contain no-repeat;
}

[data-btn="header-menu"].is-open::after {
  transform: rotate(45deg);
}

.header-menu {
  position: fixed;
  max-width: 943px;
  overflow-y: auto;
  width: calc(100% - 48px);
  z-index: -1;
  top: 90px;
  max-height: calc(100% - 120px);
  padding: 24px;

  left: 50%;
  transform: translateX(-80%) translateY(-50%) scale(0);
  border-radius: 20px;
  background: #FFFFFF99;
  transition: transform .4s ease;
  display: flex;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;

}

.header-menu>* {
  opacity: 0;
  transition: opacity .2s ease;
}

.header-menu.is-open>* {
  opacity: 1;
  transition: opacity .5s ease;
}

.header-menu.is-open {
  transform: translateX(-50%) translateY(0%) scale(1);
}

.header-menu_column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 185px;
}

.header-menu_column__img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.header-menu_column__title {
  color: var(--black-additional);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.header-menu_column__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  font-size: 14px;
}

.header-menu_column__list a {
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
  transition: color .3s;
}

.header-menu_column__list a:hover {
  color: var(--light-blue-hover);
}

.header-btn {
  font-family: "Golos Text";

  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: background-color .3s ease;
  color: var(--white);
  cursor: pointer;
  text-align: center;
  border: none;

  padding: 10px 42px;
  background-color: var(--light-blue-main);

  height: 50px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 16px;
}

.header-btn:hover {
  background-color: var(--light-blue-hover);
}

.btn_mobile_menu {
  display: none;
  width: 36px;
  cursor: pointer;
  height: 31px;
  background: url('../images/icons/Menu.svg') 50% / contain no-repeat;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 24px 12px 0;
  background-color: var(--black-additional);
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--white);

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;

}

.mobile-menu-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.logo-wrapper.logo-wrapper_menu {
  width: 224px;
  height: 35px;
}

.mobile-menu-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
}

.mobile-menu__close {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: linear-gradient(125deg, #3a3a3a28, #a5a5a542);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.705), inset 0 -1px 2px rgba(117, 117, 117, 0.103);
}

.mobile-menu__close::before {
  width: 20px;
  height: 20px;
  background: url('../images/icons/x-01.svg') 50% / contain no-repeat;
  display: block;
  content: '';
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;

  color: var(--white);

}

.mobile-nav__item {
  padding: 16px 0;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  width: fit-content;
  transition: color .3s ease;
}

.mobile-nav__item:hover {
  color: var(--light-blue-main);
}

.mobile-nav__dropdown-title {
  display: flex;
  align-items: center;
  gap: 3px;
}

.mobile-nav__dropdown-title::after {
  width: 18px;
  height: 18px;
  content: '';
  display: block;
  flex-shrink: 0;
  background: url('../images/icons/plus.svg') 50% / contain no-repeat;
  transition: transform .3s ease;
}

.mobile-nav__dropdown {
  display: flex;
  flex-direction: column;
}

.mobile-nav-menu {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 48px 32px;
  padding: 12px;
  padding-bottom: 23px;
  background: #0000001A;
  border-radius: 16px;
}

.mobile-nav-menu .header-menu_column__list a {
  color: var(--white);
}

.mobile-nav__dropdown-content {
  margin-top: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: max-height .5s ease, margin .3s ease, opacity .3s ease;
}

.mobile-nav__dropdown.is-open .mobile-nav__dropdown-content {
  margin-top: 4px;
  opacity: 1;
  height: auto;

}

.mobile-nav__dropdown-content .header-menu_column__title {
  font-weight: 400;
  color: var(--white-additional);
}

.mobile-nav__dropdown.is-open .mobile-nav__dropdown-title::after {
  transform: rotate(45deg);
}

.mobile-menu__content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 48px;
  height: 100%;
  overflow-y: auto;
}

.mobile-menu__content {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.mobile-menu-phone-link {
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
}

.mobile-menu__bottom {
  max-width: 500px;
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 33px;
  background: linear-gradient(125deg, #3a3a3a28, #a5a5a542);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.705), inset 0 -1px 2px rgba(117, 117, 117, 0.103);
}

.mobile-menu__bottom_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-menu__bottom_grid {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 16px;
}

.mobile-menu__bottom .social-links {
  gap: 30px;
}

.mobile-menu__bottom .social-link {
  height: 48px;
  background-color: var(--white);
}

.mobile-menu__bottom .social-link:hover {
  background-color: var(--light-blue-main);
}

@media (min-width: 1400px) {
  .header-container {
    padding: 9.6px;
    padding-left: 14.4px;
  }

  .number-phone-link {
    font-size: 19.2px;
  }

  .header-btns-container {
    gap: 36px;
  }

  .header-nav__item {
    font-size: 17px;
  }

  .header-nav {
    gap: 28px;
  }

  [data-btn="header-menu"]::after {
    width: 21px;
    height: 36px;
  }

  .logo-wrapper {
    width: 228px;
    height: 33px;
  }

  .header-btn {
    height: 60px;
    font-size: 17px;
  }

  .header-menu {
    top: 110px;
    max-width: 1100px;
  }

  .header-menu_column__title {
    font-size: 18px;
  }

  .header-menu_column__img {
    width: 40px;
    height: 40px;
  }

  .header-menu_column__list a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .header-container {
    padding: 12px;
    padding-left: 19px;
  }

  .number-phone-link {
    font-size: 25px;
  }

  .header-btns-container {
    gap: 30px;
  }

  .header-nav__item {
    font-size: 22px;
  }

  .header-nav {
    gap: 37px;
  }

  [data-btn="header-menu"]::after {
    width: 28px;
    height: 28px;
  }

  .logo-wrapper {
    width: 300px;
    height: 47px;
  }

  .header-btn {
    height: 78px;
    font-size: 22px;
  }

  .social-link_tg {
    width: 36px;
    height: 30px;
  }

  .social-link_vk {
    width: 42px;
    height: 25px;
  }

  .social-link_mail {
    width: 37px;
    height: 27px;
  }

  .header-menu {
    top: 130px;
    max-width: 1300px;
  }

  .header-menu_column__title {
    font-size: 20px;
  }

  .header-menu_column__img {
    width: 50px;
    height: 50px;
  }

  .header-menu_column__list a {
    font-size: 18px;
    line-height: 24px;
  }

  .header-nav {
    max-width: 497px;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width:1125px) {
  .logo-wrapper {
    width: 177px;
    height: 28px;
  }


  .social-links,
  .header-btns-container,
  .header-nav {
    gap: 14px;
  }

  .header-container {
    padding: 8px;
  }

  .header .number-phone-link {
    display: none;
  }
}

@media (max-width:1000px) {

  .header-menu,
  .header-nav,
  .header-btns-container {
    display: none;
  }

  .header-container {
    padding: 12px;
    padding-right: 16px;
  }

  .btn_mobile_menu {
    display: block;
  }
}

@media (max-width:400px) {
  .mobile-menu__bottom_grid {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

/*==================================================HEADER END==================================================*/

/*==================================================FOOTER START==================================================*/
.footer {
  font-family: "Golos Text";
}
.footer .container-l {
  width: 100%;
  margin: 0 auto;
  max-width: none;
  padding: 0 20px
}



.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 34px 24px 43px;
  margin-bottom: 16px;
  border-radius: 30px;
  background-color: var(--black);
  background-image: url('../images/footer_bg.png');
  background-position: center bottom;
  background-size: cover;
  color: var(--white);
}

.footer-wrapper a:not(.footer-btn):hover {
  color: var(--light-blue-main);
}

.footer-wrapper .header-menu_column__list a {
  color: var(--white);
}

.footer_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-height: 241px;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 19px;
  padding: 20px;
  border-radius: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* background: linear-gradient(125deg, #3a3a3a28, #a5a5a513); */
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.705), inset 0 -1px 2px rgba(223, 222, 222, 0.445);

}

.footer__contact_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__mail {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer__links_item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: color .3s ease;
  width: 48px;
  height: 48px;
}

.footer__links_item:hover {
  color: var(--light-blue-main);
}

.footer__links_item::after {
  mask-position: center;
  background-color: currentColor;
  content: '';
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.footer__links_item_tg::after {
  width: 23px;
  height: 19px;
  mask-image: url('../images/icons/tg.svg');
}

.footer__links_item_vk::after {
  width: 27px;
  height: 16px;
  mask-image: url('../images/icons/vk.svg');
}

.footer__links_item_mail::after {
  width: 24px;
  height: 17px;
  mask-image: url('../images/icons/mail.svg');
}

.footer__contact_phone-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;

}

.footer__contact_phone {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.footer__contact_phone-wrapper .btn {
  padding: 8px 21px;
}

.footer_adress {
  font-size: 16px;
  line-height: 22px;
}

.footer_map {
  border-radius: 24px;
  overflow: hidden;
}

.footer_nav {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
  padding: 12px 0;
  gap: 67px 32px;
}

.footer_nav .header-menu_column__title {
  color: #FFFFFFCC;
}

.footer_bottom {
  color: #FFFFFFCC;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.footer-btn {
  padding: 8px 21px;
  height: 36px;
  border-radius: 12px;
  width: fit-content;
  background-color: var(--light-blue-main);
  font-family: "Golos Text";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  transition: background-color .3s ease;
  color: var(--white);
  cursor: pointer;
  text-align: center;
  border: none;
}
.footer-btn:hover {
  background-color: var(--light-blue-hover);
}
@media (min-width:1400px) {
  .footer_map {
    height: 289px;
  }
  .footer__links_item_mail::after {
    width: 26px;
    height: 21px;
  }

  .footer__links_item_vk::after {
    width: 32px;
    height: 19px;
  }

  .footer__links_item_tg::after {
    width: 28px;
    height: 20px;
  }
}

@media (min-width:1600px) {
  .footer_map {
    height: 387px;
  }

  .footer__contact_top {
    gap: 25px;
  }

  .footer__contact_phone,
  .footer__mail {
    font-size: 38px;
    line-height: 42px;
  }

  .footer_adress {
    font-size: 25px;
    line-height: 28px;
  }

  .footer__links_item {
    width: 77px;
    height: 77px;
  }

  .footer__links_item_mail::after {
    width: 37px;
    height: 27px;
  }

  .footer__links_item_vk::after {
    width: 42px;
    height: 25px;
  }

  .footer__links_item_tg::after {
    width: 36px;
    height: 30px;
  }
}
@media (min-width:1530px) {
  .footer_nav {
    justify-content: space-between;
  }
}
@media (max-width:1125px) {

  .footer_nav {
    justify-content: start;
  }
}

@media (max-width:1000px) {
  .footer_row {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-rows: 229px 229px;
  }
}

@media (max-width:768px) {
  .footer-wrapper {

    gap: 24px;
  }
  .footer_row {
    grid-template-rows: auto;
    gap: 12px;
  }

  .footer__contact_phone,
  .footer__mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }

  .footer__contact_phone-wrapper {
    gap: 7px;
  }

  .footer__contact_phone-wrapper .btn {
    height: 31px;
    padding: 6px 9px;
    font-size: 14px;
    font-weight: 500;
  }

  .footer_map {
    min-height: 198px;
  }

  .footer-wrapper {
    padding: 57px 20px 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/footer_bg_mob.png');
  }

  .footer__contact {
    padding: 12px;
    border-radius: 16px;
    gap: 19px;
  }

  .footer .container-l {
    padding: 0;

  }

  .footer-wrapper {
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
    background-size: 100% auto;
  }
}

/*==================================================FOOTER END==================================================*/

/*==================================================COMMON START==================================================*/




.glass-effect {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
          inset 0 1px 2px rgba(255, 255, 255, 0.705),
          inset 0 -1px 2px rgba(117, 117, 117, 0.103);
}


.check-label .txt-4 a {
  color: var(--white);
  text-decoration: underline;
}
.check-label .color-dark-opacity a {
  color: var(--IT);
  text-decoration: underline;
}

.phone-field { width: 100%; }
.iti { display: block; width: 100%; }
.phone-error {
  display: none;
  left: 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #e53935;
}
.modal-form.clbck__consultation__modal__form .phone-error {
  color: #ffffff;
}
.phone-error.show { display: block; }

.phone-input.is-invalid {
  border-color: #e53935 !important;
}

.submit__btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/*==================================================COMMON END==================================================*/