@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 'Museo Sans';
  src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans';
  src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans';
  src: local("MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-100.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans';
  src: local("MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

* {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "Museo Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1b3244; }

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.modal-opened {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .modal-opened {
    width: 100%;
    position: fixed; } }

@media screen and (max-width: 1199px) {
  .break-mobile {
    display: block; } }

.section--dark {
  color: #f8f8f8;
  background-color: #000000; }

.section--grey {
  background-color: #f1f1f1; }
  .section--grey + .section--grey {
    padding-top: 20px; }

.section__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center; }

.section__subtitle {
  font-size: 16px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section__title {
    font-size: 30px; } }

@media screen and (min-width: 768px) {
  .section__title::before {
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 40px;
    width: 127px;
    height: 3px;
    background-color: currentColor; } }

@media screen and (min-width: 1200px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section__title {
    font-size: 40px; }
  .section__subtitle {
    font-size: 18px; } }

.input {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 50px;
  color: inherit;
  background-color: #e8eef0;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.5s; }
  .input--textarea {
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px; }
  .input:focus {
    background-color: #ffffff;
    border: 1px solid #1b3244;
    transition: all 0.5s; }
  .input.error {
    background-color: #ffffff !important;
    border: 1px solid #eb6220 !important;
    transition: all 0.5s !important; }

input[type="checkbox"]:checked + .checkbox::before {
  background-image: url("../img/icon-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s; }

.checkbox {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 32px;
  font-size: 13px;
  cursor: pointer; }
  .checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #e8eef0;
    border: 1px solid transparent;
    border-radius: 6px;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.5s; }
  .checkbox--error::before {
    border: 1px solid #eb6220;
    transition: all 0.5s; }

.button {
  box-sizing: border-box;
  display: inline-block;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  background-color: #eb6220;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s; }
  .button:hover {
    background-color: #e84b00;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    transition: all 0.3s; }

@media screen and (min-width: 768px) {
  .button {
    padding: 16px 24px; } }

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px; }

.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 10px; }

.breadcrumbs__link {
  color: #eb6220;
  text-decoration: underline;
  transition: all 0.5s; }
  .breadcrumbs__link:hover {
    color: #1b3244;
    text-decoration: none;
    opacity: 0.54;
    transition: all 0.5s; }
  .breadcrumbs__link::after {
    content: "/";
    display: inline-block;
    margin-left: 10px; }
  .breadcrumbs__link.active {
    color: #1b3244;
    text-decoration: none;
    opacity: 0.54; }
    .breadcrumbs__link.active::after {
      content: ""; }

@media screen and (max-width: 767px) {
  .breadcrumbs {
    justify-content: center; } }

.page-heading {
  margin: 0;
  font-weight: 900;
  line-height: 1.3; }

.page-heading--s {
  font-size: 18px; }

@media screen and (max-width: 767px) {
  .page-heading {
    font-size: 24px;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .page-heading {
    font-size: 36px; }
  .page-heading--s {
    font-size: 24px; }
  .page-heading--stroke::before {
    content: "";
    display: block;
    margin-bottom: 40px;
    width: 127px;
    height: 3px;
    background-color: currentColor; } }

@media screen and (min-width: 1200px) {
  .page-heading {
    font-size: 48px; }
  .page-heading--s {
    font-size: 36px; } }

.slider-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  background-color: #1b3244;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 1; }
  .slider-arrow::before {
    content: "";
    display: block;
    margin: auto;
    border: 2px solid #ffffff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .slider-arrow:hover {
    background-color: #eb6220;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s; }
    .slider-arrow:hover::before {
      border-color: #ffffff;
      transition: background-color 0.5s; }
  .slider-arrow--prev {
    left: 0; }
    .slider-arrow--prev::before {
      border-right: 0;
      border-top: 0; }
  .slider-arrow--next {
    right: 0; }
    .slider-arrow--next::before {
      border-left: 0;
      border-bottom: 0; }
  .slider-arrow--stroke {
    background-color: transparent;
    border: 1px solid #1b3244; }
    .slider-arrow--stroke::before {
      border-color: #1b3244; }
    .slider-arrow--stroke:hover {
      background: #1b3244;
      transition: background-color 0.5s; }
  .slider-arrow--static {
    position: static;
    -webkit-transform: none;
            transform: none; }
    .slider-arrow--static + .slider-arrow--static {
      margin-left: 8px; }

.icon--atm::before {
  background-image: url("../img/atm.svg"); }

.icon--card::before {
  background-image: url("../img/card.svg"); }

.icon--checkbook::before {
  background-image: url("../img/checkbook.svg"); }

.icon--fireclock::before {
  background-image: url("../img/fireclock.svg"); }

.icon--hand::before {
  background-image: url("../img/hand.svg"); }

.icon--handshake::before {
  background-image: url("../img/handshake.svg"); }

.icon--map::before {
  background-image: url("../img/map.svg"); }

.icon--money-circle::before {
  background-image: url("../img/money-circle.svg"); }

.icon--purse::before {
  background-image: url("../img/purse.svg"); }

.icon--wallet::before {
  background-image: url("../img/wallet.svg"); }

.icon--workers::before {
  background-image: url("../img/workers.svg"); }

.icon--man::before {
  background-image: url("../img/man.svg"); }

.icon--calendar::before {
  background-image: url("../img/calendar.svg"); }

.icon--sale::before {
  background-image: url("../img/sale.svg"); }

.icon-close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .icon-close:before, .icon-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #c3cbce; }
  .icon-close:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .icon-close:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  .icon-close:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transition: all 0.5s; }
    .icon-close:hover::before, .icon-close:hover::after {
      background-color: #eb6220; }

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

.header__inner {
  display: flex;
  align-items: center; }

.header__logo-img {
  display: block; }

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

.header__menu-item--submenu-opened {
  color: #ffffff;
  background-color: #1b3244;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.5s; }
  .header__menu-item--submenu-opened .header__submenu {
    display: block; }

.header__menu-link {
  display: block;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; }
  .header__menu-link.active {
    color: #eb6220; }
  .header__menu-link:hover {
    color: #ffffff;
    background-color: #1b3244;
    border-radius: 4px;
    transition: all 0.5s; }

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

.header__submenu-link {
  display: block;
  font-size: 14px;
  transition: opacity 0.2s; }
  .header__submenu-link:hover {
    opacity: 0.5;
    transition: opacity 0.2s; }
  .header__submenu-link.active {
    background-color: #eb6220; }

.header__contacts {
  margin-left: auto; }

.header__phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px; }

.header__phone-code {
  font-weight: 100; }

.header--fix {
top: 0;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }
  .header--fix .header__time {
    display: none; }

@media screen and (max-width: 1199px) {
  .header__menu-icon::before, .header__menu-icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    background-color: inherit; }
  .header__menu-button {
    padding: 0;
    margin-right: 30px;
    height: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .header__menu-button:hover .header__menu-icon,
    .header__menu-button:hover .header__menu-icon::before,
    .header__menu-button:hover .header__menu-icon::after {
      background-color: #eb6220;
      transition: all 0.2s; }
  .header__menu-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    background-color: #1b3244;
    transition: all 0.2s; }
    .header__menu-icon::before {
      top: -8px; }
    .header__menu-icon::after {
      bottom: -8px; }
  .header__nav {
    box-sizing: border-box;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    overflow: auto; }
  .header__menu {
    margin: auto; }
  .header__submenu {
    padding-bottom: 20px; }
  .header__submenu-link {
    padding: 20px 20px; }
  .header--nav-opened {
    position: fixed;
    width: 100%;
    background-color: #ffffff; }
    .header--nav-opened .header__nav {
      display: block; }
    .header--nav-opened .header__menu-icon {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: all 0.2s; }
      .header--nav-opened .header__menu-icon::before {
        top: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .header--nav-opened .header__menu-icon::after {
        display: none; } }

@media screen and (max-width: 767px) {
  .header__menu-button {
    margin-right: 20px; }
  .header__logo-img {
    width: 100px;
    height: auto; }
  .header__nav {
    top: 64px; }
  .header__menu {
    width: 290px; }
  .header__phone {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("../img/header__phone-icon.svg");
    background-repeat: no-repeat;
    background-position: center; }
    .header__phone:active {
      background-color: #f1f1f1;
      border-radius: 50%;
      transition: all 0.2s; }
  .header__phone-number {
    display: none; }
  .header__time,
  .header__button {
    display: none; }
  .header--nav-opened {
    padding-bottom: 16px; } }

@media screen and (min-width: 768px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px; }
  .header__contacts {
    text-align: right;
    margin-right: 20px; }
  .header__phone {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px; }
  .header__phone-code {
    font-weight: 100; }
  .header__time {
    display: block;
    font-size: 14px;
    line-height: 20px; }
  .header--fix {
    padding-top: 8px;
    padding-bottom: 8px; }
    .header--fix .header__logo-img {
      width: 120px;
      height: auto;
      transition: all 0.5s; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__nav {
    top: 96px; }
  .header__menu {
    width: 720px; } }

@media screen and (min-width: 1200px) {
  .header__menu-button {
    display: none; }
  .header__nav {
    margin-left: 40px; }
  .header__menu {
    display: flex; }
  .header__submenu {
    position: absolute;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffffff;
    background-color: #1b3244;
    border-radius: 4px;
    border-top-left-radius: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }
  .header__submenu-link {
    padding: 8px 20px; } }

.staff {
  box-sizing: border-box; }

.staff__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  color: #eb6220; }

.staff__price {
  display: block; }

.staff__slider-nav {
  line-height: 0; }

@media screen and (max-width: 767px) {
  .staff {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }
  .staff__title {
    padding-top: 24px;
    padding-bottom: 24px; }
  .staff__slider-nav {
    margin-top: 24px; }
  .staff__dots {
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .staff {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 670px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    transition: all 0.5s; }
  _:-ms-lang(x), .staff {
    /* Internet Explorer 10+ */
    height: 670px; }
  .staff__inner {
    padding-left: 320px; }
  .staff__title {
    font-size: 30px; }
  .staff__slider-nav {
    position: absolute;
    bottom: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 720px; }
  .staff__dots {
    margin-right: 24px; } }

@media screen and (min-width: 1200px) {
  .staff {
    min-height: 720px;
    background-position: center bottom;
    background-size: auto; }
  .staff__inner {
    padding-left: 400px; }
  .staff__title {
    font-size: 48px; }
  .staff__price {
    display: inline; }
  .staff__button {
    margin-top: 40px; }
  .staff__slider-nav {
    width: 1140px; } }

.benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }
  .benefits__number {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 32px; }

.benefits__item {
  position: relative;
  padding-left: 82px; }
  .benefits__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .benefits {
    flex-direction: column; }
  .benefits__item {
    padding-top: 16px;
    padding-bottom: 16px; }
    .benefits__item::before {
      width: 48px;
      height: 48px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .benefits {
    flex-wrap: wrap; }
    .benefits--center {
      justify-content: center; }
  .benefits__item {
    box-sizing: border-box;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    min-width: 33%; }
    .benefits__item--thin {
      min-width: 10%; }
    .benefits__item--margin-auto {
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 768px) {
  .benefits__item::before {
    width: 64px;
    height: 64px; } }

@media screen and (min-width: 1200px) {
  .benefits {
    justify-content: space-between; } }

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 30px; }

.services__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 28px 30px;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  transition: all 0.5s;
  cursor: pointer; }
  .services__link:hover {
    color: #242424;
    background-color: #f5fbfc;
    transition: all 0.5s; }
    .services__link:hover .services__icon {
      fill: #eb6220;
      transition: fill 0.5s; }
  .services__link--all {
    justify-content: center;
    min-height: 120px;
    background-color: #eb6220;
    border: none; }
    .services__link--all:hover {
      color: inherit;
      background-color: #e84b00; }

.services__icon {
  width: 64px;
  height: 64px;
  fill: currentColor; }

.services__title {
  margin: 0;
  line-height: 1.3; }

.services__button {
  display: none; }

@media screen and (max-width: 767px) {
  .services__list {
    flex-direction: column; }
  .services__item + .services__item {
    margin-top: 20px; }
  .services__title {
    margin-left: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .services__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px; }
  .services__item {
    width: 350px; }
  .services__link {
    margin-bottom: 20px;
    padding: 47px; }
  .services__title {
    margin-left: 40px; }
  .services__item--all {
    margin: auto; }
  .services__link--all {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .services {
    background-image: url("../img/services-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .services__list {
    justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .services {
    padding-top: 140px;
    padding-bottom: 140px; }
    .services__list {
      margin-top: 80px; }
    .services__link {
      display: block;
      padding-top: 100px;
      width: 220px;
      min-height: 345px;
      text-align: center; }
      .services__link:hover {
        padding-top: 70px; }
        .services__link:hover .services__title {
          margin-top: 20px;
          transition: margin-top 0.2s; }
        .services__link:hover .button {
          display: inline-block;
          margin-top: 16px; }
      .services__link--all {
        padding-top: 148px; }
        .services__link--all::after {
          content: "";
          display: block;
          margin: auto;
          margin-top: 30px;
          width: 54px;
          height: 10px;
          background-image: url("../img/services-arrow.svg");
          background-repeat: no-repeat; }
    .services__title {
      margin-top: 30px;
      transition: margin-top 0.2s; } }

.company-benefits__list {
  margin-top: 16px; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .company-benefits__list {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px; }
  .company-benefits__item {
    margin-bottom: 32px; }
    .company-benefits__item:nth-child(even) {
      margin-left: auto; } }

@media screen and (min-width: 1200px) {
  .company-benefits__list {
    margin-top: 80px; } }

.clients-slider {
  position: relative; }
  .clients-slider__img {
    display: block;
    margin: auto; }

@media screen and (min-width: 768px) {
  .clients-slider__content {
    margin: auto;
    width: 520px; } }

@media screen and (min-width: 1200px) {
  .clients-slider__content {
    width: 850px; } }

.call-to-action {
  position: relative; }
  .call-to-action__inner {
    line-height: 1.2; }
  .call-to-action__subtitle {
    margin: 0;
    font-size: 21px;
    font-weight: 700; }
  .call-to-action__title {
    margin: 0;
    font-size: 30px;
    font-weight: 900; }
  .call-to-action__phone {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 900; }
  .call-to-action__phone-code {
    font-weight: 300; }
  .call-to-action__text-separator {
    display: block; }
  .call-to-action__form {
    margin-top: 10px; }
  .call-to-action__address {
    line-height: 1.5; }
  .call-to-action__link {
    display: block;
    font-weight: 700;
    color: #eb6220;
    text-decoration: underline;
    transition: all 0.2s; }
    .call-to-action__link:hover {
      color: #1b3244;
      text-decoration: none;
      transition: all 0.2s; }

@media screen and (max-width: 767px) {
  .call-to-action__input {
    display: block;
    width: 100%; }
  .call-to-action__button {
    display: block;
    margin-top: 20px;
    width: 100%; } }

@media screen and (max-width: 1199px) {
  .call-to-action {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #ffffff;
    text-align: center; }
  .call-to-action__title {
    line-height: 1.2; } }

@media screen and (min-width: 768px) {
  .call-to-action__content::before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 127px;
    height: 3px;
    background-color: currentColor; }
  .call-to-action__title {
    font-size: 40px; }
  .call-to-action__subtitle {
    font-size: 26px; }
  .call-to-action__phone {
    margin-top: 30px;
    font-size: 48px; }
  .call-to-action__text-separator {
    margin-top: 20px;
    padding-left: 10px; }
  .call-to-action__form {
    margin-top: 20px; }
  .call-to-action__input {
    margin-right: 20px;
    width: 300px; }
  .call-to-action__link {
    margin-bottom: 20px; } }

@media screen and (min-width: 1200px) {
  .call-to-action__inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -30px;
    min-height: 684px;
    /* Internet Explorer 10+ */
    background-repeat: no-repeat;
    z-index: 1; }
    .call-to-action__inner _:-ms-lang(x), .call-to-action__inner {
      height: 684px; }
  .call-to-action__content {
    margin-left: auto;
    min-width: 600px; }
    .call-to-action__content::before {
      margin-left: 0;
      margin-right: 0; }
  .call-to-action__text-separator {
    padding-left: 10px; }
  .call-to-action__background {
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 100%;
    background-color: #ffffff; } }

.footer {
  position: relative;
  color: #ffffff;
  background-color: #1b262f;
  z-index: 1; }

.footer__phones {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; }

.footer__phone-code {
  font-weight: 100; }

.footer__email {
  display: block; }
  .footer__email::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url("../img/footer-mail.svg"); }

.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }

.footer__social-link {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  transition: all 0.5s; }
  .footer__social-link--instagram {
    background-image: url("../img/instagram.svg"); }
  .footer__social-link--vkontakte {
    background-image: url("../img/vkontakte.svg"); }
  .footer__social-link--youtube {
    background-image: url("../img/youtube.svg"); }
  .footer__social-link:hover {
    background-color: #eb6220;
    border-radius: 4px;
    transition: all 0.5s; }

.footer-link {
  padding: 0;
  color: inherit;
  text-decoration: underline;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s; }
  .footer-link:hover {
    color: #eb6220;
    text-decoration: none;
    transition: all 0.2s; }
  .footer-link--review {
    margin-top: 10px; }

.select-city__title {
  font-weight: 700; }

.select-city__link {
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s; }
  .select-city__link::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-top: 0;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg) translateY(-4px);
            transform: rotate(45deg) translateY(-4px);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .select-city__link:hover::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }
  .footer__mobile-block {
    margin-top: 20px; }
  .footer__phone {
    display: block; }
  .footer__email {
    margin-top: 20px; }
  .select-city {
    margin-top: 20px; }
  .footer__social {
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px; }
  .footer__social--desktop {
    display: none; }
  .footer__social-item + .footer__social-item {
    margin-left: 10px; }
  .footer__contacts {
    display: none; } }

@media screen and (max-width: 1199px) {
  .footer__nav {
    display: none; } }

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 30px;
    line-height: 1.7; }
  .footer__inner {
    display: flex; }
  .footer__left {
    max-width: 300px; }
  .footer__mobile-block {
    display: none; }
  .select-city {
    margin-top: 40px; }
  .footer__social {
    margin-left: -15px; }
  .footer__social-item + .footer__social-item {
    margin-left: 16px; }
  .footer__contacts {
    margin-left: auto;
    max-width: 320px;
    text-align: right; }
  .footer__phone + .footer__phone {
    margin-left: 10px; }
  .footer__address {
    margin: 0;
    margin-top: 30px; }
    .footer__address::before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      background-image: url("../img/footer-map-point.svg"); }
  .footer__download {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px; }
  .footer__download-item + .footer__download-item {
    margin-top: 10px; }
  .footer__download-format {
    display: inline-block;
    margin-left: 10px; }
  .footer__work-time,
  .footer__email {
    margin: 0;
    margin-top: 30px; }
  .footer__work-time-title {
    font-weight: 700; } }

@media screen and (min-width: 1200px) {
  .footer__left {
    margin-right: 90px;
    padding-left: 15px; }
  .footer__nav {
    display: flex; }
  .footer__menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer__menu--services {
      min-width: 240px; }
  .footer__menu-item + .footer__menu-item {
    margin-top: 10px; } }

.price__title {
  margin: 0;
  margin-top: 16px;
  font-weight: 900; }

.price__date {
  color: #eb6220; }

.price__table {
  margin-top: 24px;
  border-radius: 6px;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }

.price__table-row:nth-child(even) {
  background-color: #f1f1f1; }

.price__value {
  font-weight: 900; }
  .price__value--old {
    text-decoration: line-through; }
  .price__value--new {
    color: #eb6220; }

.price__phone {
  font-size: 28px;
  font-weight: 900; }

@media screen and (max-width: 767px) {
  .price__heading {
    margin-top: 16px; }
  .price__title {
    font-size: 18px;
    line-height: 1.2; }
  .price__table-row {
    padding: 16px; } }

@media screen and (max-width: 1199px) {
  .price {
    padding-top: 30px;
    padding-bottom: 40px; }
  .price__title {
    text-align: center; }
  .price__bottom {
    margin-top: 30px;
    text-align: center; }
  .price__phone {
    display: block; }
  .price__button {
    margin-top: 16px; } }

@media screen and (min-width: 768px) {
  .price__heading {
    margin-top: 24px; }
  .price__title {
    font-size: 21px; }
  .price__table-row {
    display: flex;
    padding: 12px 32px; }
  .price__value {
    align-self: center;
    margin-left: auto;
    white-space: nowrap; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price__heading {
    text-align: center; } }

@media screen and (min-width: 1200px) {
  .price {
    padding-top: 30px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: bottom; }
  .price__inner {
    box-sizing: border-box;
    padding-left: 600px; }
  .price__table {
    max-height: 322px;
    overflow: auto; }
  .price__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px; } }

.reviews-slider {
  position: relative; }

.reviews-slider__content {
  margin: auto; }

.reviews__item {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 30px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }

.reviews__rating {
  line-height: 0; }

.reviews__star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/star.svg");
  background-repeat: no-repeat;
  background-size: cover; }
  .reviews__star--empty {
    background-image: url("../img/star--emty.svg"); }

.reviews__date {
  margin: 0;
  margin-top: 20px; }

.reviews__name {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px; }

.reviews__phone {
  margin: 0;
  margin-top: 16px;
  font-size: 20px; }

.reviews__city {
  margin: 0;
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .reviews__item {
    margin-left: 10px;
    margin-right: 10px; } }

@media screen and (min-width: 768px) {
    .price {
        min-height: 625px;
    }
  .reviews-slider {
    margin: auto;
    width: 720px; }
  .reviews-slider__content {
    max-width: 600px; }
  .reviews__item {
    margin-left: 20px;
    margin-right: 20px; } }

@media screen and (min-width: 1200px) {
  .reviews-slider {
    width: 1140px; }
  .reviews-slider__content {
    max-width: 960px; } }

@media screen and (max-width: 767px) {
  .cases {
    display: none; } }

@media screen and (min-width: 768px) {
  .cases {
    background-image: url("/client/cases/case-00-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1s; }
  .cases-slider {
    position: relative; }
  .slick-slide.cases__item {
    display: flex; }
  .cases-slider__content {
    margin: auto;
    margin-top: 60px;
    max-width: 560px; }
  .cases__img {
    align-self: flex-start;
    margin-right: 20px;
    border-radius: 6px; }
  .cases__title {
    margin: 0;
    font-weight: 900; }
  .cases__text {
    margin: 0; }
    .cases__text + .cases__title {
      margin-top: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cases__img {
    width: 200px;
    height: auto; } }

@media screen and (min-width: 1200px) {
  .cases-slider__content {
    max-width: 920px;
    line-height: 1.6; } }

.payments__list {
  margin-top: 10px; }

.payments__desc {
  display: block;
  font-weight: 300; }

@media screen and (min-width: 768px) {
  .payments__list {
    justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .payments__list {
    margin-top: 60px; } }

.text-block__title {
  font-size: 24px;
  font-weight: 900; }

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

.vacancies__list {
  position: relative; }

.vacancies__item {
  box-sizing: border-box;
  padding: 16px 24px;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.5s; }
  .vacancies__item:hover {
    background-color: #dddddd;
    transition: all 0.5s; }
  .vacancies__item.active {
    color: #ffffff;
    background-color: #1b3244;
    transition: all 0.5s; }

.vacancies__salary {
  display: block;
  font-weight: 900; }

.vacancies__desc {
  display: none; }

.vacancies__desc-title {
  font-weight: 900; }

@media screen and (min-width: 768px) {
  .vacancies__benefits {
    margin-top: 24px; }
  .vacancies__item {
    width: 280px; }
  .vacancies__desc {
    display: none;
    position: absolute;
    top: 0;
    left: 280px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vacancies__benefits {
    margin: auto;
    margin-top: 24px;
    max-width: 500px; }
    .vacancies__benefits .benefits__item {
      width: 50%; } }

@media screen and (max-width: 767px) {
  .vacancies__benefits {
    margin-top: 10px; }
  .vacancies__desc {
    margin: 0; } }

@media screen and (min-width: 1200px) {
  .vacancies__benefits {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media screen and (max-width: 1199px) {
  .news {
    display: none; } }

@media screen and (min-width: 1200px) {
  .news-slider {
    position: relative; }
  .news-slider__content {
    margin: auto;
    max-width: 960px; }
  .news__item {
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
    margin: 40px 20px;
    padding: 16px;
    cursor: pointer; }
    .news__item:hover .news__title {
      color: #eb6220;
      transition: all 0.2s; }
  .news__slideshow {
    display: flex; }
  .news__preview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    border-radius: 6px;
    background-color: #f1f1f1;
    overflow: hidden; }
  .news__img, .news__thumbnail-img {
    width: 100%;
    height: auto; }
  .news__thumbnails-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    padding-left: 10px; }
  .news__thumbnail-item {
    display: flex;
    align-items: center;
    width: 88px;
    height: 64px;
    background-color: #1b3244;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer; }
    .news__thumbnail-item.active {
      opacity: 0.5; }
  .news__date {
    margin-bottom: 0; }
  .news__title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.2s; }
  .news__content {
    margin-top: 24px;
    padding-right: 24px;
    max-height: 400px; }
  .news--preview .news__preview {
    height: 144px; }
  .news--preview .news__thumbnail-item {
    width: 50px;
    height: 40px; }
  .news--preview .news__title {
    font-size: 16px; } }

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

.faq__item {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }

.faq__question {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-left: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s; }
  .faq__question:hover {
    background-color: #f1f1f1;
    transition: all 0.5s; }
    .faq__question:hover .faq__button {
      background-color: #1b3244;
      transition: all 0.5s; }
      .faq__question:hover .faq__button::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        transition: all 0.5s; }
  .faq__question.active .faq__button {
    background-color: #1b3244;
    transition: all 0.5s; }
    .faq__question.active .faq__button::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      transition: all 0.5s; }

.faq__question-text {
  padding-right: 16px; }

.faq__button {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-left: auto;
  min-width: 32px;
  min-height: 32px;
  background-color: #eb6220;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.5s; }
  .faq__button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../img/arrow-dropdown.svg");
    transition: all 0.5s; }

.faq__answer {
  display: none;
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 24px;
  padding-right: 16px; }

@media screen and (max-width: 767px) {
  .faq__column + .faq__column {
    margin-top: 16px; }
  .faq__item {
    margin-bottom: 16px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .faq__column + .faq__column {
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .faq__item {
    margin-bottom: 30px; } }

@media screen and (min-width: 1200px) {
  .faq__inner {
    display: flex;
    justify-content: space-between; }
  .faq__column {
    width: 560px; } }

.contacts__map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 380px;
  background-image: url("../img/map.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.contacts__inner {
  position: relative;
  z-index: 1; }

.contacts__title-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-height: 332px;
  word-wrap: break-word; }

.contacts__title-block-inner {
  margin: auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%); }

.contacts__heading {
  margin-top: 24px; }

.contacts__subtitle {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4; }

.contacts__info-inner {
  margin-left: auto;
  margin-right: auto; }

.contacts__img {
  margin-bottom: 20px;
  border-radius: 6px; }

.contacts__text {
  margin: 0; }

.contacts__phone {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5; }

.contacts__phone-code {
  font-weight: 300; }

.contacts__link {
  text-decoration: underline;
  transition: all 0.2s; }
  .contacts__link:hover {
    color: #eb6220;
    text-decoration: none;
    transition: all 0.2s; }

.contacts__info-title {
  margin-top: 30px;
  font-weight: 700; }

.contacts__address {
  margin: 0;
  margin-top: 30px; }

.contacts__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }

.contacts__link-item + .contacts__link-item {
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .contacts__title-block,
  .contacts__info-inner {
    width: 290px; }
  .contacts__title-block {
    text-align: center; }
  .contacts__info {
    padding-top: 24px;
    text-align: center; }
  .contacts__links-list {
    justify-content: center; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contacts .breadcrumbs {
    justify-content: center; }
  .contacts__title-block {
    width: 720px;
    text-align: center; }
  .contacts__info {
    padding-top: 30px; }
  .contacts__info-inner {
    display: flex;
    width: 720px; }
  .contacts__img {
    width: 300px;
    height: 100%; }
  .contacts__info-text {
    margin-left: auto;
    width: 350px; }
  .contacts__map {
    min-height: 640px; }
  .contacts__subtitle {
    font-size: 24px; } }

@media screen and (max-width: 1199px) {
  .contacts__info {
    background-color: #ffffff; } }

@media screen and (min-width: 1200px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px; }
  .contacts__map {
    min-height: 860px; }
  .contacts__inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1140px; }
  .contacts__title-block {
    box-sizing: border-box;
    margin: 0;
    margin-right: auto;
    padding: 0;
    max-width: 650px; }
  .contacts__subtitle {
    font-size: 30px; }
  .contacts__info-inner {
    box-sizing: border-box;
    margin: 0;
    padding: 24px;
    padding-bottom: 32px;
    width: 430px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); } }

.company-intro__heading {
  margin-top: 16px; }

.company-intro__subtitle {
  margin: 0;
  font-weight: 900; }

@media screen and (max-width: 767px) {
  .company-intro {
    padding-top: 30px;
    padding-bottom: 40px; }
  .company-intro__subtitle {
    margin-top: 16px;
    font-size: 18px;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .company-intro {
    display: flex;
    align-items: center;
    min-height: 490px;
    background-repeat: no-repeat;
    background-position: center; }
  _:-ms-lang(x), .company-intro {
    /* Internet Explorer 10+ */
    height: 490px; }
  .company-intro__inner {
    box-sizing: border-box;
    padding-left: 330px; }
  .company-intro__subtitle {
    margin-top: 40px;
    font-size: 24px; } }

@media screen and (min-width: 1200px) {
  .company-intro {
    min-height: 600px; }
  _:-ms-lang(x), .company-intro {
    /* Internet Explorer 10+ */
    height: 600px; }
  .company-intro__inner {
    padding-left: 400px; }
  .company-intro {
    background-image: url("../img/company-intro__bg.jpg"); }
  .company-intro__subtitle {
    font-size: 32px; } }

.intro__heading {
  margin-top: 16px; }

.intro__subtitle {
  margin: 0;
  font-weight: 900; }

.intro__time {
  margin: 0; }

.intro__phone {
  font-size: 36px;
  font-weight: 900; }

.intro__phone-code {
  font-weight: 300; }

@media screen and (max-width: 767px) {
  .intro--404 .intro__button {
    margin-top: 16px; }
  .intro__subtitle {
    margin-top: 16px;
    font-size: 18px;
    text-align: center; } }

@media screen and (max-width: 1199px) {
  .intro {
    padding-top: 30px;
    padding-bottom: 40px; }
  .intro__inner {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .intro--404 .intro__button {
    margin-top: 24px; }
  .intro__inner {
    box-sizing: border-box; }
  .intro__heading {
    margin-top: 24px; }
  .intro__subtitle {
    margin-top: 20px;
    font-size: 24px; } }

@media screen and (min-width: 1200px) {
  .intro {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center; }
  .intro--faq {
    min-height: 630px;
    }
  _:-ms-lang(x), .intro--faq {
    /* Internet Explorer 10+ */
    height: 630px; }
  .intro--404 {
    min-height: 740px;
    background-image: url("../img/intro--404__bg.jpg"); }
    .intro--404 .intro__inner {
      padding-left: 600px; }
  _:-ms-lang(x), .intro--404 {
    /* Internet Explorer 10+ */
    height: 740px; }
  .intro__inner {
    padding-left: 400px; }
  .intro__subtitle {
    font-size: 32px; }
  .intro__phone {
    font-size: 48px; } }

.vacancies-intro__time {
  margin: 0; }

.vacancies-intro__phone {
  font-size: 36px;
  font-weight: 900; }

.vacancies-intro__phone-code {
  font-weight: 300; }

.vacancies-intro__button {
  display: block;
  margin-top: 16px; }

@media screen and (max-width: 1199px) {
  .vacancies-intro__phone {
    display: block;
    margin-top: 16px; }
  .vacancies-intro__button {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 1200px) {
  .vacancies-intro {
    display: flex;
    align-items: center;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center; }
  _:-ms-lang(x), .vacancies-intro {
    /* Internet Explorer 10+ */
    height: 600px; }
  .vacancies-intro__phone {
    font-size: 48px; } }

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

.employee-reviews__img {
  border-radius: 50%; }

.emloyee-reviews__name {
  margin: 0;
  font-size: 18px; }

@media screen and (max-width: 767px) {
  .employee-reviews__list {
    margin-top: 24px; }
  .employee-reviews__item {
    text-align: center; }
  .employee-reviews__img {
    width: 120px;
    height: auto; }
  .emloyee-reviews__name {
    margin-top: 10px; } }

@media screen and (max-width: 1199px) {
  .employee-reviews__item + .employee-reviews__item {
    margin-top: 40px; } }

@media screen and (min-width: 768px) {
  .employee-reviews__list {
    margin: auto;
    margin-top: 30px;
    max-width: 475px; }
  .employee-reviews__item {
    display: flex;
    align-items: center; }
  .employee-reviews__img {
    margin-right: 24px; } }

@media screen and (min-width: 1200px) {
  .employee-reviews__list {
    display: flex;
    margin-top: 80px;
    margin-bottom: 60px;
    max-width: 920px; }
  .employee-reviews__item + .employee-reviews__item {
    margin-left: 60px; } }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 50, 68, 0.8);
  cursor: pointer;
  z-index: 2;
  overflow-y: auto; }
  .modal--wide .modal__inner {
    width: 700px; }

.modal__inner {
  box-sizing: border-box;
  position: relative;
  top: 0;
  margin: 20px auto;
  padding: 48px;
  width: 320px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  cursor: default; }
  .modal__inner--scrollable {
    padding-right: 28px; }
    .modal__inner--scrollable .scrollable {
      padding-right: 16px; }
    .modal__inner--scrollable .modal__content {
      margin-top: 10px;
      max-height: 300px; }

.modal__heading {
  margin: 0;
  font-size: 18px;
  font-weight: 900; }

.modal__input {
  margin-top: 18px;
  width: 100%; }

.modal__select {
  margin-top: 18px; }

.modal__button {
  margin-top: 20px;
  width: 100%; }

.modal__text {
  margin: 0;
  margin-top: 8px; }

.modal__title {
  margin: 0;
  margin-top: 16px;
  font-weight: 700; }

.modal--thanks .modal__text {
  margin: 0;
  margin-top: 8px;
  font-size: 18px; }

.city-select {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 8px;
  max-height: 300px; }

.city-select__option {
  margin-top: 5px; }

.city-select__link {
  display: block;
  padding: 15px 15px 14px;
  line-height: 1.4;
  border-radius: 4px;
  transition: all 0.5s; }
  .city-select__link:hover {
    background-color: #dddddd;
    transition: all 0.5s; }
  .city-select__link.active {
    color: #ffffff;
    background-color: #1b3244;
    transition: all 0.5s; }

@media screen and (min-width: 768px) {
  .modal__inner {
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.sale {
  position: fixed;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 1; }
  .sale:hover .sale__text {
    color: #eb6220;
    transition: all 0.2s; }

.sale__text {
  position: relative;
  padding-left: 76px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s; }
  .sale__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%); }

@media screen and (max-width: 767px) {
  .sale {
    right: 10px;
    left: 10px;
    bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 48px; } 
  .sale.block-sale-call {
	right: 130px;
  }
}

@media screen and (min-width: 768px) {
  .sale {
    right: 20px;
    bottom: 20px;
    padding: 40px;
    max-width: 280px; } 
  .sale.block-sale-call {
	right: 130px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .container {
      width: 290px; } }
  @media screen and (min-width: 768px) {
    .container {
      width: 720px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1140px; } }

.hidden {
  display: none; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  visibility: hidden; }

.nav-opened {
	overflow: hidden; 
} 
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 98, 32, 0.5); }
  70% {
    box-shadow: 0 0 0 20px rgba(235, 98, 32, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(235, 98, 32, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 98, 32, 0.5); }
  70% {
    box-shadow: 0 0 0 20px rgba(235, 98, 32, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(235, 98, 32, 0); } }

@-webkit-keyframes online {
  0% {
    box-shadow: 0 0 0 0 rgba(135, 190, 69, 0.5); }
  70% {
    box-shadow: 0 0 0 10px rgba(135, 190, 69, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(135, 190, 69, 0); } }

@keyframes online {
  0% {
    box-shadow: 0 0 0 0 rgba(135, 190, 69, 0.5); }
  70% {
    box-shadow: 0 0 0 10px rgba(135, 190, 69, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(135, 190, 69, 0); } }

.callback-button {
background: transparent;
padding: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  color: #ffffff;
  background-color: #eb6220;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
  transition: all 0.2s;
  z-index: 1010; }
  .callback-button__quote {
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    top: -20px;
    right: 40px;
    padding: 10px;
    width: 200px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    background-color: #eb6220;
    border-radius: 6px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .callback-button__quote::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 20px 0;
      border-color: transparent #eb6220 transparent transparent;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .callback-button:hover {
    background-color: #ffffff;
    background-image: url("../img/girl.jpg");
    background-position: center top;
    background-size: 100%;
    transition: all 0.2s ease-in-out; }
    .callback-button:hover .callback-button__quote {
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotate(0deg) translateY(-100%);
              transform: rotate(0deg) translateY(-100%); }

.callback-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Museo Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1b3244;
  z-index: 1010;
  background-color: rgba(27, 50, 68, 0.8); }
  .callback-modal__inner {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    width: 600px;
    height: 400px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.5);
    text-align: center; }
  .callback-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 1; }
    .callback-modal__close-el, .callback-modal__close-el::before {
      display: block;
      width: 3px;
      height: 24px;
      background-color: #000000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .callback-modal__close-el::before {
      content: "";
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .callback-modal__close:hover {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
      .callback-modal__close:hover .callback-modal__close-el,
      .callback-modal__close:hover .callback-modal__close-el::before {
        background-color: #1b3244; }
  .callback-modal__avatars {
    display: flex;
    justify-content: center; }
  .callback-modal__avatar {
    box-sizing: border-box;
    position: relative;
    width: 104px;
    height: 104px;
    border: 7px solid #eb6220;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center; }
    .callback-modal__avatar::after {
      content: "";
      box-sizing: border-box;
      position: absolute;
      top: -8px;
      right: -8px;
      width: 12px;
      height: 12px;
      background-color: #87be45;
      border-radius: 50%;
      -webkit-animation: online 1.2s infinite;
              animation: online 1.2s infinite; }
    .callback-modal__avatar--girl {
      background-image: url("../img/girl.jpg"); }
      .callback-modal__avatar--girl::after {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
    .callback-modal__avatar--boy {
      background-image: url("../img/boy.jpg"); }
    .callback-modal__avatar + .callback-modal__avatar {
      margin-left: 32px; }
  .callback-modal__title {
    margin: 0;
    margin-top: 16px;
    font-size: 30px;
    font-weight: 900;
    color: #1b3244;
    line-height: 1.3;
    text-align: center; }
  .callback-modal__form {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 240px; }
  .callback-modal__input {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 50px;
    font-size: 15px;
    color: inherit;
    background-color: #e8eef0;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.5s; }
    .callback-modal__input:focus {
      background-color: #ffffff;
      border: 1px solid #1b3244;
      transition: all 0.5s; }
    .callback-modal__input--error {
      background-color: #ffffff;
      border: 1px solid #eb6220;
      transition: all 0.5s; }
  .callback-modal__button {
    box-sizing: border-box;
    display: inline-block;
    padding: 16px 16px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    background-color: #eb6220;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s; }
    .callback-modal__input + .callback-modal__button {
      margin-top: 26px; }
    .callback-modal__button:hover {
      background-color: #e84b00;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
      z-index: 2000;
      transition: all 0.3s; }
  .callback-modal__countdown {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: #1b3244; }
  @media screen and (max-width: 767px) {
  .callback-button {
padding: 0;
    width: 56px;
    height: 56px; }
    .callback-button:hover {
      background-size: 90px; }
      .callback-button:hover::after {
        border-left: 20px solid #de5514; }
  .callback-modal__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding: 20px;
    padding-bottom: 50px;
    width: 100%;
    height: 100vh;
    background-image: none;
    border-radius: 0; }
    .callback-modal__inner::before {
      display: none; }
  .callback-modal__avatars {
    display: none; }
  .callback-modal__title {
    font-size: 24px; }
  .callback-modal__form {
    margin-top: 32px;
    width: 70%;
    min-width: 200px; }
  .callback-modal__countdown {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 48px; } }
.callback-modal__step--second {
	display: none;
}
.callback-modal__step--second .callback-modal__button2 {
	display: none;
}
@media screen and (max-width: 500px){
	.sale.block-sale-call {
		display: none;
	}
}
.article {
  font-family: "Museo Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #1b3244;
  border: 1px solid transparent; }
  .article__important {
    position: relative;
    padding: 1em 0;
    background-color: #f1f1f1;
    background-image: url("../img/dots-yellow.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    border: 1px solid transparent; }
  .article__inner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2em;
    max-width: 44em; }
  .article__heading {
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: 700; }
  .article__heading-2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 700; }
  .article__heading-3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 700; }
  .article__text {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.5; }
  .article__text p {
    font-size: 1em;
  }
  .article__link {
    position: relative;
    color: #eb6220;
    text-decoration: none;
    border-bottom: 1px solid #eb6220;
    transition: all 0.3s ease-out; }
    .article__link:hover {
      border-bottom: 1px solid transparent; }
  .article__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: list;
    margin-top: 1.5em;
    margin-bottom: 3em;
    color: inherit;
    line-height: 1.5;
    background-repeat: no-repeat;
    border-radius: 8px; }
    .article__list li {
      box-sizing: border-box;
      position: relative;
      padding: 1.5em 1em;
      padding-left: 5em;
      background-color: #f1f1f1;
      border-radius: 8px; }
      .article__list li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 1.5em;
        width: 2.5em;
        height: 2.5em;
        font-weight: 700;
        line-height: 2.5;
        text-align: center;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 2px 2px 10px rgba(27, 50, 68, 0.15);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .article__list li + li {
      margin-top: 0.5em; }
    .article__list--unodered li:before {
      left: 2em;
      width: 1em;
      height: 1em; }
    .article__list--numbered li:before {
      counter-increment: list;
      content: counters(list, ".");
      font-weight: 700;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 2px 2px 10px rgba(27, 50, 68, 0.15); }
  .article__img {
    margin: 1.5em auto;
    display: block;
    width: 100%;
    max-height: 20em;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -o-object-fit: cover;
       object-fit: cover; }
    .article__img--top {
      -o-object-position: top;
         object-position: top; }
  .article__related {
    position: relative;
    padding: 1em 0;
    background-color: #f1f1f1;
    background-image: url("../img/dots-yellow.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    border: 1px solid transparent;
    padding-bottom: 3em; }
    .article__related-inner {
      margin-left: auto;
      margin-right: auto; }
    .article__related-list {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 1.5em; }
    .article__related-item {
      box-sizing: border-box;
      font-size: 0.875em;
      color: inherit;
      text-decoration: none;
      background-color: #fff;
      border-radius: 8px;
      transition: all 0.5s ease-out;
      box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }
      .article__related-item-inner {
        padding: 0.5em 2em 2em; }
      .article__related-item .article__text {
        opacity: 0.7; }
      .article__related-item:hover {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease-out; }
        .article__related-item:hover .article__img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .article__related-item + .article__related-item {
        margin-top: 1em; }
    .article__related-preview {
      border-radius: 8px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      overflow: hidden; }
      .article__related-preview .article__img {
        margin-top: 0;
        margin-bottom: 0;
        max-height: 15em;
        transition: all 0.5s ease-in-out; }
@media screen and (min-width: 768px) {
      .article__inner {
        width: 720px; }
        .article__related-inner {
          width: 720px; }
    .article {
      font-size: 18px; }
      .article__heading {
        font-size: 3em; }
      .article__heading-2 {
        font-size: 2em; }
      .article__related-list {
        flex-direction: row;
        flex-wrap: wrap; }
      .article__related-item {
        flex-grow: 1;
        margin: 0.5em;
        width: 40%; }
        .article__related-item + .article__related-item {
          margin-top: 0.5em; } }
  @media screen and (min-width: 1200px) {
      .article__inner {
        width: 1140px; }
        .article__related-inner {
          width: 1140px; }
    .article__related-list {
      flex-direction: row; }
    .article__related-item {
      margin: 0;
      max-width: 30%; }
      .article__related-item + .article__related-item {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
      .article__inner {
        width: 90%;
        min-width: 290px; }
        .article__related-inner {
          width: 90%;
          min-width: 290px; }}
a.article__related-item:hover {
	text-decoration: none;
}