/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

a,
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer; }

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
  background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
  width: 13px;
  height: 13px; }

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input {
  vertical-align: middle; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none outside none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear {
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-webkit-input-placeholder {
  /* chrome */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: none; }

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

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/regular/ProximaNova-Regular.woff") format("woff"), url("../fonts/proxima-nova/regular/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/proxima-nova/regular/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/semibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/semibold/ProximaNova-Semibold.otf") format("opentype"), url("../fonts/proxima-nova/semibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/proxima-nova/semibold/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/proxima-nova/semibold/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat; }

/* retina-sprite */
.container:after, .inform-block:after, .contacts-page__information:after, .contacts-page__form-row:after, .search-page__result-holder:after {
  content: " ";
  display: block;
  clear: both; }

.advantages-list, .company-block-list, .links-list, .navigation__list, .work-block-list, .work-block-list__intro, .contacts-page__navigator, .search-page__result-numb {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0; }

.advantages-list__item, .company-block-list__item, .links-list__item, .navigation__item, .work-block-list__item, .work-block-list__image, .work-block-list__heading, .contacts-page__navigator-image, .contacts-page__navigator-text, .search-page__result-amount, .search-page__result-spinner, .search-page__result-order {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal; }

.advantages-list__image:after, .company-block-list__link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

body {
  background: #fff;
  color: #3a4450;
  font-family: "ProximaNova", Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 20px;
  color: #3a4450;
  font-family: "ProximaNova", Arial, Verdana, sans-serif;
  line-height: 1.2; }

h1 {
  font-size: 36px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  font-weight: 300; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

p {
  padding: 0 0 20px;
  margin: 0; }

strong,
b {
  font-weight: 700; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.upper {
  text-transform: uppercase; }

button,
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  padding: 16px 29px 14px;
  background: #0f52a2; }
  button:hover,
  .btn:hover {
    text-decoration: none;
    opacity: .8; }
  button--large,
  .btn--large {
    font-size: 16px;
    padding: 20px 50px 18px; }
  button__text,
  .btn__text {
    vertical-align: middle; }
  button input,
  .btn input {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    z-index: 10; }
  button-default,
  .btn-default {
    display: inline;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    button-default:hover,
    .btn-default:hover {
      border-bottom-color: transparent; }
    button-default--large,
    .btn-default--large {
      font-size: 20px; }
    button-default--blue,
    .btn-default--blue {
      font-size: 20px;
      color: #4791ea;
      border-bottom: 1px solid rgba(71, 145, 234, 0.3); }

.checkbox {
  display: block;
  position: relative; }
  .checkbox__decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cfcfcf; }
  .checkbox__text {
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
    color: #7a7a7a; }
  .checkbox input {
    display: none; }
  input:checked + .checkbox__decor {
    background: #7fa5b3;
    border-color: #6e8f9c; }
    input:checked + .checkbox__decor:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  input:disabled + .checkbox__decor {
    cursor: default; }
  input:disabled ~ .checkbox__text {
    color: #b6b6b6;
    cursor: default; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.input {
  display: block;
  width: 100%;
  padding: 18px 18px;
  height: 55px;
  color: #3a4450;
  font: 16px "ProximaNova", Arial, Verdana, sans-serif;
  line-height: 1.2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #e2eff8;
  border-radius: 3px;
  border: none; }
  .input::-webkit-input-placeholder {
    color: #3a4450;
    opacity: 1; }
  .input:-moz-placeholder {
    color: #3a4450;
    opacity: 1; }
  .input::-moz-placeholder {
    color: #3a4450;
    opacity: 1; }
  .input:-ms-input-placeholder {
    color: #3a4450;
    opacity: 1; }
  .input.placeholder {
    color: #3a4450;
    opacity: 1; }
  .input:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1; }
  .input:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 1; }
  .input:focus::placeholder {
    color: transparent;
    opacity: 1; }
  .input--reset {
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    border-radius: 0; }
  .input--textarea {
    height: 130px; }

textarea {
  height: 130px; }

.input-search {
  position: relative; }
  .input-search__input {
    border: none;
    background: rgba(242, 242, 242, 0.5);
    border-radius: 3px;
    padding: 6px 80px 9px 28px;
    height: 55px;
    font-size: 18px;
    font-weight: 300;
    width: 100%; }
    .input-search__input::-webkit-input-placeholder {
      color: #3a4450;
      opacity: 1; }
    .input-search__input:-moz-placeholder {
      color: #3a4450;
      opacity: 1; }
    .input-search__input::-moz-placeholder {
      color: #3a4450;
      opacity: 1; }
    .input-search__input:-ms-input-placeholder {
      color: #3a4450;
      opacity: 1; }
    .input-search__input.placeholder {
      color: #3a4450;
      opacity: 1; }
    .input-search__input:focus::-webkit-input-placeholder {
      color: transparent;
      opacity: 1; }
    .input-search__input:focus:-ms-input-placeholder {
      color: transparent;
      opacity: 1; }
    .input-search__input:focus::placeholder {
      color: transparent;
      opacity: 1; }
  .input-search__submit {
    background-color: transparent;
    border: none;
    height: 100%;
    width: 80px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; }

.radiobox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 16px;
  min-height: 16px;
  text-align: left; }
  .radiobox__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 2px rgba(0, 0, 0, 0.08);
    border-radius: 50%; }
    .radiobox__icon-image {
      position: absolute;
      left: 4px;
      top: 4px;
      visibility: hidden;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
  .radiobox__inner {
    padding: 0 0 0 30px;
    display: block; }
  .radiobox__text {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 3px 0 0;
    display: inline-block;
    vertical-align: top; }
  .radiobox__check {
    display: none; }
    .radiobox__check:checked ~ .radiobox__icon .radiobox__icon-image {
      visibility: visible; }
    .radiobox__check:disabled ~ .radiobox__icon .radiobox__icon-image {
      visibility: visible; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  -webkit-transition: none;
  transition: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: transparent; }
  select:focus {
    background-image: url("");
    background-repeat: no-repeat; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  min-height: 100%; }

body {
  min-width: 320px; }

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%; }

.container {
  margin: 0 auto;
  max-width: 1163px;
  padding: 0 10px; }

.content {
  position: relative;
  z-index: 10;
  padding-bottom: 40px; }

/* SVG */
.icon-logo {
  height: 55px;
  width: 137px;
  fill: #0f52a2; }

.icon-advantages-01 {
  height: 86px;
  width: 86px; }

.icon-advantages-02 {
  height: 89px;
  width: 75px; }

.icon-advantages-03 {
  height: 41px;
  width: 82px; }

.icon-benefits-01 {
  height: 57px;
  width: 43px; }

.icon-benefits-02 {
  height: 57px;
  width: 43px; }

.icon-benefits-03 {
  height: 57px;
  width: 43px; }

.icon-benefits-04 {
  height: 37px;
  width: 63px; }

.icon-search {
  height: 24px;
  width: 24px;
  fill: transparent;
  stroke: #585e66; }

.icon-plus {
  height: 16px;
  width: 16px; }

.icon-minus {
  height: 2px;
  width: 16px; }

.icon-burger {
  height: 25px;
  width: 25px;
  fill: #0f52a2; }

/* DEFAULT */
/* RETINA */
.advantages__title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center; }

.advantages__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    .advantages__subtitle {
      padding-bottom: 40px; } }

.advantages-list {
  overflow: hidden;
  margin: 0 -60px; }
  .advantages-list__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    padding: 0 60px; }
    @media (max-width: 767px) {
      .advantages-list__item {
        width: 100%;
        padding-bottom: 40px; } }
  .advantages-list__image {
    margin-bottom: 16px;
    height: 104px; }
    .advantages-list__image-picture {
      display: inline-block;
      vertical-align: middle;
      fill: #548bc9; }
  .advantages-list__text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600; }

.company-block__title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase; }

.company-block-list {
  overflow: hidden;
  margin: 0 -20px -24px; }
  .company-block-list__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 24px;
    width: 25%; }
    @media (max-width: 767px) {
      .company-block-list__item {
        width: 50%; } }
  .company-block-list__link {
    font-size: 0;
    letter-spacing: -5px;
    line-height: 0;
    display: inline-block;
    height: 120px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .company-block-list__link {
        height: 100px; } }
    .company-block-list__link:hover {
      opacity: .7; }
  .company-block-list__image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }

.contacts-list__item {
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .contacts-list__item {
      padding-bottom: 10px; } }
  .contacts-list__item:last-child {
    padding-bottom: 0; }

.contacts-list__descr {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 11px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .contacts-list__descr {
      font-size: 10px;
      padding-bottom: 3px; } }

.contacts-list__info {
  font-size: 22px;
  color: #fff;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .contacts-list__info {
      font-size: 14px;
      line-height: 1.2; } }
  .contacts-list__info-link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-bottom: 1px solid transparent; }
    .contacts-list__info-link:hover {
      border-bottom-color: rgba(255, 255, 255, 0.5); }

.footer {
  position: relative;
  z-index: 30;
  padding: 50px 0 20px;
  border-bottom: 3px solid #ffd200; }
  .footer__logo {
    float: left;
    width: 150px; }
  .footer__content {
    float: left;
    width: calc(100% - 150px);
    padding-top: 17px; }
  .footer__navigation {
    float: left;
    width: 70%;
    text-align: right;
    padding-top: 4px; }
    @media (max-width: 767px) {
      .footer__navigation {
        display: none; } }
  .footer__contact {
    float: left;
    width: 30%;
    text-align: right;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .footer__contact {
        width: 100%;
        padding-left: 10px; } }
  .footer__telephone {
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
    font-weight: 600;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .footer__telephone {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .footer__telephone {
        font-size: 17px; } }

.header {
  padding: 29px 0 22px;
  position: relative;
  z-index: 11; }
  .header--top {
    margin-bottom: -117px; }
  .header--parts {
    padding: 29px 0 31px; }
    .header--parts .header__contact {
      margin-top: -10px; }
  .header__logo {
    float: left;
    width: 150px; }
    .header__logo--white .logo__image {
      fill: #fff; }
  .header__content {
    float: left;
    width: calc(100% - 150px);
    padding-top: 17px; }
  .header__navigation {
    float: left;
    width: 73%;
    text-align: right;
    padding-top: 4px; }
    .header__navigation--white .navigation__item-link,
    .header__navigation--white .navigation__item--active .navigation__item-link {
      color: #fff; }
    @media (max-width: 767px) {
      .header__navigation--white .header__navigation-trigger-image {
        fill: #fff; } }
    .header__navigation.active .header__navigation-content {
      right: 0;
      -webkit-transition: right .5s ease-in-out;
      transition: right .5s ease-in-out; }
    .header__navigation.active .header__navigation-close {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
    .header__navigation-trigger {
      display: none;
      position: absolute;
      top: 10px;
      right: 10px; }
      @media (max-width: 767px) {
        .header__navigation-trigger {
          display: block; } }
    @media (max-width: 767px) {
      .header__navigation-content {
        background: #0f52a2;
        width: 250px;
        margin: -1000px 0 -1000px;
        padding: 1000px 0 1000px;
        text-align: left;
        z-index: 11;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -300px;
        -webkit-transition: right .5s ease-in-out;
        transition: right .5s ease-in-out; }
        .header__navigation-content .navigation__list {
          padding: 50px 20px; } }
    .header__navigation-close {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #e5d3c5;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      position: absolute;
      top: 4px;
      right: 4px;
      z-index: 12;
      display: none; }
      @media (max-width: 767px) {
        .header__navigation-close {
          display: block; } }
      .header__navigation-close:before, .header__navigation-close:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 2px;
        background: #fff;
        left: calc(50% - 9px);
        top: calc(50% - 1px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .header__navigation-close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__navigation-close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header__navigation-close:hover:after, .header__navigation-close:hover:before {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
  .header__contact {
    float: left;
    width: 27%;
    text-align: right;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .header__contact {
        width: 100%;
        padding-left: 10px; } }
  .header__telephone {
    font-size: 20px;
    color: #000;
    padding-bottom: 2px;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .header__telephone {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .header__telephone {
        font-size: 17px; } }
    .header__telephone--white {
      color: #fff; }
    .header__telephone--white a {
      color: #fff; }      
  .header__callback {
    display: none; }
    .header__callback--visible {
      display: block; }

.logo__link {
  display: inline-block;
  vertical-align: top; }
  .logo__link:hover {
    opacity: .7; }

.logo__image {
  vertical-align: top; }

.inform-block__intro {
  float: left;
  width: 390px;
  padding-right: 20px; }
  @media (max-width: 1023px) {
    .inform-block__intro {
      width: 240px; } }
  @media (max-width: 767px) {
    .inform-block__intro {
      width: 100%;
      padding-right: 0;
      padding-bottom: 20px; } }

.inform-block__content {
  float: left;
  width: calc(100% - 390px);
  padding-top: 6px; }
  @media (max-width: 1023px) {
    .inform-block__content {
      width: calc(100% - 240px); } }
  @media (max-width: 767px) {
    .inform-block__content {
      width: 100%; } }

.inform-block__title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 4px;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .inform-block__title {
      line-height: 1.1;
      padding-bottom: 10px; } }

.inform-block__description {
  font-size: 14px;
  text-transform: uppercase; }

.inform-block__content-text {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px; }
  .inform-block__content-text:last-child {
    padding-bottom: 0; }

.links-list {
  margin-bottom: -15px; }
  .links-list__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px 15px 0; }
    @media (max-width: 767px) {
      .links-list__item {
        width: 100%; } }
  .links-list__link {
    color: #000;
    display: inline;
    vertical-align: top;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    .links-list__link:hover {
      color: #0f52a2;
      border-bottom-color: rgba(15, 82, 162, 0.4); }

.main-extra {
  background-image: url("../pic/bg/bg-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 143px; }
  .main-extra:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0; }
  .main-extra:after {
    content: "";
    background: url("../pic/bg/bg-main-car.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 421px;
    width: 678px;
    position: absolute;
    z-index: 0;
    bottom: -90px;
    left: 0; }
    @media (max-width: 1023px) {
      .main-extra:after {
        height: 220px;
        width: 400px;
        background-size: 100% 100%; } }
    @media (max-width: 767px) {
      .main-extra:after {
        height: 160px;
        width: 300px; } }
  .main-extra__holder {
    position: relative;
    z-index: 1;
    max-width: 462px;
    margin: 0 0 0 auto;
    padding: 358px 0 220px; }
    @media (max-width: 1023px) {
      .main-extra__holder {
        padding: 217px 0 100px;
        max-width: 390px; } }
    @media (max-width: 767px) {
      .main-extra__holder {
        margin: 0 auto;
        padding: 170px 0 130px; } }
  .main-extra__title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding-bottom: 13px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .main-extra__title {
        font-size: 47px; } }
    @media (max-width: 767px) {
      .main-extra__title {
        font-size: 34px; } }
  .main-extra__subtitle {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase; }

.navigation__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 29px; }
  @media (max-width: 1023px) {
    .navigation__item {
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .navigation__item {
      width: 100%;
      display: block;
      padding: 0 0 20px; } }
  .navigation__item:last-child {
    padding-right: 0; }
  .navigation__item--active .navigation__item-link {
    color: #0f52a2;
    font-weight: 600; }
    @media (max-width: 767px) {
      .navigation__item--active .navigation__item-link {
        color: #fff;
        font-weight: 400; } }
  .navigation__item-link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .navigation__item-link {
        color: #fff;
        font-size: 16px;
        padding: 3px 5px; } }
    .navigation__item-link:hover {
      color: #0f52a2; }
      @media (max-width: 767px) {
        .navigation__item-link:hover {
          background: #fff; } }

.parts-extra {
  background-image: url("../pic/bg/bg-parts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 196px 0 240px;
  position: relative;
  margin-bottom: 118px; }
  @media (max-width: 1023px) {
    .parts-extra {
      padding: 176px 0 180px; } }
  @media (max-width: 767px) {
    .parts-extra {
      padding: 146px 0 110px; } }
  .parts-extra:after {
    content: "";
    background: url("../pic/bg/bg-parts-car.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 256px;
    width: 586px;
    position: absolute;
    bottom: -76px;
    left: 9%;
    z-index: 1; }
    @media (max-width: 1023px) {
      .parts-extra:after {
        height: 200px;
        width: 485px;
        background-size: 100% 100%; } }
    @media (max-width: 767px) {
      .parts-extra:after {
        height: 140px;
        width: 300px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .parts-extra__holder {
    max-width: 455px;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 1023px) {
      .parts-extra__holder {
        max-width: 370px; } }
  .parts-extra__title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    padding-bottom: 16px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .parts-extra__title {
        font-size: 34px; } }
  .parts-extra__description {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    padding-bottom: 142px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .parts-extra__description {
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .parts-extra__description {
        padding-bottom: 30px; } }
  .parts-extra__info {
    font-size: 16px;
    padding-bottom: 32px;
    line-height: 1.4; }

/* spinner */
.spinner {
  display: inline-block;
  border: none;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top; }
  .spinner__input, .spinner__trigger {
    display: inline-block;
    vertical-align: top;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #fff;
    webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    -webkit-user-select: none;
            user-select: none; }
  .spinner__input {
    width: 67px;
    border: none;
    color: #000;
    font: 24px Arial, Verdana, sans-serif;
    border-radius: 3px;
    background: #f8f8f8; }
  .spinner input.spinner__input {
    display: inline-block;
    padding: 3px;
    width: 65px;
    border: none;
    color: #000; }
  .spinner__trigger {
    width: 25px;
    cursor: pointer; }
    .spinner__trigger-icon {
      -webkit-transition: fill .3s ease-in-out;
      transition: fill .3s ease-in-out; }
    .spinner__trigger:hover .spinner__trigger-icon {
      fill: #0f52a2; }

/* spinner end */
.work-block {
  background-image: url("../pic/bg/bg-work.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 51px 0 66px; }
  @media (max-width: 767px) {
    .work-block {
      padding: 40px 0 40px; } }
  .work-block:after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0; }
  .work-block__holder {
    position: relative;
    z-index: 2; }
  .work-block__title {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 63px;
    color: #ffd200; }
    @media (max-width: 767px) {
      .work-block__title {
        font-size: 34px;
        padding-bottom: 40px; } }
  .work-block__list {
    padding-bottom: 23px; }
  .work-block-list__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 27px; }
    @media (max-width: 1023px) {
      .work-block-list__item {
        width: 50%;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .work-block-list__item {
        width: 100%; } }
    .work-block-list__item:last-child {
      padding-right: 0; }
  .work-block-list__intro {
    margin-bottom: 33px;
    height: 57px; }
    @media (max-width: 767px) {
      .work-block-list__intro {
        margin-bottom: 20px; } }
  .work-block-list__image {
    max-width: 82px;
    padding-right: 18px;
    display: inline-block;
    vertical-align: middle; }
    .work-block-list__image-picture {
      vertical-align: middle;
      fill: #fff; }
  .work-block-list__heading {
    width: calc(100% - 82px);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 25px;
    font-weight: 600;
    color: #fff; }
  .work-block-list__text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff; }

.contacts-page__map {
  position: relative;
  padding-bottom: 40px; }
  .contacts-page__map-inner {
    height: 580px;
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .contacts-page__map-inner {
        height: 400px;
        margin-bottom: 0; } }
  .contacts-page__map-container {
    width: 100%;
    position: absolute;
    top: 12%;
    left: 0; }
    @media (max-width: 767px) {
      .contacts-page__map-container {
        top: 3%; } }
  .contacts-page__map-balloon {
    height: auto;
    width: 357px;
    max-width: 100%;
    background: #0f52a2;
    color: #fff;
    padding: 26px 22px 41px 48px; }
    @media (max-width: 767px) {
      .contacts-page__map-balloon {
        padding: 10px 10px 7px;
        width: 180px; } }
  .contacts-page__map-heading {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 25px;
    color: #fff; }
    @media (max-width: 767px) {
      .contacts-page__map-heading {
        font-size: 20px;
        padding-bottom: 15px; } }
  .contacts-page__map .contacts-list {
    padding-left: 5px; }

.contacts-page__information {
  padding-bottom: 65px; }

.contacts-page__location {
  float: left;
  width: 66.33%;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .contacts-page__location {
      width: 100%; } }
  .contacts-page__location-title {
    color: #1e1e20;
    font-size: 16px;
    line-height: 1.4; }
  .contacts-page__location-text {
    color: #1e1e20;
    font-size: 16px;
    line-height: 1.4; }

.contacts-page__links {
  float: left;
  width: 33.33%;
  padding: 5px 0 0 17px; }
  @media (max-width: 767px) {
    .contacts-page__links {
      width: 100%; } }

.contacts-page__navigator {
  padding-bottom: 18px; }
  .contacts-page__navigator-image {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding-right: 10px; }
    .contacts-page__navigator-image-link {
      display: inline-block;
      vertical-align: middle; }
  .contacts-page__navigator-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    font-size: 16px; }
    .contacts-page__navigator-text-link {
      display: inline;
      color: #000;
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
      .contacts-page__navigator-text-link:hover {
        border-bottom-color: transparent; }

.contacts-page__requisites {
  width: calc(100% - 80px);
  margin: 0 0 0 auto; }
  @media (max-width: 1023px) {
    .contacts-page__requisites-link {
      font-size: 18px; } }

.contacts-page__application-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 27px;
  text-transform: uppercase; }

.contacts-page__form {
  overflow: hidden; }
  .contacts-page__form-row {
    margin-right: -30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .contacts-page__form-row {
        margin-right: 0;
        padding-bottom: 0; } }
  .contacts-page__form-cell {
    float: left;
    width: 33.33%;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .contacts-page__form-cell {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px; } }
    .contacts-page__form-cell--large {
      width: 66.66%; }
      @media (max-width: 767px) {
        .contacts-page__form-cell--large {
          width: 100%; } }
  .contacts-page__form-holder {
    max-width: 329px;
    margin: 0 0 0 auto;
    padding: 13px 29px 0 0; }
    @media (max-width: 767px) {
      .contacts-page__form-holder {
        padding: 13px 0 0 0; } }
  .contacts-page__form-submit {
    padding-bottom: 18px; }
    .contacts-page__form-submit-link {
      font-size: 16px;
      width: 100%;
      padding: 19px 10px 17px; }
      @media (max-width: 1023px) {
        .contacts-page__form-submit-link {
          font-size: 14px; } }
  .contacts-page__form-info {
    font-size: 14px;
    color: #898989;
    padding-right: 10px; }

.index-page__block {
  padding-bottom: 73px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .index-page__block {
      padding-bottom: 40px;
      margin-bottom: 50px; } }
  .index-page__block--last {
    margin-bottom: 0;
    padding-bottom: 39px; }

.parts-page__inform-block {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .parts-page__inform-block {
      padding-bottom: 40px; } }

.parts-page__advantages {
  padding-bottom: 88px; }
  @media (max-width: 767px) {
    .parts-page__advantages {
      padding-bottom: 40px; } }

.parts-page__work-block {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .parts-page__work-block {
      margin-bottom: 40px; } }

.parts-page__information {
  font-size: 16px;
  padding-bottom: 52px;
  color: #000;
  line-height: 1.4; }

.parts-page__links-list {
  max-width: 777px; }

.search-page__title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 38px; }
  @media (max-width: 767px) {
    .search-page__title {
      font-size: 34px;
      line-height: 1.1;
      padding-bottom: 20px; } }

.search-page__subtitle {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 19px; }

.search-page__block {
  padding-bottom: 56px; }
  .search-page__block:last-child {
    padding-bottom: 0; }

.search-page__intro {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.4; }

.search-page__form {
  padding-bottom: 37px; }

.search-page__result-block {
  float: left;
  width: 25%;
  padding-right: 28px; }
  @media (max-width: 1023px) {
    .search-page__result-block {
      width: 50%;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .search-page__result-block {
      width: 100%; } }
  .search-page__result-block--large {
    width: 50%;
    padding-right: 0; }
    @media (max-width: 767px) {
      .search-page__result-block--large {
        width: 100%; } }

.search-page__result-title {
  text-transform: uppercase;
  padding-bottom: 7px; }

.search-page__result-model {
  padding-bottom: 18px; }
  .search-page__result-model-link {
    display: inline-block;
    vertical-align: top;
    color: #0f52a2;
    font-size: 18px;
    font-weight: 300; }
    .search-page__result-model-link:hover {
      opacity: .7; }

.search-page__result-image-link {
  display: block;
  background: #e9e9e9;
  height: 129px;
  max-width: 258px; }
  .search-page__result-image-link:hover {
    opacity: .7; }

.search-page__result-subtitle {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 11px; }

.search-page__result-info {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 14px; }

.search-page__result-amount {
  display: block;
  font-size: 24px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .search-page__result-amount {
      width: 40%; } }

.search-page__result-spinner {
  display: inline-block;
  vertical-align: middle;
  width: 37%;
  text-align: center; }
  @media (max-width: 767px) {
    .search-page__result-spinner {
      width: 60%; } }

.search-page__result-order {
  display: inline-block;
  vertical-align: middle;
  width: 43%; }
  @media (max-width: 767px) {
    .search-page__result-order {
      width: 100%;
      padding-top: 20px; } }
  .search-page__result-order-link {
    font-size: 16px;
    width: 100%;
    padding: 18px 10px; }
    @media (max-width: 767px) {
      .search-page__result-order-link {
        max-width: 250px; } }

.search-page__text {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.4; }
