@charset "UTF-8";
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.otf") format("opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.otf") format("opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.otf") format("opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Black';
  src: url("../fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Black.otf") format("opentype"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Black.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Black.svg#HelveticaNeueCyr-Black") format("svg");
  font-weight: 800;
  font-style: normal;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 0.889em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.btn-small {
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.778em;
}

.btn-red {
  background-color: #e8476d;
  color: #fff;
}

.btn-gray {
  background-color: #b3b3b3;
  color: #fff;
}

.compact-form .cols-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.form-group__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #fff;
  padding-right: 20px;
  top: 1px;
  height: 48px;
  left: 20px;
}

.form-group__input {
  text-align: right;
  padding: 15px 20px;
  width: 100%;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #dae0e6;
  height: 20px;
}

.textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form-group__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-radius: 6px;
  border: 1px solid #dae0e6;
  padding: 50px 20px 20px;
}

html, body {
  height: 100%;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}

* html .page__wrapper {
  height: 100%;
}

body {
  counter-reset: title-count;
}

body, .article {
  font-size: 1em;
  line-height: 1.5em;
  margin: auto;
}

.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
  background-color: #f7f7f7;
}

.page__buffer {
  height: 50px;
}

h1 {
  font-size: 3.33333333em;
  line-height: 1.35em;
  margin-top: 0.45em;
  margin-bottom: 0.9em;
  text-transform: uppercase;
}

.h1 {
  font-size: 3.33333333em;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #573544;
  margin-bottom: 0.5em;
  margin-top: 0;
}

@media (max-width: 800px) {
  .h1 {
    font-size: 1.667em;
  }
}

.h1:after {
  content: ".";
  display: inline;
  color: #e8476d;
}

h2, .h2 {
  font-size: 2.000em;
  text-transform: uppercase;
  line-height: 1.35em;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  color: #573544;
}

.h2 {
  text-transform: none;
}

.h2:after {
  content: ".";
  display: inline;
  color: #e8476d;
}

h3, .h3 {
  color: #573544;
  font-size: 1.778em;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}

.h3 {
  text-transform: none;
}

h4, .h4 {
  color: #573544;
  font-size: 1.444em;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.h4 {
  text-transform: none;
}

h5, .h5 {
  color: #573544;
  font-size: 1.222em;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.h5 {
  text-transform: none;
  color: #449991;
}

h6, .h6 {
  color: #573544;
  font-size: 1.000em;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.h6 {
  text-transform: none;
}

ul, ol, pre, table, blockquote {
  margin-top: 0;
  margin-bottom: 1.5em;
}

p {
  margin-top: 0;
  margin-bottom: 0.8em;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  margin-bottom: 10px;
}

hr, .hr {
  border: 1px solid;
  margin: -1px 0;
}

a, b, i, strong, em, small, code {
  line-height: 1;
}

a {
  color: #e8476d;
}

sub, sup {
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media (max-width: 600px) {
  img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.nomargin {
  margin: 0;
}

.common-container {
  width: 96%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

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

.cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 800px) {
  .cols-wrapper {
    display: block;
  }
}

.colshalf > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

@media (max-width: 800px) {
  .colshalf > div {
    display: block;
    margin: 0 0 30px;
  }
}

.cols2 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
  margin-right: 1%;
}

.cols2 > div:nth-child(even) {
  margin-right: 0;
  margin-left: 1%;
}

@media (max-width: 800px) {
  .cols2 > div:nth-child(even) {
    display: block;
    margin: 0;
  }
}

@media (max-width: 800px) {
  .cols2 > div {
    display: block;
    margin: 0 0 30px;
  }
}

.cols3 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}

@media (max-width: 800px) {
  .cols3 > div {
    display: block;
    margin: 0;
  }
}

.content-block {
  margin-bottom: 70px;
}

.common-title {
  margin-bottom: 35px;
}

.center-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-buttons > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  margin-right: 1%;
}

.center-buttons > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 800px) {
  .center-buttons > div:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.center-buttons > div:last-child {
  margin-right: 0;
  margin-left: 1%;
}

@media (max-width: 800px) {
  .center-buttons > div:last-child {
    margin: 0;
  }
}

@media (max-width: 800px) {
  .center-buttons {
    display: block;
  }
}

.img-left {
  display: block;
  float: left;
  margin: 0 30px 20px 0;
}

@media (max-width: 800px) {
  .img-left {
    float: none;
    clear: both;
    margin: 0 0 30px;
  }
}

.img-right {
  display: block;
  float: right;
  margin: 0 0 20px 30px;
}

@media (max-width: 800px) {
  .img-right {
    float: none;
    clear: both;
    margin: 0 0 30px;
  }
}

.text-right {
  text-align: right;
}

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

.text-italic {
  font-style: italic;
}

.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

table thead th {
  text-align: left;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
}

table th {
  padding: 15px;
}

table td {
  padding: 15px;
}

.table-striped {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2ebbf;
}

.table-striped > tbody > tr:nth-of-type(odd) td {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.table-striped > tbody > tr:nth-of-type(odd) td:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f2ebbf;
}

.table-striped > tbody > tr:nth-of-type(odd) td:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f2ebbf;
}

.require {
  color: #e8476d;
  font-size: 1.444em;
}

.input-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header {
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

@media (max-width: 800px) {
  .header {
    display: block;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  margin-left: 20px;
}

@media (max-width: 800px) {
  .header__logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .header__logo-img {
    display: inherit;
    width: auto;
    height: auto;
  }
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 0.889em;
  line-height: 1.375;
  margin-right: 20px;
}

@media (max-width: 800px) {
  .header-contacts {
    display: block;
  }
}

.header-contacts__address {
  text-align: right;
  padding-left: 25px;
  margin-left: 45px;
  position: relative;
}

@media (max-width: 800px) {
  .header-contacts__address {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 2em;
  }
}

.header-contacts__address a {
  color: #e8476d;
}

.header-contacts__address:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 12px;
  background-image: url("../img/general/place-icon.png");
}

.header-contacts__phones {
  text-align: right;
  padding-left: 25px;
  margin-left: 45px;
  position: relative;
}

@media (max-width: 800px) {
  .header-contacts__phones {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 2em;
  }
}

.header-contacts__phones:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-image: url("../img/general/phone-icon.png");
}

.price-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 15px;
}

@media (max-width: 800px) {
  .price-request {
    display: block;
    text-align: left;
    margin-left: 2em;
  }
}

.top-panel {
  display: block;
  background-color: #449991;
}

@media (max-width: 800px) {
  .top-panel {
    display: block;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #573544;
    width: auto;
    top: 8px;
    left: 8px;
    right: 8px;
    padding: 20px 10px 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .top-panel.open {
    visibility: visible;
    opacity: 0.95;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999;
  }
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 0.778em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
}

@media (max-width: 800px) {
  .top-menu {
    display: block;
    height: auto;
  }
}

.top-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 5px;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .top-menu__item {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
}

.top-menu__item:last-child {
  padding-right: 0;
}

.top-menu__item:hover .top-menu__submenu {
  opacity: 1;
  visibility: visible;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 800px) {
  .top-menu__item:hover .top-menu__submenu {
    border-radius: 0;
  }
}

.top-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ecf0f1;
  padding: 0 20px;
}

@media (max-width: 800px) {
  .top-menu__link {
    display: block;
    height: auto;
  }
}

.top-menu__link:hover {
  color: #fff;
}

.effect {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-perspective: 400;
  -ms-perspective: 400;
  -o-perspective: 400;
  perspective: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 800px) {
  .effect {
    -webkit-transition: none;
    transition: none;
  }
}

.effect:before, .effect:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform-origin: center center 0 50%;
  transform-origin: center center 0 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  content: attr(data-effect);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 800px) {
  .effect:before, .effect:after {
    display: none;
  }
}

.effect.slide-up {
  color: transparent;
}

@media (max-width: 800px) {
  .effect.slide-up {
    color: #fff;
  }
}

.effect.slide-up:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

.effect.slide-up:after {
  color: white;
  margin-top: 1em;
}

.effect.slide-up:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: -1em;
}

.effect.slide-up:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  margin-top: 0;
}

.top-menu__submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 99%;
  min-width: 230px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  z-index: 99;
  box-shadow: 0 10px 30px rgba(39, 56, 54, 0.35);
}

@media (max-width: 800px) {
  .top-menu__submenu {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    margin-top: 15px;
    border-radius: 0;
    background-color: #573544;
  }
}

.top-menu__submenu-link {
  display: block;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 1em;
  text-transform: none;
  color: #e8476d;
  text-decoration: none;
  padding: 8px 15px;
  line-height: 1.5;
  background-color: #fff;
}

.top-menu__submenu-link:first-child {
  padding-top: 10px;
}

.top-menu__submenu-link:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 5px 5px;
}

.top-menu__submenu-link:hover {
  background-color: #449991;
  color: #ecf0f1;
}

@media (max-width: 800px) {
  .top-menu__submenu-link:hover {
    background-color: #573544;
    color: #fff;
  }
}

@media (max-width: 800px) {
  .top-menu__submenu-link {
    background-color: #573544;
    color: #fff;
    padding-left: 30px;
    border-radius: 0;
  }
}

.clients-slider-wrapper {
  background-color: #f7f7f7;
  padding: 60px;
}

.clients-slider {
  position: relative;
}

.clients-slider__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}

.clients-slider__pic {
  display: block;
  max-width: 100%;
  height: auto;
}

.clients-slider__arrow {
  display: block;
  position: absolute;
  top: 40%;
  width: 21px;
  height: 40px;
  cursor: pointer;
  z-index: 90;
  background-position: center;
  background-repeat: no-repeat;
}

.clients-slider__arrow_prev {
  left: -20px;
  background-image: url("../img/general/slider-arrow-prev.png");
}

.clients-slider__arrow_next {
  right: -20px;
  background-image: url("../img/general/slider-arrow-next.png");
}

.footer {
  background-color: #2c3e50;
  text-align: center;
  font-size: 0.778em;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.breadcrumbs {
  font-size: 0.889em;
  background-image: url("../img/general/breadcrumbs-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  color: #fff;
  margin-bottom: 50px;
}

.breadcrumbs__link {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs__link:after {
  content: '»';
  display: inline;
  padding-left: 15px;
  padding-right: 10px;
}

.main-page-about-wrapper {
  background-color: #fff;
  position: relative;
}

.main-page-about-wrapper:before {
  content: '';
  position: absolute;
  top: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  left: 0;
  border-width: 60px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 800px) {
  .main-page-about-wrapper:before {
    display: none;
  }
}

.main-page-about-wrapper:after {
  content: '';
  position: absolute;
  top: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 60px 50vw;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 800px) {
  .main-page-about-wrapper:after {
    display: none;
  }
}

.main-page-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

@media (max-width: 800px) {
  .main-page-about {
    display: block;
  }
}

.main-page-about__title {
  min-height: 290px;
  background-image: url("../img/content/main-page-bg-pic-6.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-right: 120px;
}

@media (max-width: 800px) {
  .main-page-about__title {
    margin-right: 2em;
    margin-left: 2em;
    height: auto;
    min-height: inherit;
    background: none;
  }
}

@media (max-width: 800px) {
  .main-page-about__text {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.main-page-about__text:before {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  margin-bottom: 30px;
  background-color: #449991;
}

.main-page-map {
  position: relative;
}

.main-page-map:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  left: 0;
  border-width: 55px 0 0 50vw;
  border-color: #fff transparent transparent transparent;
  pointer-events: none;
}

@media (max-width: 800px) {
  .main-page-map:before {
    display: none;
  }
}

.main-page-map:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 55px 50vw;
  border-color: transparent transparent transparent #fff;
  pointer-events: none;
}

@media (max-width: 800px) {
  .main-page-map:after {
    display: none;
  }
}

.about-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 55px;
  margin-bottom: 50px;
  background-color: #fff;
}

.about-button:before {
  content: '';
  position: absolute;
  top: -55px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  left: 0;
  border-width: 55px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 800px) {
  .about-button:before {
    display: none;
  }
}

.about-button:after {
  content: '';
  position: absolute;
  top: -55px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 55px 50vw;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 800px) {
  .about-button:after {
    display: none;
  }
}

.main-page-map-contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 50px;
  pointer-events: none;
}

@media (max-width: 700px) {
  .main-page-map-contacts__wrapper {
    display: block;
    position: relative;
    margin-bottom: 0;
  }
}

.main-page-map-contacts {
  background-color: #fff;
  padding: 50px 30px 50px 90px;
  text-align: right;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  opacity: 0.8;
  pointer-events: auto;
}

.main-page-map-contacts > div {
  color: #000;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .main-page-map-contacts > div {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 800px) {
  .main-page-map-contacts {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 700px) {
  .main-page-map-contacts {
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #f7f7f7;
  }
}

.main-page-block-wrapper {
  position: relative;
  background-color: #f7f7f7;
}

.main-page-block-wrapper:before {
  content: '';
  position: absolute;
  top: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  left: 0;
  border-width: 60px 0 0 50vw;
  border-color: transparent transparent transparent #f7f7f7;
}

@media (max-width: 800px) {
  .main-page-block-wrapper:before {
    display: none;
  }
}

.main-page-block-wrapper:after {
  content: '';
  position: absolute;
  top: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 60px 50vw;
  border-color: transparent transparent #f7f7f7 transparent;
}

@media (max-width: 800px) {
  .main-page-block-wrapper:after {
    display: none;
  }
}

.main-page-block-wrapper:nth-child(2n) {
  background-color: #449991;
}

.main-page-block-wrapper:nth-child(2n):before {
  border-color: transparent transparent transparent #449991;
}

.main-page-block-wrapper:nth-child(2n):after {
  border-color: transparent transparent #449991 transparent;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-position: right center;
}

@media (max-width: 800px) {
  .main-page-block-wrapper:nth-child(2n) .main-page-block {
    display: block;
    background-position: center bottom;
  }
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__content {
  margin-right: 5em;
  margin-left: 0;
}

@media (max-width: 900px) {
  .main-page-block-wrapper:nth-child(2n) .main-page-block__content {
    margin-right: 1em;
  }
}

@media (max-width: 800px) {
  .main-page-block-wrapper:nth-child(2n) .main-page-block__content {
    margin-left: 5em;
  }
}

@media (max-width: 450px) {
  .main-page-block-wrapper:nth-child(2n) .main-page-block__content {
    margin-left: 2em;
  }
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__title {
  color: #f2ebbf;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__title:before {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #8cbeb2;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__title:after {
  left: -60px;
  right: inherit;
  color: #8cbeb2;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__descr {
  color: #ecf0f1;
  text-align: left;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__pic-wrapper {
  margin-right: 70px;
  margin-left: 0;
}

@media (max-width: 800px) {
  .main-page-block-wrapper:nth-child(2n) .main-page-block__pic-wrapper {
    margin: 0;
  }
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__pic {
  position: relative;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__pic:before {
  border-width: 40px 0 0 440px;
  border-color: #449991 transparent transparent transparent;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__pic:after {
  border-width: 40px 0 0 440px;
  border-color: transparent transparent transparent #449991;
}

.main-page-block-wrapper:nth-child(2n) .main-page-block__button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-page-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 70px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .main-page-block {
    display: block;
    padding-top: 0;
    background-position: center bottom;
  }
}

.main-page-block__pic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 70px;
  margin-right: 0;
}

@media (max-width: 800px) {
  .main-page-block__pic-wrapper {
    display: block;
    margin: 0;
    padding-top: 10px;
  }
}

.main-page-block__pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 440px;
  height: 590px;
  position: relative;
}

@media (max-width: 800px) {
  .main-page-block__pic {
    width: 100%;
  }
}

.main-page-block__pic:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 40px 440px;
  border-color: transparent transparent transparent #f7f7f7;
}

@media (max-width: 800px) {
  .main-page-block__pic:before {
    display: none;
  }
}

.main-page-block__pic:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 40px 440px;
  border-color: transparent transparent #f7f7f7 transparent;
}

@media (max-width: 800px) {
  .main-page-block__pic:after {
    display: none;
  }
}

.main-page-block__content {
  margin-top: 45px;
  margin-left: 5em;
  margin-right: 0;
  position: relative;
  z-index: 3;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 1em;
}

@media (max-width: 900px) {
  .main-page-block__content {
    margin-left: 1em;
  }
}

@media (max-width: 800px) {
  .main-page-block__content {
    margin-left: 2em;
    margin-right: 5em;
  }
}

@media (max-width: 450px) {
  .main-page-block__content {
    margin-right: 2em;
  }
}

.main-page-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 1.889em;
  color: #449991;
  margin-bottom: 40px;
  line-height: 1.059em;
  position: relative;
  text-align: right;
}

@media (max-width: 800px) {
  .main-page-block__title {
    font-size: 1.444em;
  }
}

.main-page-block__title:before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 30px;
  background-color: #f2ebbf;
}

.main-page-block__title:after {
  counter-increment: title-count;
  content: counter(title-count);
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-size: 2.278em;
  color: #f2ebbf;
  line-height: normal;
  position: absolute;
  top: 25px;
  right: -60px;
}

@media (max-width: 450px) {
  .main-page-block__title:after {
    display: none;
  }
}

.main-page-block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-page-block__descr {
  margin-bottom: 40px;
  text-align: right;
}

.main-slider {
  position: relative;
  margin-bottom: 30px;
}

.main-slider:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  left: 0;
  border-width: 60px 0 0 50vw;
  border-color: transparent transparent transparent #f7f7f7;
}

@media (max-width: 800px) {
  .main-slider:before {
    display: none;
  }
}

.main-slider:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  right: 0;
  border-width: 0 0 60px 50vw;
  border-color: transparent transparent #f7f7f7 transparent;
}

@media (max-width: 800px) {
  .main-slider:after {
    display: none;
  }
}

.main-slider__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 840px;
}

.main-slider__pic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.main-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  height: 840px;
}

.main-slider__slide-title {
  font-family: HelveticaNeueCyr-Black, sans-serif;
  font-size: 3.333em;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #f2ebbf;
  margin-bottom: 40px;
  margin-right: 100px;
  margin-left: 100px;
}

@media (max-width: 800px) {
  .main-slider__slide-title {
    font-family: HelveticaNeueCyr-Medium, sans-serif;
    font-size: 1.667em;
    margin-left: 0;
    margin-right: 0;
  }
}

.main-slider__slide-description {
  font-size: 1.278em;
  text-align: center;
  color: #ecf0f1;
  margin-bottom: 45px;
}

@media (max-width: 800px) {
  .main-slider__slide-description {
    font-size: 1em;
  }
}

.slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li button {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
  border: 0 none;
  background-color: transparent;
  font-family: HelveticaNeueCyr-Medium, sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 0;
  margin: 0;
}

.slick-dots li.slick-active button {
  color: #2c3e50;
  background-color: #449991;
}

.nav-toggle {
  display: none;
  overflow: hidden;
  position: fixed;
  right: 20px;
  top: 8px;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 800px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle:before, .nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.nav-toggle:before {
  background-color: #573544;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.nav-toggle:after {
  background-color: #573544;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-toggle span:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
          transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: transparent;
}

.nav-toggle.close-nav:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: transparent;
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.request-form h5 {
  margin-bottom: 1em;
}

.request-form h6 {
  margin-bottom: 0.833em;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 1000px) {
  .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 800px) {
  .sidebar {
    display: none;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  margin-left: 5%;
}

@media (max-width: 1000px) {
  .service-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}

.sidebar-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.2;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline-title {
  margin-top: 0;
  margin-bottom: 1em;
}

.timeline-item {
  padding-left: 40px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before {
  box-sizing: border-box;
  background: #e8476d;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
  box-sizing: border-box;
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #e8476d;
}

.timeline-content {
  padding-bottom: 40px;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

.period {
  padding: 0;
}

.period .timeline-info {
  display: none;
}

.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.period .timeline-content {
  padding: 40px 0 70px;
}

.period .timeline-title {
  margin: 0;
}

@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker,
  .timeline-split .timeline-content, .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #e8476d;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #e8476d;
}
