@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

nav li:before {
  content: "​";
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details,
dialog {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

nav li:before {
  display: block;
  height: 0;
}

a,
button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

html {
  color: var(--textPrimary);
  font: var(--sizeFontMd)/1.5 var(--fontFamily);
}

h1 {
  line-height: 42px;
  font-size: 36px;
}

@media only screen and (max-width: 576px) {
  h1 {
    line-height: 36px;
    font-size: 30px;
  }
}
h2 {
  line-height: 32px;
  font-size: 26px;
}

@media only screen and (max-width: 576px) {
  h2 {
    line-height: 30px;
    font-size: 24px;
  }
}
h3 {
  line-height: 30px;
  font-size: 22px;
}

@media only screen and (max-width: 576px) {
  h3 {
    line-height: 26px;
    font-size: 20px;
  }
}
h4 {
  line-height: 28px;
  font-size: 20px;
}

@media only screen and (max-width: 576px) {
  h4 {
    line-height: 24px;
    font-size: 18px;
  }
}
h1,
h2,
h3,
h4 {
  margin: var(--sizeIndentXl) 0 var(--sizeIndentMd);
}

@media only screen and (max-width: 576px) {
  h1,
  h2,
  h3,
  h4 {
    margin: var(--sizeIndentMd) 0 var(--sizeIndentSm);
  }
}
hr,
p {
  margin: var(--sizeIndentSm) 0;
}

hr {
  border: 0;
  background: var(--surfaceSolidTertiary);
  height: 1px;
}

ol,
ul {
  margin: var(--sizeIndentSm) 0;
  padding-left: var(--sizeIndentXl);
}

ol > ol,
ol > ul,
ul > ol,
ul > ul {
  margin: 0;
}

:root {
  --fontFamily: "SB Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --colorMainPrimary: #21a038;
  --colorMainPrimaryLighten: #25b53f;
  --colorMainPrimaryDarken: #348d44;
  --colorMainPrimaryOpacity10: rgba(33, 160, 56, .1);
  --colorMainPrimaryOpacity40: rgba(33, 160, 56, .4);
  --colorMainPrimaryOpacity90: rgba(33, 160, 56, .9) ;
}

:root {
  --durationTransition: .2s;
  --opacity10: .1;
  --opacity40: .4;
  --opacity90: .9;
  --colorBlack100: #343434;
  --colorBlack100Opacity10: rgba(52, 52, 52, .1);
  --colorBlack100Opacity40: rgba(52, 52, 52, .4);
  --colorBlack100Opacity90: rgba(52, 52, 52, .9);
  --colorBlack200: #96959b;
  --colorBlack200Opacity10: hsla(250, 3%, 60%, .1);
  --colorBlack200Opacity40: hsla(250, 3%, 60%, .4);
  --colorBlack200Opacity90: hsla(250, 3%, 60%, .9);
  --colorBlack300: #a6a8a8;
  --colorBlack300Opacity10: hsla(180, 1%, 65%, .1);
  --colorBlack300Opacity40: hsla(180, 1%, 65%, .4);
  --colorBlack300Opacity90: hsla(180, 1%, 65%, .9);
  --colorBlack350: #c0c1c6;
  --colorBlack350Opacity10: hsla(230, 5%, 76%, .1);
  --colorBlack350Opacity40: hsla(230, 5%, 76%, .4);
  --colorBlack350Opacity90: hsla(230, 5%, 76%, .9);
  --colorBlack400: #e7e9eb;
  --colorBlack400Opacity10: hsla(210, 9%, 91%, .1);
  --colorBlack400Opacity40: hsla(210, 9%, 91%, .4);
  --colorBlack400Opacity90: hsla(210, 9%, 91%, .9);
  --colorBlack500: #f1f3f5;
  --colorBlack500Opacity10: rgba(241, 243, 245, .1);
  --colorBlack500Opacity40: rgba(241, 243, 245, .4);
  --colorBlack500Opacity90: rgba(241, 243, 245, .9);
  --colorBlack600: #f7f8fa;
  --colorBlack600Opacity10: rgba(247, 248, 250, .1);
  --colorBlack600Opacity40: rgba(247, 248, 250, .4);
  --colorBlack600Opacity90: rgba(247, 248, 250, .9);
  --colorWhite: #fff;
  --colorMainPrimaryContrast: var(--colorWhite);
  --colorMainSecondary: #fecb00;
  --colorMainSecondaryOpacity10: rgba(254, 203, 0, .1);
  --colorMainSecondaryOpacity40: rgba(254, 203, 0, .4);
  --colorMainSecondaryOpacity90: rgba(254, 203, 0, .9);
  --colorMainSecondaryLighten: #ffdb4b;
  --colorMainSecondaryDarken: #ffb800;
  --colorMainSecondaryContrast: var(--colorBlack100);
  --colorAccentPrimary: #fbe34d;
  --colorAccentPrimaryOpacity10: rgba(251, 227, 77, .1);
  --colorAccentPrimaryOpacity40: rgba(251, 227, 77, .4);
  --colorAccentPrimaryOpacity90: rgba(251, 227, 77, .9);
  --colorAccentPrimaryLighten: #fce766;
  --colorAccentPrimaryDarken: #fadb1b;
  --colorAccentPrimaryContrast: var(--colorBlack100);
  --colorAccentSecondary: #f36;
  --colorAccentSecondaryOpacity10: rgba(255, 51, 102, .1);
  --colorAccentSecondaryOpacity40: rgba(255, 51, 102, .4);
  --colorAccentSecondaryOpacity90: rgba(255, 51, 102, .9);
  --colorAccentSecondaryLighten: #ff4d79;
  --colorAccentSecondaryDarken: #ff1a53;
  --colorAccentSecondaryContrast: var(--colorWhite);
  --colorAccentTertiary: #3297fc;
  --colorAccentTertiaryOpacity10: rgba(50, 151, 252, .1);
  --colorAccentTertiaryOpacity40: rgba(50, 151, 252, .4);
  --colorAccentTertiaryOpacity90: rgba(50, 151, 252, .9);
  --colorAccentTertiaryLighten: #5eb0f0;
  --colorAccentTertiaryDarken: #188eea;
  --colorAccentTertiaryContrast: var(--colorWhite);
  --colorSuccess: #48cc08;
  --colorSuccessOpacity10: rgba(72, 204, 8, .1);
  --colorSuccessOpacity40: rgba(72, 204, 8, .4);
  --colorSuccessOpacity90: rgba(72, 204, 8, .9);
  --colorSuccessContrast: var(--colorWhite);
  --colorWarning: #ffeca1;
  --colorWarningOpacity10: rgba(255, 236, 161, .1);
  --colorWarningOpacity40: rgba(255, 236, 161, .4);
  --colorWarningOpacity90: rgba(255, 236, 161, .9);
  --colorWarningLighten: #ffe88f;
  --colorWarningDarken: #ffd429;
  --colorWarningContrast: var(--colorBlack100);
  --colorError: #fe3d25;
  --colorErrorOpacity10: rgba(254, 61, 37, .1);
  --colorErrorOpacity40: rgba(254, 61, 37, .4);
  --colorErrorOpacity90: rgba(254, 61, 37, .9);
  --colorErrorContrast: var(--colorWhite);
  --colorInfo: #fff5e9;
  --colorInfoContrast: var(--colorBlack100);
  --sizeFontDesktopXs: 12px;
  --sizeFontDesktopSm: 14px;
  --sizeFontDesktopMd: 16px;
  --sizeFontDesktopLg: 18px;
  --sizeFontXs: var(--sizeFontDesktopXs);
  --sizeFontSm: var(--sizeFontDesktopSm);
  --sizeFontMd: var(--sizeFontDesktopMd);
  --sizeFontLg: var(--sizeFontDesktopLg);
  --sizeFontMobileXs: 11px;
  --sizeFontMobileSm: 13px;
  --sizeFontMobileMd: 15px;
  --sizeFontMobileLg: 17px;
  --sizeIndentXs: 8px;
  --sizeIndentSm: 16px;
  --sizeIndentMd: 20px;
  --sizeIndentLg: 24px;
  --sizeIndentXl: 32px;
  --sizeRadiusXs: 8px;
  --sizeRadiusSm: 12px;
  --sizeRadiusMd: 16px;
  --sizeRadiusLg: 20px;
  --sizeRadiusXl: 32px;
  --sizeRadiusRound: 50%;
  --screenXxl: 1440px;
  --screenXl: 1200px;
  --screenLg: 992px;
  --screenMd: 768px;
  --screenSm: 576px;
  --screenXs: 425px;
  --screenXxs: 375px;
  --shadowSm: 0 2px 10px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .18);
  --shadowMd: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 20px rgba(0, 0, 0, .08);
  --shadowLg: 0 8px 30px rgba(0, 0, 0, .1);
  --shadowXl: 0 10px 45px rgba(0, 0, 0, .08), 0 5px 10px rgba(0, 0, 0, .05);
  --zIndexLegacyDrawer: 2100;
  --zIndexModal: 5000;
  --zIndexHeader: 2000 ;
}

@media only screen and (max-width: 576px) {
  :root {
    --sizeFontXs: var(--sizeFontMobileXs);
    --sizeFontSm: var(--sizeFontMobileSm);
    --sizeFontMd: var(--sizeFontMobileMd);
    --sizeFontLg: var(--sizeFontMobileLg) ;
  }
}
*,
:after,
:before {
  --shadowColor: 0 5px 15px var(--colorShadow, var(--colorMainPrimaryOpacity40));
  --shadowOutline: 0 0 0 3px var(--colorOutline, var(--colorMainPrimaryOpacity40)) ;
}

:root {
  --textPrimary: #24282b;
  --textSecondary: #8c959c;
  --textTertiary: #bec9d1;
  --textParagraph: #24282b;
  --textAccent: #148f2b;
  --textNegative: #f31b31;
  --textAccentDiscount: #ff1f78;
  --textAccentGold: #ffd83d;
  --textAccentB2B: #0c8688;
  --onDarkTextPrimary: #fff;
  --onDarkTextSecondary: rgba(242, 245, 247, .64);
  --onDarkTextTertiary: rgba(242, 245, 247, .4);
  --onDarkTextParagraph: rgba(242, 245, 247, .8);
  --onDarkTextAccent: #24b23e;
  --onDarkTextNegative: #ff2e43;
  --onDarkTextAccentDiscount: #ff1f78;
  --onDarkTextAccentGold: #ffd83d;
  --onDarkTextAccentB2B: #04c6c9;
  --onLightTextPrimary: #24282b;
  --onLightTextSecondary: #8c959c;
  --onLightTextTertiary: #bec9d1;
  --onLightTextParagraph: #24282b;
  --onLightTextAccent: #148f2b;
  --onLightTextNegative: #f31b31;
  --onLightTextAccentDiscount: #ff1f78;
  --onLightTextAccentGold: #ffd83d;
  --onLightTextAccentB2B: #0c8688;
  --inverseTextPrimary: #f2f5f7;
  --surfaceSolidSecondary: #f2f5f7;
  --surfaceSolidTertiary: #e4ebf0;
  --surfaceSolidCard: #fff;
  --surfaceAccent: #24b23e;
  --surfaceAccentGradient: linear-gradient(122.62deg, #4817c1, #c505d6);
  --surfaceNegative: #f31b31;
  --surfaceAccentB2B: #0da8ab;
  --surfaceAccentDiscount: #ff1f78;
  --surfaceAccentGold: #ffd83d;
  --surfaceAccentBlue: #3f81fd;
  --surfaceAdditional: #d1dde5;
  --onDarkSurfaceSolidSecondary: #24282b;
  --onDarkSurfaceSolidTertiary: #31373b;
  --onDarkSurfaceSolidCard: #15181a;
  --onDarkSurfaceAccent: #24b23e;
  --onDarkSurfaceAccentGradient: linear-gradient(122.62deg, #4817c1, #c505d6);
  --onDarkSurfaceNegative: #ff2e43;
  --onDarkSurfaceAccentB2B: #0da8ab;
  --onDarkSurfaceAccentDiscount: #ff1f78;
  --onDarkSurfaceAccentGold: #ffd83d;
  --onDarkSurfaceAccentBlue: #3f81fd;
  --onDarkSurfaceAdditional: #494f54;
  --onLightSurfaceSolidSecondary: #f2f5f7;
  --onLightSurfaceSolidTertiary: #e4ebf0;
  --onLightSurfaceSolidCard: #fff;
  --onLightSurfaceAccent: #24b23e;
  --onLightSurfaceAccentGradient: linear-gradient(122.62deg, #4817c1, #c505d6);
  --onLightSurfaceNegative: #f31b31;
  --onLightSurfaceAccentB2B: #0da8ab;
  --onLightSurfaceAccentDiscount: #ff1f78;
  --onLightSurfaceAccentGold: #ffd83d;
  --onLightSurfaceAccentBlue: #3f81fd;
  --onLightSurfaceAdditional: #d1dde5;
  --bannersDefaultBannerRed: #fff5f6;
  --bannersDefaultBannerGold: #fff7d6;
  --bannersDefaultBannerGreen: #e0ffe9;
  --bannersDefaultBannerMalachite: #e6fcfc;
  --bannersDefaultBannerBlue: #f2f7ff;
  --backgroundPrimary: #f7f8fa;
  --backgroundOverlay: rgba(21, 24, 26, .56);
  --skeletonGradient: linear-gradient(90deg, rgba(8, 8, 8, .09), rgba(8, 8, 8, .08) 6.25%, rgba(8, 8, 8, .05) 12.5%, rgba(8, 8, 8, .01) 25%, rgba(8, 8, 8, .05) 37.5%, rgba(8, 8, 8, .08) 43.75%, rgba(8, 8, 8, .09) 50%, rgba(8, 8, 8, .08) 56.25%, rgba(8, 8, 8, .05) 62.5%, rgba(8, 8, 8, .01) 75%, rgba(8, 8, 8, .05) 87.5%, rgba(8, 8, 8, .08) 93.75%, rgba(8, 8, 8, .09));
  --skeletonGradientLighter: linear-gradient(90deg, rgba(8, 8, 8, .36), rgba(8, 8, 8, .32) 6.25%, rgba(8, 8, 8, .2) 12.5%, rgba(8, 8, 8, .04) 25%, rgba(8, 8, 8, .2) 37.5%, rgba(8, 8, 8, .32) 43.75%, rgba(8, 8, 8, .36) 50%, rgba(8, 8, 8, .08) 56.25%, rgba(8, 8, 8, .2) 62.5%, rgba(8, 8, 8, .04) 75%, rgba(8, 8, 8, .2) 87.5%, rgba(8, 8, 8, .32) 93.75%, rgba(8, 8, 8, .36));
  --whitePrimary: #fff;
  --whiteSecondary: rgba(242, 245, 247, .64);
  --whiteTertiary: rgba(242, 245, 247, .4);
  --blackPrimary: #24282b;
  --blackSecondary: #8c959c;
  --blackTertiary: #bec9d1;
  --text: #24282b;
  --primary: #24282b;
  --secondary: #8c959c;
  --tertiary: #bec9d1;
  --paragraph: #24282b;
  --background: #f7f8fa;
  --accent: #148f2b;
  --critical: #f31b31;
  --surfaceSolid02: #f2f5f7;
  --surfaceSolid03: #e4ebf0;
  --buttonAccent: #148f2b;
  --buttonCritical: #f31b31;
  --shadowDownSoftS: 0px 6px 12px rgba(0, 0, 0, .08);
  --shadowDownSoftM: 0 12px 24px rgba(0, 0, 0, .12);
  --shadowDownSoftL: 0 24px 48px rgba(0, 0, 0, .16);
  --shadowDownHardS: 0px 6px 12px rgba(0, 0, 0, .12);
  --shadowDownHardM: 0 12px 24px rgba(0, 0, 0, .16);
  --shadowDownHardL: 0 24px 48px rgba(0, 0, 0, .2);
  --borderRadiusXxs: 4px;
  --borderRadiusXs: 8px;
  --borderRadiusS: 12px;
  --borderRadiusM: 16px;
  --borderRadiusL: 20px;
  --borderRadiusXl: 24px;
  --borderRadiusXxl: 32px;
  --borderRadiusRounded: 100%;
  --spacing0x: 0px;
  --spacing1x: 2px;
  --spacing2x: 4px;
  --spacing3x: 6px;
  --spacing4x: 8px;
  --spacing6x: 12px;
  --spacing8x: 16px;
  --spacing10x: 20px;
  --spacing12x: 24px;
  --spacing16x: 32px;
  --spacing20x: 40px;
  --spacing24x: 48px;
  --spacing32x: 64px;
  --spacing40x: 80px;
  --spacing60x: 120px ;
}

:root {
  --grayColor: #7a7980;
  --boldGrayColor: #27272b;
  --simpleGrayColor: #edf0f3;
  --sickGrayColor: #565559;
  --greenColor: #199f67;
  --errorColor: #eb5861;
  --baseBoxShadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
  --baseBorderColor: #f1f3f5;
  --baseIconColor: #c0c1c6;
  --borderSimpleColor: #e7e9eb;
  --vh: 1vh ;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Стили для прелоадера */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--greenColor);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
:root {
  --color-light: #fff;
  --color-dark: #121212;
  --color-info: #3498db;
  --color-success: #07bc0c;
  --color-warning: #f1c40f;
  --color-error: #e74c3c;
  --color-transparent: hsla(0, 0%, 100%, .7);
  --icon-color-info: var(--color-info);
  --icon-color-success: var(--color-success);
  --icon-color-warning: var(--color-warning);
  --icon-color-error: var(--color-error);
  --toast-width: 320px;
  --toast-background: #fff;
  --toast-min-height: 64px;
  --toast-max-height: 800px;
  --font-family: sans-serif;
  --z-index: 9999;
  --text-color-light: #757575;
  --text-color-dark: #fff;
  --text-color-info: #fff;
  --text-color-success: #fff;
  --text-color-warning: #fff;
  --text-color-error: #fff;
  --spinner-color: #616161;
  --spinner-color-empty-area: #e0e0e0;
  --color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --color-progress-dark: #bb86fc;
  --color-progress-info: var(--color-info);
  --color-progress-success: var(--color-success);
  --color-progress-warning: var(--color-warning);
  --color-progress-error: var(--color-error);
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

button {
  cursor: pointer;
}

.hidden {
  display: none;
}

.main-container {
  margin: 0 auto;
  width: 100%;
  max-width: 580px;
}

.login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 16px 24px;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}

.logo-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 222px;
  height: 29px;
}

@media only screen and (min-width: 425.02px) {
  .logo-icon {
    width: 276px;
    height: 36px;
  }
}
.login-header {
  margin-top: 64px;
  max-width: 467px;
}

@media only screen and (max-width: 576px) {
  .login-header {
    margin-top: 24px;
  }
}
.header-title {
  line-height: 32px;
  color: var(--boldGrayColor);
  font-size: 26px;
  font-weight: 800;
}

.header-description {
  margin-top: 12px;
  line-height: 20px;
  color: var(--boldGrayColor);
  font-size: 16px;
}
.header-description a {
  text-decoration: none;
  color: var(--greenColor);
}

.login-main {
  max-width: 450px;
}

.phone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  gap: 4px;
}

.phone-input-container {
  position: relative;
}

input.phone-input {
  outline: none;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: var(--simpleGrayColor);
  padding: 12px 16px;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
}
input.phone-input::-webkit-input-placeholder {
  color: var(--grayColor);
}
input.phone-input::-moz-placeholder {
  color: var(--grayColor);
}
input.phone-input:-ms-input-placeholder {
  color: var(--grayColor);
}
input.phone-input::-ms-input-placeholder {
  color: var(--grayColor);
}
input.phone-input::placeholder {
  color: var(--grayColor);
}
input.phone-input .error {
  border: 1px solid var(--errorColor);
}

.error-message {
  position: absolute;
  bottom: -20px;
  line-height: 16px;
  color: var(--errorColor);
  font-size: 12px;
  font-weight: 400;
}

.otp-code-container {
  position: relative;
  margin-top: 20px;
}

.otp-inputs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 340px;
  gap: 8px;
  max-height: 48px;
}
.otp-inputs-row button.button.primary-button.medium-button, .otp-inputs-row .form-input-container {
  width: calc(50% - 4px);
}

button.button.primary-button.medium-button {
  --disableBg: #88cbb0;
  --disableColor: hsla(0, 0%, 100%, .8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 13px;
  width: 100%;
  height: 56px;
  will-change: opacity, border-color, background-color, box-shadow;
  -webkit-transition: opacity var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: opacity var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: opacity var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), box-shadow var(--durationTransition), color var(--durationTransition);
  transition: opacity var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), box-shadow var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  line-height: 1.5;
  font-family: inherit;
  font-size: var(--sizeFontMd);
  outline: none;
  padding: calc(var(--sizeIndentXs) - 1px) calc(var(--sizeIndentSm) - 1px);
  max-height: 48px;
  border-color: var(--colorButtonDefaultBackground);
  background: var(--greenColor);
  color: var(--colorWhite);
}
button.button.primary-button.medium-button:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--surfaceSolidSecondary);
  cursor: default;
  pointer-events: none;
  background-color: var(--simpleGrayColor);
  color: var(--baseIconColor);
}
button.button.primary-button.medium-button.button-white {
  color: var(--greenColor);
  border: none;
  background: transparent;
}

.otp-errors-row {
  position: absolute;
  margin-top: 4px;
  line-height: 16px;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 340px;
  grid-gap: 8px;
  gap: 8px;
}

.policy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  max-width: 450px;
  gap: 12px;
}
@media only screen and (min-width: 425.02px) {
  .policy-checkbox {
    margin-top: 40px;
    line-height: 18px;
    font-size: 14px;
  }
}
.policy-checkbox input.checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

input.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: border-color, background-color, box-shadow;
  -webkit-transition: border-color var(--durationTransition), background-color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: border-color var(--durationTransition), background-color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: border-color var(--durationTransition), background-color var(--durationTransition), box-shadow var(--durationTransition);
  transition: border-color var(--durationTransition), background-color var(--durationTransition), box-shadow var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--surfaceSolidTertiary);
  border-radius: calc(var(--sizeIndentXs) / 2);
  background: var(--surfaceSolidCard);
  cursor: pointer;
  width: var(--sizeIndentLg);
  height: var(--sizeIndentLg);
  vertical-align: middle;
  color: var(--onDarkTextPrimary);
  outline: none;
}
input.checkbox:checked:not(:disabled) {
  border-color: var(--surfaceAccent);
  background-color: var(--surfaceAccent);
}
input.checkbox:checked:not(:disabled):after, input.checkbox:checked:not(:disabled):before {
  opacity: 1;
}
input.checkbox:after, input.checkbox:before {
  display: block;
  position: absolute;
  -webkit-transition: background-color var(--durationTransition), opacity var(--durationTransition);
  transition: background-color var(--durationTransition), opacity var(--durationTransition);
  opacity: 0;
  border-radius: 5px;
  background-color: var(--surfaceSolidCard);
  width: 2px;
  content: "";
}
input.checkbox:before {
  top: 12px;
  left: 8px;
  -webkit-transform: translate(-45%, -50%) rotate(-45deg);
          transform: translate(-45%, -50%) rotate(-45deg);
  height: 7px;
}
input.checkbox:after {
  top: 10px;
  left: 13px;
  -webkit-transform: translate(-50%, -45%) rotate(45deg);
          transform: translate(-50%, -45%) rotate(45deg);
  height: 11px;
}

.policy-link {
  text-decoration: none;
  color: var(--textAccent);
}

button.button.primary-button.medium-button.login-btn, button.button.primary-button.medium-button.error-btn {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

button.button.primary-button.medium-button.error-btn {
  left: 0;
  right: 0;
}

button.button.primary-button.medium-button.next {
  max-width: calc(100% - 32px);
  max-height: 56px;
}

#backButton {
  cursor: pointer;
}

.otp-errors-row .otp-timer {
  text-align: center;
}

.form-input-container .input-wrapper {
  position: relative;
}
.form-input-container .input-wrapper .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-input-container .input-wrapper .form-group input {
  will-change: box-shadow, border-color, background-color, color;
  -webkit-transition: border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: box-shadow var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition);
  transition: box-shadow var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  border: 1px solid var(--surfaceSolidTertiary);
  border-radius: var(--sizeRadiusXs);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(transparent, transparent);
  padding: 18px calc(var(--sizeIndentXl) / 2) 4px;
  line-height: 1.5;
  font-family: inherit;
  font-size: var(--sizeFontMd);
  font-weight: 600;
  outline: none;
  background-color: var(--simpleGrayColor);
  font-weight: 400;
  width: 100%;
}
.form-input-container .input-wrapper .form-group input.invalid {
  --colorOutline: var(--colorErrorOpacity40);
  border-color: var(--surfaceNegative);
  color: var(--textNegative);
}
.form-input-container .input-wrapper .form-group input.invalid ~ .label {
  color: var(--textNegative);
}
.form-input-container .input-wrapper .form-group input + .label-background {
  background: var(--simpleGrayColor);
}
.form-input-container .input-wrapper .form-group .label-background {
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: calc(var(--sizeIndentXl) / 2);
  left: calc(var(--sizeIndentXl) / 2);
  will-change: background-color;
  -webkit-transition: background-color var(--durationTransition);
  transition: background-color var(--durationTransition);
  background: var(--surfaceSolidCard);
  height: 19px;
}
.form-input-container .input-wrapper .form-group .label {
  --sizePadding: calc(var(--sizeIndentXl) / 2);
  position: absolute;
  top: 24px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  will-change: transform;
  -webkit-transition: -webkit-transform var(--durationTransition);
  transition: -webkit-transform var(--durationTransition);
  transition: transform var(--durationTransition);
  transition: transform var(--durationTransition), -webkit-transform var(--durationTransition);
  cursor: text;
  padding: 0 var(--sizePadding);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--textSecondary);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-weight: 400;
  pointer-events: none;
}
.form-input-container .input-wrapper .form-group.not-empty .label {
  -webkit-transform: translate(calc(var(--sizePadding) - var(--sizePadding) * 0.75), -85%) scale(0.75);
          transform: translate(calc(var(--sizePadding) - var(--sizePadding) * 0.75), -85%) scale(0.75);
}

.otp-error {
  color: var(--colorError);
}

.text-button {
  all: unset;
  width: 24px;
  height: 24px;
  --colorButtonFlatText: var(--textAccent);
  color: var(--colorButtonFlatText);
}

.container-header {
  margin-top: 24px;
}

.header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
}
.header-bar .text-button {
  margin-right: 16px;
}
.header-bar .text-button:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}
.header-bar .header-caption {
  margin-right: 8px;
  line-height: 24px;
  color: var(--colorBlack);
  font-size: 20px;
  font-weight: 750;
}

.header-info {
  padding: 8px 16px;
}

main.container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 16px;
  height: calc(100vh - 356px);
  overflow: auto;
}
main.container-wrapper.time-slots-input-main-content {
  overflow: scroll;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.container .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.container .form .form-input-container .form-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
}
.container .form .form-input-container + .form-input-container {
  margin-top: 16px;
}

.footer {
  margin: 24px 16px;
  text-align: center;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
  gap: 25px;
}
.list .list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 24px;
  color: var(--boldGrayColor);
  font-size: 18px;
  cursor: pointer;
}
.list .list-item.bold {
  font-weight: 600;
}
.list .list-item span.list-text {
  margin-left: 8px;
}
.list .list-item input.radio {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

input.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color var(--durationTransition), border-color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: background-color var(--durationTransition), border-color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: background-color var(--durationTransition), border-color var(--durationTransition), box-shadow var(--durationTransition);
  transition: background-color var(--durationTransition), border-color var(--durationTransition), box-shadow var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--surfaceSolidTertiary);
  border-radius: var(--sizeRadiusRound);
  background-color: var(--surfaceSolidCard);
  cursor: pointer;
  width: var(--sizeIndentLg);
  height: var(--sizeIndentLg);
  vertical-align: middle;
  outline: none;
}
input.radio:before {
  display: block;
  -webkit-transition: background-color var(--durationTransition), opacity var(--durationTransition);
  transition: background-color var(--durationTransition), opacity var(--durationTransition);
  opacity: 0;
  border-radius: var(--sizeRadiusRound);
  width: var(--sizeIndentXs);
  height: var(--sizeIndentXs);
  content: "";
}
input.radio:checked:not(:disabled) {
  border-color: var(--surfaceAccent);
  background-color: var(--surfaceAccent);
}
input.radio:checked:not(:disabled):before {
  opacity: 1;
  background-color: var(--surfaceSolidCard);
}

.cities-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 16px;
}
.cities-container .list-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 24px 0;
  width: 100%;
  overflow-y: auto;
  contain: strict;
}

.search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-input-container .input-wrapper {
  position: relative;
  width: 100%;
}
.search-input-container .input-wrapper svg {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--colorBlack350);
}
.search-input-container .input-wrapper input {
  will-change: box-shadow, border-color, background-color, color;
  -webkit-transition: border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: box-shadow var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition);
  transition: box-shadow var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  border: 1px solid var(--surfaceSolidTertiary);
  border-radius: var(--sizeRadiusXs);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(transparent, transparent);
  padding: calc(var(--sizeIndentLg) / 2 - 1px) 48px;
  line-height: 1.5;
  font-family: inherit;
  font-size: var(--sizeFontMd);
  outline: none;
  background: var(--simpleGrayColor);
  width: 100%;
  font-weight: 400;
}

.vacancies-container {
  margin: 16px 0 24px;
}

.vacancy-card {
  position: relative;
  -webkit-box-shadow: var(--baseBoxShadow);
          box-shadow: var(--baseBoxShadow);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid var(--baseBorderColor);
  border-radius: 16px;
  background: var(--colorWhite);
  cursor: pointer;
  width: 100%;
  min-height: 140px;
  overflow: hidden;
}
.vacancy-card::before {
  --backgroundColor: #fc0;
  display: inline-block;
  position: absolute;
  right: -198px;
  bottom: -297px;
  border-radius: 50%;
  background-color: var(--backgroundColor);
  width: 396px;
  height: 396px;
  content: "";
}
.vacancy-card * {
  pointer-events: none;
}
.vacancy-card + .vacancy-card {
  margin-top: 16px;
}
.vacancy-card .vacancy-wrapper {
  padding: 16px;
  height: 100%;
}
.vacancy-card .vacancy-wrapper .vacancy-title {
  margin-bottom: 8px;
  width: 180px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 800;
}
.vacancy-card .vacancy-wrapper .vacancy-description {
  max-width: 186px;
  line-height: 16px;
  color: var(--grayColor);
  font-size: 12px;
  font-weight: 400;
}
.vacancy-card .vacancy-image {
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 176px;
  height: 140px;
}
.vacancy-card .vacancy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: var(--colorWhite) !important;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
}
.vacancy-card .vacancy-link svg {
  width: 8px;
  height: 12px;
}
.vacancy-card .vacancy-link svg path {
  fill: var(--greenColor);
}

.benefits-container {
  margin-top: 24px;
}
.benefits-container .benefits-title {
  margin-bottom: 16px;
  line-height: 32px;
  color: var(--boldGrayColor);
  font-size: 26px;
  font-weight: 800;
}
.benefits-container .benefit {
  position: relative;
  border-radius: 10px;
  background: #f7f8fa;
  width: 100%;
  overflow: hidden;
}
.benefits-container .benefit + .benefit {
  margin-top: 12px;
}
.benefits-container .benefit.square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 6px);
  min-height: 150px;
}
.benefits-container .benefit.square .benefit-info {
  padding: 14px;
  min-width: 100%;
}
.benefits-container .benefit-info {
  padding: 14px 80px 14px 14px;
}
.benefits-container .benefit-title {
  margin-bottom: 4px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--boldGrayColor);
}
.benefits-container .benefit-description {
  line-height: 18px;
  color: var(--grayColor);
  font-size: 14px;
  font-weight: 400;
}
.benefits-container .benefit-image {
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 67px;
}

.shift-info {
  margin-top: 16px;
  -webkit-box-shadow: var(--baseBoxShadow);
          box-shadow: var(--baseBoxShadow);
  border: 0.5px solid var(--baseBorderColor);
  border-radius: 10px;
  background: var(--colorWhite);
  padding: 16px;
}
.shift-title {
  margin-bottom: 4px;
  line-height: 130%;
  color: var(--boldGrayColor);
  font-size: 16px;
  font-weight: 600;
}
.shift-address {
  margin-bottom: 12px;
  line-height: 130%;
  color: var(--sickGrayColor);
  font-size: 14px;
  font-weight: 400;
}
.shift .map-thumb {
  margin-top: 12px;
}
.shift .map-thumb .map {
  position: relative;
  cursor: pointer;
}
.shift .map-thumb .map .gis-map.thumb {
  position: relative;
  border-radius: 8px;
  height: 80px;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.mapgl {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mapgl-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mapgl-container .mapgl-container {
  height: 20px;
  display: block;
}

.time-slots-input-quick-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px 0;
  border-bottom: 0.5px solid #e7e9eb;
  padding-bottom: 24px;
  grid-gap: 8px;
  gap: 8px;
}

.time-slots-input-panel-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid #e7e9eb;
  border-radius: 8px;
  background: #f1f3f5;
  cursor: pointer;
  min-width: 104px;
  height: 52px;
  font-weight: 600;
}
.time-slots-input-panel-bar.time-slots-input-panel-bar-active {
  border: 2px solid var(--greenColor);
  background: #edf7ef;
}

.time-input-container {
  overflow-y: auto;
}

.time-input-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
}
.time-input-list .time-input-time {
  border: 1px solid var(--borderSimpleColor);
  border-radius: 8px;
  background: #f7f8fa;
  cursor: pointer;
  padding: 16px;
  line-height: 19px;
  color: var(--boldGrayColor);
  font-size: 16px;
  font-weight: 600;
}
.time-input-list .time-input-time.time-input-time-active {
  border-color: var(--greenColor);
  background: #edf7ef;
}

.shift-screen-page {
  position: absolute;
  right: 0;
  left: 0;
}
.shift-screen-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -100px;
  background-image: url(img/successHeaderBg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 36px 16px 100px;
  gap: 12px;
}
.shift-screen-header-wrapper {
  padding: 0 16px;
  width: 100%;
  max-width: 580px;
  text-align: center;
}
.shift-screen-header-title {
  margin: 0;
  text-align: center;
  line-height: 32px;
  color: var(--colorWhite);
  font-size: 26px;
  font-weight: 750;
  font-style: normal;
}
.shift-screen-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 24px 16px 104px;
  max-width: 580px;
  gap: 16px;
}
.shift-screen-main .styles-root {
  -webkit-box-shadow: var(--baseBoxShadow);
          box-shadow: var(--baseBoxShadow);
  border: 0.5px solid var(--baseBorderColor);
  border-radius: 10px;
  background: var(--colorWhite);
  padding: 16px;
}
.shift-screen-main .styles-date-info {
  margin-bottom: 16px;
  border-bottom: 0.5px solid var(--baseBorderColor);
  padding-bottom: 16px;
}
.shift-screen-main .styles-title {
  margin-bottom: 4px;
  line-height: 130%;
  color: var(--boldGrayColor);
  font-size: 16px;
  font-weight: 600;
}
.shift-screen-main .styles-address {
  margin-bottom: 12px;
  line-height: 130%;
  color: var(--sickGrayColor);
  font-size: 14px;
  font-weight: 400;
}
.shift-screen-main-bar {
  border: 0.5px solid var(--baseBorderColor);
  border-radius: 10px;
  -webkit-box-shadow: var(--baseBoxShadow);
          box-shadow: var(--baseBoxShadow);
  background: var(--colorWhite);
  padding: 16px;
}
.shift-screen-main-bar ul.points-list.no-lines {
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
  counter-reset: count;
}
.shift-screen-main-bar ul.points-list.no-lines li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shift-screen-main-bar ul.points-list.no-lines li + li {
  margin-top: 12px;
}
.shift-screen-main-bar ul.points-list.no-lines li .points-title {
  line-height: 18px;
  color: var(--boldGrayColor);
  font-size: 14px;
  font-weight: 600;
}
.shift-screen-main-bar ul.points-list.no-lines li .points-description {
  line-height: 18px;
  color: var(--grayColor);
  font-size: 14px;
  font-weight: 400;
}
.shift-screen-main-bar ul.points-list.no-lines li .link {
  display: inline-block;
  will-change: box-shadow, color;
  -webkit-transition: color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: box-shadow var(--durationTransition), color var(--durationTransition);
  transition: box-shadow var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  text-decoration: none;
  color: var(--textAccent);
  outline: none;
}
.shift-screen-main-bar ul.points-list.no-lines li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--greenColor);
  width: 24px;
  height: 24px;
  line-height: 18px;
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 600;
  content: counter(count);
  counter-increment: count;
}
.shift-screen-suit-bar {
  position: relative;
  background: #edf7ef;
  padding: 12px 16px;
  height: 64px;
  border: 0.5px solid var(--baseBorderColor);
  border-radius: 10px;
}
.shift-screen-suit-bar .shift-screen-subtitle {
  line-height: 18px;
  color: var(--grayColor);
  font-size: 14px;
  font-weight: 400;
}
.shift-screen-suit-bar .shift-screen-backet {
  position: absolute;
  top: 0;
  right: 0;
}

button.button.outline.primary.medium {
  border: 1px solid var(--greenColor);
  background: var(--colorWhite);
  color: var(--greenColor);
  margin-top: 16px;
  --colorButtonOutlineBorder: var(--surfaceAccent);
  --colorButtonOutlineText: var(--textAccent);
  --disableBg: #88cbb0;
  --disableColor: hsla(0, 0%, 100%, .8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 13px;
  width: 100%;
  height: 56px;
  padding: calc(var(--sizeIndentXs) - 1px) calc(var(--sizeIndentSm) - 1px);
  cursor: pointer;
  line-height: 1.5;
  font-family: inherit;
  font-size: var(--sizeFontMd);
  outline: none;
}

.styles-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: var(--baseBoxShadow);
          box-shadow: var(--baseBoxShadow);
  border: 0.5px solid var(--baseBorderColor);
  border-radius: 10px;
  background: var(--colorWhite);
  cursor: pointer;
  padding: 16px;
}
.styles-bar .styles-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.styles-bar .styles-info .styles-title {
  margin-bottom: 4px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.styles-bar .styles-info .styles-description {
  line-height: 18px;
  color: var(--grayColor);
  font-size: 14px;
  font-weight: 400;
}
.styles-bar .styles-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768.02px) {
  .modal-container {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
  }
}

.modal-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--colorWhite);
  width: 100%;
  max-width: 580px;
  height: 100%;
  overflow-y: auto;
}
.modal-content .store-screen {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-content .store-screen .header {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--colorWhite);
  width: 100%;
  border-bottom: 1px solid var(--borderSimpleColor);
  padding: 20px;
}
@media only screen and (min-width: 768.02px) {
  .modal-content .store-screen .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal-content .store-screen .header .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 30px;
  font-size: 22px;
  font-weight: 750;
  font-style: normal;
  display: none;
}
@media only screen and (min-width: 768.02px) {
  .modal-content .store-screen .header .title {
    display: block;
  }
}
@media only screen and (min-width: 425.02px) {
  .modal-content {
    max-width: unset;
  }
}
@media only screen and (min-width: 768.02px) {
  .modal-content {
    border-radius: 16px;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    overflow: hidden;
  }
}
.modal-content .map-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 67px);
  overflow: hidden;
}
@media only screen and (min-width: 768.02px) {
  .modal-content .map-wrapper {
    margin-right: 360px;
    width: unset;
    height: calc(100% - 67px);
    overflow: unset;
  }
}
.modal-content .map-container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-content .map-container {
    height: 50%;
  }
}
.modal-content .bar {
  position: initial;
  left: 0;
  z-index: 101;
  border-radius: 20px 20px 0 0;
  background: var(--colorWhite);
  padding: 16px;
  width: 100%;
  height: 50%;
  min-height: 50%;
}
@media only screen and (min-width: 768.02px) {
  .modal-content .bar {
    position: absolute;
    top: 0;
    right: -360px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    border-radius: 0;
    width: 360px;
    height: calc(100% - 67px);
  }
  .modal-content .bar.bar-study {
    height: 100%;
  }
}
.modal-content .bar .shade {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 190px;
}
@media only screen and (min-width: 768.02px) {
  .modal-content .bar .shade {
    display: none;
  }
}
.modal-content .bar .bar-title {
  margin-bottom: 16px;
  line-height: 120%;
  color: var(--boldGrayColor);
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768.02px) {
  .modal-content .bar .bar-title {
    display: none;
  }
}
.modal-content .bar .bar-description {
  margin-bottom: 16px;
  line-height: 130%;
  color: var(--boldGrayColor);
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .modal-content .bar .bar-description {
    display: none;
  }
}
.modal-content .bar .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 30px);
  max-height: calc(100vh - 105px);
}
@media screen and (max-width: 768px) {
  .modal-content .bar .content-wrapper {
    height: calc(100% - 40px);
  }
}
.modal-content .bar .content-wrapper > button.button.primary-button.medium-button {
  margin-top: auto;
}
.modal-content .bar .content-wrapper .search {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal-content .bar .content-wrapper .search {
    display: none;
  }
}
.modal-content .bar .content-wrapper .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.modal-content .bar .content-wrapper .search-input svg {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--colorBlack350);
}
.modal-content .bar .content-wrapper .search-input .input {
  will-change: box-shadow, border-color, background-color, color;
  -webkit-transition: border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  transition: box-shadow var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition);
  transition: box-shadow var(--durationTransition), border-color var(--durationTransition), background-color var(--durationTransition), color var(--durationTransition), -webkit-box-shadow var(--durationTransition);
  border: 1px solid var(--surfaceSolidTertiary);
  border-radius: var(--sizeRadiusXs);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(transparent, transparent);
  padding: calc(var(--sizeIndentLg) / 2 - 1px) 48px;
  line-height: 1.5;
  font-family: inherit;
  font-size: var(--sizeFontMd);
  outline: none;
  background: var(--simpleGrayColor);
  width: 100%;
  font-weight: 400;
}
.modal-content .bar .content-wrapper .store-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-bottom: 20px;
  overflow: auto;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-list {
  width: 100%;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item, .modal-content .bar .content-wrapper .store-list-wrapper .study-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  min-height: 40px;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item.active, .modal-content .bar .content-wrapper .store-list-wrapper .study-item.active {
  border: 1px solid red;
  border-radius: 8px;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item *, .modal-content .bar .content-wrapper .store-list-wrapper .study-item * {
  pointer-events: none;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item:not(:only-child), .modal-content .bar .content-wrapper .store-list-wrapper .study-item:not(:only-child) {
  margin-bottom: 16px;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item .store-logo, .modal-content .bar .content-wrapper .store-list-wrapper .study-item .store-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  -webkit-box-shadow: var(--baseBoxShadow);
          box-shadow: var(--baseBoxShadow);
  border-radius: 8px;
  background-size: contain;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item .store-logo img, .modal-content .bar .content-wrapper .store-list-wrapper .study-item .store-logo img {
  height: 100%;
  width: 100%;
  inset: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  color: transparent;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item .store-info, .modal-content .bar .content-wrapper .store-list-wrapper .study-item .store-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item .store-info .store-title, .modal-content .bar .content-wrapper .store-list-wrapper .study-item .store-info .store-title {
  line-height: 16px;
  color: var(--boldGrayColor);
  font-size: 14px;
  font-weight: 800;
}
.modal-content .bar .content-wrapper .store-list-wrapper .store-item .store-info .store-description, .modal-content .bar .content-wrapper .store-list-wrapper .study-item .store-info .store-description {
  line-height: 18px;
  color: var(--grayColor);
  font-size: 14px;
  font-weight: 400;
}

.copy-link {
  background: #f7f8fa;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.copy-link.copy svg:nth-of-type(2) {
  display: block;
}
.copy-link.copy svg:nth-of-type(1) {
  display: none;
}
.copy-link * {
  pointer-events: none;
}
.copy-link-title {
  font-size: 14px;
  line-height: 1;
}
.copy-link-url {
  color: var(--boldGrayColor);
  font-size: 16px;
  text-decoration: none;
}
.copy-link svg {
  top: 15px;
  right: 20px;
  bottom: 15px;
  width: auto;
  position: absolute;
  height: 28px;
}
.copy-link svg:nth-of-type(2) {
  display: none;
}

#mapThumb {
  cursor: pointer;
}
#mapThumb * {
  pointer-events: none;
}
#mapThumb .ymaps-2-1-79-map-copyrights-promo {
  display: none;
}

.container-error {
  padding-top: 24px;
}
.container-error .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 16px;
}
.container-error .main-content .image-container {
  display: block;
  margin: auto;
}

#form-group-code{
  padding-top: 18px;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.slide.active {
  display: block;
}

/*23.05.2025*/
/* country-parts */
/* .container_new {
  height: 100vh;
}
.container_new .container-wrapper {
  height: calc(100vh - 356px);
  overflow: auto;
} */