/*! 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;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  align-items: stretch;
}

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

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.order-1 {
  order: 1;
}

.col-1 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  background-color: #fff;
  height: auto;
  min-height: 100%;
  min-width: 320px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  padding: 0 16px;
}

.inline-block {
  display: inline-block;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.color-dark {
  color: #242633;
}

.link {
  color: #F7A921;
}

.link span {
  border-bottom: 1px solid #F7A921;
  transition: all 300ms ease-in-out;
}

.link_blue {
  color: #2F80ED;
}

.link_blue span {
  border-color: #2F80ED;
}

.link_not-underline span {
  border-color: transparent;
}

.main {
  position: relative;
  padding: 70px 0 0 0;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section {
  position: relative;
  background-color: #323445;
  padding: 28px 0;
}

.section__content {
  position: relative;
  z-index: 2;
}

.section_full-height {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_white {
  background-color: #fff;
}

.section_waves {
  z-index: 2;
  padding: 0;
}

.section_waves::after {
  content: '';
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 28px;
  background: url("../img/waves/mobile.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.section_waves::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 28px;
  background: url("../img/waves/mobile.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  transform: scale(-1, -1);
}

.section_dark {
  background-color: #242633;
}

.section_dark::after {
  background: url("../img/waves/dark-mobile.svg") 50% 50% no-repeat;
  background-size: cover;
}

.section_dark::before {
  background: url("../img/waves/dark-mobile.svg") 50% 50% no-repeat;
  background-size: cover;
}

.section_waves-top::before {
  display: none;
}

.section_waves-bottom::after {
  display: none;
}

.show-md {
  display: none;
}

.text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #4E5B67;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 0 30px;
  position: relative;
  background-color: #F7A921;
  flex-shrink: 0;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  border-radius: 27px;
  width: 100%;
}

.button:hover {
  background-color: #F38C13;
}

.button:active {
  background-color: #EF740B;
}

.button__name {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition: all 300ms ease-in-out;
  font-weight: 500;
}

.button.disabled {
  opacity: 0.15;
  cursor: auto;
}

.button.disabled:hover {
  background-color: #F7A921;
}

.button.disabled:active {
  background-color: #F7A921;
}

.button_bordered {
  background-color: transparent;
  border: 2px solid #FFC72E;
}

.button_bordered .button__name {
  color: #323445;
}

.button_bordered:hover {
  background-color: #F38C13;
  border-color: #F38C13;
}

.button_bordered:hover .button__name {
  color: #fff;
}

.button_bordered:active {
  background-color: #EF740B;
  border-color: #F38C13;
}

.button_bordered:active .button__name {
  color: #fff;
}

.button_bordered.disabled {
  opacity: 0.15;
  cursor: auto;
}

.button_bordered.disabled:hover {
  background-color: transparent;
  border: 2px solid #FFC72E;
}

.button_bordered.disabled:hover .button__name {
  color: #323445;
}

.button_bordered.disabled:active {
  background-color: transparent;
  border: 2px solid #FFC72E;
}

.button_bordered.disabled:active .button__name {
  color: #323445;
}

.button_dark {
  background-color: #323445;
}

.button_dark:hover {
  background-color: #1E1F2C;
}

.button_dark:active {
  background-color: #12131C;
}

.button_dark.disabled {
  opacity: 0.15;
  cursor: auto;
}

.button_dark.disabled:hover {
  background-color: #323445;
}

.button_dark.disabled:active {
  background-color: #323445;
}

.button_dark.button_bordered {
  background-color: transparent;
  border: 2px solid #323445;
}

.button_dark.button_bordered .button__name {
  color: #323445;
}

.button_dark.button_bordered:hover {
  background-color: #1E1F2C;
  border-color: #1E1F2C;
}

.button_dark.button_bordered:hover .button__name {
  color: #fff;
}

.button_dark.button_bordered:active {
  background-color: #12131C;
  border-color: #12131C;
}

.button_dark.button_bordered:active .button__name {
  color: #fff;
}

.button_dark.button_bordered.disabled {
  opacity: 0.15;
  cursor: auto;
}

.button_dark.button_bordered.disabled:hover {
  background-color: transparent;
  border: 2px solid #323445;
}

.button_dark.button_bordered.disabled:hover .button__name {
  color: #323445;
}

.button_dark.button_bordered.disabled:active {
  background-color: transparent;
  border: 2px solid #323445;
}

.button_dark.button_bordered.disabled:active .button__name {
  color: #323445;
}

.button_text-white .button__name {
  color: #fff !important;
}

.button_mfw {
  width: 100%;
}

.button_fw {
  width: 100%;
}

.drop-button {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}

.drop-button::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  right: 0;
  background: url("../img/svg/expand.svg") center center no-repeat;
  background-size: cover;
  transition: all 300ms ease-in-out;
}

.drop-button__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F7A921;
  border-bottom: 1px dashed #F7A921;
  transition: all 300ms ease-in-out;
}

.drop-button__name_hidden {
  display: none;
}

.drop-button:hover .drop-button__name {
  border-color: transparent;
}

.drop-button.active::before {
  transform: rotate(-180deg);
}

.drop-button.active .drop-button__name {
  display: none;
}

.drop-button.active .drop-button__name_hidden {
  display: block;
}

.input {
  padding: 10px 0 15px 0;
  width: 100%;
}

.input__wrapper {
  position: relative;
}

.input__file-name {
  font-size: 12px;
  line-height: 18px;
  color: #4E5B67;
  padding-top: 10px;
  display: block;
  width: 100%;
  max-width: 100%;
}

.input__label {
  font-size: 14px;
  line-height: 1;
  color: #4E5B67;
  transition: all 300ms ease-in-out;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: transparent;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input__error-msg,
.input label.error {
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  line-height: 1;
  color: #DD2A1B;
  transition: all 300ms ease-in-out;
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.input__icon_error {
  right: 18px;
}

.input__field,
.input__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #C2CDD3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 0 40px 0 20px;
  box-shadow: none;
  outline: none;
  transition: all 300ms ease-in-out;
  color: #4E5B67;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input__field:focus + .input__label,
.input__field.focus + .input__label,
.input__textarea:focus + .input__label,
.input__textarea.focus + .input__label {
  color: rgba(78, 91, 103, 0.7);
  font-size: 14px;
  top: 0;
  background-color: #fff;
}

.input__field.disabled,
.input__textarea.disabled {
  border: 1px solid rgba(95, 95, 95, 0.1);
}

.input__field.disabled + .input__label,
.input__textarea.disabled + .input__label {
  color: rgba(78, 91, 103, 0.7);
  font-size: 14px;
  top: 0;
  background-color: #fff;
}

.input__phone-code {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
  line-height: 1;
  color: #4E5B67;
  padding-right: 7px;
  padding-left: 30px;
  padding-top: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input__phone-code::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../img/svg/telegram.svg") center center no-repeat;
  background-size: cover;
}

.input__file-container {
  position: relative;
  cursor: pointer;
}

.input__file-container:hover .input__file-label span {
  border-color: transparent;
}

.input__file-button {
  display: flex;
  align-items: center;
}

.input__file-icon {
  width: 24px;
  height: 24px;
}

.input__file-icon svg {
  width: 100%;
  height: 100%;
  fill: #2F80ED;
}

.input__file-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2F80ED;
  padding-left: 10px;
}

.input__file-label span {
  border-bottom: 1px dashed #2F80ED;
  transition: all 300ms ease-in-out;
}

.input.focus .input__label {
  color: rgba(78, 91, 103, 0.7);
  font-size: 14px;
  top: 0;
  background-color: #fff;
}

.input.focus .input__phone-code {
  opacity: 1;
  visibility: visible;
}

.input_file {
  padding-top: 0;
}

.input_file .input__wrapper {
  overflow: hidden;
}

.input_file .input__field {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input_phone .input__field {
  padding-left: 55px;
  color: #4E5B67;
}

.input_phone .input__phone-code {
  display: block;
}

.input.error label.error {
  opacity: 1;
  visibility: visible;
}

.input.error .input__phone-code {
  opacity: 1;
  visibility: visible;
}

.input.error .input__field {
  border: 1px solid #DD2A1B;
}

.input.error .input__textarea {
  border: 1px solid #DD2A1B;
}

.input.error .input__label {
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.input.error .input__icon_error {
  opacity: 1;
  visibility: visible;
}

.input.validated .input__icon_check {
  opacity: 1;
  visibility: visible;
}

.benefit {
  position: relative;
}

.benefit__title {
  padding-bottom: 10px;
}

.benefit__description {
  padding-right: 10px;
}

.benefit__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #F3F9FE;
}

.benefit__text_md {
  font-size: 18px;
  line-height: 26px;
}

.benefit__text_yellow {
  color: #F7A921;
}

.benefit__text_strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.points-list {
  position: relative;
}

.points-list__container {
  position: relative;
}

.points-list__container_hidden {
  display: none;
}

.points-list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4E5B67;
  padding-left: 36px;
  position: relative;
  padding-bottom: 15px;
}

.points-list__item::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/svg/check.svg") center center no-repeat;
  background-size: cover;
}

.points-list__button-container {
  padding-left: 36px;
}

.person-card {
  position: relative;
  background-color: #F7A921;
  border-radius: 25px;
  padding: 40px 30px;
}

.person-card__title {
  padding-bottom: 15px;
}

.person-card__container {
  padding-bottom: 210px;
}

.person-card__caption {
  width: 100%;
  position: relative;
  z-index: 2;
}

.person-card__caption_marketing {
  width: 100%;
}

.person-card__description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #242633;
  padding-bottom: 30px;
}

.person-card__button {
  padding-bottom: 10px;
}

.person-card__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.person-card__image_community-manager {
  width: 268px;
  height: 230px;
  background-image: url("../img/person-card/community-manager/image-sm@2x.png");
}

.person-card__image_marketing-manager {
  width: 256px;
  height: 230px;
  background-image: url("../img/person-card/marketing-manager/image-sm@2x.png");
}

.person-card__image_developer {
  width: 238px;
  height: 230px;
  background-image: url("../img/person-card/developer/image-sm@2x.png");
}

.person-card__image_community-manager-2 {
  width: 328px;
  height: 211px;
  background-image: url("../img/person-card/community-manager/image-sm-2@2x.png");
}

.person-card_reverse .person-card__container {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 0;
  padding-top: 180px;
}

.person-card_reverse .person-card__image {
  bottom: auto;
  top: 10px;
}

.person-card_reverse .person-card__button:last-child {
  padding-right: 0;
}

.person-list__item {
  display: flex;
  padding-bottom: 30px;
}

.person-list__image-wrapper {
  flex-shrink: 0;
}

.person-list__description {
  padding-left: 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.person-list__icon {
  width: 72px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.person-list__icon_clock {
  background: url("../img/person-list/community-manager/icon1.png") center center no-repeat;
  background-size: cover;
}

.person-list__icon_cup {
  background: url("../img/person-list/community-manager/icon2.png") center center no-repeat;
  background-size: cover;
}

.person-list__icon_speaker {
  background: url("../img/person-list/community-manager/icon3.png") center center no-repeat;
  background-size: cover;
}

.person-list__icon_laptop {
  background: url("../img/person-list/community-manager/icon4.png") center center no-repeat;
  background-size: cover;
}

.person-list__icon_puzzle {
  background: url("../img/person-list/marketing-manager/icon1.png") center center no-repeat;
  background-size: cover;
}

.person-list__icon_team {
  background: url("../img/person-list/marketing-manager/icon2.png") center center no-repeat;
  background-size: cover;
}

.person-list__icon_doc {
  background: url("../img/person-list/marketing-manager/icon3.png") center center no-repeat;
  background-size: cover;
}

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

.arrow-list__item {
  padding-left: 35px;
  padding-bottom: 15px;
  position: relative;
}

.arrow-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/svg/list-arrow.svg") center center no-repeat;
  background-size: cover;
}

.form {
  border: 4px solid #F7A921;
  position: relative;
  border-radius: 25px;
}

.form__container {
  padding: 40px 26px;
}

.form__subtitle {
  padding-bottom: 15px;
}

.form__items_fields {
  padding-bottom: 5px;
}

.form__item {
  width: 100%;
}

.form__item_button {
  padding-bottom: 20px;
}

.form__terms {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #4E5B67;
}

.form_popup {
  border: none;
  border-radius: 0;
  margin-left: 0 !important;
}

.form_popup .form__container {
  padding: 0;
}

.form_popup .form__items_fields {
  padding-bottom: 5px;
}

.form_popup .form__item {
  width: 100%;
}

.form_popup .form__item_button {
  padding-bottom: 20px;
}

.benefits-list__item {
  display: flex;
  padding-bottom: 25px;
}

.benefits-list__image-wrapper {
  flex-shrink: 0;
}

.benefits-list__description {
  padding-left: 15px;
  padding-top: 5px;
}

.benefits-list__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #242633;
  padding-bottom: 5px;
}

.benefits-list__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #4E5B67;
}

.benefits-list__icon {
  width: 72px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefits-list__icon_salary {
  background: url("../img/benefits-list/community-manager/icon1.png") center center no-repeat;
  background-size: cover;
}

.benefits-list__icon_lamp {
  background: url("../img/benefits-list/community-manager/icon2.png") center center no-repeat;
  background-size: cover;
}

.benefits-list__icon_cup {
  background: url("../img/benefits-list/community-manager/icon3.png") center center no-repeat;
  background-size: cover;
}

.brands {
  display: flex;
  position: relative;
  border: 1px solid #EFF4F8;
}

.brands__item-img {
  width: 100%;
  height: auto;
  transition: all 300ms ease-in-out;
}

.brands__item {
  min-height: 50px;
  width: 33.3333%;
  border-right: 1px solid #EFF4F8;
  padding: 14px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.brands__item:hover .brands__item-img {
  transform: scale(1.05);
}

.brands__item:last-child {
  border-right: 1px solid transparent;
}

.brands__item_amazon {
  position: relative;
  top: 3px;
}

.number-list {
  position: relative;
}

.number-list__item {
  width: 100%;
  padding-bottom: 10px;
}

.number-list__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #F7A921;
  padding-bottom: 5px;
}

.number-list__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #4E5B67;
}

.popup {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #323445;
  opacity: 0.8;
}

.popup__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: block;
}

.popup__close-button svg {
  display: block;
  fill: #323445;
  transition: all 300ms ease-in-out;
}

.popup__close-button:hover svg {
  fill: #F38C13;
}

.popup__container {
  position: relative;
  z-index: 2;
  padding: 70px 20px;
  background-color: #fff;
  max-height: 100%;
  height: auto;
  width: 100%;
  max-width: 463px;
  transition: all 300ms ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup__container {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 300ms;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 70px;
  background-color: #242633;
  display: flex;
  align-items: center;
  transition: background 300ms ease 300ms;
}

.navbar__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  display: block;
  width: 156px;
  height: 32px;
  background: url("../img/logo/logo.png") center center no-repeat;
  background-size: cover;
}

.navbar__list {
  display: none;
  width: 100%;
  padding-left: 40px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navbar__item {
  width: auto;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  padding: 0 12px;
  position: relative;
}

.navbar__item:last-child {
  padding-right: 0;
}

.navbar__item_desktop {
  display: none;
}

.navbar__item_vacancy {
  padding-left: 32px;
}

.navbar__item_vacancy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../img/svg/apps.svg") center center no-repeat;
  background-size: cover;
}

.navbar__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20px;
  padding: 16px;
  box-sizing: content-box;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  right: -14px;
}

.navbar__burger_menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 32px;
  z-index: 11;
}

.navbar__burger.active .navbar__burger-item:nth-child(1) {
  width: 100%;
  transform: translateY(8px) rotate(45deg);
}

.navbar__burger.active .navbar__burger-item:nth-child(2) {
  opacity: 0;
}

.navbar__burger.active .navbar__burger-item:nth-child(3) {
  width: 100%;
  transform: translateY(-8px) rotate(-45deg);
}

.navbar__burger-item {
  height: 2px;
  margin-bottom: 6px;
  background-color: #F7A921;
  transition: all 300ms ease-in-out;
}

.navbar__burger-item:nth-child(2) {
  width: 70%;
}

.navbar__burger-item:last-child {
  margin-bottom: 0;
}

.navbar__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
  background-color: #323445;
  transform: translate3d(100%, 0, 0);
  transition: all 300ms ease-in-out;
}

.navbar__menu-container {
  padding: 100px 0;
}

.navbar__menu-list {
  text-align: left;
  position: relative;
}

.navbar__menu-item {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding-bottom: 30px;
}

.navbar__menu-button {
  padding-bottom: 37px;
}

.navbar__socials {
  display: flex;
  justify-content: center;
}

.navbar__social {
  width: 44px;
  height: 44px;
  box-sizing: content-box;
  padding: 3px;
}

.navbar.active .navbar__menu {
  transform: translate3d(0, 0, 0);
}

.footer {
  position: relative;
  width: 100%;
  background-color: #323445;
  z-index: 9;
}

.footer__col {
  height: auto;
  display: flex;
  align-items: center;
}

.footer__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
  align-items: center;
}

.footer__contacts {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 7px 0 45px 0;
}

.footer__separator {
  display: none;
  color: #435864;
}

.footer__text {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.footer__link {
  font-size: 15px;
  line-height: 24px;
  margin-right: 0;
}

.header-section {
  padding: 47px 0 30px 0;
  position: relative;
}

.header-section__top-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 152px;
  padding-left: 25px;
  box-sizing: content-box;
  border-left: 4px solid #F7A921;
}

.header-section__content {
  padding: 0 29px;
  position: relative;
}

.header-section__title {
  padding: 45px 0 30px 0;
}

.header-section__buttons {
  padding-bottom: 30px;
}

.header-section__button {
  margin-bottom: 20px;
}

.header-section__benefit {
  padding-bottom: 30px;
}

.header-section__image {
  width: 93px;
  height: 100px;
  position: absolute;
  right: 2px;
  top: -85px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section__image::before {
  content: '';
  display: inline-block;
  padding-top: 105%;
}

.header-section_about .header-section__image {
  display: none;
}

.header-section_about .header-section__image_hide-md {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  width: 268px;
  height: 289px;
  margin: -45px auto 0 auto;
}

.header-section_about .header-section__top-text {
  max-width: 100%;
  padding-left: 0;
  border: none;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
  padding-top: 30px;
  font-size: 18px;
  line-height: 26px;
  max-width: 400px;
  margin: 0 auto;
}

.header-section_about .header-section__content {
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}

.header-section_about .header-section__title {
  text-align: center;
  padding: 30px 0 30px 0;
}

.points-section {
  padding: 68px 0 400px 0;
}

.points-section__top {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 40px;
}

.points-section__top-caption {
  padding-top: 30px;
}

.points-section__top-title {
  padding-bottom: 20px;
}

.points-section__top-description {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #4E5B67;
}

.points-section__top-button {
  padding-top: 30px;
}

.points-section__top-image-wrapper {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.points-section__top-image {
  width: 268px;
  height: 188px;
  background: url("../img/monitor.png") center center no-repeat;
  background-size: cover;
}

.points-section__points-title {
  padding-bottom: 22px;
}

.points-section__about {
  padding-bottom: 60px;
}

.points-section__about-caption {
  padding-bottom: 20px;
}

.points-section__about-text {
  padding-bottom: 20px;
}

.points-section__about-title {
  padding-bottom: 20px;
}

.points-section__requirements-item {
  padding-bottom: 60px;
}

.points-section__requirements-title {
  padding-bottom: 20px;
}

.person-section {
  padding: 0 0 55px 0;
}

.person-section__top-block {
  position: relative;
  top: -340px;
  z-index: 3;
}

.person-section__bottom-block {
  margin-top: -280px;
}

.person-section__title {
  padding-bottom: 10px;
}

.person-section__subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #F7A921;
  padding-bottom: 30px;
}

.form-section {
  padding: 70px 0 40px 0;
}

.form-section__title {
  padding-bottom: 10px;
}

.form-section__text {
  padding-bottom: 40px;
}

.form-section__list-title {
  padding-bottom: 15px;
}

.form-section__list {
  padding-bottom: 25px;
}

.benefits-section {
  padding: 0 0 370px 0;
}

.benefits-section_no-form {
  padding: 70px 0 370px 0;
}

.benefits-section__title {
  padding-bottom: 30px;
}

.benefits-section__item {
  padding-bottom: 60px;
}

.benefits-section__item:last-child {
  padding-bottom: 30px;
}

.footer-section {
  padding-bottom: 40px;
}

.footer-section__top-block {
  position: relative;
  top: -335px;
  z-index: 3;
}

.footer-section__bottom-block {
  margin-top: -330px;
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .order-xs-1 {
    order: 1;
  }

  .col-xs-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .order-xs-2 {
    order: 2;
  }

  .col-xs-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .order-xs-3 {
    order: 3;
  }

  .col-xs-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .order-xs-4 {
    order: 4;
  }

  .col-xs-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .col-sm-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .order-sm-2 {
    order: 2;
  }

  .col-sm-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    order: 3;
  }

  .col-sm-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .order-sm-4 {
    order: 4;
  }

  .col-sm-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -11px;
    margin-right: -11px;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .order-md-1 {
    order: 1;
  }

  .col-md-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .order-md-2 {
    order: 2;
  }

  .col-md-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    order: 3;
  }

  .col-md-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .order-md-4 {
    order: 4;
  }

  .col-md-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 46px;
  }

  .section {
    padding: 60px 0;
  }

  .section_waves {
    padding: 0;
  }

  .section_waves::after {
    height: 60px;
    top: -60px;
    background: url("../img/waves/tablet.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .section_waves::before {
    height: 60px;
    bottom: -60px;
    background: url("../img/waves/tablet.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .section_dark::after {
    background: url("../img/waves/dark-tablet.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .section_dark::before {
    background: url("../img/waves/dark-tablet.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .show-md {
    display: block;
  }

  .button {
    width: auto;
    padding: 0 34px;
  }

  .button_mfw {
    width: 100%;
  }

  .button_fw {
    width: 100%;
  }

  .input_file {
    padding-top: 10px;
  }

  .points-list__container_hidden {
    display: block !important;
  }

  .points-list__item {
    padding-bottom: 20px;
  }

  .points-list__button-container {
    display: none;
  }

  .person-card {
    padding: 50px 30px 40px 30px;
  }

  .person-card__container {
    padding-bottom: 0;
  }

  .person-card__caption {
    max-width: 65.5%;
  }

  .person-card__caption_marketing {
    max-width: 60%;
  }

  .person-card__description {
    padding-bottom: 25px;
  }

  .person-card__buttons {
    width: 100%;
    max-width: 237px;
  }

  .person-card__image {
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
  }

  .person-card__image_community-manager {
    width: 325px;
    height: 426px;
    background-image: url("../img/person-card/community-manager/image-md@2x.png");
  }

  .person-card__image_marketing-manager {
    width: 333px;
    height: 426px;
    background-image: url("../img/person-card/marketing-manager/image-md@2x.png");
  }

  .person-card__image_developer {
    width: 333px;
    height: 426px;
    background-image: url("../img/person-card/developer/image-md@2x.png");
  }

  .person-card__image_community-manager-2 {
    width: 221px;
    height: 211px;
    background-image: url("../img/person-card/community-manager/image-md-2@2x.png");
  }

  .person-card_reverse .person-card__container {
    padding-top: 0;
  }

  .person-card_reverse .person-card__caption {
    max-width: 69%;
  }

  .person-card_reverse .person-card__image {
    right: auto;
    left: 0;
  }

  .person-card_reverse .person-card__buttons {
    display: flex;
    max-width: 100%;
  }

  .person-card_reverse .person-card__button {
    padding-right: 15px;
  }

  .person-list__description {
    padding-left: 10px;
  }

  .form__container {
    padding: 35px 40px 45px 40px;
  }

  .form__items_fields {
    padding-bottom: 20px;
  }

  .form__items {
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    flex-wrap: wrap;
  }

  .form__item {
    padding: 0 11px;
    width: 50%;
    display: flex;
    align-items: center;
  }

  .form__item_name {
    order: 1;
  }

  .form__item_telegram {
    order: 3;
  }

  .form__item_email {
    order: 2;
  }

  .form__item_file {
    order: 4;
  }

  .form__item_button {
    padding-bottom: 0;
  }

  .form_popup .form__container {
    padding: 0;
  }

  .form_popup .form__items_fields {
    padding-bottom: 20px;
  }

  .form_popup .form__items {
    margin-left: -11px;
    margin-right: -11px;
    display: block;
  }

  .form_popup .form__item {
    padding: 0;
    width: 100%;
    display: block;
  }

  .form_popup .form__item_name {
    order: 1;
  }

  .form_popup .form__item_telegram {
    order: 2;
  }

  .form_popup .form__item_email {
    order: 3;
  }

  .form_popup .form__item_file {
    order: 4;
  }

  .form_popup .form__item_button {
    padding-bottom: 20px;
  }

  .benefits-list__item {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .benefits-list__image-wrapper {
    position: relative;
    left: -10px;
  }

  .benefits-list__description {
    padding-left: 0;
    padding-top: 20px;
    padding-right: 20px;
  }

  .benefits-list__title {
    padding-bottom: 8px;
  }

  .brands__item {
    padding: 27px 36px;
  }

  .number-list {
    flex-wrap: nowrap;
  }

  .popup__container {
    padding: 70px 50px;
  }

  .navbar__logo {
    width: 195px;
    height: 40px;
  }

  .navbar__list {
    display: flex;
  }

  .navbar__burger {
    display: none;
  }

  .navbar__burger_menu {
    display: flex !important;
  }

  .navbar__menu {
    max-width: 374px;
  }

  .navbar__menu-list {
    padding-left: 12px;
  }

  .navbar__menu-item {
    font-size: 18px;
    line-height: 24px;
  }

  .navbar__menu-item:last-child {
    display: none;
  }

  .navbar__menu-button {
    display: none;
  }

  .navbar__socials {
    padding-top: 8px;
    justify-content: flex-start;
    padding-left: 8px;
  }

  .footer__col {
    height: 94px;
  }

  .footer__info {
    align-items: flex-start;
  }

  .footer__contacts {
    justify-content: flex-end;
    flex-direction: row;
    padding: 0;
  }

  .footer__link {
    margin-right: 15px;
  }

  .header-section {
    padding: 51px 0 30px 0;
  }

  .header-section__title {
    padding: 42px 0 27px 0;
    max-width: 415px;
  }

  .header-section__buttons {
    padding-bottom: 40px;
  }

  .header-section__button {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .header-section__benefits {
    display: flex;
  }

  .header-section__benefit {
    max-width: 294px;
    margin-right: 30px;
  }

  .header-section__benefit:last-child {
    margin-right: 0;
  }

  .header-section__image {
    width: 31%;
    height: auto;
    top: -80px;
  }

  .header-section_about .header-section__image {
    display: block;
  }

  .header-section_about .header-section__image_hide-md {
    display: none;
  }

  .header-section_about .header-section__top-text {
    padding-top: 0;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 25px;
    box-sizing: content-box;
    border-left: 4px solid #F7A921;
    opacity: 1;
    margin: 0;
  }

  .header-section_about .header-section__content {
    padding: 0 29px;
    max-width: 100%;
    margin: 0;
  }

  .header-section_about .header-section__title {
    text-align: left;
    padding: 45px 0 30px 0;
  }

  .points-section {
    padding: 68px 0 270px 0;
  }

  .points-section__top {
    flex-direction: row;
    padding-bottom: 60px;
  }

  .points-section__top-caption {
    width: 60%;
    flex-shrink: 0;
  }

  .points-section__top-image-wrapper {
    padding-top: 30px;
    padding-left: 8px;
  }

  .points-section__top-image {
    width: 460px;
    height: 322px;
  }

  .points-section__points-title {
    padding-bottom: 33px;
  }

  .points-section__form {
    padding-bottom: 20px;
  }

  .person-section {
    padding: 0 0 40px 0;
  }

  .person-section__top-block {
    top: -230px;
  }

  .person-section__bottom-block {
    margin-top: -168px;
  }

  .person-section__button {
    padding-left: 75px;
  }

  .form-section {
    padding: 110px 0 50px 0;
  }

  .form-section__text {
    padding-right: 20px;
  }

  .form-section__list {
    padding-bottom: 45px;
  }

  .benefits-section {
    padding: 0 0 245px 0;
  }

  .benefits-section_no-form {
    padding: 110px 0 245px 0;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-section__top-block {
    top: -195px;
  }

  .footer-section__bottom-block {
    margin-top: -185px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .form__item {
    width: 100%;
    padding: 0;
  }

  .form_popup .form__item {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .order-lg-1 {
    order: 1;
  }

  .col-lg-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .order-lg-2 {
    order: 2;
  }

  .col-lg-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    order: 3;
  }

  .col-lg-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .order-lg-4 {
    order: 4;
  }

  .col-lg-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 42px;
  }

  h2,
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .link:hover span {
    border-bottom: transparent;
  }

  .link_blue:hover span {
    border-bottom: transparent;
  }

  .link_not-underline:hover span {
    border-bottom: 1px solid #F7A921;
  }

  .main {
    padding: 100px 0 0 0;
  }

  .section {
    padding: 130px 0;
  }

  .section_waves {
    padding: 20px 0;
  }

  .section_waves::after {
    height: 150px;
    top: -130px;
    background: url("../img/waves/desktop.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .section_waves::before {
    height: 150px;
    bottom: -130px;
    background: url("../img/waves/desktop.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .section_dark::after {
    background: url("../img/waves/dark-desktop.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .section_dark::before {
    background: url("../img/waves/dark-desktop.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
  }

  .button_mfw {
    width: auto;
  }

  .button_fw {
    width: 100%;
  }

  .input__file-name {
    font-size: 14px;
    line-height: 20px;
  }

  .input__label {
    font-size: 16px;
  }

  .input__file-label {
    font-size: 16px;
  }

  .input_file {
    padding-top: 0;
  }

  .benefit__text {
    font-size: 16px;
    line-height: 24px;
  }

  .benefit__text_strong {
    font-size: 28px;
    line-height: 40px;
  }

  .person-card {
    padding: 50px 47px;
  }

  .person-card__title {
    padding-bottom: 20px;
  }

  .person-card__description {
    font-size: 18px;
    line-height: 26px;
  }

  .person-card__buttons {
    display: flex;
    max-width: 100%;
  }

  .person-card__button {
    padding-right: 15px;
  }

  .person-card__image_community-manager {
    width: 459px;
    height: 390px;
    background-image: url("../img/person-card/community-manager/image-lg@2x.png");
  }

  .person-card__image_marketing-manager {
    width: 434px;
    height: 390px;
    background-image: url("../img/person-card/marketing-manager/image-lg@2x.png");
  }

  .person-card__image_developer {
    width: 402px;
    height: 390px;
    background-image: url("../img/person-card/developer/image-lg@2x.png");
  }

  .person-card__image_community-manager-2 {
    width: 362px;
    height: 361px;
    background-image: url("../img/person-card/community-manager/image-lg-2@2x.png");
  }

  .person-card_reverse .person-card__caption {
    max-width: 64%;
  }

  .person-list__item {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .person-list__image-wrapper {
    position: relative;
    left: -10px;
  }

  .person-list__description {
    padding-left: 0;
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 10px;
  }

  .person-list__icon {
    width: 120px;
    height: 100px;
  }

  .person-list_marketing .person-list__description {
    padding-right: 20px;
  }

  .arrow-list__item {
    padding-bottom: 20px;
  }

  .form__container {
    padding: 45px 35px;
  }

  .form__title {
    padding-bottom: 10px;
  }

  .form__subtitle {
    padding-bottom: 13px;
  }

  .form__items_fields {
    padding-bottom: 10px;
  }

  .form__items {
    margin: 0;
    display: block;
  }

  .form__item_name {
    order: 1;
  }

  .form__item_telegram {
    order: 2;
  }

  .form__item_email {
    order: 3;
  }

  .form__item_button {
    padding-bottom: 25px;
  }

  .form__terms {
    font-size: 14px;
    line-height: 20px;
  }

  .form_popup .form__container {
    padding: 0;
  }

  .form_popup .form__items_fields {
    padding-bottom: 10px;
  }

  .form_popup .form__items {
    margin: 0;
    display: block;
  }

  .form_popup .form__item_name {
    order: 1;
  }

  .form_popup .form__item_telegram {
    order: 2;
  }

  .form_popup .form__item_email {
    order: 3;
  }

  .form_popup .form__item_button {
    padding-bottom: 25px;
  }

  .benefits-list__description {
    padding-top: 30px;
    padding-right: 40px;
  }

  .benefits-list__text {
    font-size: 16px;
    line-height: 24px;
  }

  .benefits-list__icon {
    width: 120px;
    height: 100px;
  }

  .brands {
    flex-direction: column;
  }

  .brands__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EFF4F8;
    padding: 30px 42px;
  }

  .brands__item:last-child {
    border-color: transparent;
  }

  .number-list__title {
    font-size: 50px;
    line-height: 42px;
  }

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

  .navbar {
    min-height: 100px;
  }

  .navbar__logo {
    width: 264px;
    height: 54px;
  }

  .navbar__list {
    justify-content: flex-start;
    padding-top: 5px;
    max-width: 71%;
  }

  .navbar__item {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 18px;
  }

  .navbar__item_desktop {
    display: inline-block;
  }

  .navbar__item_vacancy {
    display: none;
  }

  .navbar__menu {
    transform: translate3d(100%, 0, 0) !important;
  }

  .footer__info {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer__separator {
    display: block;
    padding: 0 10px;
  }

  .footer__text {
    font-size: 16px;
  }

  .footer__link {
    font-size: 16px;
  }

  .header-section {
    padding: 80px 0 50px 0;
  }

  .header-section__top-text {
    font-size: 18px;
    line-height: 26px;
    max-width: 200px;
  }

  .header-section__title {
    padding: 50px 0 30px 0;
    max-width: 646px;
  }

  .header-section__button {
    margin-bottom: 10px;
  }

  .header-section__benefit {
    max-width: 330px;
  }

  .header-section__image {
    width: 41%;
    right: -67px;
  }

  .header-section_about {
    padding-bottom: 80px;
  }

  .header-section_about .header-section__top-text {
    font-size: 18px;
    line-height: 26px;
  }

  .points-section {
    padding: 190px 0 340px 0;
  }

  .points-section__top {
    padding-bottom: 80px;
  }

  .points-section__top-caption {
    width: 57%;
    padding-top: 0;
  }

  .points-section__top-description {
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .points-section__top-image-wrapper {
    padding-top: 0px;
    padding-left: 33px;
  }

  .points-section__points-title {
    padding-bottom: 33px;
  }

  .points-section__requirements-item {
    padding-bottom: 80px;
  }

  .points-section__requirements-item:last-child {
    padding-bottom: 20px;
  }

  .person-section {
    padding: 20px 0 90px 0;
  }

  .person-section__top-block {
    top: -240px;
  }

  .person-section__bottom-block {
    margin-top: -145px;
  }

  .person-section__title {
    padding-bottom: 0;
  }

  .person-section__subtitle {
    font-size: 20px;
    line-height: 42px;
    padding-bottom: 40px;
  }

  .person-section__button {
    padding-left: 0;
  }

  .form-section {
    padding: 185px 0 130px 0;
  }

  .form-section__title {
    padding-bottom: 20px;
  }

  .form-section__text {
    padding-right: 0;
  }

  .form-section__list-title {
    padding-bottom: 20px;
  }

  .benefits-section {
    padding: 0 0 350px 0;
  }

  .benefits-section_no-form {
    padding: 185px 0 350px 0;
  }

  .benefits-section__title {
    padding-bottom: 55px;
  }

  .footer-section__top-block {
    top: -260px;
  }

  .footer-section__bottom-block {
    margin-top: -248px;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .order-xl-1 {
    order: 1;
  }

  .col-xl-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .order-xl-2 {
    order: 2;
  }

  .col-xl-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    order: 3;
  }

  .col-xl-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .order-xl-4 {
    order: 4;
  }

  .col-xl-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .order-xl-5 {
    order: 5;
  }

  .col-xl-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media screen and (min-width: 1280px) {
  .form {
    margin-left: 35px;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .person-list__icon_clock {
    background: url("../img/person-list/community-manager/icon1@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_cup {
    background: url("../img/person-list/community-manager/icon2@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_speaker {
    background: url("../img/person-list/community-manager/icon3@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_laptop {
    background: url("../img/person-list/community-manager/icon4@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_puzzle {
    background: url("../img/person-list/marketing-manager/icon1@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_team {
    background: url("../img/person-list/marketing-manager/icon2@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_doc {
    background: url("../img/person-list/marketing-manager/icon3@2x.png") center center no-repeat;
    background-size: cover;
  }

  .benefits-list__icon_salary {
    background: url("../img/benefits-list/community-manager/icon1@2x.png") center center no-repeat;
    background-size: cover;
  }

  .benefits-list__icon_lamp {
    background: url("../img/benefits-list/community-manager/icon2@2x.png") center center no-repeat;
    background-size: cover;
  }

  .benefits-list__icon_cup {
    background: url("../img/benefits-list/community-manager/icon3@2x.png") center center no-repeat;
    background-size: cover;
  }

  .navbar__logo {
    background: url("../img/logo/logo@2x.png") center center no-repeat;
    background-size: cover;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .person-list__icon_clock {
    background: url("../img/person-list/community-manager/icon1@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_cup {
    background: url("../img/person-list/community-manager/icon2@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_speaker {
    background: url("../img/person-list/community-manager/icon3@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_laptop {
    background: url("../img/person-list/community-manager/icon4@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_puzzle {
    background: url("../img/person-list/marketing-manager/icon1@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_team {
    background: url("../img/person-list/marketing-manager/icon2@2x.png") center center no-repeat;
    background-size: cover;
  }

  .person-list__icon_doc {
    background: url("../img/person-list/marketing-manager/icon3@2x.png") center center no-repeat;
    background-size: cover;
  }

  .benefits-list__icon_salary {
    background: url("../img/benefits-list/community-manager/icon1@2x.png") center center no-repeat;
    background-size: cover;
  }

  .benefits-list__icon_lamp {
    background: url("../img/benefits-list/community-manager/icon2@2x.png") center center no-repeat;
    background-size: cover;
  }

  .benefits-list__icon_cup {
    background: url("../img/benefits-list/community-manager/icon3@2x.png") center center no-repeat;
    background-size: cover;
  }

  .navbar__logo {
    background: url("../img/logo/logo@2x.png") center center no-repeat;
    background-size: cover;
  }
}
/*# sourceMappingURL=maps/main.css.map */
