/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./assets/global-style/style.scss ***!
  \***************************************************************************************************************************/
@font-face {
  font-family: "IngoStem";
  font-weight: 700;
  font-style: normal;
  src: url(../assets/fonts/IngoStem-Bold.woff2) format("woff2"), url(../assets/fonts/IngoStem-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IngoStem";
  font-weight: 500;
  font-style: normal;
  src: url(../assets/fonts/IngoStem-Medium.woff2) format("woff2"), url(../assets/fonts/IngoStem-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IngoStem";
  font-weight: 400;
  font-style: normal;
  src: url(../assets/fonts/IngoStem-Regular.woff2) format("woff2"), url(../assets/fonts/IngoStem-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IngoStem";
  font-weight: 300;
  font-style: normal;
  src: url(../assets/fonts/IngoStem-Light.woff2) format("woff2"), url(../assets/fonts/IngoStem-Light.woff) format("woff");
  font-display: swap;
}
/**
Andy Bell
https://hankchizljaw.com/wrote/a-modern-css-reset/
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

:root {
  --font-primery: "IngoStem", "Arial", sans-serif;
  --color-white-first: #ffffff;
  --color-white-second: #f4f5fe;
  --color-black-first: #2e3038;
  --color-black-first-rgba50: rgba(46, 48, 56, 0.5);
  --color-black-first-rgba60: rgba(46, 48, 56, 0.6);
  --color-black-second: #121212;
  --color-black-second-rgba70: rgba(18, 18, 18, 0.7);
  --color-black-third: #000000;
  --color-black-third-rgba10: rgba(0, 0, 0, 0.1);
  --color-black-third-rgba50: rgba(0, 0, 0, 0.5);
  --color-blue-first: #165ab7;
  --color-blue-first-rgba20: rgba(22, 90, 183, 0.2);
  --color-blue-first-rgba70: rgba(22, 90, 183, 0.7);
  --color-blue-second: #e9f2ff;
  --color-blue-third: #006cb2;
  --color-blue-fourth: #3fb3ff;
  --color-blue-fourth-rgba20: rgba(63, 179, 255, 0.2);
  --color-blue-fifth: #d0e4ff;
  --color-blue-fifth-rgba50: rgba(208, 228, 255, 0.5);
  --color-gray-first: #9da1ae;
  --color-gray-second: #f1f2f4;
  --color-gray-third: #e3e4e8;
  --color-gray-fourth: #737373;
  --color-gray-fourth-rgba20: rgba(115, 115, 115, 0.2);
  --color-gray-fifth: #ececec;
  --color-gray-sixth: #b9bcc6;
  --color-gray-seventh: #dddfe3;
  --color-brown-first: #5f4f26;
  --color-yellow-first: #ffdc81;
  --color-yellow-first-rgba50: rgba(255, 220, 129, 0.5);
  --color-green-first: #12a550;
  --color-green-first-rgba20: rgba(18, 165, 80, 0.2);
  --color-green-second: #efffea;
  --color-green-third: #3cb459;
  --color-red-first: #ea4b4b;
  --color-red-second-rgba50: rgba(253, 223, 223, 0.5);
  --color-red-third: #c33333;
  --color-ingo: #0047bb;
}

:root {
  --bg-body-color: var(--color-white-first);
  --bg-primery-color: var(--color-black-first);
  --text-primery-color: var(--color-black-first);
  --icon-primery-color: var(--color-gray-first);
  --button-primery-color: var(--color-blue-first);
  --error-primery-color: var(--color-red-first);
  --successful-primery-color: var(--color-green-first);
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: var(--font-primery);
  font-size: 16px;
  line-height: 22px;
  color: var(--color-black-first);
  background-color: var(--color-white-first);
}

a:hover {
  text-decoration: none;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#chartjs-tooltip {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  padding: 5px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  background: rgb(255, 255, 255);
  border-radius: 4px;
}

#chartjs-tooltip::before {
  content: "";
  position: absolute;
  left: -20%;
  top: 35%;
  border: 5px solid transparent;
  border-right: 5px solid rgb(255, 255, 255);
}

.tooltip-circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(0, 71, 187);
}

.tooltip-body {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.48px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(46, 48, 56);
}
/*!********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/Burger/burger.scss ***!
  \********************************************************************************************************************************/
.burger {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-color: var(--color-white-first);
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .burger {
    display: block;
  }
}

.burger__strip,
.burger__strip:before,
.burger__strip:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background-color: var(--color-black-first);
}

.burger__strip:before,
.burger__strip:after {
  content: "";
  transition: 0.3s;
}

.burger__strip:before {
  transform: translateY(-5px);
}

.burger__strip:after {
  transform: translateY(5px);
}

.burger--active .burger__strip {
  height: 0;
}

.burger--active .burger__strip:before {
  transform: rotate(45deg);
}

.burger--active .burger__strip:after {
  transform: rotate(-45deg);
}

.burger--gray .burger__strip,
.burger--gray .burger__strip:before,
.burger--gray .burger__strip:after {
  background-color: var(--color-gray-sixth);
}
/*!************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/structure/Footer/footer.scss ***!
  \************************************************************************************************************************************/
.footer {
  flex-shrink: 0;
  padding: 50px 0 32px;
  background-color: #f8fafc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.footer__desktop {
  display: flex;
  flex-direction: column;
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer__flex {
    flex-direction: column;
  }
}
.footer__flex:last-child {
  margin-bottom: 0;
  align-items: center;
}
.footer__flex--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__flex--mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer__flex--backward {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .footer__flex--zero {
    margin-bottom: 0;
  }
}
.footer__list--margin {
  margin-bottom: 30px;
}
.footer__el {
  width: 30%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer__el {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer__el--desktop {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__el--desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__el--tab {
    margin-bottom: 0;
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-blue-first);
  }
}
@media screen and (max-width: 767px) {
  .footer__el--tab:first-of-type {
    border-top: 1px solid var(--color-blue-first);
  }
}
.footer__el--tab.js-footer-tab-active .footer__arrow {
  transform: rotate(180deg);
}
.footer__el--note {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__el--note {
    width: 100%;
  }
}
.footer__el--additionally {
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer__el--additionally {
    padding-right: 20px;
  }
}
.footer__el--additionally:first-of-type {
  border-top: none;
}
.footer__el--additionally .footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__el--additionally .footer__list {
    display: none;
  }
}
.footer__el--additionally .footer__item {
  width: 30%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer__el--additionally .footer__item {
    width: 100%;
    padding-right: 0;
  }
}
.footer__el--log {
  display: flex;
  flex-direction: column;
}
.footer__el .icon-logo {
  max-width: 100%;
  margin-bottom: 18px;
}
.footer__name, .footer__link {
  color: #505153;
  text-decoration: none;
}
.footer__tel {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-blue-first);
  text-decoration: none;
}
.footer__name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-fourth);
}
@media screen and (max-width: 767px) {
  .footer__name {
    margin-bottom: 0;
  }
}
.footer__link-box:not(:last-child) {
  margin-bottom: 8px;
}
.footer__link {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-fourth);
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 14px;
  }
}
.footer__link--top, .footer__link--bottom {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.footer__link--bottom {
  font-size: 16px;
  font-weight: 500;
}
.footer__link-description {
  font-size: 12px;
  line-height: 14px;
  color: var(--text-primery-color);
  opacity: 0.8;
}
.footer__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-fourth);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--color-gray-fourth);
    cursor: pointer;
  }
}
.footer__title--active {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer__list--tab {
    display: none;
  }
}
.footer__arrow {
  display: none;
  fill: var(--icon-primery-color);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer__arrow {
    display: block;
  }
}
.footer__item {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__block {
    margin-bottom: 60px;
  }
}
.footer__signature {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-gray-fourth);
}
.footer__line {
  width: 100%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.2);
}
@media screen and (max-width: 767px) {
  .footer__line {
    display: none;
  }
}
/*!******************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/Popup/popup.scss ***!
  \******************************************************************************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 50;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup.is-active .popup__content {
  transform: translate(0, 0);
  opacity: 1;
}
.popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 30px 10px;
}
.popup__content {
  position: relative;
  max-width: 650px;
  width: 100%;
  padding: 40px 48px 48px;
  background: var(--color-white-first);
  transition: 0.5s;
  transform: translate(0, -100%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .popup__content {
    padding: 40px 24px 24px;
  }
}
.popup__title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 45px;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .popup__title {
    font-size: 22px;
    line-height: 33px;
  }
}
.popup__title--center {
  text-align: center;
}
.popup__text {
  margin: 0 0 10px;
  font-weight: normal;
  color: var(--text-primery-color);
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup__close-icon {
  fill: var(--icon-primery-color);
  transition: 0.5s;
}
.popup__close-icon:hover {
  fill: var(--color-blue-first);
}
.popup__sum {
  display: none;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  color: var(--color-blue-first);
  margin-bottom: 24px;
}
.popup__after {
  display: none;
}
.popup__img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__qrcode {
  margin-right: 24px;
  margin-bottom: 12px;
}
.popup__attention {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--error-primery-color);
  border-radius: 12px;
  border-left: 4px solid var(--error-primery-color);
}
.popup__attention.hidden {
  display: none;
}
.popup__attention-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 479px) {
  .popup__attention-icon {
    width: 24px;
    height: 24px;
  }
}
.popup__attention-text {
  font-size: 14px;
}
.popup--autopayments .popup__content {
  max-width: 600px;
}

.requisite-text--label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.requisite-text--sum {
  font-weight: 650;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}
.requisite-text--subtext {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #818698;
}
.requisite-text--text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}

.js-additional-payment.hidden {
  display: none !important;
}
/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Form/form.scss ***!
  \***************************************************************************************************************************/
.form__fieldset {
  padding: 0;
  border: none;
}
.form__buttons {
  display: flex;
  justify-content: space-between;
}
.form.js-form-hidden {
  display: none;
}
.form__error {
  display: none;
  margin-top: 12px;
  color: var(--error-primery-color);
}
/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Cell/cell.scss ***!
  \***************************************************************************************************************************/
.cell {
  --width-cell-name: auto;
  --width-border-right: calc(100% - 12px);
  padding-top: 7px;
}
.cell--mb24 {
  margin-bottom: 24px;
}
.cell--mb20 {
  margin-bottom: 20px;
}
.cell--mb8 {
  margin-bottom: 8px;
}
.cell__content {
  height: 100%;
  position: relative;
  padding: 0 0 14px 0;
  border-bottom: 1px solid var(--color-gray-seventh);
  border-left: 1px solid var(--color-gray-seventh);
  border-right: 1px solid var(--color-gray-seventh);
  border-radius: 8px;
  transition: 0.5s;
}
.cell__border-box {
  display: flex;
  width: 100%;
  height: 14px;
}
.cell__border-left {
  flex-shrink: 0;
  width: 12px;
  border-top: 1px solid var(--color-gray-seventh);
  border-top-left-radius: 6px;
  transition: 0.5s;
}
.cell__border-content {
  position: relative;
  flex-shrink: 0;
  top: 25px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  padding: 10px 12px 10px;
  transition: 0.5s;
}
.cell__border-right {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--width-border-right);
  height: 8px;
  min-width: 24px;
  margin-left: auto;
  border-top: 1px solid var(--color-gray-seventh);
  border-top-right-radius: 6px;
  transition: 0.5s;
}
.cell__name {
  position: relative;
  width: var(--width-cell-name);
  font-weight: 300;
  padding-left: 18px;
  font-size: 17px;
  line-height: 100%;
  color: var(--color-gray-first);
  background-color: transparent;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .cell__name {
    font-size: 14px;
  }
}
.cell__name-star, .cell__name-successful {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cell__name-star {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.cell__name-successful {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.cell__data {
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .cell__data {
    font-size: 14px;
  }
}
.cell__data--icon {
  padding-right: 44px;
}
.cell__label-buffer {
  position: absolute;
  left: -2000px;
  top: -2000px;
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  visibility: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cell__label-buffer {
    font-size: 12px;
  }
}
.cell__current-value {
  margin-top: 6px;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-black-first-rgba50);
}
@media screen and (max-width: 767px) {
  .cell__current-value {
    font-size: 12px;
  }
}
.cell__error-message {
  margin-top: 6px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--error-primery-color);
  display: none;
}
.cell__identificator {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.cell__icon {
  display: block;
}
.cell.js-label-up .cell__border-content {
  top: 0;
}
.cell.js-label-up .cell__name {
  font-size: 14px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .cell.js-label-up .cell__name {
    font-size: 12px;
  }
}
.cell.js-label-up .cell__name-star {
  opacity: 0;
  visibility: hidden;
}
.cell.js-label-successful .cell__name {
  font-size: 14px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .cell.js-label-successful .cell__name {
    font-size: 12px;
  }
}
.cell.js-label-successful .cell__name-successful {
  opacity: 1;
  visibility: visible;
}
.cell.js-label-successful .cell__label-buffer {
  padding-left: 34px;
}
.cell.js-label-successful .cell__name-star {
  opacity: 0;
  visibility: hidden;
}
.cell.js-no-required .cell__name-star {
  display: none;
}
.cell.js-no-required .cell__name {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .cell.js-no-required .cell__name {
    font-size: 14px;
  }
}
.cell.js-no-required.js-label-up .cell__name {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cell.js-no-required.js-label-up .cell__name {
    font-size: 12px;
  }
}
.cell.js-cell-error .cell__content {
  border-color: var(--error-primery-color);
}
.cell.js-cell-error .cell__border-left {
  border-color: var(--error-primery-color);
}
.cell.js-cell-error .cell__border-right {
  border-color: var(--error-primery-color);
}
.cell.js-cell-disabled .cell__content {
  background-color: var(--color-gray-second);
  pointer-events: none;
  cursor: not-allowed;
}
.cell.js-cell-disabled .cell__border-content {
  border-radius: 8px;
  background-color: var(--color-gray-second);
}
.cell.js-cell-hidden {
  display: none;
}

.cell__label-buffer {
  position: absolute;
  left: -2000px;
  top: -2000px;
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  visibility: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cell__label-buffer {
    font-size: 12px;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellInput/cellInput.scss ***!
  \*************************************************************************************************************************************/
.cell-input {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-input {
    font-size: 14px;
  }
}
.cell-input::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .cell-input::placeholder {
    font-size: 14px;
  }
}
/*!***********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellDatepicker/cellDatepicker.scss ***!
  \***********************************************************************************************************************************************/
.cell-datepicker {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-datepicker {
    font-size: 14px;
  }
}
.cell-datepicker::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
}
@media screen and (max-width: 767px) {
  .cell-datepicker::placeholder {
    font-size: 14px;
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellInputMask/cellInputMask.scss ***!
  \*********************************************************************************************************************************************/

/*!***************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/ParamRadioButton/paramRadioButton.scss ***!
  \***************************************************************************************************************************************************/
.param-radiobutton {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 479px) {
  .param-radiobutton {
    display: flex;
  }
}
.param-radiobutton__list {
  display: flex;
  margin-bottom: 24px;
  padding: 6px;
  background-color: var(--color-gray-second);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .param-radiobutton__list {
    flex-direction: column;
  }
}
.param-radiobutton__name {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-black-first-rgba60);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .param-radiobutton__name {
    padding: 14px 20px;
    font-size: 14px;
  }
}
.param-radiobutton__name:hover {
  color: var(--color-black-first);
}
.param-radiobutton__input:checked + .param-radiobutton__name {
  color: var(--color-black-first);
  background-color: var(--color-white-first);
  box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
}
.param-radiobutton--small .param-radiobutton__list {
  margin-bottom: 0;
}
.param-radiobutton--small .param-radiobutton__name {
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 8px;
}
/*!***************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellSelect/cellSelect.scss ***!
  \***************************************************************************************************************************************/
.cell-select {
  position: relative;
  width: 100%;
  z-index: 10;
}
.cell-select__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white-first);
  text-align: center;
}
.cell-select__current {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.32, 0, 0.67, 0);
}
@media screen and (max-width: 767px) {
  .cell-select__current {
    font-size: 14px;
  }
}
.cell-select__icon {
  fill: var(--color-gray-first);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .cell-select__icon {
    width: 14px;
    height: auto;
  }
}
.cell-select__body-icon {
  opacity: 0;
  fill: var(--color-gray-first);
  transition: 0.2s;
}
.cell-select__body {
  display: none;
  position: absolute;
  left: 50%;
  right: 0;
  top: calc(100% + 20px);
  width: calc(100% + 26px);
  max-height: 300px;
  overflow-y: auto;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.cell-select.is-active {
  z-index: 11;
}
.cell-select.is-active .cell-select__icon {
  transform: rotate(180deg);
}
.cell-select__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  color: var(--color-gray-first);
  transition: color 0.5s;
}
@media screen and (max-width: 767px) {
  .cell-select__item {
    font-size: 14px;
  }
}
.cell-select__item:hover {
  background-color: #f2f2f2;
}
.cell-select__item.is-chosen {
  color: var(--color-black-third);
}
.cell-select__item.is-chosen .cell-select__body-icon {
  opacity: 1;
}
/*!*********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/ParamCheckbox/paramCheckbox.scss ***!
  \*********************************************************************************************************************************************/
.param-checkbox__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.param-checkbox__list--revert {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.param-checkbox__list--revert .unit__params-item {
  margin-right: 12px;
}
.param-checkbox__list--mb0 {
  margin-bottom: 0;
}
.param-checkbox__item {
  margin-bottom: 12px;
}
.param-checkbox__item:not(:last-child) {
  margin-right: 12px;
}
.param-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background-color: var(--color-gray-second);
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.5s, padding-left 0.5s;
}
.param-checkbox__label:hover {
  opacity: 0.7;
}
.param-checkbox__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  margin-right: 10px;
  fill: var(--color-blue-first);
  transition: opacity 0.5s;
}
.param-checkbox__name {
  font-size: 16px;
  line-height: 100%;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .param-checkbox__name {
    font-size: 14px;
  }
}
.param-checkbox__input:checked + .param-checkbox__label {
  padding-left: 30px;
  background-color: var(--color-blue-second);
}
.param-checkbox__input:checked + .param-checkbox__label .param-checkbox__icon {
  opacity: 1;
}
.param-checkbox__input:checked + .param-checkbox__label .param-checkbox__name {
  color: var(--color-blue-first);
}
.param-checkbox__error-message {
  display: none;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--error-primery-color);
}
/*!***********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellFias/cellFias.scss ***!
  \***********************************************************************************************************************************/
.cell-fias {
  position: relative;
  width: 100%;
  z-index: 10;
}
.cell-fias__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white-first);
  text-align: center;
}
.cell-fias__current {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.32, 0, 0.67, 0);
}
.cell-fias__icon {
  fill: var(--color-gray-first);
  transition: 0.5s;
}
.cell-fias__body-icon {
  opacity: 0;
  fill: var(--color-gray-first);
  transition: 0.2s;
}
.cell-fias__body {
  display: none;
  position: absolute;
  left: 50%;
  right: 0;
  top: calc(100% + 20px);
  width: calc(100% + 48px);
  max-height: 300px;
  overflow-y: auto;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.cell-fias.is-active {
  z-index: 11;
}
.cell-fias.is-active .js-cell-select-body {
  display: block;
}
.cell-fias__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  color: var(--color-gray-first);
  transition: color 0.5s;
}
.cell-fias__item:hover {
  background-color: #f2f2f2;
}
.cell-fias__item.is-chosen {
  color: var(--color-black-third);
}
.cell-fias__item.is-chosen .cell-select__body-icon {
  opacity: 1;
}
.cell-fias__input {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-fias__input {
    font-size: 14px;
  }
}
.cell-fias__input::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .cell-fias__input::placeholder {
    font-size: 14px;
  }
}
/*!*******************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellTextarea/cellTextarea.scss ***!
  \*******************************************************************************************************************************************/
.cell-textarea {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
  resize: none;
}
@media screen and (max-width: 767px) {
  .cell-textarea {
    font-size: 14px;
  }
}
.cell-textarea::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--color-gray-first);
}
@media screen and (max-width: 767px) {
  .cell-textarea::placeholder {
    font-size: 14px;
  }
}
/*!*****************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/RadioButton/radioButton.scss ***!
  \*****************************************************************************************************************************************/
.radiobutton {
  margin-bottom: 24px;
}
.radiobutton__list {
  display: flex;
  flex-direction: column;
}
.radiobutton__list--row {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .radiobutton__list--row {
    flex-direction: column;
  }
}
.radiobutton__list--row .radiobutton__item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .radiobutton__list--row .radiobutton__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.radiobutton__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 40px;
}
.radiobutton__window {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: var(--color-gray-second);
  border-radius: 50%;
  border: 1px solid var(--color-gray-sixth);
}
.radiobutton__circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-blue-first);
  transform: scale(0);
  transition: 0.5s;
}
.radiobutton__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-gray-second);
}
.radiobutton__name {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  cursor: pointer;
}
.radiobutton__input:checked + .radiobutton__name .radiobutton__window {
  border-color: transparent;
}
.radiobutton__input:checked + .radiobutton__name .radiobutton__circle {
  transform: scale(1);
}
.radiobutton__icon {
  width: 40px;
  height: auto;
  margin-left: 12px;
}
.radiobutton.js-radiobutton-disabled .radiobutton__item {
  pointer-events: none;
  opacity: 0.6;
}
/*!*************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/MultiDate/multiDate.scss ***!
  \*************************************************************************************************************************************/
.multi-date {
  display: flex;
  align-items: baseline;
}
.multi-date__text {
  margin-right: 5px;
}
.multi-date__input {
  width: 100px;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .multi-date__input {
    font-size: 14px;
  }
}
.multi-date__input::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .multi-date__input::placeholder {
    font-size: 14px;
  }
}
.multi-date__input[disabled] {
  opacity: 0.5;
}
/*!***********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Checkbox/сheckbox.scss ***!
  \***********************************************************************************************************************************/
.checkbox--margin {
  margin-bottom: 24px;
}
.checkbox__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.checkbox__item--half {
  width: 50%;
  margin-bottom: 30px;
}
.checkbox__window {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid var(--color-blue-first);
  border-radius: 1px;
}
.checkbox__icon-mark {
  fill: var(--color-blue-first);
  opacity: 0;
  transition: 0.5s;
}
.checkbox__name {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  cursor: pointer;
}
.checkbox__name--info {
  margin-right: 12px;
  min-width: 126px;
}
.checkbox__input:checked + .checkbox__name .checkbox__icon-mark {
  opacity: 1;
}
.checkbox__link {
  color: var(--color-blue-first);
  text-decoration: none;
  border-bottom: 1px solid var(--color-blue-first);
  transition: 0.5s;
}
.checkbox__link:hover {
  border-bottom: 1px solid transparent;
}
.checkbox__text--margin {
  margin-right: 5px;
}
.checkbox__text--fs17 {
  font-size: 17px;
}
.checkbox__error-message {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: var(--error-primery-color);
}
.checkbox.js-checkbox-hidden {
  display: none;
}
.checkbox__line {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.checkbox__line-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}
/*!*******************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Loader/loader.scss ***!
  \*******************************************************************************************************************************/
.loader {
  position: relative;
}
.loader:not(:last-child) {
  margin-bottom: 24px;
}
.loader__container {
  padding: 24px;
  border: 2px dashed var(--color-gray-seventh);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .loader__container {
    padding: 16px;
  }
}
.loader__flex {
  display: flex;
  align-items: flex-start;
}
.loader__icon-box {
  position: relative;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .loader__icon-box {
    margin-right: 12px;
  }
}
.loader__icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.loader__icon.js-loader-icon--complete {
  opacity: 0;
}
.loader__files-list {
  margin-bottom: 12px;
}
.loader__name {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 17px;
  line-height: 110%;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .loader__name {
    font-size: 15px;
  }
}
.loader__button {
  display: none;
  padding: 10px 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-primery-color);
  text-decoration: none;
  text-align: center;
  background-color: var(--color-white-first);
  border: 1px solid var(--color-gray-first);
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: opacity 0.5s;
}
.loader__button:hover {
  opacity: 0.6;
}
.loader__button--file {
  display: block;
  background-color: var(--color-gray-second);
  border: 1px solid var(--color-gray-second);
}
.loader__button--file:not(:last-child) {
  margin-bottom: 12px;
}
.loader__button-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__button-text {
  margin-right: 10px;
}
.loader__button-icon {
  flex-shrink: 0;
}
.loader__format {
  margin-top: 12px;
  font-size: 13px;
  line-height: 150%;
  color: var(--color-black-first-rgba50);
}
.loader.js-loader-error .loader__container {
  border-color: var(--error-primery-color);
}
.loader.js-loader-successful .js-loader-icon-load {
  opacity: 0;
}
.loader.js-loader-successful .js-loader-icon--complete {
  opacity: 1;
}
.loader .js-error-message {
  display: none;
  margin-top: 8px;
  font-size: 13px;
  line-height: 150%;
  color: var(--error-primery-color);
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/DatepickerMinMax/datepickerMinMax.scss ***!
  \***************************************************************************************************************************************************/
.cell-datepicker {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-datepicker {
    font-size: 14px;
  }
}
.cell-datepicker::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
}
@media screen and (max-width: 767px) {
  .cell-datepicker::placeholder {
    font-size: 14px;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./modules/FeedbackPopup/feedBackPopup.scss ***!
  \*************************************************************************************************************************************/
.feedback-popup {
  display: block;
}
.feedback-popup__after {
  display: none;
}
.feedback-popup__phone {
  margin-top: 24px;
}
/*!**************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/Preloader/preloader.scss ***!
  \**************************************************************************************************************************************/
.preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white-first);
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
.preloader__view {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 13px solid var(--color-blue-first-rgba20);
  border-right: 13px solid var(--color-blue-first-rgba20);
  border-bottom: 13px solid var(--color-blue-first-rgba20);
  border-left: 13px solid var(--color-blue-first);
  transform: translateZ(0);
  animation: load8 1.7s infinite linear;
}
.preloader__view::after {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s;
}
.preloader.loaded .preloader__view {
  display: none;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/structure/Navigation/navigation.scss ***!
  \********************************************************************************************************************************************/
.navigation {
  position: relative;
  margin-bottom: 32px;
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .navigation {
    margin-bottom: 0;
    padding-top: 16px;
  }
}
.navigation__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation__block {
  display: flex;
  align-items: center;
}
.navigation__link {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--color-gray-first);
  text-decoration: none;
  transition: opacity 0.5s;
}
.navigation__link:not(:last-child) {
  margin-right: 24px;
}
.navigation__link:hover {
  opacity: 0.6;
}
.navigation__link--user {
  display: flex;
  align-items: center;
  color: var(--color-blue-first);
}
.navigation__link--user:hover {
  opacity: 1;
}
.navigation__link--support {
  cursor: pointer;
}
.navigation__link--support:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .navigation__link--desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navigation__link--desktop.link-icon {
    display: none;
  }
}
.navigation__link-el {
  transition: opacity 0.5s;
  cursor: pointer;
}
.navigation__link-el:first-child {
  margin-right: 8px;
}
.navigation__link-el--text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.navigation__link-el--svg {
  flex-shrink: 0;
  fill: var(--icon-primery-color);
}
@media screen and (max-width: 1023px) {
  .navigation__link-el--name {
    display: none;
  }
}
.navigation__logo-link {
  display: block;
  line-height: 10px;
}
@media screen and (max-width: 1023px) {
  .navigation__logo {
    width: 180px;
    height: auto;
  }
}
.navigation__popup {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(0, 40px);
  min-width: 220px;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  background-color: var(--color-white-first);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .navigation__popup {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    min-width: 290px;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
}
.navigation__popup.js-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 10px);
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .navigation__popup.js-active {
    transform: translate(0, 0);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  }
}
.navigation__menu-item:not(:last-child) {
  margin-bottom: 24px;
}
.navigation__link-icon {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-family: var(--font-primery);
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  webkit-appearance: none;
}
.navigation__link-icon-el:first-child {
  margin-right: 8px;
}
.navigation__link-icon-el--box {
  width: 20px;
}
.navigation__link-icon-el--text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: var(--color-gray-first);
  transition: color 0.5s;
}
.navigation__link-icon-svg {
  display: block;
  flex-shrink: 0;
  fill: var(--icon-primery-color);
  transition: 0.5s;
}
.navigation__link-icon:hover .navigation__link-icon-el--text {
  color: var(--text-primery-color);
}
.navigation__link-icon:hover .navigation__link-icon-svg {
  fill: var(--text-primery-color);
}
.navigation__popup-header {
  display: none;
}
@media screen and (max-width: 1023px) {
  .navigation__popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-third);
  }
}
.navigation__popup-close {
  fill: var(--color-gray-first);
  cursor: pointer;
}
/*!****************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/structure/TabsNavigation/tabsNavigation.scss ***!
  \****************************************************************************************************************************************************/
.tabs-navigation {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabs-navigation {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(175, 175, 175, 0.2);
    box-shadow: 0px -0.5px 0px rgba(170, 170, 170, 0.3);
    background-color: #fff;
    z-index: 40;
  }
}
.tabs-navigation__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 4px 11px;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: -0.24px;
  color: var(--color-gray-sixth);
  text-decoration: none;
}
.tabs-navigation__item > svg {
  margin-bottom: 5px;
}
.tabs-navigation__item > .burger--mobile {
  display: flex;
  margin-right: 0;
  margin-bottom: 5px;
}
.tabs-navigation__burger {
  margin-right: 0;
  margin-bottom: 8px;
}

/*# sourceMappingURL=global.css.map*/