@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-black-webfont.eot");
  src: url("../fonts/gotham-black-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-black-webfont.woff2") format("woff2"), url("../fonts/gotham-black-webfont.woff") format("woff"), url("../fonts/gotham-black-webfont.ttf") format("truetype"), url("../fonts/gotham-black-webfont.svg#gotham_blackregular") format("svg");
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-light-webfont.eot");
  src: url("../fonts/gotham-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-medium-webfont.eot");
  src: url("../fonts/gotham-medium-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham-medium-webfont.ttf") format("truetype"), url("../fonts/gotham-medium-webfont.svg#gotham_mediumregular") format("svg");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-bold-webfont.eot");
  src: url("../fonts/gotham-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-style: normal;
  font-weight: bold; }
/**
 *
 * Autoprefixer doesn't support 'appearance' property.
 * The 'appearance' property is not a part of any specification.
 * So there is no 'appearance', only '-moz-appearance' and '-webkit-appearance'.
 *
 */
/**
 *
 *  Justify inline blocks
 *
 */
/**
 *  #Retina-background
 *
 *  @subsection #Retina-background for retina displays
 */
.form__row:before, .layout__holder:before, .header__holder:before, .menu__list:before, .services:before, .contacts__header:before, .contacts__inner:before, .footer__holder:before, .form__row:after, .layout__holder:after, .header__holder:after, .menu__list:after, .services:after, .contacts__header:after, .contacts__inner:after, .footer__holder:after {
  content: " ";
  display: table; }
.form__row:after, .layout__holder:after, .header__holder:after, .menu__list:after, .services:after, .contacts__header:after, .contacts__inner:after, .footer__holder:after {
  clear: both; }

.form__field, .form__textarea {
  box-sizing: border-box;
  border: 1px solid #666f79;
  display: block;
  height: 44px;
  outline: none;
  padding: 10px 50px 10px 20px;
  width: 100%;
  background: #f5f4f4;
  color: #767676;
  font: 200 15px/22px "Gotham";
  letter-spacing: .375px;
  text-transform: uppercase; }
  @media screen and (max-width: 1366px) {
    .form__field, .form__textarea {
      padding: 5px 35px 5px 10px;
      font-size: 12px; } }
  .form_block_mobile .form__field, .form_block_mobile .form__textarea {
    font-size: 16px;
    height: 44px;
    padding: 10px 50px 10px 20px; }

.form {
  position: relative; }
  .form_block_hidden {
    box-sizing: border-box;
    margin: auto;
    width: 940px;
    padding: 0 10px; }
    @media screen and (max-width: 1366px) {
      .form_block_hidden {
        width: 720px; } }
  .form_block_mobile {
    margin: auto;
    padding: 35px 0 45px;
    width: 300px; }
  .form__name {
    display: block;
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: .55px;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .form__name {
        margin-bottom: 25px;
        top: 4px;
        font-size: 16px; } }
    .form_block_mobile .form__name {
      margin-bottom: 40px;
      color: #000;
      font-size: 22px;
      text-align: center; }
  .form__close {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    right: 10px;
    background: url("../img/form/form__close.png") no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 1366px) {
      .form__close {
        height: 16px;
        width: 16px;
        background-size: contain; } }
    .form_block_mobile .form__close {
      display: none; }
  .form__holder {
    height: 245px;
    position: relative; }
    @media screen and (max-width: 1366px) {
      .form__holder {
        height: 184px; } }
    .form_block_mobile .form__holder {
      height: auto; }
  .form__row {
    margin-top: 20px; }
    @media screen and (max-width: 1366px) {
      .form__row {
        margin-top: 14px; } }
    .form_block_mobile .form__row {
      margin-top: 25px; }
    .form__row:first-of-type {
      margin-top: 0; }
  .form__cell {
    float: left;
    margin-left: 25px;
    width: 290px;
    position: relative; }
    .form__cell:first-of-type {
      margin-left: 0; }
    @media screen and (max-width: 1366px) {
      .form__cell {
        margin-left: 15px;
        width: 223px; } }
    .form_block_mobile .form__cell {
      margin-top: 25px;
      margin-left: 0;
      width: 100%; }
      .form_block_mobile .form__cell:first-of-type {
        margin-top: 0; }
  @media screen and (max-width: 1366px) {
    .form__field {
      height: 34px; } }
  .form__textarea {
    height: 92px;
    padding-right: 20px;
    overflow: hidden;
    resize: none; }
    @media screen and (max-width: 1366px) {
      .form__textarea {
        height: 70px; } }
    .form_block_mobile .form__textarea {
      height: 110px; }
  .form__button {
    box-sizing: border-box;
    border: none;
    display: block;
    height: 54px;
    margin: 35px auto 0;
    outline: none;
    padding: 0;
    width: 268px;
    background: #e05e62;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .form__button {
        height: 40px;
        margin-top: 26px;
        width: 200px;
        font-size: 14px;
        line-height: 40px; } }
    .form_block_mobile .form__button {
      height: 54px;
      margin-top: 45px;
      width: 100%;
      background: #011a2f;
      font-size: 18px;
      line-height: 54px; }
      .form_block_mobile .form__button:hover, .form_block_mobile .form__button:active {
        background: #1a2b3f; }
    .form__button:hover {
      background: #c04b4e; }
    .form__button:active {
      background: #e98b8e; }
  .form__icon {
    display: none;
    height: 32px;
    margin-top: -16px;
    width: 32px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-repeat: no-repeat;
    background-image: url("../img/form/form__icons.png"); }
    @media screen and (max-width: 1366px) {
      .form__icon {
        height: 24px;
        margin-top: -12px;
        width: 24px;
        right: 7px;
        background-size: cover; } }
    .form_block_mobile .form__icon {
      height: 32px;
      margin-top: -16px;
      width: 32px;
      right: 10px; }
    .form__field.filled ~ .form__icon, .form__field.error ~ .form__icon {
      display: block; }
    .form__field.filled ~ .form__icon {
      background-position: 0 0; }
    .form__field.error ~ .form__icon {
      background-position: 0 -32px; }
      @media screen and (max-width: 1366px) {
        .form__field.error ~ .form__icon {
          background-position: 0 -24px; } }
      .form_block_mobile .form__field.error ~ .form__icon {
        background-position: 0 -32px; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

body {
  font-family: "Gotham";
  font-size: 15px; }

a {
  text-decoration: none; }

a,
a:focus,
a:active {
  outline: none; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

p {
  margin: 0; }

.layout {
  background: #fff;
  min-width: 1000px; }
  @media screen and (max-width: 1024px) {
    .layout {
      min-width: 100%; } }
  .layout__holder {
    height: 100%; }
    .layout__holder_type_contacts {
      height: 430px; }
      @media screen and (max-width: 1366px) {
        .layout__holder_type_contacts {
          height: 320px; } }
      @media screen and (max-width: 1024px) {
        .layout__holder_type_contacts {
          height: 234px; } }
      @media screen and (max-width: 768px) {
        .layout__holder_type_contacts {
          height: auto; } }
  .layout__info {
    float: left;
    height: 100%;
    width: 35%; }
    @media screen and (max-width: 1366px) {
      .layout__info {
        width: 400px; } }
    @media screen and (max-width: 1024px) {
      .layout__info {
        width: 216px; } }
    @media screen and (max-width: 768px) {
      .layout__info {
        box-sizing: border-box;
        padding: 45px 10px;
        width: 100%; } }
    .layout__info_color_dark {
      background: #031427; }
      @media screen and (max-width: 768px) {
        .layout__info_color_dark {
          background: #fff; } }
    .layout__info_color_red {
      background: #e05e62; }
    @media screen and (max-width: 768px) {
      .section_type_assurances .layout__info {
        background: #f2f2f2; } }
    @media screen and (max-width: 768px) {
      .section_type_partners .layout__info {
        background: #f2f2f2; } }
  .layout__heading {
    float: right;
    margin-top: 180px;
    margin-right: 80px;
    text-align: right;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .layout__heading {
        margin-top: 140px;
        margin-right: 60px; } }
    @media screen and (max-width: 1024px) {
      .layout__heading {
        margin-top: 60px;
        margin-right: 15px; } }
    @media screen and (max-width: 768px) {
      .layout__heading {
        margin: 0; } }
    @media screen and (max-width: 1366px) {
      .layout__holder_type_contacts .layout__heading {
        margin-top: 110px; } }
    @media screen and (max-width: 1024px) {
      .layout__holder_type_contacts .layout__heading {
        margin-top: 60px; } }
    @media screen and (max-width: 768px) {
      .layout__holder_type_contacts .layout__heading {
        margin-top: 0; } }
  .layout__title {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: .45px; }
    .layout__title:before {
      height: 1px;
      width: 100px;
      position: absolute;
      top: 100%;
      right: 0;
      background: #444;
      content: ''; }
    @media screen and (max-width: 1366px) {
      .layout__title {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 10px; }
        .layout__title:before {
          width: 75px; } }
    @media screen and (max-width: 1024px) {
      .layout__title {
        font-size: 12px;
        line-height: 14px; }
        .layout__title:before {
          width: 60px; } }
    @media screen and (max-width: 768px) {
      .layout__title {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 24px; }
        .layout__title:before {
          width: 100px; } }
    .layout__info_color_dark .layout__title {
      color: #fff; }
      @media screen and (max-width: 768px) {
        .layout__info_color_dark .layout__title {
          color: #000; } }
      .layout__info_color_dark .layout__title:before {
        background: #9aa1a9; }
        @media screen and (max-width: 768px) {
          .layout__info_color_dark .layout__title:before {
            background: #444; } }
    .layout__info_color_red .layout__title {
      color: #fff; }
      .layout__info_color_red .layout__title:before {
        background: #f9dfe0; }
  .layout__slogan {
    display: block;
    width: 275px;
    color: #252020;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .55px;
    line-height: 26px; }
    .layout__info_color_dark .layout__slogan {
      color: #fff; }
      @media screen and (max-width: 768px) {
        .layout__info_color_dark .layout__slogan {
          color: #252020; } }
    .layout__info_color_red .layout__slogan {
      color: #fff; }
    @media screen and (max-width: 1366px) {
      .layout__slogan {
        width: 219px;
        font-size: 17px; } }
    @media screen and (max-width: 1024px) {
      .layout__slogan {
        width: 180px;
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 768px) {
      .layout__slogan {
        width: 230px;
        font-size: 18px;
        line-height: 24px; } }
  .layout__view {
    float: left;
    height: 100%;
    width: 65%; }
    @media screen and (max-width: 1366px) {
      .layout__view {
        width: calc(100% - 400px); } }
    @media screen and (max-width: 1024px) {
      .layout__view {
        width: calc(100% - 216px); } }
    @media screen and (max-width: 768px) {
      .layout__view {
        width: 100%; } }
    .layout__view_type_assurances {
      background: #f2f2f2; }
    .layout__view_type_partners {
      background: #f2f2f2; }
    @media screen and (max-width: 768px) {
      .layout__holder_type_contacts .layout__view {
        position: relative; } }
  .layout__form {
    display: none; }
    @media screen and (max-width: 768px) {
      .layout__form {
        display: block; } }

@media screen and (max-width: 1024px) {
  .section {
    height: 436px; } }
@media screen and (max-width: 768px) {
  .section {
    height: auto; } }
@media screen and (max-width: 1024px) {
  .section_type_contacts {
    height: 500px; } }
@media screen and (max-width: 768px) {
  .section_type_contacts {
    height: auto; } }
@media screen and (max-width: 768px) {
  .section_type_promo {
    height: 500px; } }

@media screen and (max-width: 768px) {
  .section_type_projects {
    height: 500px; } }

.header {
  box-sizing: border-box;
  height: 78px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: "Gotham";
  background: #000e1d;
  transition: all .3s; }
  @media screen and (max-width: 1366px) {
    .header {
      height: 60px; } }
  .header_state_start {
    background: none; }
  .header__holder {
    box-sizing: border-box;
    margin: auto;
    max-width: 1600px;
    padding: 14px 15px;
    position: relative;
    text-align: center;
    transition: all .3s; }
    @media screen and (max-width: 1366px) {
      .header__holder {
        width: 960px;
        padding: 10px; } }
    @media screen and (max-width: 768px) {
      .header__holder {
        width: 100%; } }
  .header__logo {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 100;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s; }
    .header__logo_type_start {
      display: none;
      height: 122px;
      width: 230px;
      position: absolute;
      top: 0;
      left: 15px;
      background-image: url("../img/header/header__logo.jpg"); }
      .header_state_start .header__logo_type_start {
        display: block; }
      @media screen and (max-width: 1366px) {
        .header__logo_type_start {
          height: 90px;
          width: 170px;
          left: 10px; } }
      @media screen and (max-width: 768px) {
        .header__logo_type_start {
          display: none; } }
    .header__logo_type_small {
      float: left;
      height: 50px;
      width: 135px;
      background-image: url("../img/header/header__logo-small.png"); }
      @media screen and (max-width: 1366px) {
        .header__logo_type_small {
          height: 40px;
          width: 115px; } }
      @media screen and (max-width: 768px) {
        .header__logo_type_small {
          display: block; } }
      .header_state_start .header__logo_type_small {
        display: none; }
  .header__button {
    border: 2px solid transparent;
    float: right;
    outline: none;
    margin-top: 3px;
    padding: 9px 0;
    width: 154px;
    background: #e05e62;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s; }
    .header__button:hover {
      background: #c04b4e; }
    .header__button:active {
      background: #e98b8e; }
    @media screen and (max-width: 1366px) {
      .header__button {
        padding: 4px 0;
        width: 116px;
        font-size: 11px; } }
    @media screen and (max-width: 768px) {
      .header__button {
        display: none; } }
    .header__button_type_mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .header__button_type_mobile {
          display: inline-block;
          float: none;
          vertical-align: top; } }
    .header__button_state_active {
      border-color: #fff;
      background: none; }
  .header__form {
    display: none;
    padding: 30px 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    background: #031427; }
    @media screen and (max-width: 1366px) {
      .header__form {
        padding: 25px 0; } }

.menu {
  display: inline-block;
  margin-top: 3px;
  position: relative;
  left: 0;
  vertical-align: top;
  transition: all 1s; }
  @media screen and (max-width: 768px) {
    .menu {
      float: right;
      margin-top: 9px;
      position: static; } }
  .header_state_start .menu {
    left: 130px; }
    @media screen and (max-width: 1366px) {
      .header_state_start .menu {
        left: 85px; } }
  @media screen and (max-width: 768px) {
    .menu__list {
      display: none;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background: rgba(3, 20, 39, 0.95); } }
  .menu__link {
    float: left;
    /*margin-left: 110px;*/
    margin-left: 60px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: .4px;
    text-transform: uppercase;
    transition: all .3s; }
    @media screen and (max-width: 1366px) {
      .menu__link {
        margin-left: 30px;
        font-size: 12px;
        line-height: 34px; } }
    @media screen and (max-width: 768px) {
      .menu__link {
        box-sizing: border-box;
        margin-left: 0;
        padding: 0 10px;
        width: 100%;
        position: relative;
        line-height: 52px;
        text-align: center; }
        .menu__link:hover, .menu__link:active {
          background: #1a2b3f; }
        .menu__link:before {
          height: 1px;
          width: calc(100% - 20px);
          position: absolute;
          bottom: 0;
          left: 10px;
          z-index: 10;
          background: #fff;
          opacity: .5;
          content: ''; }
        .menu__link:last-of-type:before {
          content: normal; } }
    .menu__link:hover {
      font-weight: bold; }
    .menu__link:first-of-type {
      margin-left: 0; }
    .header_state_start .menu__link {
      color: #000e1d; }
    .menu__link.active:before {
      height: 2px;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background: #e05e62;
      content: ''; }
  .menu__icon {
    display: none;
    height: 22px;
    width: 30px;
    background: url("../img/icons/menu__icon.png") no-repeat;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .menu__icon {
        display: block; } }

.message {
  box-sizing: border-box;
  display: none;
  height: 100%;
  padding-left: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1366px) {
    .message {
      height: calc(100% + 40px);
      width: calc(100% + 4px);
      top: -2px;
      left: -2px;
      padding-left: 90px;
      padding-top: 20px; } }
  .message:before {
    height: 55px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/form/form__message.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: ''; }
    @media screen and (max-width: 1366px) {
      .message:before {
        height: 40px;
        width: 60px;
        top: 20px; } }
  .message_form_hidden {
    background: #031427;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    line-height: 36px; }
    @media screen and (max-width: 1366px) {
      .message_form_hidden {
        font-size: 16px;
        line-height: 28px; } }
  .message_form_mobile {
    background: #fff;
    padding-top: 150px;
    padding-left: 0;
    color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-align: center; }
    .message_form_mobile:before {
      height: 34px;
      margin-left: -25px;
      width: 51px;
      top: 50px;
      left: 50%;
      background-image: url("../img/form/form__message_mobile.png"); }
  .message__title {
    display: block;
    font-size: 23px;
    font-weight: 500; }
    @media screen and (max-width: 1366px) {
      .message__title {
        font-size: 18px; } }
    .message_form_mobile .message__title {
      margin-bottom: 25px;
      font-size: 18px; }
  .message__back {
    margin-top: 35px; }
    @media screen and (max-width: 1366px) {
      .message__back {
        margin-top: 30px; } }
    .message__back span {
      display: inline-block;
      border-bottom: 1px solid #fff;
      cursor: pointer;
      line-height: 20px;
      transition: all .3s; }
      .message__back span:hover {
        border-bottom-color: transparent; }
    .message_form_mobile .message__back span {
      border-bottom-color: #000; }

.services {
  box-sizing: border-box;
  height: 100%;
  padding-top: 78px;
  position: relative; }
  .services:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 20px 15px;
    position: absolute;
    top: -1px;
    right: 10px; }
  @media screen and (max-width: 1366px) {
    .services {
      padding-top: 60px; } }
  @media screen and (max-width: 1024px) {
    .services {
      height: 436px;
      padding-top: 0; } }
  @media screen and (max-width: 768px) {
    .services {
      height: auto;
      padding: 40px 10px;
      background: #031427; }
      .services:before {
        content: ''; } }
  .services__item {
    float: left;
    height: 50%;
    width: 33.33%;
    position: relative;
    background: #000; }
    @media screen and (max-width: 768px) {
      .services__item {
        padding-top: 30px;
        margin-top: 40px;
        width: 100%;
        background: none; }
        .services__item:before {
          height: 1px;
          margin-left: -23px;
          width: 46px;
          position: absolute;
          top: 0;
          left: 50%;
          background: #a54a52;
          content: ''; }
        .services__item:first-of-type {
          margin-top: 0;
          padding-top: 0; }
          .services__item:first-of-type:before {
            content: normal; } }
  .services__thumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .services__thumbnail {
        display: none; } }
    .services__thumbnail:before {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      content: '';
      transition: all .3s; }
    .services__item_type_first .services__thumbnail {
      background-image: url("../img/services/services__thumbnail_1.jpg"); }
      .services__item_type_first .services__thumbnail:before {
        background: rgba(3, 20, 39, 0.75); }
    .services__item_type_first:hover .services__thumbnail:before {
      background: rgba(3, 20, 39, 0.9); }
    .services__item_type_second .services__thumbnail {
      background-image: url("../img/services/services__thumbnail_2.jpg"); }
      .services__item_type_second .services__thumbnail:before {
        background: rgba(80, 98, 126, 0.8); }
    .services__item_type_second:hover .services__thumbnail:before {
      background: rgba(60, 75, 90, 0.9); }
    .services__item_type_third .services__thumbnail {
      background-image: url("../img/services/services__thumbnail_3.jpg"); }
      .services__item_type_third .services__thumbnail:before {
        background: rgba(121, 156, 174, 0.8); }
    .services__item_type_third:hover .services__thumbnail:before {
      background: rgba(89, 117, 132, 0.9); }
    .services__item_type_fourth .services__thumbnail {
      background-image: url("../img/services/services__thumbnail_4.jpg"); }
      .services__item_type_fourth .services__thumbnail:before {
        background: rgba(224, 94, 98, 0.16); }
    .services__item_type_fourth:hover .services__thumbnail:before {
      background: rgba(224, 94, 98, 0.54); }
    .services__item_type_fifth .services__thumbnail {
      background-image: url("../img/services/services__thumbnail_5.jpg"); }
      .services__item_type_fifth .services__thumbnail:before {
        background: rgba(120, 133, 146, 0.7); }
    .services__item_type_fifth:hover .services__thumbnail:before {
      background: rgba(93, 103, 114, 0.8); }
    .services__item_type_sixth .services__thumbnail {
      background-image: url("../img/services/services__thumbnail_6.jpg"); }
      .services__item_type_sixth .services__thumbnail:before {
        background: rgba(3, 20, 39, 0.7); }
  .services__holder {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center; }
  .services__inner {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 200;
    line-height: 18px;
    letter-spacing: .4px; }
    @media screen and (max-width: 1366px) {
      .services__inner {
        font-size: 14px;
        line-height: 16px; } }
    @media screen and (max-width: 768px) {
      .services__inner {
        line-height: 18px; } }
  .services__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .services__title {
        font-size: 13px;
        line-height: 19px; } }
    @media screen and (max-width: 768px) {
      .services__title {
        font-size: 16px;
        line-height: 24px; } }
  .services__hidden {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    position: relative; }
    @media screen and (max-width: 1366px) {
      .services__hidden {
        margin-top: 15px;
        padding-top: 15px; } }
    @media screen and (max-width: 1024px) {
      .services__hidden {
        display: block;
        margin: 15px 15px 0;
        padding: 0; } }
    .services__hidden:before {
      height: 1px;
      margin-left: -30px;
      width: 60px;
      position: absolute;
      top: 0;
      left: 50%;
      background: #c3545a;
      content: ''; }
      .services__item_type_fourth .services__hidden:before {
        background: #5f3340; }
      @media screen and (max-width: 1366px) {
        .services__hidden:before {
          margin-left: -25px;
          width: 50px; } }
      @media screen and (max-width: 1024px) {
        .services__hidden:before {
          content: normal; } }
    .services__item:hover .services__hidden {
      display: block; }

.promo {
  height: 100%;
  width: 100%;
  position: relative; }
  .promo__item {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .promo .slick-list, .promo .slick-track {
    height: 100%; }
  .promo .slick-arrow {
    box-sizing: border-box;
    border: 1px solid rgba(3, 20, 39, 0.58);
    height: 48px;
    margin-top: -24px;
    outline: none;
    padding: 0;
    width: 48px;
    position: absolute;
    top: 50%;
    z-index: 100;
    background-color: transparent;
    background-image: url("../img/icons/slider__icons.png");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s; }
    @media screen and (max-width: 1366px) {
      .promo .slick-arrow {
        height: 36px;
        margin-top: -18px;
        width: 36px; } }
    .promo .slick-arrow:hover {
      border-color: rgba(3, 20, 39, 0.6);
      background-color: rgba(3, 20, 39, 0.6); }
  .promo .slick-prev {
    left: 55px;
    background-position: 0 0;
	background-color: #FFFFFF; }
    @media screen and (max-width: 1366px) {
      .promo .slick-prev {
        left: 40px; } }
    .promo .slick-prev:hover {
      background-position: 0 -46px; }
      @media screen and (max-width: 1366px) {
        .promo .slick-prev:hover {
          background-position: 0 -34px; } }
  .promo .slick-next {
    right: 55px;
    background-position: 0 -92px;
	background-color: #FFFFFF; }
    @media screen and (max-width: 1366px) {
      .promo .slick-next {
        right: 40px;
        background-position: 0 -68px; } }
    .promo .slick-next:hover {
      background-position: 0 -138px; }
      @media screen and (max-width: 1366px) {
        .promo .slick-next:hover {
          background-position: 0 -102px; } }
  .promo .slick-slide {
    outline: none; }
  .promo .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: 95px;
    left: 0;
    text-align: center;
    line-height: 15px; }
    @media screen and (max-width: 1366px) {
      .promo .slick-dots {
        bottom: 70px;
        line-height: 12px; } }
    @media screen and (max-width: 768px) {
      .promo .slick-dots {
        bottom: 55px;
        line-height: 10px; } }
    .promo .slick-dots li {
      display: inline-block;
      margin-left: 12px;
      vertical-align: top; }
      .promo .slick-dots li:first-of-type {
        margin-left: 0; }
      .promo .slick-dots li button {
        box-sizing: border-box;
        border: 1px solid #fff;
        display: block;
        height: 15px;
        outline: none;
        padding: 0;
        width: 15px;
        background: none;
        font-size: 0; }
        @media screen and (max-width: 1366px) {
          .promo .slick-dots li button {
            height: 12px;
            width: 12px; } }
        @media screen and (max-width: 768px) {
          .promo .slick-dots li button {
            height: 10px;
            width: 10px; } }
      .promo .slick-dots li.slick-active button {
        background: #fff; }
  .promo__holder {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center; }
  .promo__inner {
    display: table-cell;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    vertical-align: middle;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .promo__inner {
        padding: 0 10px;
        font-size: 26px;
        line-height: 30px; } }
    .promo__inner span {
      display: block; }

.assurances {
  display: table;
  height: 100%;
  padding-top: 78px;
  width: 100%; }
  @media screen and (max-width: 1366px) {
    .assurances {
      padding-top: 60px; } }
  @media screen and (max-width: 1024px) {
    .assurances {
      padding-top: 0; } }
  @media screen and (max-width: 768px) {
    .assurances {
      box-sizing: border-box;
      padding: 0 10px; } }
  .assurances__holder {
    display: table-cell;
    vertical-align: top;
    padding-top: 102px;
    padding-left: 50px; }
    @media screen and (max-width: 1366px) {
      .assurances__holder {
        padding-top: 80px;
        padding-left: 40px; } }
    @media screen and (max-width: 1024px) {
      .assurances__holder {
        padding-top: 60px;
        padding-left: 30px; } }
    @media screen and (max-width: 768px) {
      .assurances__holder {
        padding-top: 0;
        padding-left: 0; } }
  .assurances__item {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 100px;
    padding-left: 90px;
    padding-right: 45px;
    width: 49%;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: .4px;
    vertical-align: top;}
    @media screen and (max-width: 1366px) {
      .assurances__item {
        margin-top: 50px;
        padding-right: 20px;
        padding-left: 65px;
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 1024px) {
      .assurances__item {
        padding-left: 55px;
        line-height: 18px; } }
    @media screen and (max-width: 768px) {
      .assurances__item {
        margin-top: 0;
        margin-bottom: 45px;
        padding-right: 0;
        width: 100%;
        line-height: 20px; } }
    .assurances__item:nth-of-type(-n+2) {
      margin-top: 0; }
  .assurances__icon {
    height: 68px;
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 68px;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .assurances__icon {
        height: 51px;
        width: 51px;
        line-height: 51px; } }
    @media screen and (max-width: 1024px) {
      .assurances__icon {
        height: 42px;
        width: 42px;
        line-height: 42px; } }
    .assurances__icon img {
      display: inline-block;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }
  .assurances__title {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px; }
    @media screen and (max-width: 1366px) {
      .assurances__title {
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .assurances__title {
        font-size: 16px; } }
    .assurances__title:before {
      height: 2px;
      width: 50px;
      position: absolute;
      top: 100%;
      left: 0;
      background: #e05e62;
      content: ''; }
      @media screen and (max-width: 1366px) {
        .assurances__title:before {
          width: 40px; } }

.partners {
  display: table;
  height: 100%;
  padding-top: 78px;
  width: 100%; }
  @media screen and (max-width: 1366px) {
    .partners {
      padding-top: 60px; } }
  @media screen and (max-width: 1024px) {
    .partners {
      padding-top: 0; } }
  @media screen and (max-width: 768px) {
    .partners {
      box-sizing: border-box;
      padding: 0 10px; } }
  .partners__holder {
    display: table-cell;
    vertical-align: top;
    padding-top: 102px;
    padding-left: 50px; }
    @media screen and (max-width: 1366px) {
      .partners__holder {
        padding-top: 80px;
        padding-left: 40px; } }
    @media screen and (max-width: 1024px) {
      .partners__holder {
        padding-top: 60px;
        padding-left: 30px; } }
    @media screen and (max-width: 768px) {
      .partners__holder {
        padding-top: 0;
        padding-left: 0; } }
  .partners__item {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 0px;
    padding-left: 90px;
    padding-right: 45px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: .4px;
    vertical-align: top;}
    @media screen and (max-width: 1366px) {
      .partners__item {
        margin-top: 0px;
        padding-right: 20px;
        padding-left: 65px;
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 1024px) {
      .partners__item {
        padding-left: 55px;
        line-height: 18px; } }
    @media screen and (max-width: 768px) {
      .partners__item {
        margin-top: 0;
        margin-bottom: 45px;
        padding-right: 0;
        width: 100%;
        line-height: 20px; } }
/*    .partners__item:nth-of-type(-n+3) {
      margin-top: 0; }*/
  .partners__icon {
    height: 68px;
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 68px;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .partners__icon {
        height: 51px;
        width: 51px;
        line-height: 51px; } }
    @media screen and (max-width: 1024px) {
      .partners__icon {
        height: 42px;
        width: 42px;
        line-height: 42px; } }
    .partners__icon img {
      display: inline-block;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }
  .partners__title {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px; }
    @media screen and (max-width: 1366px) {
      .partners__title {
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .partners__title {
        font-size: 16px; } }
    .partners__title:before {
      height: 2px;
      width: 50px;
      position: absolute;
      top: 100%;
      left: 0;
      background: #e05e62;
      content: ''; }
      @media screen and (max-width: 1366px) {
        .partners__title:before {
          width: 40px; } }


.contacts {
  box-sizing: border-box;
  margin: auto;
  padding-top: 120px;
  height: 100%;
  width: 780px; }
  .contacts:before {
    border-color: #e05e62 transparent transparent;
    border-style: solid;
    border-width: 20px 15px;
    position: absolute;
    top: -1px;
    right: 10px; }
  @media screen and (max-width: 1366px) {
    .contacts {
      padding-top: 90px;
      width: 580px; } }
  @media screen and (max-width: 1024px) {
    .contacts {
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .contacts {
      width: 300px;
      padding: 40px 0 30px; }
      .contacts:before {
        content: ''; } }
  .contacts__tab {
    box-sizing: border-box;
    border: 2px solid #011a2f;
    float: left;
    width: 40%;
    position: relative;
    color: #011a2f;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s; }
    @media screen and (max-width: 1366px) {
      .contacts__tab {
        line-height: 32px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .contacts__tab {
        font-size: 20px;
        line-height: 44px; } }
    .contacts__tab:before {
      border-color: #011a2f transparent transparent;
      border-style: solid;
      border-width: 10px;
      margin-left: -10px;
      position: absolute;
      top: 100%;
      left: 50%; }
      @media screen and (max-width: 1366px) {
        .contacts__tab:before {
          border-width: 8px;
          margin-left: -8px; } }
      @media screen and (max-width: 768px) {
        .contacts__tab:before {
          border-width: 10px;
          margin-left: -10px; } }
    .contacts__tab_state_active {
      background: #011a2f;
      color: #fff;
      pointer-events: none; }
      .contacts__tab_state_active:before {
        content: ''; }
  .contacts__table {
    display: table;
    height: calc(100% - 50px);
    width: 100%; }
  .contacts__holder {
    display: table-cell;
    vertical-align: top;
    padding-top: 40px;}
  .contacts__inner {
    display: none; }
    .contacts__inner_state_active {
      display: block; }
  .contacts__item {
    float: left;
    padding-top: 75px;
    width: 33.33%;
    position: relative;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
    @media screen and (max-width: 1366px) {
      .contacts__item {
        padding-top: 60px;
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 768px) {
      .contacts__item {
        box-sizing: border-box;
        margin-top: 35px;
        padding-top: 0;
        padding-left: 50px;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        text-align: left; } }
    .contacts__item:before {
      height: 45px;
      margin-left: -22px;
      width: 45px;
      position: absolute;
      top: 0;
      left: 50%;
      background-image: url("../img/icons/contacts__icons.png");
      background-repeat: no-repeat;
      background-size: cover;
      content: ''; }
      @media screen and (max-width: 1366px) {
        .contacts__item:before {
          height: 37px;
          width: 37px;
          margin-left: -19px; } }
      @media screen and (max-width: 768px) {
        .contacts__item:before {
          margin-top: -18px;
          margin-left: 0;
          top: 50%;
          left: 0; } }
    .contacts__item_type_address:before {
      background-position: 0 0; }
    .contacts__item_type_mail:before {
      background-position: 0 -45px; }
      @media screen and (max-width: 1366px) {
        .contacts__item_type_mail:before {
          background-position: 0 -37px; } }
    .contacts__item_type_phone:before {
      background-position: 0 -90px; }
      @media screen and (max-width: 1366px) {
        .contacts__item_type_phone:before {
          background-position: 0 -74px; } }
    .contacts__item a {
      display: inline-block;
      color: #000;
      text-decoration: underline;
      vertical-align: top;
      outline: none; }
      .contacts__item a:hover {
        text-decoration: none; }
      .contacts__item a[href*="tel"] {
        text-decoration: none; }

.maps {
  height: calc(100% - 520px);
  position: relative; }
  @media screen and (max-width: 1366px) {
    .maps {
      height: calc(100% - 400px); } }
  @media screen and (max-width: 1024px) {
    .maps {
      height: calc(100% - 300px); } }
  @media screen and (max-width: 768px) {
    .maps {
      height: 210px; } }
  .maps__holder {
    height: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s; }
    .maps__holder_state_active {
      opacity: 1; }

.footer {
  box-sizing: border-box;
  height: 90px;
  position: relative;
  background: #fff; }
  @media screen and (max-width: 1366px) {
    .footer {
      height: 80px; } }
  @media screen and (max-width: 1024px) {
    .footer {
      height: 66px; } }
  @media screen and (max-width: 768px) {
    .footer {
      height: 60px;
      background: #011a2f; } }
  .footer:before {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #011a2f;
    content: ''; }
  .footer__holder {
    box-sizing: border-box;
    height: 90px;
    margin: auto;
    max-width: 1600px;
    padding: 23px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px; }
    @media screen and (max-width: 1366px) {
      .footer__holder {
        height: 80px;
        padding: 23px 10px;
        font-size: 12px;
        line-height: 17px; } }
    @media screen and (max-width: 1024px) {
      .footer__holder {
        height: 66px;
        padding: 19px 10px;
        font-size: 12px;
        line-height: 14px; } }
    @media screen and (max-width: 768px) {
      .footer__holder {
        height: 60px;
        padding: 12px 10px;
        font-size: 14px;
        font-weight: 200;
        line-height: 18px; } }
    .footer__holder span, .footer__holder a {
      display: block;
      color: #011a2f; }
      @media screen and (max-width: 768px) {
        .footer__holder span, .footer__holder a {
          color: #fff; } }
    @media screen and (max-width: 768px) {
      .footer__holder a {
        font-weight: 500; } }
  .footer__info {
    float: left;
    padding-left: 100px;
    position: relative;
    color: #011a2f; }
    @media screen and (max-width: 1366px) {
      .footer__info {
        padding-left: 70px; } }
    @media screen and (max-width: 1024px) {
      .footer__info {
        padding-left: 60px; } }
    @media screen and (max-width: 768px) {
      .footer__info {
        padding-left: 0; } }
    .footer__info:before {
      height: 44px;
      width: 76px;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../img/icons/logo_footer.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      content: ''; }
      @media screen and (max-width: 1366px) {
        .footer__info:before {
          height: 34px;
          width: 57px; } }
      @media screen and (max-width: 1024px) {
        .footer__info:before {
          height: 28px;
          width: 48px; } }
      @media screen and (max-width: 768px) {
        .footer__info:before {
          content: normal; } }
  .footer__about {
    float: right;
    text-align: right; }
    .footer__about a {
      text-decoration: underline; }
      .footer__about a:hover {
        text-decoration: none; }

.testimonials {
  display: table;
  padding-top: 78px;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1366px) {
    .testimonials {
      padding-top: 60px; } }
  @media screen and (max-width: 1024px) {
    .testimonials {
      padding-top: 0; } }
  @media screen and (max-width: 768px) {
    .testimonials {
      margin-bottom: 25px; } }
  .testimonials__holder {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .testimonials__inner {
    box-sizing: border-box;
    display: inline-block;
    height: 520px;
    padding: 0 70px 70px;
    width: 770px;
    text-align: left; }
    @media screen and (max-width: 1366px) {
      .testimonials__inner {
        height: 394px;
        padding: 0 52px 52px;
        width: 580px; } }
    @media screen and (max-width: 1024px) {
      .testimonials__inner {
        height: 334px;
        padding: 0 0 44px;
        width: 480px; } }
    @media screen and (max-width: 768px) {
      .testimonials__inner {
        width: 300px;
        height: 390px;
        padding: 0 0 35px; } }
  .testimonials__list {
    box-sizing: border-box;
    border: 1px solid #011a2f;
    padding: 70px 60px 50px;
    height: 100%;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 1366px) {
      .testimonials__list {
        padding: 30px 40px; } }
    @media screen and (max-width: 1024px) {
      .testimonials__list {
        padding: 20px 30px; } }
    @media screen and (max-width: 768px) {
      .testimonials__list {
        padding: 25px 20px 20px; } }
    .testimonials__list:before {
      height: 110px;
      width: 130px;
      position: absolute;
      top: -35px;
      left: -50px;
      background-color: #fff;
      background-image: url("../img/icons/testimonials__icon.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      z-index: 10;
      content: ''; }
      @media screen and (max-width: 1366px) {
        .testimonials__list:before {
          height: 80px;
          width: 100px;
          left: -60px;
          background-size: contain; } }
      @media screen and (max-width: 1024px) {
        .testimonials__list:before {
          height: 70px;
          width: 85px; } }
      @media screen and (max-width: 768px) {
        .testimonials__list:before {
          height: 40px;
          width: 45px;
          left: -5px;
          top: -20px; } }
    .testimonials__list .slick-arrow {
      box-sizing: border-box;
      border: 1px solid #011a2f;
      height: 42px;
      margin-top: -21px;
      outline: none;
      width: 42px;
      padding: 0;
      position: absolute;
      top: 50%;
      background-color: transparent;
      background-image: url("../img/icons/slider__icons-small.png");
      background-repeat: no-repeat;
      background-size: cover;
      transition: all .3s; }
      @media screen and (max-width: 1366px) {
        .testimonials__list .slick-arrow {
          height: 32px;
          margin-top: -16px;
          width: 32px; } }
      .testimonials__list .slick-arrow:hover {
        background-color: #011a2f; }
    .testimonials__list .slick-prev {
      left: -71px;
      background-position: 0 0; }
      .testimonials__list .slick-prev:hover {
        background-position: 0 -40px; }
        @media screen and (max-width: 1366px) {
          .testimonials__list .slick-prev:hover {
            background-position: 0 -30px; } }
      @media screen and (max-width: 1366px) {
        .testimonials__list .slick-prev {
          left: -53px; } }
    .testimonials__list .slick-next {
      right: -71px;
      background-position: 0 -80px; }
      @media screen and (max-width: 1366px) {
        .testimonials__list .slick-next {
          background-position: 0 -60px; } }
      .testimonials__list .slick-next:hover {
        background-position: 0 -120px; }
        @media screen and (max-width: 1366px) {
          .testimonials__list .slick-next:hover {
            background-position: 0 -90px; } }
      @media screen and (max-width: 1366px) {
        .testimonials__list .slick-next {
          right: -53px; } }
    .testimonials__list .slick-slide {
      outline: none; }
    .testimonials__list .slick-list, .testimonials__list .slick-track {
      height: 100%; }
    .testimonials__list .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
      position: absolute;
      bottom: -70px;
      left: 0;
      line-height: 10px;
      text-align: center; }
      @media screen and (max-width: 1366px) {
        .testimonials__list .slick-dots {
          bottom: -52px; } }
      @media screen and (max-width: 1024px) {
        .testimonials__list .slick-dots {
          bottom: -44px; } }
      @media screen and (max-width: 768px) {
        .testimonials__list .slick-dots {
          bottom: -35px; } }
      .testimonials__list .slick-dots li {
        display: inline-block;
        margin-left: 8px;
        vertical-align: top; }
        .testimonials__list .slick-dots li:first-of-type {
          margin-left: 0; }
        .testimonials__list .slick-dots li button {
          border: 1px solid #011a2f;
          display: block;
          height: 10px;
          outline: none;
          padding: 0;
          width: 10px;
          font-size: 0;
          background: transparent; }
        .testimonials__list .slick-dots li.slick-active button {
          background: #011a2f; }
  .testimonials__item {
    height: 100%;
    color: #000;
    line-height: 25px; }
    @media screen and (max-width: 1366px) {
      .testimonials__item {
        line-height: 20px; } }
  .testimonials__content {
    max-height: 250px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 200;
    font-style: italic; }
    @media screen and (max-width: 1366px) {
      .testimonials__content {
        max-height: 220px;
        font-size: 16px;
        line-height: 18px; } }
    @media screen and (max-width: 1024px) {
      .testimonials__content {
        max-height: 200px; } }
    @media screen and (max-width: 768px) {
      .testimonials__content {
        max-height: 245px;
        font-size: 15px;
        line-height: 20px; } }
  .testimonials__author {
    margin-top: 28px;
    text-align: right;
    font-size: 20px;
    font-weight: 800; }
    @media screen and (max-width: 1366px) {
      .testimonials__author {
        margin-top: 20px;
        font-size: 15px; } }
    @media screen and (max-width: 1024px) {
      .testimonials__author {
        margin-top: 18px;
        font-size: 13px;
        line-height: 16px; } }
    @media screen and (max-width: 768px) {
      .testimonials__author {
        margin-top: 21px;
        font-size: 15px;
        line-height: 22px; } }
    .testimonials__author span {
      display: block; }
      .testimonials__author span.name {
        text-transform: uppercase; }

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

.form__button_top {
	float: left;
	width: 50%;
}

.form__button_top .g-recaptcha {
	margin: 13px auto 0;
    width: 314px;
}

@media screen and (max-width: 1366px) {
	.form__button_top .g-recaptcha {
		margin: 26px auto 0;
	}
}