/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebas_neue/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("../fonts/bebas_neue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas_neue/BebasNeueBold.woff") format("woff"), url("../fonts/bebas_neue/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Bold.eot");
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Medium.eot");
  src: local("Lato Medium"), local("Lato-Medium"), url("../fonts/lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Medium.woff") format("woff"), url("../fonts/lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/nunito/NunitoSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/nunito/NunitoSans-Regular.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  min-width: 300px;
  position: relative;
  overflow-x: hidden;
}
body.blocked {
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 3px;
  border-radius: 100px;
  background-color: rgba(234, 236, 239, 0.5);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebas_neue/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("../fonts/bebas_neue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas_neue/BebasNeueBold.woff") format("woff"), url("../fonts/bebas_neue/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Bold.eot");
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Medium.eot");
  src: local("Lato Medium"), local("Lato-Medium"), url("../fonts/lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Medium.woff") format("woff"), url("../fonts/lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  min-width: 300px;
  position: relative;
  overflow-x: hidden;
}

body.blocked {
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 3px;
  border-radius: 100px;
  background-color: rgba(234, 236, 239, 0.5);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.layout {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #212126;
  width: 100%;
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
}

.layout-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
}

.main-content-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  flex: 1 0 auto;
}

.footer {
  z-index: 4;
  flex: 0 0 auto;
  font-size: 14px;
  color: #757479;
  width: 100%;
  margin: 0 auto;
  padding: 24px 32px;
}

.button-main {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 6px;
  border-radius: 12px;
  box-shadow: -8px -8px 16px rgba(255, 255, 255, 0.7), 8px 8px 16px rgba(196, 196, 225, 0.6), inset -2px -2px 4px #ffffff, inset 2px 2px 4px rgba(196, 196, 225, 0.6);
  background: #F1F2F7;
}

.button-main span {
  display: block;
  position: relative;
  z-index: 8;
  font-weight: 700;
  color: #FFFFFF;
  margin: 8px 24px;
  transition: all 0.3s ease;
}

.button-main:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 7;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 8px;
  box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px #c4c4e1;
  background: #434247;
  transition: all 0.3s ease;
}

.button-main:active, .button-main:focus {
  outline: 0;
}

.button-main:hover span {
  color: #423F46;
}

.button-main:hover:after {
  opacity: 0;
}

.heading {
  color: #212126;
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  margin-bottom: 50px;
  max-width: 500px;
  line-height: 1;
}

.heading-subtitle {
  margin-top: 0;
  max-width: 450px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
  opacity: 0.8;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
}

.top-bar.top-bar-bg {
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
  box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.9), 12px 12px 24px rgba(196, 196, 225, 0.6);
}

.top-bar-inner {
  width: 1420px;
  padding: 24px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-bar__right {
  display: flex;
  justify-content: flex-end;
}

.main-menu, .user-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .menu-item, .user-menu .menu-item {
  display: block;
  margin-right: 40px;
}

.main-menu .menu-item a, .user-menu .menu-item a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 6px;
  border-radius: 12px;
  box-shadow: -8px -8px 16px rgba(255, 255, 255, 0.7), 8px 8px 16px rgba(196, 196, 225, 0.6), inset -2px -2px 4px #ffffff, inset 2px 2px 4px rgba(196, 196, 225, 0.6);
  background: #F1F2F7;
}

.main-menu .menu-item a span, .user-menu .menu-item a span {
  display: block;
  position: relative;
  z-index: 8;
  font-weight: 700;
  color: #212126;
  margin: 8px 24px;
  transition: all 0.3s ease;
}

.main-menu .menu-item a:after, .user-menu .menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 7;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 8px;
  box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px #c4c4e1;
  background: linear-gradient(180deg, #FFE600 0%, #E4CF0A 100%);
  transition: all 0.3s ease;
}

.main-menu .menu-item a:hover span, .user-menu .menu-item a:hover span {
  color: #423F46;
}

.main-menu .menu-item a:hover:after, .user-menu .menu-item a:hover:after {
  opacity: 0;
}

.main-menu .menu-item.current_page_item a span, .user-menu .menu-item.current_page_item a span {
  color: #423F46;
}

.main-menu .menu-item.current_page_item a:after, .user-menu .menu-item.current_page_item a:after {
  opacity: 0;
}

.user-menu .menu-item {
  margin-right: 0;
}

.city-select-wrapper {
  margin-top: 14px;
  margin-right: 60px;
}

.city-select {
  position: relative;
  border-bottom: 1px dashed rgba(93, 98, 117, 0.3);
  cursor: pointer;
}

.city-select:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-place.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-navigation-toggler {
  position: fixed;
  display: none;
  top: 12px;
  right: 16px;
  z-index: 54;
  border-radius: 8px;
  padding: 8px;
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
}

.mobile-navigation-toggler svg {
  display: block;
}

.mobile-navigation-wrapper {
  position: fixed;
  z-index: 51;
}

.mobile-navigation-overlay {
  position: fixed;
  z-index: 52;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-navigation {
  position: fixed;
  z-index: 53;
  right: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  width: 290px;
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
  transition: all 0.3s ease;
}

.mobile-navigation-inner {
  position: relative;
  padding: 24px 16px;
}

.mobile-navigation-inner .city-select-wrapper {
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding-left: 24px;
}

.mobile-navigation-inner .main-menu .menu-item, .mobile-navigation-inner .user-menu .menu-item {
  margin-right: 0;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.mobile-navigation-inner .user-menu {
  margin-bottom: 40px;
}

.mobile-navigation-inner .main-menu {
  flex-wrap: wrap;
}

.mobile-navigation-wrapper.active .mobile-navigation-overlay {
  right: 0;
}

.mobile-navigation-wrapper.active .mobile-navigation {
  right: calc(100% - 290px);
}

.mobile-navigation-messengers {
  display: flex;
}

.mobile-navigation-messengers > a {
  margin-right: 10px;
}

.header {
  position: relative;
  width: 100%;
}

.header-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 170px auto 200px;
  position: relative;
  z-index: 8;
}

.header-inner_performers {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.header-inner_performers .logo-performers {
  margin-bottom: 82px;
}

.header-inner_performers .logo-performers svg {
  width: 293px;
  height: 93px;
}

.header-inner_terms {
  margin-bottom: 0;
}

.header-img {
  top: -90px;
  right: 100%;
  transform: translateX(650px);
  position: absolute;
  width: 800px;
  height: 800px;
  background: url(../img/img-bg-clock.svg) center no-repeat;
  background-size: contain;
  z-index: 7;
}

.header-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  height: 154px;
  width: 100%;
  position: relative;
}

.header-top .logo {
  margin-right: -4px;
  width: 548px;
  height: 154px;
}

.header-anim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 154px;
}

.header-content {
  display: flex;
  justify-content: space-between;
}

.header-content .left {
  width: calc(100% - 680px);
}

.header-content .right {
  width: 570px;
}

.header-desc {
  width: 720px;
  font-size: 80px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
}
.header-desc b {
    font-weight: normal;
    color: #efd806;
    margin: 0;
}


.phone-messenger-wrapper {
  display: flex;
}

.phone-link-wrapper {
  margin-top: 16px;
}

.phone-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #5D6275;
  white-space: nowrap;
}

.phone-link > span {
  margin-left: 8px;
  margin-right: 30px;
}

.header-messengers {
  display: flex;
}

.header-messengers > a {
  margin-right: 15px;
}

.rub {
  display: inline-block;
  background-image: url("../img/icon-ruble.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 55px;
}

.order-form {
  width: 570px;
  border-radius: 20px;
  padding-bottom: 32px;
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
  box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.9), 12px 12px 24px rgba(196, 196, 225, 0.6);
}

.order-form .form-fields {
  padding: 32px 60px;
}

.order-form .form-field {
  margin-bottom: 24px;
}

.order-form .form-field label {
  display: flex;
}

.order-form .form-field .label {
  width: 160px;
  margin-right: 24px;
  margin-top: 12px;
  color: #757479;
}

.order-form .form-field .field {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f2f7;
  font-size: 16px;
  border: 0;
  border-radius: 14px;
  font-size: 16px;
  padding: 12px 24px 13px;
  overflow: hidden;
  box-shadow: inset 4px 4px 8px rgba(196, 196, 225, 0.6), inset -4px -4px 8px #ffffff;
  transition: all 0.3s ease;
}

.order-form .form-field .field:active, .order-form .form-field .field:focus {
  outline: 0;
  background-color: #FDFDFD;
}

.order-form .form-cost {
  display: flex;
  justify-content: center;
  padding: 18px 60px;
  color: #FDFDFD;
  background: rgba(108, 112, 230, 0.8);
  font-size: 54px;
  font-weight: 700;
}

.order-form .form-cost .form-cost__value {
  position: relative;
}

.order-form .form-cost .form-cost__value .currency {
  position: absolute;
  font-weight: 500;
  font-size: 24px;
  top: 0;
  left: 100%;
  background-image: url("../img/icon-ruble-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
}

.order-form .form-buttons {
  display: flex;
  justify-content: center;
  padding: 46px 60px 0;
}

.order-form .form-authorization {
  color: #ff3a44;
  display: none;
  overflow-wrap: break-word;
  text-align: center;
  padding: 32px 5px 0;
}

.order-form .form-authorization_show {
  display: block;
}

.order-form .form-link {
  color: #ff3a44;
  cursor: pointer;
}

.order-form .form-message {
  color: #757479;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  width: 242px;
  margin: 12px auto 0;
}

.field-select-icon {
  position: relative;
  padding-right: 30px;
}

.field-select-icon::after {
  background-image: url(../img/icon__chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 25px;
  height: 20px;
  content: "";
  position: absolute;
  right: 20px;
  cursor: pointer;
  transition: 0.1s ease;
}

.field-time-wrapper {
  position: relative;
  width: 176px;
}

.field-time-wrapper .field {
  user-select: none;
}

.field-time-wrapper .field-count-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: -2px -2px 4px #ffffff, 2px 2px 4px rgba(196, 196, 225, 0.6);
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
  transition: all 0.3s ease;
}

.field-time-wrapper .field-count-btn.btn-plus, .field-time-wrapper .field-count-btn.btn-minus {
  top: 6px;
}

.field-time-wrapper .field-count-btn.btn-plus:after, .field-time-wrapper .field-count-btn.btn-minus:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.field-time-wrapper .field-count-btn.btn-plus {
  right: 6px;
}

.field-time-wrapper .field-count-btn.btn-plus:after {
  background-image: url(../img/icon__plus.svg);
}

.field-time-wrapper .field-count-btn.btn-minus {
  left: 6px;
}

.field-time-wrapper .field-count-btn.btn-minus:after {
  background-image: url(../img/icon__minus.svg);
}

.field-time-wrapper .field-count-btn:hover {
  opacity: 0.8;
}

.field-time-wrapper .field-count-btn:focus, .field-time-wrapper .field-count-btn:active {
  outline: 0;
  box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px rgba(196, 196, 225, 0.6);
}

.field-time-wrapper .field-time {
  text-align: center;
  width: 160px;
}

.field-time-wrapper .field-item-btn {
  margin-top: 18px;
  margin-left: 32px;
  text-decoration: none;
  opacity: 1;
}

.field-time-wrapper .field-item-btn:hover {
  opacity: 0.8;
}

.cost {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
}

.cost-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.cost-img {
  top: -110px;
  left: 100%;
  transform: translateX(-550px);
  position: absolute;
  width: 800px;
  height: 800px;
  background: url(../img/img-bg-lamp.svg) center no-repeat;
  background-size: contain;
  z-index: 7;
}

.cost-list {
  display: flex;
}

.cost-list-col {
  margin-right: 60px;
}

.cost-item {
  font-size: 20px;
  position: relative;
  width: 650px;
  min-height: 156px;
  margin-bottom: 40px;
}

.cost-item .cost-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 8;
}

.cost-item .cost-item__text {
  padding-left: 140px;
  position: relative;
  z-index: 9;
  padding-top: 80px;
  min-height: 236px;
}

.cost-item.cost-item_1 {
  font-weight: 700;
}

.cost-item.cost-item_1 .cost-item__icon {
  background-image: url(../img/icon-1-blue.svg);
}

.cost-item.cost-item_2 .cost-item__icon {
  background-image: url(../img/icon-2.svg);
}

.cost-item.cost-item_3 .cost-item__icon {
  background-image: url(../img/icon-3.svg);
}

.cost-item.cost-item_4 .cost-item__icon {
  background-image: url(../img/icon-4.svg);
}

.can-do {
  width: 100%;
  margin-bottom: 200px;
}

.can-do-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.can-do-inner .heading {
  margin-bottom: 10px;
  max-width: 650px;
}

.can-do-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 175px;
}

.can-do-item {
  width: 380px;
  margin: 24px 24px 32px 0;
}

.can-do-item .title {
  font-size: 70px;
  font-weight: 700;
  height: 392px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.can-do-item .title span {
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
  z-index: 8;
  padding-left: 20px;
}

.can-do-item .title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 7;
  height: 392px;
  width: 362px;
  background-image: url(../img/30m2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.can-do-item.can-do-item__1 .title::after {
  background-image: url(../img/30m2.png);
}

.can-do-item.can-do-item__2 .title::after {
  background-image: url(../img/50m2.png);
}

.can-do-item.can-do-item__3 .title::after {
  background-image: url(../img/70m2.png);
}

.can-do-item .text ul {
  list-style: none;
  font-size: 17px;
  padding: 0 0 0 60px;
  margin: 0;
  color: #333333;
}

.can-do-item .text li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  margin-bottom: 25px;
}

.can-do-item .text li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  left: -28px;
  /*top: 4px;*/
  background: #F1F2F7;
  box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px #D3D4D9;
}

.can-do-info {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 110px;
  font-size: 30px;
  font-style: italic;
  position: relative;
}

.can-do-info::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: -64px;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: url(../img/icon-question.png) center no-repeat;
  background-size: contain;
}

.can-do-item-question {
  top: 2px;
  position: relative;
  display: inline-block;
}

.can-do-item-question:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-text {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  white-space: normal;
  position: absolute;
  z-index: 8;
  bottom: 100%;
  left: 50%;
  margin-left: -250px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.our-guarantee {
  margin-bottom: 200px;
}

.our-guarantee-content {
  position: relative;
  padding: 0 40px;
}

.our-guarantee-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.scales-icon {
  top: 300px;
  right: 43%;
  width: 350px;
  height: 350px;
  position: absolute;
  background: url(../img/scales-img.png) center no-repeat;
}

.our-guarantee .heading {
  margin-bottom: 90px;
}

.our-guarantee-2 {
  display: flex;
  justify-content: center;
}

.mobile-guarantee-2 {
  display: none;
}

.our-guarantee-1-3-wrapper {
  height: 350px;
  display: flex;
  justify-content: space-between;
}

.our-guarantee-1 {
  align-self: flex-start;
}

.our-guarantee-1 .cost-item_1 {
  font-weight: 400;
}

.our-guarantee-3 {
  align-self: flex-end;
}

.about-video {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.about-video #video-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.about-video #video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 190px;
  height: 190px;
  background-image: url(../img/video-play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility, transform;
}

.about-video #video-play:hover {
  transform: scale(1.1);
}

.about-video #video-play:active, .about-video #video-play:focus {
  transform: scale(0.9);
}

.about-video #video-play:after {
  content: "";
  position: absolute;
}

.about-video .video-text {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  color: #FDFDFD;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: 120px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
  transition-property: opacity, visibility, transform;
}

.about-video video {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.about-video.video-is-playing #video-over {
  display: block;
}

.about-video.video-is-playing #video-play {
  opacity: 0;
  visibility: hidden;
}

.about-video.video-is-playing .video-text {
  opacity: 0;
  visibility: hidden;
}

.faq {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
}

.faq-img {
  top: -80px;
  left: 100%;
  transform: translateX(-675px);
  position: absolute;
  width: 800px;
  height: 800px;
  background: url(../img/img-bg-question.svg) center no-repeat;
  background-size: contain;
  z-index: 7;
}

.faq-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.faq-left {
  width: 864px;
}

.faq-item {
  margin-bottom: 24px;
  border-radius: 20px;
  box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.9), 12px 12px 24px rgba(196, 196, 225, 0.6);
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
}

.faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  padding: 24px 24px 24px 48px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.faq-item .question:hover {
  opacity: 0.6;
}

.faq-item .question::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon__chevron_question.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.faq-item .answer {
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease;
}

.faq-item .answer__inner {
  color: #5D6275;
  padding: 0 24px 24px 48px;
}

.faq-item .answer__inner ul {
  margin: 0;
}

.faq-item.active .question::after {
  transform: rotate(90deg);
}

.faq-item.active .answer {
  display: block;
  max-height: 700px;
  transition: max-height 0.5s ease;
}

.more-question-button {
  color: white;
  border: none;
  padding: 11px 27px 12px;
  background: rgba(108, 112, 230, 0.8);
  box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px #C4C4E1;
  border-radius: 8px;
}

.more-question-button:hover {
  background-color: #7377e7;
  cursor: pointer;
}

.hide-question-button {
  color: white;
  border: none;
  padding: 11px 27px 12px;
  background: rgba(108, 112, 230, 0.8);
  box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px #C4C4E1;
  border-radius: 8px;
}

.hide-question-button:hover {
  background-color: #7377e7;
  cursor: pointer;
}

.hidden {
  display: none;
}

.bottle-icon {
  min-width: 26px;
  min-height: 26px;
  background-position: center;
  background-image: url(../img/faq-icons/bottle.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.time-icon {
  min-width: 26px;
  min-height: 26px;
  background-position: center;
  background-image: url(../img/faq-icons/time.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  color: #5D6275;
}

.footer-inner a {
  color: inherit;
  transition: all 0.3s ease;
}

.footer-inner a:hover {
  color: #6C70E6;
}

.footer-row {
  margin-bottom: 24px;
  display: flex;
}

.footer-row.footer-row_sb {
  justify-content: space-between;
}

.footer-row.footer-row_performers {
  justify-content: flex-start;
}

.footer-links_performers {
  margin-right: 300px;
}

.footer-links__item {
  margin-bottom: 16px;
}

.footer-contacts {
  width: 360px;
}

.footer-contacts__item {
  font-size: 18px;
  margin-bottom: 16px;
}

.footer-contacts__item a {
  text-decoration: none;
}

.footer-soc__row {
  display: flex;
  margin-top: 20px;
}

.footer-soc__item {
  display: block;
  width: 28px;
  height: 28px;
  padding: 2px;
  margin-right: 28px;
}

.footer-soc__item svg path {
  transition: all 0.3s ease;
}

.footer-soc__item:hover svg path {
  /*fill: #6C70E6;*/
}

.footer-btn {
  width: 110px;
}

.button-big-icon {
  display: block;
  text-decoration: none;
  width: 106px;
}

.button-big-icon .icon-wrapper {
  position: relative;
  display: block;
  padding: 6px;
  border-radius: 12px;
  box-shadow: -8px -8px 16px rgba(255, 255, 255, 0.7), 8px 8px 16px rgba(196, 196, 225, 0.6), inset -2px -2px 4px #ffffff, inset 2px 2px 4px rgba(196, 196, 225, 0.6);
}

.button-big-icon .icon-bg {
  position: absolute;
  z-index: 7;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #FFE600 0%, #E4CF0A 100%);
  box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px #c4c4e1;
}

.button-big-icon .icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  margin: 20px;
  z-index: 8;
}

.button-big-icon .icon svg path {
  transition: all 0.3s ease;
}

.button-big-icon .text {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #212126;
  text-align: center;
  transition: all 0.3s ease;
}

.button-big-icon:hover .icon-bg {
  opacity: 0;
}

.button-big-icon:hover .icon svg path {
  fill: #6C70E6;
}

.button-big-icon:hover .text {
  color: #6C70E6;
}

.footer-copy {
  margin-right: 48px;
}

.main-content {
  position: relative;
  width: 100%;
}

.main-content-inner {
  width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 170px auto 200px;
  position: relative;
}

.heading-performers {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  margin: 0;
}

.wrapper {
  width: 74%;
  max-width: 1400px;
  padding: 24px 16px;
  margin: 0 auto;
}

.advantages {
  width: 100%;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 150px;
}

.advantages__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__item p {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  margin: 0;
}

.advantages__item .advantages__pic {
  width: 601px;
  height: 575px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.advantages__item .advantages__inner {
  max-width: 819px;
}

.advantages__item_salary p {
  max-width: 413px;
}

.advantages__item_salary .advantages__pic {
  background-image: url("../img/credit-card.svg");
}

.advantages__item_worktime {
  margin-top: -150px;
  justify-content: flex-end;
}

.advantages__item_worktime p {
  max-width: 363px;
  margin-left: 320px;
}

.advantages__item_worktime .advantages__pic {
  order: 2;
  background-image: url("../img/worktime.svg");
}

.advantages__item_address p {
  max-width: 369px;
}

.advantages__item_address .advantages__pic {
  margin-top: -150px;
  background-image: url("../img/map.svg");
}

.advantages__item_training {
  justify-content: flex-end;
}

.advantages__item_training p {
  max-width: 302px;
  margin-left: 320px;
}

.advantages__item_training .advantages__pic {
  margin-top: -100px;
  order: 2;
  background-image: url("../img/studying.svg");
}

.mobile-app {
  width: 100%;
  margin-bottom: 242px;
}

.mobile-app__wrapper {
  max-width: 873px;
  padding: 0;
  margin-bottom: 120px;
  text-align: center;
}

.mobile-app__heading {
  margin-bottom: 20px;
}

.mobile-app__promo {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  margin: 0 0 69px;
}

.mobile-app__link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.mobile-app__link-list li {
  margin-right: 30px;
}

.mobile-app__link-list li:last-child {
  margin-right: 0;
}

.mobile-app__link {
  display: block;
  text-decoration: none;
}

.mobile-app__link img {
  display: block;
}

.mobile-app__pic-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.mobile-app__picture {
  display: block;
}

.employment {
  width: 100%;
  margin-bottom: 200px;
  position: relative;
}

.employment__wrapper {
  width: 1420px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.employment__bg {
  top: -110px;
  left: 90%;
  transform: translateX(-500px);
  position: absolute;
  width: 999px;
  height: 895px;
  background: url(../img/img-bg-question.svg) center no-repeat;
  background-size: contain;
  z-index: 7;
}

.employment__container {
  max-width: 864px;
}

.employment__heading {
  max-width: 600px;
  margin-bottom: 40px;
}

.employment__list {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.employment__item {
  background: linear-gradient(115deg, #F3F4F7 0%, #EEEFF4 100%);
  margin-bottom: 24px;
  border-radius: 20px;
  box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.9), 12px 12px 24px rgba(196, 196, 225, 0.6);
}

.employment__item.active .employment__name::before {
  transform: rotate(90deg);
}

.employment__item.active .employment__description {
  transition: max-height 0.5s ease;
  display: block;
  max-height: 400px;
}

.employment__name {
  transition: all 0.3s ease;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  padding: 24px 24px 24px 48px;
  cursor: pointer;
  user-select: none;
  margin: 0;
}

.employment__name:hover {
  opacity: 0.6;
}

.employment__name::before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 25px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon__chevron_question.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

.employment__description {
  transition: max-height 0.1s ease;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
}

.employment__inner {
  padding: 0 24px 24px 48px;
}

.main-content-inner {
  margin: 0 auto 150px;
}

.entry-header {
  margin-bottom: 80px;
}

.entry-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.entry-content {
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 20;
}

.modal-show {
  display: block;
}

.modal-ask {
  top: 68px;
  left: 0;
}

.modal-ask__inner {
  padding: 16px 8px 8px;
  background-color: #434247;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
  margin-left: 1175px;
}

.modal-ask__text {
  padding-left: 16px;
  margin: 0 0 12px;
}

.modal-ask__button {
  color: #ffffff;
  background-color: #434247;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-ask__button:hover {
  background-color: #5c5c5c;
}

.modal-ask__button_yes {
  background-color: #5c5c5c;
}

.modal-city {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-city__inner {
  width: 400px;
  padding: 32px;
  background-color: #f6f7f9;
  border-radius: 20px;
  margin: 100px auto auto;
  display: flex;
  flex-direction: column;
}

.modal-city__form {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
}

.modal-city__label {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 24px;
}

.modal-city__field {
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #F1F2F7;
  border-radius: 14px;
  padding: 12px 24px 13px;
  overflow: hidden;
  box-shadow: inset 4px 4px 8px rgba(196, 196, 225, 0.6), inset -4px -4px 8px #ffffff;
}

.modal-city__field::placeholder {
  font-style: italic;
  color: #caccd8;
}

.modal-city__field:active, .modal-city__field:focus {
  outline: 0;
  background-color: #FDFDFD;
}

.modal-city__list {
  display: none;
  border: none;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.1);
}

.modal-city__list option {
  border-radius: 12px;
  border-bottom: 1px solid #e6e9ec;
}

.modal-city__list_active {
  display: block;
}

.modal-city__message {
  display: none;
  color: #0c0c0c;
  margin: 0 0 32px;
}

.modal-city__message_active {
  display: block;
}

.modal-city__button {
  border: none;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 12px;
  box-shadow: -8px -8px 16px rgba(255, 255, 255, 0.7), 8px 8px 16px rgba(196, 196, 225, 0.6), inset -2px -2px 4px #ffffff, inset 2px 2px 4px rgba(196, 196, 225, 0.6);
  background: #F1F2F7;
}

.modal-city__button span {
  transition: all 0.3s ease;
  display: block;
  position: relative;
  z-index: 8;
  font-weight: 700;
  color: #212126;
  margin: 8px 24px;
}

.modal-city__button:after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: 7;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 8px;
  box-shadow: -2px -2px 4px #ffffff, 2px 2px 4px #c4c4e1;
}

.modal-city__button:active, .modal-city__button:focus {
  outline: 0;
}

.modal-city__button:hover span {
  color: #423F46;
}

.modal-city__button:hover:after {
  opacity: 0;
}

.ui-autocomplete.ui-front {
  width: 230px;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 20;
  border-radius: 14px !important;
  margin: 0;
  overflow: hidden;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ui-autocomplete.ui-front li {
  border-bottom: 1px solid #e6e9ec !important;
  color: #0c0c0c;
  padding: 7px 16px !important;
}

.ui-autocomplete.ui-front li:hover {
  cursor: pointer;
  background: #eee;
}

.cc-compliance {
  border-radius: 4px;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.select-city {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.field-select-icon.open::after {
  transform: rotate(180deg);
}

.select-city__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
}

.select-city__list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  padding: 5px;
}

.select-city__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}

.select-city__list .select-city__item {
  padding: 7px 16px !important;
  border-bottom: 1px solid #e6e9ec !important;
  color: #0c0c0c;
  position: relative;
  cursor: pointer;
  list-style-type: none;
}

.select-city__list .select-city__item:hover {
  cursor: pointer;
  background: #eee;
}

.select-city__list .select-city__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}

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

@media (max-width: 1699.98px) {
  .our-guarantee-content {
    padding: 0 5px;
  }

  .our-guarantee-1-3-wrapper {
    height: 435px;
  }

  .guarantee-item__text-1 {
    width: 75%;
  }

  .scales-icon {
    right: 41%;
  }

  .guarantee-item__icon-3 {
    margin-left: 100px;
  }

  .guarantee-item__text-3 {
    margin-left: 100px;
  }
}
@media (max-width: 1419.98px) {
  .top-bar-inner, .header-inner, .cost-inner, .can-do-inner, .faq-inner, .employment__wrapper, .footer-inner, .main-content-inner {
    width: 1200px;
  }

  .header-inner {
    margin: 120px auto 200px;
  }

  .header-inner_performers {
    margin-bottom: 0;
  }

  .header-content .left {
    width: calc(100% - 600px);
  }

  .header-img {
    top: -20px;
  }

  .header-desc {
    font-size: 60px;
    padding-top: 110px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .advantages__item_worktime p {
    margin-left: 70px;
  }

  .advantages__item_training p {
    margin-left: 70px;
  }

  .modal-ask__inner {
    margin-left: 820px;
  }

  .rub {
    width: 40px;
    height: 42px;
  }

  .cost-item {
    font-size: 18px !important;
    width: 600px;
  }

  .cost-item.cost-item_1 {
    font-size: 18px !important;
  }

  .cost-list-col {
    margin-right: 0 !important;
  }

  .scales-icon {
    background-size: 100%;
    width: 200px;
    height: 200px;
    right: 43%;
  }

  .our-guarantee-content {
    padding: 0 5px;
  }

  .our-guarantee-1-3-wrapper {
    height: 400px;
  }

  .guarantee-item__text-3 {
    width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .top-bar-inner, .header-inner, .cost-inner, .can-do-inner, .faq-inner, .employment__wrapper, .footer-inner, .main-content-inner {
    width: 100%;
  }

  .header-content {
    flex-wrap: wrap;
  }

  .header-content .left {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-content .right {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-desc {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 70px;
    width: unset;
  }

  .header-desc br {
    display: none;
  }

  .modal-ask__inner {
    margin-left: 600px;
  }

  .rub {
    width: 45px;
    height: 50px;
  }

  .cost-list {
    flex-wrap: wrap;
  }

  .phone-messenger-wrapper {
    width: 180px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .phone-messenger-wrapper > * {
    padding: 0;
    margin: 0;
  }

  .header-messengers {
    margin: 0;
  }

  .phone-link-wrapper {
    margin: 0;
  }

  .our-guarantee-2 {
    display: none;
  }

  .mobile-guarantee-2 {
    display: inline-block;
  }

  .our-guarantee-1-3-wrapper {
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .our-guarantee-1-3-wrapper > div {
    width: 100%;
  }

  .our-guarantee-3 {
    align-self: flex-start;
  }

  .guarantee-item__icon-3 {
    margin-left: 0;
  }

  .guarantee-item__text-3 {
    margin-left: 0;
  }

  .scales-icon {
    display: none;
  }

  .guarantee-item__text-1 {
    width: auto;
  }

  .guarantee-item__text-3 {
    width: auto;
  }

  .footer-contacts {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .top-bar-inner, .header-inner, .cost-inner, .can-do-inner, .faq-inner, .employment__wrapper, .footer-inner, .main-content-inner {
    width: 100%;
  }

  .cost-list {
    flex-wrap: wrap;
  }

  .cost-list-col {
    margin-right: 0;
  }

  .faq-left, .employment__container {
    width: 100%;
  }

  .faq-img, .employment__bg {
    display: none;
  }

  .footer-links {
    margin-right: 16px;
    width: 100%;
  }

  .footer-contacts {
    margin-right: 16px;
    width: calc(100% - 72px);
  }

  .modal-ask__inner {
    margin-left: 500px;
  }

  .top-bar {
    display: none;
  }

  .mobile-navigation-toggler {
    display: block;
  }

  .header-inner {
    margin: 50px auto 100px;
  }

  .header-inner_performers {
    margin-bottom: 0;
  }

  .header-content .right {
    max-width: 570px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .order-form {
    max-width: 570px;
    width: 100%;
  }

  .cost-img {
    display: none;
  }

  .can-do {
    margin-bottom: 140px;
  }

  .about-video .video-text {
    display: none;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .footer-links {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }

  .footer-contacts {
    margin-right: 16px;
    width: calc(100% - 130px);
  }

  .main-content-inner {
    margin-top: 70px;
  }

  .heading-performers {
    font-size: 50px;
  }

  .mobile-app {
    margin-bottom: 150px;
  }

  .employment {
    margin-bottom: 100px;
  }

  .advantages__item .advantages__pic {
    height: 450px;
  }

  .modal-city {
    z-index: 60;
  }

  .modal-city__inner {
    max-width: 300px;
  }

  .modal-ask {
    top: 0;
    left: 0;
    right: 0;
    z-index: 55;
  }

  .modal-ask__inner {
    margin: 0 auto;
  }

  .cost-item .cost-item__text {
    padding-left: 120px;
  }

  .cost-item {
    display: flex;
    flex-direction: column;
  }

  .our-guarantee {
    margin-bottom: 100px;
  }

  .tooltip-text {
    max-width: 250px;
  }
}
@media (max-width: 575.98px) {
  .top-bar-inner, .header-inner, .cost-inner, .can-do-inner, .faq-inner, .footer-inner {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    font-size: 50px;
  }

  .our-guarantee {
    margin-bottom: 0;
  }

  /*
  .user-menu {

      .menu-item {

          a {

              span {
                  display: block;
                  height: 20px;
                  width: 20px;
                  margin-left: 12px;
                  margin-right: 12px;
                  text-indent: -99999px;
                  background-image: url(../img/icon__profile.svg);
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: contain;
              }
          }
      }
  }*/
  .header-top {
    margin-bottom: 40px;
    height: 50px;
  }

  .header-anim {
    height: 50px;
  }

  .header-anim lottie-player {
    height: 50px !important;
  }

  .header-desc {
    font-size: 50px;
  }

  .order-form .form-fields {
    padding: 32px 16px;
  }

  .order-form .form-field {
    margin-bottom: 16px;
  }

  .order-form .form-field label {
    flex-wrap: wrap;
  }

  .order-form .form-field .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
  }

  .order-form .form-field .field-wrapper {
    width: 100%;
  }

  .cost {
    margin-bottom: 100px;
  }

  .cost-item {
    font-size: 18px;
    width: 100%;
  }

  .cost-item br {
    display: none;
  }

  .can-do-item {
    width: 100%;
    margin: 24px 0 32px;
  }

  .can-do-item .title {
    height: 322px;
  }

  .can-do-item .title span {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .can-do-item .title::after {
    height: 312px;
    width: 272px;
  }

  .can-do-item .text ul {
    padding-left: 32px;
  }

  .can-do-info {
    font-size: 20px;
  }

  .about-video video {
    border-radius: 16px;
  }

  .about-video #video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 80px;
  }

  .faq {
    margin-bottom: 100px;
  }

  .faq-item .question {
    font-size: 16px;
    padding: 16px 20px 16px 48px;
  }

  .faq-item .question::after {
    top: 14px;
  }

  .faq-item .answer__inner {
    padding: 0 20px 24px 20px;
  }

  .footer-contacts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .footer-btn {
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .advantages__list {
    margin-bottom: 170px;
  }

  .advantages__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 0;
  }

  .advantages__item .advantages__pic {
    width: 132px;
    height: 132px;
    margin: 0;
  }

  .advantages__item p {
    font-size: 18px;
    width: 280px;
    text-align: center;
  }

  .advantages__item_worktime p {
    margin-left: 0;
  }

  .advantages__item_worktime .advantages__inner {
    order: 2;
  }

  .advantages__item_worktime .advantages__pic {
    order: 1;
    margin: 0 0 16px;
  }

  .advantages__item_training p {
    margin-left: 0;
  }

  .advantages__item_training .advantages__inner {
    order: 2;
  }

  .advantages__item_training .advantages__pic {
    order: 1;
    margin: 0 0 16px;
  }

  .mobile-app {
    margin-bottom: 75px;
  }

  .mobile-app__wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 16px;
  }

  .mobile-app__promo {
    font-size: 18px;
  }

  .mobile-app__link-list {
    flex-direction: column;
    align-items: center;
  }

  .mobile-app__link-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mobile-app__pic-list {
    width: 105%;
  }

  .mobile-app__picture {
    max-width: 142px;
    height: 294px;
  }

  .employment__name {
    font-size: 16px;
  }

  .header-inner_terms {
    margin-bottom: 0;
  }

  .header-inner_terms .logo-performers {
    margin-bottom: 50px;
  }

  .main-content-inner {
    margin: 0 auto 150px;
  }

  .entry-header {
    margin-bottom: 50px;
  }

  .entry-title {
    font-size: 40px;
  }

  .ui-autocomplete.ui-front {
    z-index: 60;
  }

  .modal-ask {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
  }

  .rub {
    width: 36px;
    height: 40px;
  }

  .cost-item .cost-item__text {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 0;
  }

  .cost-item .cost-item__icon {
    position: static;
  }
}
.faq-bg {
  background: linear-gradient(162.44deg, #F6F7F9 0%, #EBECF2 100%);
}

.faq-inner-flutter {
  font-family: "Nunito Sans", sans-serif !important;
}
.faq-inner-flutter .heading {
  margin: 10px 0 40px 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #9096A5;
}
.faq-inner-flutter .faq-item {
  background: linear-gradient(162.44deg, #F6F7F9 0%, #EBECF2 100%), #C1C7D0;
  box-shadow: -8px -8px 16px #FFFFFF, 8px 8px 16px rgba(196, 196, 225, 0.6);
  border-radius: 13px;
}
.faq-inner-flutter .faq-item .question {
  -webkit-tap-highlight-color: transparent;
}
.faq-inner-flutter .faq-item .question:hover {
  opacity: 1;
}
.faq-inner-flutter-footer {
  margin: 34px 0;
  width: 100%;
  text-align: center;
}
.faq-inner-flutter-footer p {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #898989;
}
.faq-inner-flutter-footer a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #6C70E6;
}
.faq-inner-flutter-footer .socials {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-inner-flutter-footer .socials a {
  margin: 0 18.5px;
}
.faq-inner-flutter .text-center {
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  font-style: italic;
  color: #333333;
}

.flutter-calculate .heading {
  margin-bottom: 20px;
}
.flutter-calculate .can-do-list .can-do-item .title::after {
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.flutter-calculate .can-do-list .can-do-item .text ul {
  font-size: 14px;
  font-weight: 600;
}
.flutter-calculate .can-do-list .can-do-item .text ul li {
  margin-bottom: 4px;
}
.flutter-calculate .can-do-list .can-do-item .text ul li:after {
  left: -25px;
  top: 18px;
}

@media (max-width: 1419.98px) {
  .top-bar-inner,
.header-inner,
.cost-inner,
.can-do-inner,
.faq-inner,
.employment__wrapper,
.footer-inner,
.main-content-inner {
    width: 1200px;
  }

  .header-inner {
    margin: 120px auto 200px;
  }
  .header-inner_performers {
    margin-bottom: 0;
  }

  .header-content .left {
    width: calc(100% - 600px);
  }

  .header-img {
    top: -20px;
  }

  .header-desc {
    font-size: 60px;
    padding-top: 110px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .advantages__item_worktime p {
    margin-left: 70px;
  }
  .advantages__item_training p {
    margin-left: 70px;
  }

  .modal-ask__inner {
    margin-left: 820px;
  }

  .rub {
    width: 40px;
    height: 42px;
  }

  .cost-item {
    font-size: 18px !important;
    width: 600px;
  }

  .cost-item.cost-item_1 {
    font-size: 18px !important;
  }

  .cost-list-col {
    margin-right: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .top-bar-inner,
.header-inner,
.cost-inner,
.can-do-inner,
.faq-inner,
.employment__wrapper,
.footer-inner,
.main-content-inner {
    width: 990px;
  }

  .header-content {
    flex-wrap: wrap;
  }
  .header-content .left {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header-content .right {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-desc {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 70px;
    width: unset;
  }
  .header-desc br {
    display: none;
  }

  .modal-ask__inner {
    margin-left: 600px;
  }

  .rub {
    width: 45px;
    height: 50px;
  }

  .cost-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .top-bar-inner,
.header-inner,
.cost-inner,
.can-do-inner,
.faq-inner,
.employment__wrapper,
.footer-inner,
.main-content-inner {
    width: 100%;
  }

  .cost-list {
    flex-wrap: wrap;
  }

  .cost-list-col {
    margin-right: 0;
  }

  .faq-left, .employment__container {
    width: 100%;
  }

  .faq-img, .employment__bg {
    display: none;
  }

  .footer-links {
    margin-right: 16px;
    width: calc(100% - 72px);
  }

  .footer-contacts {
    margin-right: 16px;
    width: calc(100% - 72px);
  }

  .modal-ask__inner {
    margin-left: 500px;
  }
}
@media (max-width: 767.98px) {
  .top-bar {
    display: none;
  }

  .mobile-navigation-toggler {
    display: block;
  }

  .header-inner {
    margin: 50px auto 100px;
  }
  .header-inner_performers {
    margin-bottom: 0;
  }

  .header-content .right {
    max-width: 570px;
    width: 100%;
  }

  .order-form {
    max-width: 570px;
    width: 100%;
  }

  .cost-img {
    display: none;
  }

  .can-do {
    margin-bottom: 140px;
  }

  .about-video .video-text {
    display: none;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .footer-links {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }

  .footer-contacts {
    margin-right: 16px;
    width: calc(100% - 130px);
  }

  .main-content-inner {
    margin-top: 70px;
  }

  .heading-performers {
    font-size: 50px;
  }

  .mobile-app {
    margin-bottom: 150px;
  }

  .employment {
    margin-bottom: 100px;
  }

  .advantages__item .advantages__pic {
    height: 450px;
  }

  .modal-city {
    z-index: 60;
  }

  .modal-city__inner {
    max-width: 300px;
  }

  .modal-ask {
    top: 0;
    left: 0;
    right: 0;
    z-index: 55;
  }

  .modal-ask__inner {
    margin: 0 auto;
  }

  .cost-item .cost-item__text {
    padding-left: 120px;
  }

  .cost-item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .top-bar-inner,
.header-inner,
.cost-inner,
.can-do-inner,
.faq-inner,
.footer-inner {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    font-size: 50px;
  }

  /*
  .user-menu {

      .menu-item {

          a {

              span {
                  display: block;
                  height: 20px;
                  width: 20px;
                  margin-left: 12px;
                  margin-right: 12px;
                  text-indent: -99999px;
                  background-image: url(../img/icon__profile.svg);
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: contain;
              }
          }
      }
  }*/
  .header-top {
    margin-bottom: 40px;
    height: 50px;
  }

  .header-anim {
    height: 50px;
  }
  .header-anim lottie-player {
    height: 50px !important;
  }

  .header-desc {
    font-size: 50px;
  }

  .order-form .form-fields {
    padding: 32px 16px;
  }
  .order-form .form-field {
    margin-bottom: 16px;
  }
  .order-form .form-field label {
    flex-wrap: wrap;
  }
  .order-form .form-field .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .order-form .form-field .field-wrapper {
    width: 100%;
  }

  .cost {
    margin-bottom: 100px;
  }

  .cost-item {
    font-size: 18px;
    width: 100%;
  }
  .cost-item br {
    display: none;
  }

  .can-do-item {
    width: 100%;
    margin: 24px 0 32px;
  }
  .can-do-item .title {
    height: 322px;
  }
  .can-do-item .title span {
    padding-bottom: 30px;
    padding-left: 0;
  }
  .can-do-item .title::after {
    height: 312px;
    width: 272px;
  }
  .can-do-item .text ul {
    padding-left: 32px;
  }

  .can-do-info {
    font-size: 20px;
  }

  .about-video video {
    border-radius: 16px;
  }
  .about-video #video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 80px;
  }

  .faq {
    margin-bottom: 100px;
  }

  .faq-item .question {
    font-size: 16px;
    padding: 16px 20px 16px 48px;
  }
  .faq-item .question::after {
    top: 14px;
  }
  .faq-item .answer__inner {
    padding: 0 20px 24px 20px;
  }

  .footer-contacts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .footer-btn {
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .advantages__list {
    margin-bottom: 170px;
  }

  .advantages__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .advantages__item .advantages__pic {
    width: 132px;
    height: 132px;
    margin: 0;
  }
  .advantages__item p {
    font-size: 18px;
    width: 280px;
    text-align: center;
  }
  .advantages__item_worktime p {
    margin-left: 0;
  }
  .advantages__item_worktime .advantages__inner {
    order: 2;
  }
  .advantages__item_worktime .advantages__pic {
    order: 1;
    margin: 0 0 16px;
  }
  .advantages__item_training p {
    margin-left: 0;
  }
  .advantages__item_training .advantages__inner {
    order: 2;
  }
  .advantages__item_training .advantages__pic {
    order: 1;
    margin: 0 0 16px;
  }

  .mobile-app {
    margin-bottom: 75px;
  }

  .mobile-app__wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 16px;
  }

  .mobile-app__promo {
    font-size: 18px;
  }

  .mobile-app__link-list {
    flex-direction: column;
    align-items: center;
  }
  .mobile-app__link-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mobile-app__pic-list {
    width: 105%;
  }

  .mobile-app__picture {
    max-width: 142px;
    height: 294px;
  }

  .employment__name {
    font-size: 16px;
  }

  .header-inner_terms {
    margin-bottom: 0;
  }
  .header-inner_terms .logo-performers {
    margin-bottom: 50px;
  }

  .main-content-inner {
    margin: 0 auto 150px;
  }

  .entry-header {
    margin-bottom: 50px;
  }

  .entry-title {
    font-size: 40px;
  }

  .ui-autocomplete.ui-front {
    z-index: 60;
  }

  .modal-ask {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
  }

  .rub {
    width: 36px;
    height: 40px;
  }

  .cost-item .cost-item__text {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 0;
  }

  .cost-item .cost-item__icon {
    position: static;
  }

  .faq-inner-flutter {
    padding: 0 23.5px;
  }
  .faq-inner-flutter .faq-item {
    margin-bottom: 20px;
  }
  .faq-inner-flutter .faq-item .question {
    padding: 14px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 144%;
    color: #333333;
  }
  .faq-inner-flutter .faq-item .question::after {
    background: none;
  }
  .faq-inner-flutter .faq-item .answer__inner {
    padding: 5px 20px 19px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 144%;
    color: #757479;
  }
  .faq-inner-flutter .more-question-button, .faq-inner-flutter .hide-question-button {
    padding: 11px 25px;
    font-weight: 600;
    font-size: 14px;
    background: #6C70E6;
  }

  .flutter-calculate-wrapper {
    margin-bottom: 0;
  }
  .flutter-calculate .can-do-item {
    margin: 25px 0 9px;
  }
  .flutter-calculate .can-do-item__1 .title {
    height: 287px;
  }
  .flutter-calculate .can-do-item__1 .title::after {
    width: 350px;
    height: 287px;
    background-image: url(../img/flutter/30m2.png);
  }
  .flutter-calculate .can-do-item__2 .title {
    height: 327px;
  }
  .flutter-calculate .can-do-item__2 .title::after {
    width: 329px;
    height: 327px;
    background-image: url(../img/flutter/50m2.png);
  }
  .flutter-calculate .can-do-item__3 .title {
    height: 359px;
  }
  .flutter-calculate .can-do-item__3 .title::after {
    width: 332px;
    height: 359px;
    background-image: url(../img/flutter/70m2.png);
  }
  .flutter-calculate .can-do-item .title {
    margin-bottom: 40px;
  }
  .flutter-calculate .can-do-item .tooltip-text {
    padding: 5px 10px;
    margin-left: -230px;
  }
  .flutter-calculate .can-do-item .tooltip-text:after {
    border-width: 7px;
    left: unset;
    right: 12px;
  }
  .flutter-calculate .can-do-list {
    margin-bottom: 0;
  }
  .flutter-calculate .faq-inner-flutter-footer {
    margin: 25px 0 35px;
  }
}

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