@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

.spare-article__img-blog:before, .spare-article__img-blog:after {
  content: "";
  display: table;
}

.spare-article__img-blog:after {
  clear: both;
}

.content, .header__holder, .footer__holder, .slideshow__holder, .slideshow__nav, .catalog__holder, .spares__holder, .services__holder, .text-block--main-text, .text-block--catalog-brends, .promotions--horizontal, .callback__holder, .search-block__holder, .feadback__holder {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  width: 90%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

@media only screen and (max-width: 960px) {
  .content, .header__holder, .footer__holder, .slideshow__holder, .slideshow__nav, .catalog__holder, .spares__holder, .services__holder, .text-block--main-text, .text-block--catalog-brends, .promotions--horizontal, .callback__holder, .search-block__holder, .feadback__holder {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.logo__img, .slideshow__img, .spares__img, .services-list__img, .promotions__img, .article__img, .product__img, .promotions-list__img, .brands__img, .certificates__thumb, .brend-list__img, .article-list__img, .promotion__img, .payment__img, .delivery__img, .about__img, .paper__img, .spare-article__img, .spare-article__right-img {
  display: block;
  width: 100%;
  height: auto;
}

.map-popup, .order-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  line-height: 100vh;
  background-color: rgba(18, 39, 62, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 1000000;
}

.map-popup__holder, .order-popup__holder {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.2em;
  position: relative;
  margin: auto;
  background-color: #ffffff;
  max-width: 750px;
  width: 85vw;
  max-height: 85vh;
  overflow-y: auto;
  padding: 1.9em 3.8%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
}

.lightbox__close, .map-popup__close, .order-popup__close {
  position: absolute;
  top: 0.6em;
  right: 0.8em;
  display: block;
  width: 18px;
  height: 18px;
  text-decoration: none;
}

.lightbox__close:before, .map-popup__close:before, .order-popup__close:before, .lightbox__close:after, .map-popup__close:after, .order-popup__close:after {
  content: "";
  width: 21px;
  height: 4px;
  background-color: #ffffff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
  left: 0;
  right: 0;
}

.lightbox__close:before, .map-popup__close:before, .order-popup__close:before {
  top: 50%;
  -ms-transform: translateY(-50%) rotate(calc(180deg + 45deg));
  -webkit-transform: translateY(-50%) rotate(-webkit-calc(180deg + 45deg));
  transform: translateY(-50%) rotate(calc(180deg + 45deg));
}

.lightbox__close:after, .map-popup__close:after, .order-popup__close:after {
  bottom: 50%;
  -ms-transform: translateY(50%) rotate(calc(-180deg + -45deg));
  -webkit-transform: translateY(50%) rotate(-webkit-calc(-180deg + -45deg));
  transform: translateY(50%) rotate(calc(-180deg + -45deg));
}

.payment__figure, .delivery__figure {
  margin-bottom: 1.05em;
}

.payment__title, .delivery__title {
  color: #091929;
  font-size: 1.25em;
  line-height: 1.2em;
  padding-bottom: 0.65em;
  border-bottom: 1px solid #d7dee6;
  margin-bottom: 1.05em;
  font-weight: 700;
}

.delivery__block:not(:last-child) {
  margin-bottom: 3.4em;
}

.payment__subtitle, .delivery__subtitle {
  color: #000000;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}

.payment__text, .delivery__text {
  color: #7f7f7f;
  font-size: 0.875em;
}

.payment__text p, .delivery__text p {
  line-height: 1.2em;
}

.payment__text p:not(:last-child), .delivery__text p:not(:last-child) {
  margin-bottom: 1.35em;
}

.payment__text p:before, .delivery__text p:before {
  content: "— ";
}

.text-block .line-list, .line-list {
  margin-bottom: 3.7em;
}

.text-block .line-list li, .line-list li {
  position: relative;
  padding-left: 1.9em;
}

.text-block .line-list li:before, .line-list li:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #f82f39;
}

.line-list li:not(:last-child) {
  margin-bottom: 1em;
}

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

@font-face {
  font-family: Open-Sans;
  font-style: Italic;
  font-weight: 700;
  src: url("../fonts/Open-Sans-BoldItalic.eot");
  src: url("../fonts/Open-Sans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-BoldItalic.woff2") format("woff2"), url("../fonts/Open-Sans-BoldItalic.woff") format("woff"), url("../fonts/Open-Sans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: Open-Sans;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Open-Sans-ExtraBold.eot");
  src: url("../fonts/Open-Sans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-ExtraBold.woff2") format("woff2"), url("../fonts/Open-Sans-ExtraBold.woff") format("woff"), url("../fonts/Open-Sans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: Open-Sans;
  font-style: Italic;
  font-weight: 800;
  src: url("../fonts/Open-Sans-ExtraBoldItalic.eot");
  src: url("../fonts/Open-Sans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Open-Sans-ExtraBoldItalic.woff") format("woff"), url("../fonts/Open-Sans-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: Open-Sans;
  font-style: Italic;
  font-weight: 400;
  src: url("../fonts/Open-Sans-Italic.eot");
  src: url("../fonts/Open-Sans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-Italic.woff2") format("woff2"), url("../fonts/Open-Sans-Italic.woff") format("woff"), url("../fonts/Open-Sans-Italic.ttf") format("truetype");
}

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

@font-face {
  font-family: Open-Sans;
  font-style: Italic;
  font-weight: 300;
  src: url("../fonts/Open-Sans-LightItalic.eot");
  src: url("../fonts/Open-Sans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-LightItalic.woff2") format("woff2"), url("../fonts/Open-Sans-LightItalic.woff") format("woff"), url("../fonts/Open-Sans-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: Open-Sans;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Open-Sans-Regular.eot");
  src: url("../fonts/Open-Sans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-Regular.woff2") format("woff2"), url("../fonts/Open-Sans-Regular.woff") format("woff"), url("../fonts/Open-Sans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Open-Sans;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Open-Sans-SemiBold.eot");
  src: url("../fonts/Open-Sans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-SemiBold.woff2") format("woff2"), url("../fonts/Open-Sans-SemiBold.woff") format("woff"), url("../fonts/Open-Sans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: Open-Sans;
  font-style: Italic;
  font-weight: 600;
  src: url("../fonts/Open-Sans-SemiBoldItalic.eot");
  src: url("../fonts/Open-Sans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-Sans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Open-Sans-SemiBoldItalic.woff") format("woff"), url("../fonts/Open-Sans-SemiBoldItalic.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  font: 1em "Open-Sans", sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, ul {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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

p {
  margin: 0 0 1.3em;
  line-height: 1.2em;
}

figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

.svg {
  width: 100%;
  height: 100%;
  display: block;
}

.red {
  color: #c51611;
}

.text-row {
  display: block;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  margin-bottom: -332px;
  padding-bottom: 332px;
}

.wrapper--main {
  margin-bottom: -webkit-calc(-332px + 0.52em);
  margin-bottom: calc(-332px + 0.52em);
  padding-bottom: -webkit-calc(332px + 0.52em);
  padding-bottom: calc(332px + 0.52em);
}

@media only screen and (max-width: 860px) {
  .wrapper--main {
    margin-bottom: -webkit-calc(-332px + .69em);
    margin-bottom: calc(-332px + .69em);
    padding-bottom: -webkit-calc(332px + .69em);
    padding-bottom: calc(332px + .69em);
  }
}

@media only screen and (max-width: 560px) {
  .wrapper--main {
    margin-bottom: -webkit-calc(-332px + .62em);
    margin-bottom: calc(-332px + .62em);
    padding-bottom: -webkit-calc(332px + .62em);
    padding-bottom: calc(332px + .62em);
  }
}

.content {
  padding-top: 0.5em;
  margin-bottom: 4.3em;
}

.wrapper--catalog-brend .content {
  margin-bottom: 0;
}

.content__colums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
}

@media only screen and (max-width: 960px) {
  .content__colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 960px) {
  .wrapper--payment .content__colums {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 660px) {
  .wrapper--payment .content__colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.content__content {
  width: 65.8%;
  float: left;
}

@media only screen and (max-width: 960px) {
  .content__content {
    width: 100%;
  }
}

.wrapper--payment .content__content {
  width: 57.3%;
}

@media only screen and (max-width: 660px) {
  .wrapper--payment .content__content {
    margin-bottom: 2.5em;
    width: 100%;
  }
}

.content__aside {
  width: 22.9%;
  float: left;
}

@media only screen and (max-width: 960px) {
  .content__aside {
    width: 100%;
  }
}

.wrapper--payment .content__aside {
  width: 31.5%;
}

@media only screen and (max-width: 660px) {
  .wrapper--payment .content__aside {
    width: 100%;
  }
}

.wrapper--product .content__aside {
  padding-top: 0.75em;
}

.lightbox {
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(11, 33, 57, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 100vh;
}

.lightbox__close {
  top: -1.3em;
  right: -1.3em;
}

.lightbox.load .lightbox__close {
  display: none;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 42px;
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.lightbox__nav:before, .lightbox__nav:after {
  content: "";
  width: 4px;
  height: 31px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.lightbox__nav:before {
  top: 0;
}

.lightbox__nav:after {
  bottom: 0;
}

.lightbox__nav--next {
  right: -2.5em;
}

.lightbox__nav--next:before {
  -ms-transform: translate3d(-50%, -0.3em, 0) rotate(-46deg);
  -webkit-transform: translate3d(-50%, -0.3em, 0) rotate(-46deg);
  transform: translate3d(-50%, -0.3em, 0) rotate(-46deg);
}

.lightbox__nav--next:after {
  -ms-transform: translate3d(-50%, 0.3em, 0) rotate(46deg);
  -webkit-transform: translate3d(-50%, 0.3em, 0) rotate(46deg);
  transform: translate3d(-50%, 0.3em, 0) rotate(46deg);
}

@media only screen and (max-width: 760px) {
  .lightbox__nav--next {
    right: -1em;
  }
}

.lightbox__nav--prev {
  left: -2.5em;
}

.lightbox__nav--prev:before {
  -ms-transform: translate3d(-50%, -0.3em, 0) rotate(46deg);
  -webkit-transform: translate3d(-50%, -0.3em, 0) rotate(46deg);
  transform: translate3d(-50%, -0.3em, 0) rotate(46deg);
}

.lightbox__nav--prev:after {
  -ms-transform: translate3d(-50%, 0.3em, 0) rotate(-46deg);
  -webkit-transform: translate3d(-50%, 0.3em, 0) rotate(-46deg);
  transform: translate3d(-50%, 0.3em, 0) rotate(-46deg);
}

@media only screen and (max-width: 760px) {
  .lightbox__nav--prev {
    left: -1em;
  }
}

.lightbox__nav:hover:before, .lightbox__nav:hover:after {
  background-color: #c51611;
}

.lightbox.load .lightbox__nav {
  display: none;
}

.lightbox__holder {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1.2em;
  max-width: 85vw;
  max-height: 85vh;
}

.lightbox__holder img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  max-width: 85vw;
  max-height: 85vh;
}

.lightbox__loading {
  background: url("../images/loading.gif") center center no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}

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

@media only screen and (max-width: 860px) {
  .short-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: .6em;
    height: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .short-contact {
    padding-bottom: 0;
  }
}

.short-contact__phone {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #0b2139;
  border-bottom: 1px solid transparent;
  font-size: 1.875em;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.2em;
}

.short-contact__phone:hover {
  border-bottom-color: #0b2139;
}

@media only screen and (max-width: 660px) {
  .short-contact__phone {
    font-size: 1.375em;
    position: absolute;
    right: 1.05em;
    top: -2em;
  }
}

@media only screen and (max-width: 460px) {
  .short-contact__phone {
    top: -1.7em;
  }
}

.short-contact__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #5b80ad;
}

@media only screen and (max-width: 460px) {
  .short-contact__map {
    display: none;
  }
}

.short-contact__map-icon {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 18px;
  margin-right: 0.6em;
}

.short-contact__map-text {
  -webkit-transition: all 1s;
  transition: all 1s;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #5b80ad;
  padding-top: 0.25em;
}

.short-contact__map:hover .short-contact__map-text {
  border-bottom-color: transparent;
}

.logo {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 860px) {
  .logo__img {
    display: none;
  }
}

@media only screen and (max-width: 660px) {
  .logo__img {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .logo__img {
    display: none;
  }
}

.logo__img--middle {
  display: none;
}

@media only screen and (max-width: 860px) {
  .logo__img--middle {
    display: block;
  }
}

@media only screen and (max-width: 660px) {
  .logo__img--middle {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .logo__img--middle {
    display: none;
  }
}

.logo__img--small {
  display: none;
}

@media only screen and (max-width: 500px) {
  .logo__img--small {
    display: block;
  }
}

.logo__text {
  position: absolute;
  left: -9999px;
}

.header {
  margin-bottom: 1.35em;
  position: relative;
  z-index: 1004;
}

@media only screen and (max-width: 960px) {
  .header {
    margin-bottom: 1.65em;
  }
}

@media only screen and (max-width: 560px) {
  .header {
    margin-bottom: 1.1em;
  }
}

.header__top {
  padding: 0.45em 0 0.45em 0;
  background-color: #f5f6f8;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 860px) {
  .header__top {
    margin-bottom: 0.75em;
  }
}

@media only screen and (max-width: 460px) {
  .header__top {
    margin-bottom: 0.3em;
    background-color: transparent;
  }
}

.header__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__middle .header__holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 860px) {
  .header__middle .header__holder {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media only screen and (max-width: 660px) {
  .header__middle .header__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-holder {
  padding-top: .1em;
}

@media only screen and (max-width: 760px) {
  .header__nav-holder {
    width: 100%;
    padding-top: 0;
  }
}

@media only screen and (max-width: 760px) {
  .header__social-holder {
    display: none;
  }
}

.header__middle {
  background-color: #ffffff;
  padding-bottom: 1.2em;
}

@media only screen and (max-width: 960px) {
  .header__middle {
    padding-bottom: 1.25em;
  }
}

@media only screen and (max-width: 460px) {
  .header__middle {
    padding-bottom: 0.95em;
  }
}

.header__logo-holder {
  width: 50%;
}

@media only screen and (max-width: 860px) {
  .header__logo-holder {
    width: 56.6%;
  }
}

@media only screen and (max-width: 660px) {
  .header__logo-holder {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 460px) {
  .header__logo-holder {
    margin-bottom: 0;
  }
}

.header__contact {
  padding-top: 0.05em;
}

@media only screen and (max-width: 660px) {
  .header__contact {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .header__contact {
    padding-top: 0;
  }
}

.header__bottom {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
  background-color: #ffffff;
  padding: 0.85em 0;
}

@media only screen and (max-width: 660px) {
  .header__bottom {
    padding: 0.45em 0 0.4em 0;
  }
}

.header__categoryes-holder {
  width: 42.1%;
  min-width: 465px;
}

@media only screen and (max-width: 960px) {
  .header__categoryes-holder {
    width: 35%;
    min-width: 275px;
  }
}

@media only screen and (max-width: 660px) {
  .header__categoryes-holder {
    min-width: 232px;
  }
}

@media only screen and (max-width: 375px) {
  .header__categoryes-holder {
    min-width: 200px;
  }
}

.header__search-holder {
  width: 57.2%;
}

@media only screen and (max-width: 960px) {
  .header__search-holder {
    width: 62%;
  }
}

@media only screen and (max-width: 660px) {
  .header__search-holder {
    width: auto;
    padding-top: 0.05em;
  }
}

.social-link {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #304b68;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-link:hover {
  color: #c51611;
}

.social-link--footer {
  color: #848c96;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-link__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media only screen and (max-width: 860px) {
  .social-link__icon {
    margin-right: 0.2em;
    margin-top: -.1em;
    width: 24px;
    height: 24px;
  }
}

.social-link--footer .social-link__icon {
  margin-right: 0.75em;
  width: 20px;
  height: 20px;
}

.social-link__text {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (max-width: 860px) {
  .social-link__text {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .social-link--footer .social-link__text {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 660px) {
  .nav {
    position: relative;
    width: 34px;
    height: 24px;
  }
}

.nav__trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 34px;
  height: 24px;
  padding: 10px 0;
  color: #5b80ad;
  z-index: 1001;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.nav__trigger:hover {
  color: #c51611;
}

.nav__trigger:before, .nav__trigger:after {
  content: "";
  background-color: currentColor;
  width: 100%;
  height: 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition-duration: 1s, 1s;
          transition-duration: 1s, 1s;
}

.nav__trigger:before {
  top: 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.nav__trigger:after {
  bottom: 0;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.nav.active .nav__trigger {
  top: 0.9em;
  left: 10.2em;
}

.nav.active .nav__trigger:before {
  top: -webkit-calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav.active .nav__trigger:after {
  bottom: -webkit-calc(50% - 2.5px);
  bottom: calc(50% - 2.5px);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 660px) {
  .nav__trigger {
    display: block;
  }
}

.nav__trigger-text {
  text-indent: -9999px;
  background-color: currentColor;
  width: 100%;
  height: 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.nav.active .nav__trigger-text {
  opacity: 0;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 760px) {
  .nav__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 660px) {
  .nav__list {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
            box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
    width: 232px;
    height: 100vh;
    overflow-x: auto;
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.45em 2.7% 1em 2.7%;
  }
  .nav.active .nav__list {
    left: 0;
  }
}

.nav__item {
  display: inline-block;
  vertical-align: top;
}

.nav__item:not(:last-child) {
  margin-right: 2.73vw;
}

@media only screen and (max-width: 960px) {
  .nav__item:not(:last-child) {
    margin-right: 3.13vw;
  }
}

@media only screen and (max-width: 760px) {
  .nav__item:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 660px) {
  .nav__item:not(:last-child) {
    margin-bottom: 1.55em;
  }
}

.nav__link {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #304b68;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  display: block;
}

.nav__link:hover, .nav__item.active .nav__link {
  color: #c51611;
}

@media only screen and (max-width: 660px) {
  .nav__link {
    font-size: 1em;
  }
}

.footer {
  background-color: #091929;
  padding: 2.2em 0 1.5em;
}

@media only screen and (max-width: 860px) {
  .footer {
    padding-bottom: 0.85em;
  }
}

@media only screen and (max-width: 560px) {
  .footer {
    padding: 1.85em 0 0em;
  }
}

.footer__bottom {
  border-top: 1px solid #293d50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25em;
}

@media only screen and (max-width: 860px) {
  .footer__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 760px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 500px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

@media only screen and (max-width: 860px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 760px) {
  .footer__right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 500px) {
  .footer__right {
    display: block;
    margin-bottom: 0.8em;
  }
}

.footer__copyright {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.6vw;
}

@media only screen and (max-width: 760px) {
  .footer__copyright {
    text-align: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .footer__copyright {
    display: none;
  }
}

.footer__social {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 860px) {
  .footer__social {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-top: -0.1em;
    margin-bottom: 0.8em;
  }
}

@media only screen and (max-width: 760px) {
  .footer__social {
    width: auto;
    margin: 0;
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.footer__contact {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}

@media only screen and (max-width: 760px) {
  .footer__contact {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 500px) {
  .footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search {
  position: relative;
}

@media only screen and (max-width: 660px) {
  .search {
    position: static;
  }
}

@media only screen and (max-width: 660px) {
  .search__search-holder {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    padding: 0.5em 20px;
    z-index: 1010;
    background-color: #ffffff;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .search.active .search__search-holder {
    top: 0;
    -webkit-box-shadow: 0 0 0 100vmax rgba(18, 39, 62, 0.4);
            box-shadow: 0 0 0 100vmax rgba(18, 39, 62, 0.4);
  }
}

@media only screen and (max-width: 400px) {
  .search__search-holder {
    padding: 0.5em 10px;
  }
}

.search__input {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d7dee6;
  background-color: #f5f6f8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font: 0.875em/1.2em "Open-Sans", sans-serif;
  padding: 0.95em 10em 0.75em 2.3%;
}

@media only screen and (max-width: 760px) {
  .search__input {
    padding-right: 8.6em;
  }
}

@media only screen and (max-width: 460px) {
  .search__input {
    padding-right: 5.3em;
  }
}

@media only screen and (max-width: 400px) {
  .search__input {
    padding-right: 2.3em;
    font-size: 0.8125em;
  }
}

.search__btn, .search__trigger {
  width: 113px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  margin: auto;
  z-index: 1;
  outline: none;
  color: #f5f6f8;
  border: none;
  background: -webkit-linear-gradient(top, #7195c1 0%, #5b80ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#7195c1), to(#5b80ad));
  background: linear-gradient(to bottom, #7195c1 0%, #5b80ad 100%);
  cursor: pointer;
  font: 700 1em/1.2em "Open-Sans", sans-serif;
}

.search__btn:before, .search__trigger:before {
  content: "";
  z-index: -1;
  opacity: 0;
  background-color: #5b80ad;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.search__btn:hover:before, .search__trigger:hover:before {
  opacity: 1;
}

@media only screen and (max-width: 660px) {
  .search__btn {
    right: 24px;
  }
}

@media only screen and (max-width: 460px) {
  .search__btn {
    width: 59px;
  }
}

@media only screen and (max-width: 400px) {
  .search__btn {
    background: transparent;
    width: 35px;
    right: 13px;
  }
  .search__btn:before {
    display: none;
  }
}

.search__btn-icon, .search__trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  color: #ffffff;
  margin-right: 0.8em;
}

.search__btn-text {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 460px) {
  .search__btn-text {
    display: none;
  }
}

@media only screen and (max-width: 460px) {
  .search__btn-icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .search__btn-icon {
    color: #5b80ad;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .search__btn-icon:hover {
    color: #7195c1;
  }
}

.search__trigger {
  display: none;
  width: 59px;
  position: static;
}

@media only screen and (max-width: 660px) {
  .search__trigger {
    display: block;
  }
}

.search__trigger-icon {
  margin-right: 0;
}

.categoryes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media only screen and (max-width: 660px) {
  .categoryes {
    position: static;
  }
}

.categoryes__item {
  display: inline-block;
  vertical-align: top;
  width: 49.1%;
}

@media only screen and (max-width: 960px) {
  .categoryes__item {
    width: 45.8%;
  }
}

@media only screen and (max-width: 375px) {
  .categoryes__item {
    width: 48%;
  }
}

.categoryes__item:not(:first-child) {
  padding-left: 5%;
}

@media only screen and (max-width: 960px) {
  .categoryes__item:not(:first-child) {
    padding-left: 8.5%;
  }
}

.categoryes__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  color: #0b2139;
  font-size: 1.125em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0.55em 0;
  white-space: nowrap;
}

.categoryes__trigger:hover {
  color: #c51611;
}

.categoryes__item:not(:last-child) .categoryes__trigger {
  color: #c51611;
}

.categoryes__item:not(:last-child) .categoryes__trigger:hover {
  color: #0b2139;
}

.categoryes__item:not(:last-child) .categoryes__trigger:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 1px;
  height: 40px;
  background-color: #d7dee6;
}

@media only screen and (max-width: 660px) {
  .categoryes__item:not(:last-child) .categoryes__trigger:after {
    height: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .categoryes__item:not(:last-child) .categoryes__trigger:after {
    height: 33px;
  }
}

@media only screen and (max-width: 660px) {
  .categoryes__trigger {
    font-size: 1em;
  }
}

@media only screen and (max-width: 375px) {
  .categoryes__trigger {
    font-size: 0.875em;
  }
}

.categoryes__trigger-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75em;
}

@media only screen and (max-width: 960px) {
  .categoryes__trigger-text {
    margin-right: 1.25em;
  }
}

@media only screen and (max-width: 660px) {
  .categoryes__trigger-text {
    margin-right: 0.85em;
  }
}

@media only screen and (max-width: 960px) {
  .categoryes__hidden-text {
    display: none;
  }
}

.categoryes__trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-top: 0.2em;
}

.categoryes__list {
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 2.1em 4.3% 1.7em 4.3%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
}

.categoryes__list:before {
  content: "";
  width: 120%;
  height: 21px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 50%;
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.categoryes__item.active .categoryes__list {
  opacity: 1;
  pointer-events: auto;
}

.categoryes__list-item:not(:last-child) {
  margin-bottom: 0.95em;
}

.categoryes__link {
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #13283f;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.categoryes__link:hover {
  color: #c51611;
}


/* выпадающая меню */
.categoryes__list_submenu{
  position: relative;
  display: none;
}
.submenu:before{
  height: 0;
}
.has_submenu{
  cursor: pointer;
}
.has_submenu:hover>a{
  color: #c51611;
}
.has_submenu .categoryes__list_submenu{
  display: none;
}
.has_submenu:hover .categoryes__list_submenu{
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #c51611;
}
.has_submenu .categoryes__list_submenu ul{
  border-left: 1px solid #c51611;
  position: absolute;
  top: -24px;
  left: 100%;
}
/*конец выпадающее меню */

@media only screen and (max-width: 660px) {
  .has_submenu .categoryes__list_submenu ul{
    margin-top: 10px;
    position: relative;
    top: 0;
    left: 0;
  }
}





.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4.2em;
}

@media only screen and (max-width: 860px) {
  .slideshow {
    margin-bottom: 2.65em;
  }
}

@media only screen and (max-width: 560px) {
  .slideshow {
    margin-bottom: 2.35em;
  }
}

.slideshow__list {
  overflow: hidden;
}

.slideshow__list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slideshow__item {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slideshow__img-holder {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 140.9%;
  max-width: 1900px;
}

@media only screen and (max-width: 860px) {
  .slideshow__img-holder {
    -ms-transform: translate3d(-53.05%, 0, 0);
    -webkit-transform: translate3d(-53.05%, 0, 0);
    transform: translate3d(-53.05%, 0, 0);
    width: 232%;
  }
}

.slideshow__holder {
  z-index: 100;
  height: -webkit-calc(100vw * .3439);
  height: calc(100vw * .3439);
  padding-top: -webkit-calc(100vw * .062);
  padding-top: calc(100vw * .062);
}

@media only screen and (max-width: 860px) {
  .slideshow__holder {
    height: -webkit-calc(100vw * .504);
    height: calc(100vw * .504);
    padding-top: -webkit-calc(100vw * .072);
    padding-top: calc(100vw * .072);
  }
}

@media only screen and (max-width: 560px) {
  .slideshow__holder {
    padding-top: -webkit-calc(84vw * .072);
    padding-top: calc(84vw * .072);
    height: -webkit-calc(97vw * .505);
    height: calc(97vw * .505);
  }
}

.slideshow__text {
  font-weight: 700;
  display: block;
  font-size: 2.375em;
  line-height: 1.2em;
  color: #0b2139;
}

@media only screen and (max-width: 960px) {
  .slideshow__text {
    font-size: 2em;
    line-height: 1.24em;
  }
}

@media only screen and (max-width: 660px) {
  .slideshow__text {
    font-size: 1.125em;
  }
}

.slideshow__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 560px) {
  .slideshow__nav {
    bottom: 0.3em;
  }
}

.slideshow__arrow {
  background-color: #f5f6f8;
  border: none;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #0b2139;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  z-index: 1000;
}

.slideshow__arrow:hover {
  color: #c51611;
}

.slideshow__arrow:not(:last-child) {
  border-right: 1px solid #c51611;
  width: 41px;
}

.slideshow__icon {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 24px;
}

.map-popup__map {
  width: 100%;
  height: 435px;
}

.catalog {
  margin-bottom: 4.5em;
}

@media only screen and (max-width: 860px) {
  .catalog {
    margin-bottom: 3.2em;
  }
}

@media only screen and (max-width: 560px) {
  .catalog {
    margin-bottom: 0;
  }
}

.catalog--catalog-brend {
  margin-bottom: 4.9em;
  padding-top: 0.4em;
}

@media only screen and (max-width: 860px) {
  .catalog--catalog-brend {
    margin-bottom: 3.2em;
  }
}

.catalog--catalog-brend .catalog__holder {
  padding: 0;
  width: 100%;
}

.catalog__title {
  text-align: center;
  font-size: 2em;
  color: #091929;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 560px) {
  .catalog__title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
}

.catalog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #d7dee6;
  padding-top: 1.6em;
}

@media only screen and (max-width: 860px) {
  .catalog__list {
    padding-top: 1.5em;
  }
}

@media only screen and (max-width: 560px) {
  .catalog__list {
    padding-top: 1.2em;
  }
}

@media only screen and (max-width: 460px) {
  .catalog__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.catalog--catalog-brend .catalog__list {
  padding-top: 0;
  border-top: none;
}

.catalog__item {
  width: 31.5%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.95em;
  padding-right: 5%;
}

.catalog__item:before {
  content: "";
  margin-right: 0.6em;
  width: 10px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f82f39;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media only screen and (max-width: 560px) {
  .catalog__item:before {
    margin-right: 0.5em;
  }
}

@media only screen and (max-width: 560px) {
  .catalog__item {
    padding-right: 0;
    width: 48.2%;
    margin-bottom: 0.85em;
  }
}

.catalog--catalog-brend .catalog__item:before {
  margin-right: .7em;
}

.catalog__link {
  color: #3e3e3e;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 1em;
  line-height: 1.2em;
}

.catalog__link:first-letter, .catalog__link:hover {
  color: #f82f39;
}

@media only screen and (max-width: 560px) {
  .catalog__link {
    font-size: 0.875em;
  }
}

.spares {
  background-color: #f5f6f8;
  padding: 2.2em 0 2.65em 0;
  margin-bottom: 4.2em;
}

@media only screen and (max-width: 860px) {
  .spares {
    padding: 2.2em 0 0.1em 0;
    margin-bottom: 3.65em;
  }
}

@media only screen and (max-width: 560px) {
  .spares {
    padding: 1.7em 0 0.9em 0;
    margin-bottom: 1.95em;
  }
}

.spares__title {
  color: #091929;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 1.37em;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .spares__title {
    margin-bottom: 0.87em;
  }
}

@media only screen and (max-width: 560px) {
  .spares__title {
    font-size: 1.25em;
  }
}

.spares__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 860px) {
  .spares__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.spares__item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
  padding: 0 0.625em;
  width: 16.229%;
}

.spares__item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 4, 4, 0.1);
          box-shadow: 0px 0px 24px 0px rgba(4, 4, 4, 0.1);
}

@media only screen and (max-width: 860px) {
  .spares__item {
    width: 25.8%;
    margin-bottom: 1.8em;
  }
}

@media only screen and (max-width: 560px) {
  .spares__item {
    width: 49.9%;
    margin-bottom: 0.53em;
  }
}

.spares__img {
  margin: 0 auto;
  max-width: 165px;
}

.services {
  margin-bottom: 4.3em;
}

@media only screen and (max-width: 860px) {
  .services {
    margin-bottom: 2.8em;
  }
}

.services__title {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #091929;
  margin-bottom: 1.53em;
}

@media only screen and (max-width: 860px) {
  .services__title {
    margin-bottom: 1.33em;
  }
}

@media only screen and (max-width: 560px) {
  .services__title {
    font-size: 1.625em;
    margin-bottom: 0.8em;
  }
}

.services__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 860px) {
  .services__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.services__list {
  display: inline-block;
  vertical-align: top;
  width: 54.5%;
}

@media only screen and (max-width: 1200px) {
  .services__list {
    width: 60%;
  }
}

@media only screen and (max-width: 860px) {
  .services__list {
    width: 100%;
    margin-bottom: 2.9em;
  }
}

@media only screen and (max-width: 560px) {
  .services__list {
    margin-bottom: 3.2em;
  }
}

.services__advantages {
  width: 34.25%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 860px) {
  .services__advantages {
    width: 100%;
    padding-left: 0.25em;
  }
}

.advantages {
  position: relative;
  border-left: 1px solid #d7dee6;
  height: 100%;
}

@media only screen and (max-width: 560px) {
  .advantages {
    padding-bottom: 1em;
  }
}

.advantages--about {
  margin-left: .3em;
  margin-bottom: 2.2em;
}

.advantages__title {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #0b2139;
  margin-bottom: 1em;
  border-left: 4px solid #f82f39;
  padding: 0.3em 0.5em 0.35em 0.5em;
  margin-left: -5px;
  margin-bottom: 1.55em;
}

@media only screen and (max-width: 560px) {
  .advantages__title {
    margin-bottom: 0.8em;
  }
}

.advantages--about .advantages__title {
  margin-bottom: 1.65em;
}

@media only screen and (max-width: 560px) {
  .advantages--about .advantages__title {
    margin-bottom: 0.8em;
  }
}

.advantages__list {
  padding-left: 0.8em;
}

@media only screen and (max-width: 860px) {
  .advantages__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.advantages--about .advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.advantages__item:not(:last-child) {
  margin-bottom: 2.2em;
}

@media only screen and (max-width: 560px) {
  .advantages__item:not(:last-child) {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 860px) {
  .advantages__item {
    width: 47.8%;
  }
}

@media only screen and (max-width: 560px) {
  .advantages__item {
    width: 100%;
  }
}

.advantages--about .advantages__item {
  width: 32.1%;
  margin-bottom: 3em;
  padding-right: 2.1%;
}

@media only screen and (max-width: 1200px) {
  .advantages--about .advantages__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 760px) {
  .advantages--about .advantages__item {
    width: 48%;
  }
}

@media only screen and (max-width: 560px) {
  .advantages--about .advantages__item {
    width: 100%;
    margin-bottom: 2em;
  }
}

.advantages__img-holder {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: .6em;
}

.advantages__text {
  display: inline-block;
  vertical-align: middle;
  color: #3e3e3e;
  font-size: 0.875em;
  line-height: 1.2em;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -1.25em;
}

.services-list--services-bottom {
  margin-bottom: 0;
}

.services-list--services-page {
  padding-top: .55em;
  margin-bottom: 1em;
}

.services-list__item {
  width: 48.3%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #ad4a47;
  overflow: hidden;
  margin-bottom: 1.25em;
  text-decoration: none;
}

@media only screen and (max-width: 860px) {
  .services-list__item {
    width: 46.8%;
    margin-bottom: 1.45em;
  }
}

@media only screen and (max-width: 500px) {
  .services-list__item {
    width: 100%;
    margin-bottom: 1.14em;
  }
}

.services-list--services-bottom .services-list__item, .services-list--services-page .services-list__item {
  width: 28.1%;
  margin-bottom: 1.85em;
}

@media only screen and (max-width: 1200px) {
  .services-list--services-bottom .services-list__item, .services-list--services-page .services-list__item {
    width: 30%;
  }
}

@media only screen and (max-width: 860px) {
  .services-list--services-bottom .services-list__item, .services-list--services-page .services-list__item {
    width: 46.8%;
  }
}

@media only screen and (max-width: 500px) {
  .services-list--services-bottom .services-list__item, .services-list--services-page .services-list__item {
    width: 100%;
    margin-bottom: 1.14em;
  }
}

.services-list__img-holder {
  display: block;
  width: 100%;
  height: 100%;
}

.services-list__img {
  min-height: 100%;
  opacity: .2;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.services-list__item:hover .services-list__img {
  opacity: .8;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-list__text {
  position: absolute;
  left: 0.9em;
  right: 0.9em;
  bottom: 0.6em;
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
}

@media only screen and (max-width: 960px) {
  .services-list__text {
    font-size: 1em;
  }
}

@media only screen and (max-width: 860px) {
  .services-list__text {
    font-size: 1.375em;
    position: absolute;
    left: 0.8em;
    right: 1em;
    bottom: 0.95em;
  }
}

@media only screen and (max-width: 660px) {
  .services-list__text {
    font-size: 1em;
  }
}

@media only screen and (max-width: 500px) {
  .services-list__text {
    font-size: 1.375em;
    position: absolute;
    left: 0.45em;
    right: 1em;
    bottom: 0.75em;
  }
}

.services-list--services-bottom .services-list__text, .services-list--services-page .services-list__text {
  right: 1.8em;
  bottom: 1.15em;
}

.text-block {
  color: #403f3f;
  font-size: 0.875em;
  line-height: 1.2em;
}

.text-block h2 {
  font-size: 1.42857em;
  color: #091929;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 1.05em;
}

.text-block h3 {
  font-size: 1em;
  color: currentColor;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 1.2em;
}

.text-block p {
  line-height: 1.25em;
}

.text-block ul li:before {
  content: "• ";
}

.text-block .no-margin {
  margin-bottom: 0;
}

.text-block .dark {
  color: #091929;
}

.text-block .short {
  max-width: 740px;
}

.text-block--service {
  max-width: 940px;
}

.text-block--service h2 {
  font-size: 1.28571em;
  margin-bottom: 0.85em;
}

.text-block--service h3 {
  margin-bottom: 1.6em;
}

.text-block--catalog-brends {
  margin-bottom: 6.5em;
}

@media only screen and (max-width: 860px) {
  .text-block--catalog-brends {
    margin-bottom: 4em;
  }
}

.text-block--catalog-brend {
  margin-bottom: 5.1em;
}

@media only screen and (max-width: 860px) {
  .text-block--catalog-brend {
    margin-bottom: 4em;
  }
}

.text-block--about {
  margin-bottom: 4.9em;
}

@media only screen and (max-width: 860px) {
  .text-block--about {
    margin-bottom: 4em;
  }
}

.text-block--article {
  margin-bottom: 9.3em;
}

@media only screen and (max-width: 860px) {
  .text-block--article {
    margin-bottom: 7em;
  }
}

@media only screen and (max-width: 660px) {
  .text-block--article {
    margin-bottom: 4em;
  }
}

.text-block--article h2 {
  margin-bottom: 1.5em;
}

.text-block--article h3 {
  color: #091929;
}

.text-block--article .line-list {
  max-width: 830px;
  margin-bottom: 2.8em;
}

.text-block--article .line-list li:not(:last-child) {
  margin-bottom: 0.9em;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.15em;
}

@media only screen and (max-width: 560px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.35em;
  }
}

.footer-nav__block {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 860px) {
  .footer-nav__block {
    padding-right: 4%;
  }
}

@media only screen and (max-width: 560px) {
  .footer-nav__block {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 860px) {
  .footer-nav__item:not(:last-child) {
    margin-bottom: 2.8em;
  }
}

@media only screen and (max-width: 560px) {
  .footer-nav__item:not(:last-child) {
    margin-bottom: 1.95em;
  }
}

@media only screen and (max-width: 560px) {
  .footer-nav__item {
    width: 100%;
    margin-bottom: 0.25em;
  }
}

.footer-nav__trigger {
  display: none;
  background-color: #293d50;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d7dee6;
  padding: 0.6em 1.2em 0.7em 1em;
  font-size: 1.125em;
  line-height: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-weight: 700;
}

.footer-nav__trigger:hover {
  color: #f82f39;
}

@media only screen and (max-width: 560px) {
  .footer-nav__trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav__trigger-text {
  display: inline-block;
  vertical-align: middle;
}

.footer-nav__trigger-icon {
  width: 19px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.footer-nav__trigger.active .footer-nav__trigger-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 560px) {
  .footer-nav__list {
    display: none;
    padding: 1em 4%;
  }
}

.footer-nav__list--page {
  display: block;
  padding: 0;
}

.footer-nav__list-item:not(:last-child) {
  margin-bottom: 0.83em;
}

.footer-nav__link {
  text-decoration: none;
  color: #d7dee6;
  font-size: 0.875em;
  line-height: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.footer-nav__link:hover {
  color: #f82f39;
}

.footer-nav__holder {
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48.7%;
}

@media only screen and (max-width: 860px) {
  .footer-nav__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 31.6%;
    min-width: 210px;
  }
}

@media only screen and (max-width: 560px) {
  .footer-nav__holder {
    width: 100%;
    min-width: 0;
  }
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

@media only screen and (max-width: 860px) {
  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}

@media only screen and (max-width: 760px) {
  .footer-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 500px) {
  .footer-contact {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
}

.footer-contact__holder {
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: right;
  margin-right: 1em;
  padding-top: 0.25em;
}

@media only screen and (max-width: 860px) {
  .footer-contact__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}

@media only screen and (max-width: 660px) {
  .footer-contact__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 500px) {
  .footer-contact__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.footer-contact__address {
  color: #848c96;
  font-style: normal;
  display: block;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 860px) {
  .footer-contact__address {
    margin-bottom: 0;
    margin-right: 2em;
  }
}

@media only screen and (max-width: 660px) {
  .footer-contact__address {
    margin-right: 0;
  }
}

.footer-contact__email {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #848c96;
  border-bottom: 1px solid #848c96;
}

.footer-contact__email:hover {
  border-bottom-color: transparent;
}

.footer-contact__phone {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #848c96;
  border-bottom: 1px solid transparent;
  font-size: 1.75em;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.footer-contact__phone:hover {
  border-bottom-color: #848c96;
}

@media only screen and (max-width: 860px) {
  .footer-contact__phone {
    margin-left: auto;
    margin-top: -0.3em;
    margin-bottom: 0.4em;
  }
}

@media only screen and (max-width: 760px) {
  .footer-contact__phone {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .footer-contact__phone {
    margin-bottom: 0.45em;
  }
}

.copyright {
  font-size: 0.75em;
  line-height: 1.2em;
  color: #848c96;
  display: block;
}

.copyright--hidden {
  display: none;
}

@media only screen and (max-width: 500px) {
  .copyright--hidden {
    display: block;
  }
}

.breadcrumb {
  margin-bottom: 3.15em;
}

.breadcrumb__item {
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #7f7f7f;
}

.breadcrumb__item:not(:last-child):after {
  content: "/";
  margin: 0 0.15em 0 0.3em;
}

@media only screen and (max-width: 960px) {
  .breadcrumb__item {
    margin-bottom: .7em;
  }
}

.breadcrumbs__link {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

.breadcrumbs__link:hover {
  border-bottom-color: transparent;
}

.main-title {
  color: #091929;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #d7dee6;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 960px) {
  .main-title {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 660px) {
  .main-title {
    font-size: 1.375em;
  }
}

.main-title--service {
  margin-bottom: 1.05em;
}

.main-title--product {
  padding-bottom: 0.36em;
  margin-bottom: 1.16em;
}

.main-title--promotion {
  padding-bottom: 0.8em;
  margin-bottom: 0.88em;
}

.main-title--about {
  margin-bottom: 1.05em;
}

.main-title--contact {
  margin-bottom: 1.15em;
}

.main-title__subtitle {
  font-size: 0.5em;
  line-height: 1.2em;
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  .main-title__subtitle {
    font-size: 0.57143em;
  }
}

@media only screen and (max-width: 660px) {
  .main-title__subtitle {
    font-size: 0.63636em;
  }
}

.products {
  margin-bottom: 2em;
}

.products__table {
  margin-bottom: 3.85em;
}

@media only screen and (max-width: 660px) {
  .products__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.products__header {
  background-color: #0b2139;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 7em 0.6em 4.3em;
}

@media only screen and (max-width: 660px) {
  .products__header {
    display: none;
  }
}

.products__header-item {
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.2em;
}

.products__header-item--code {
  width: 16.9%;
  padding-right: 4%;
}

.products__header-item--name {
  width: 56.7%;
}

.products__header-item--brend {
  width: 16.5%;
}

.products__header-item--quantity {
  width: 9.9%;
  white-space: nowrap;
}

.products__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #0b2139;
  padding: 0.4em 0.75em 0.1em 0.4em;
}

.products__item:nth-child(even) {
  background-color: #f5f6f8;
}

@media only screen and (max-width: 660px) {
  .products__item:nth-child(even) {
    background-color: #ffffff;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 560px) {
  .products__item:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 660px) {
  .products__item {
    width: 48%;
    border: 1px solid #d7dee6;
    margin-bottom: 2em;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 85%;
  }
}

@media only screen and (max-width: 560px) {
  .products__item {
    min-width: 250px;
  }
}

@media only screen and (max-width: 460px) {
  .products__item {
    max-width: 100%;
  }
}

.products__item-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
}

@media only screen and (max-width: 660px) {
  .products__item-holder {
    width: 60%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: .5em;
    padding-top: .5em;
  }
}

.products__img-holder {
  display: inline-block;
  vertical-align: middle;
  width: 4.5em;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media only screen and (max-width: 660px) {
  .products__img-holder {
    width: 40%;
  }
}

@media only screen and (max-width: 660px) {
  .products__thumb {
    display: none;
  }
}

@media only screen and (max-width: 660px) {
  .products__img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.products__hidden-img {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 97%;
  left: 47.5%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
  z-index: 1;
}

.products__img-holder:hover .products__hidden-img {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 660px) {
  .products__hidden-img {
    opacity: 1;
    pointer-events: auto;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.products__code {
  width: 14.4%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.3em;
  padding-right: 4%;
}

@media only screen and (max-width: 660px) {
  .products__code {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: .7em;
  }
}

.products__code-text {
  color: #f82f39;
}

@media only screen and (max-width: 660px) {
  .products__code-text:before {
    content: attr(data-text);
    margin-right: .4em;
    color: #0b2139;
  }
}

.products__name {
  color: #0b2139;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 48.1%;
  padding-bottom: 0.3em;
  padding-right: 4%;
}

@media only screen and (max-width: 660px) {
  .products__name {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: .7em;
  }
}

.products__name-text {
  -webkit-transition: all 1s;
  transition: all 1s;
  border-bottom: 1px solid transparent;
}

.products__name:hover .products__name-text {
  border-bottom-color: #0b2139;
}

.products__brend {
  display: inline-block;
  vertical-align: middle;
  width: 11%;
  padding-bottom: 0.3em;
}

@media only screen and (max-width: 660px) {
  .products__brend {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: .7em;
  }
}

.products__quantity {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 13.1%;
  padding-bottom: 0.3em;
}

@media only screen and (max-width: 660px) {
  .products__quantity {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: .7em;
    text-align: left;
  }
}

.products__quantity-text {
  color: #f82f39;
}

@media only screen and (max-width: 660px) {
  .products__quantity-text:before {
    content: attr(data-text);
    margin-right: .4em;
    color: #0b2139;
  }
}

.products__buy {
  padding-bottom: 0.1em;
  display: inline-block;
  width: 6.45em;
}

@media only screen and (max-width: 660px) {
  .products__buy {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: auto;
  }
}

.products__btn {
  display: block;
  width: 100%;
  color: #f82f39;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-transition: all 1s;
  transition: all 1s;
  outline: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  font: 600 1em/1.2em "Open-Sans", sans-serif;
  padding: 0.35em 0 0.4em 0;
}

.products__btn:hover {
  background-color: #f82f39;
  color: #ffffff;
  border-color: #f82f39;
}

@media only screen and (max-width: 660px) {
  .products__btn {
    width: 80%;
  }
}

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

.pagination__item:not(:last-child) {
  margin-right: 0.65em;
}

.pagination__link {
  color: #959ba2;
  padding-top: 0.2em;
  text-decoration: none;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 1px solid currentColor;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  width: 34px;
  height: 34px;
}

.pagination__item.active .pagination__link, .pagination__link:hover {
  color: #0b2139;
}

.pagination__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  line-height: 1.2em;
}

.promotions--horizontal {
  margin-bottom: 3.65em;
}

.promotions__title {
  font-size: 1.125em;
  line-height: 1.2em;
  color: #0b2139;
  border-left: 4px solid #f82f39;
  font-weight: 700;
  padding: 0.35em 0.65em 0.35em 0.65em;
  margin-bottom: 1.1em;
}

.promotions--horizontal .promotions__title {
  font-size: 1.375em;
  padding: 0.15em .57em 0.2em 0.57em;
  margin-bottom: 1.7em;
}

.promotions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promotions--vertical .promotions__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 960px) {
  .promotions--vertical .promotions__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 560px) {
  .promotions--vertical .promotions__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.promotions--horizontal .promotions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 760px) {
  .promotions--horizontal .promotions__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 460px) {
  .promotions--horizontal .promotions__list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.promotions__item {
  text-decoration: none;
  font-size: 0.8125em;
  line-height: 1.24em;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #5b80ad;
  max-width: 262px;
}

.promotions__item:hover {
  color: #f82f39;
}

.promotions--vertical .promotions__item {
  width: 100%;
}

.promotions--vertical .promotions__item:not(:last-child) {
  margin-bottom: 2.15em;
}

@media only screen and (max-width: 960px) {
  .promotions--vertical .promotions__item:not(:last-child) {
    margin-right: 3%;
  }
}

@media only screen and (max-width: 560px) {
  .promotions--vertical .promotions__item:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .promotions--vertical .promotions__item {
    width: 80%;
    max-width: 100%;
  }
}

.promotions--horizontal .promotions__item {
  width: 22.9%;
}

@media only screen and (max-width: 760px) {
  .promotions--horizontal .promotions__item {
    width: 47%;
    margin-bottom: 2em;
    max-width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .promotions--horizontal .promotions__item {
    width: 100%;
    max-width: 262px;
  }
}

.promotions__figure {
  display: block;
  margin-bottom: 0.55em;
  position: relative;
}

.promotions__bage {
  position: absolute;
  left: 0;
  bottom: 0.6em;
  background-color: #f82f39;
  text-align: center;
  font-size: 1.23077em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 800;
  z-index: 1;
  padding: 0.3em 0.7em 0.1em 0.4em;
}

.promotions__text {
  display: block;
}

.article {
  margin-bottom: 8.2em;
}

.article__img-holder {
  margin-bottom: 2.85em;
}

.article__main-text {
  color: #7f7f7f;
  font-size: 0.875em;
  line-height: 1.2em;
  margin-bottom: 3.7em;
}

.article__main-text p {
  line-height: 1.25em;
}

.callback {
  background-color: #f5f6f8;
  margin-bottom: 4.55em;
}

.callback__holder {
  padding-left: 22.85%;
  padding-top: 1.85em;
  padding-bottom: 1.55em;
}

.callback__holder:before {
  content: url("../images/callback-bg.png");
  position: absolute;
  right: 77.4%;
  bottom: -0.25em;
}

@media only screen and (max-width: 760px) {
  .callback__holder:before {
    right: 64%;
  }
}

@media only screen and (max-width: 560px) {
  .callback__holder:before {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .callback__holder {
    padding-left: 37%;
  }
}

@media only screen and (max-width: 560px) {
  .callback__holder {
    padding-left: 1.25em;
    text-align: center;
  }
}

.callback__title {
  font-size: 2.125em;
  line-height: 1.2em;
  font-weight: 800;
  color: #004b8f;
  margin-bottom: 0.35em;
}

@media only screen and (max-width: 660px) {
  .callback__title {
    font-size: 1.625em;
  }
}

@media only screen and (max-width: 560px) {
  .callback__title {
    font-size: 1.375em;
  }
}

.callback__phone {
  margin-bottom: 2.6em;
}

@media only screen and (max-width: 660px) {
  .callback__phone {
    font-size: .9em;
  }
}

.callback__phone-text {
  font-size: 1.375em;
  line-height: 1.2em;
  color: #0b2139;
  margin-right: 0.26em;
}

@media only screen and (max-width: 560px) {
  .callback__phone-text {
    display: block;
  }
}

.callback__phone-link {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #f82f39;
  border-bottom: 1px solid transparent;
  font-size: 1.75em;
  line-height: 1.2em;
  white-space: nowrap;
}

.callback__phone-link:hover {
  border-bottom-color: #f82f39;
}

.callback__address {
  font-size: 1em;
  line-height: 1.2em;
  color: #7f7f7f;
  display: block;
  font-style: normal;
}

.callback__address-text {
  margin-right: .56em;
}

@media only screen and (max-width: 560px) {
  .callback__address-text {
    display: block;
  }
}

.callback__address-link {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #5b80ad;
  border-bottom: 1px solid #5b80ad;
  white-space: nowrap;
}

.callback__address-link:hover {
  border-bottom-color: transparent;
}

.product {
  margin-bottom: 3.1em;
}

.product__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.85em;
}

@media only screen and (max-width: 460px) {
  .product__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.product__img-holder {
  width: 35.3%;
  border: 1px solid #d7dee6;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}

@media only screen and (max-width: 460px) {
  .product__img-holder {
    margin-right: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
}

.product__info {
  display: inline-block;
  vertical-align: top;
  width: 61%;
}

@media only screen and (max-width: 460px) {
  .product__info {
    width: 100%;
  }
}

.product__characteristics {
  margin-bottom: 2.1em;
  max-width: 340px;
}

.product__characteristics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #ffffff;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #091929;
  padding: 0.8em 1.15em 0.9em 1.15em;
}

.product__characteristics-item:nth-child(odd) {
  background-color: #f5f6f8;
}

.product__characteristics-title {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  padding-right: 4%;
}

.product__characteristics-value {
  display: inline-block;
  vertical-align: top;
  width: 48px;
}

.product__btn-holder {
  width: 110px;
}

.product__btn {
  display: block;
  width: 100%;
  color: #f82f39;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-transition: all 1s;
  transition: all 1s;
  outline: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  font: 600 1em/1.2em "Open-Sans", sans-serif;
  padding: 0.4em 0 0.45em 0;
}

.product__btn:hover {
  background-color: #f82f39;
  color: #ffffff;
  border-color: #f82f39;
}

.product__description-item {
  border-top: 1px solid #d7dee6;
  padding: 1em 0 0.9em 0;
}

.product__description-item:last-child {
  border-bottom: 1px solid #d7dee6;
}

.product__description-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #5b80ad;
  font-size: 1em;
  line-height: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 0 0.5em;
}

.product__description-item.active .product__description-trigger, .product__description-trigger:hover {
  color: #091929;
}

.product__trigger-icon {
  width: 22px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #5b80ad;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-right: 1.05em;
}

.product__description-item.active .product__trigger-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product__trigger-text {
  display: inline-block;
  vertical-align: middle;
}

.product__description-text {
  display: none;
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #7f7f7f;
  padding: 2.3em 2em 0.6em 1em;
}

.product__description-item.active .product__description-text {
  display: block;
}

.services-bottom__title {
  color: #091929;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1.1em;
  font-weight: 700;
}

.services-bottom__text {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #7f7f7f;
  margin-bottom: 2em;
}

.promotions-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.promotions-list__item {
  display: inline-block;
  vertical-align: top;
  width: 31.6%;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.24em;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #5b80ad;
  margin-bottom: 4.35em;
}

.promotions-list__item:hover {
  color: #f82f39;
}

@media only screen and (max-width: 660px) {
  .promotions-list__item {
    width: 45%;
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 460px) {
  .promotions-list__item {
    width: 100%;
  }
}

.promotions-list__figure {
  display: block;
  margin-bottom: 0.55em;
  position: relative;
}

.promotions-list__bage {
  position: absolute;
  left: 0;
  bottom: 1.3em;
  background-color: #f82f39;
  text-align: center;
  font-size: 1.14286em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 800;
  z-index: 1;
  padding: 0.3em 0.75em 0.1em 0.55em;
}

.promotions-list__text {
  display: block;
}

.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.55em;
  margin-bottom: 7em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 860px) {
  .brands {
    margin-bottom: 5em;
  }
}

@media only screen and (max-width: 460px) {
  .brands {
    margin-bottom: 3em;
  }
}

.brands__item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 14.6%;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 1px solid #d7dee6;
}

.brands__item:hover {
  border-color: #c51611;
}

@media only screen and (max-width: 860px) {
  .brands__item {
    margin-bottom: 1.5em;
    width: 30%;
  }
}

@media only screen and (max-width: 460px) {
  .brands__item {
    width: 47%;
  }
}

.certificates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0.8em;
  margin-right: -2.47%;
}

.certificates_item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-bottom: 1.85em;
  margin-right: 2.47%;
  overflow: hidden;
  width: 14.19%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.certificates_item:hover {
  -webkit-box-shadow: 0 0 0 1px #c51611;
          box-shadow: 0 0 0 1px #c51611;
}

@media only screen and (max-width: 960px) {
  .certificates_item {
    width: 17.39%;
  }
}

@media only screen and (max-width: 660px) {
  .certificates_item {
    width: 22.39%;
  }
}

@media only screen and (max-width: 560px) {
  .certificates_item {
    width: 30.79%;
  }
}

@media only screen and (max-width: 460px) {
  .certificates_item {
    width: 46.69%;
  }
}

.certificates__thumb {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.certificates_item:hover .certificates__thumb {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.brend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5em;
  margin-bottom: 4em;
}

@media only screen and (max-width: 560px) {
  .brend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em;
  }
}

.brend-list__item {
  display: inline-block;
  vertical-align: top;
  width: 28.15%;
  color: #c51611;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 1px solid #c51611;
}

.brend-list__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
}

@media only screen and (max-width: 660px) {
  .brend-list__item {
    width: 32%;
  }
}

@media only screen and (max-width: 560px) {
  .brend-list__item {
    width: 90%;
    margin-bottom: 2em;
  }
}

.search-block {
  padding: 1.6em 0 1.45em 0;
  background-color: #f5f6f8;
  margin-bottom: 3.8em;
}

.search-block__holder {
  max-width: 784px;
}

.search-block__input {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d7dee6;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font: 1em/1.2em "Open-Sans", sans-serif;
  padding: 1.05em 10em 0.85em 3.2%;
}

@media only screen and (max-width: 560px) {
  .search-block__input {
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 460px) {
  .search-block__input {
    padding-right: 5.3em;
  }
}

@media only screen and (max-width: 400px) {
  .search-block__input {
    padding-right: 2.3em;
    font-size: 0.8125em;
  }
}

.search-block__btn {
  width: 128px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: auto;
  z-index: 1;
  outline: none;
  color: #f5f6f8;
  border: none;
  background: -webkit-linear-gradient(top, #7195c1 0%, #5b80ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#7195c1), to(#5b80ad));
  background: linear-gradient(to bottom, #7195c1 0%, #5b80ad 100%);
  cursor: pointer;
  font: 700 1.25em/1.2em "Open-Sans", sans-serif;
  white-space: nowrap;
}

.search-block__btn:before {
  content: "";
  z-index: -1;
  opacity: 0;
  background-color: #5b80ad;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.search-block__btn:hover:before {
  opacity: 1;
}

@media only screen and (max-width: 560px) {
  .search-block__btn {
    font-size: 1em;
    right: 25px;
    width: 100px;
    height: 36px;
  }
}

@media only screen and (max-width: 460px) {
  .search-block__btn {
    width: 59px;
  }
}

@media only screen and (max-width: 400px) {
  .search-block__btn {
    background: transparent;
    width: 35px;
    right: 19px;
  }
  .search-block__btn:before {
    display: none;
  }
}

.search-block__btn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  color: #ffffff;
  margin-right: .5em;
}

@media only screen and (max-width: 560px) {
  .search-block__btn-icon {
    width: 17px;
    height: 17px;
  }
}

@media only screen and (max-width: 460px) {
  .search-block__btn-icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .search-block__btn-icon {
    color: #5b80ad;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .search-block__btn-icon:hover {
    color: #7195c1;
  }
}

.search-block__btn-text {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 460px) {
  .search-block__btn-text {
    display: none;
  }
}

.article-list {
  margin-bottom: 6.4em;
}

@media only screen and (max-width: 760px) {
  .article-list {
    margin-bottom: 4em;
  }
}

@media only screen and (max-width: 560px) {
  .article-list {
    margin-bottom: 3em;
  }
}

.article-list__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.45em;
}

.article-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.25em;
  width: 48.6%;
}

@media only screen and (max-width: 860px) {
  .article-list__item {
    display: block;
  }
}

@media only screen and (max-width: 660px) {
  .article-list__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 460px) {
  .article-list__item {
    display: block;
  }
}

.article-list__figure {
  width: 29.75%;
  display: inline-block;
  vertical-align: top;
  min-width: 130px;
  margin-right: 3%;
}

@media only screen and (max-width: 860px) {
  .article-list__figure {
    float: left;
  }
}

.article-list__info {
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 64.6%;
  margin-top: -0.2em;
  padding-right: 1em;
}

@media only screen and (max-width: 860px) {
  .article-list__info {
    width: auto;
    display: inherit;
    padding-right: 0;
  }
}

@media only screen and (max-width: 660px) {
  .article-list__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64%;
  }
}

@media only screen and (max-width: 460px) {
  .article-list__info {
    width: auto;
    display: inherit;
  }
}

.article-list__title {
  margin-bottom: 0.2em;
  font-size: 1em;
  line-height: 1.2em;
}

.article-list__link {
  color: #5b80ad;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.article-list__link:hover {
  color: #c51611;
}

.article-list__text {
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #7f7f7f;
  margin-bottom: 1em;
}

.article-list__more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  color: #5b80ad;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 0.8125em;
  line-height: 1.2em;
  background-color: #f0f1f3;
  margin-top: auto;
  padding: 0.15em 0 0.25em 0.35em;
}

.article-list__more-btn:hover {
  color: #c51611;
}

.article-list__more-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: .7em;
}

.article-list__more-icon {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
}

.promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.75em;
}

@media only screen and (max-width: 760px) {
  .promotion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.promotion__article {
  width: 57.2%;
}

@media only screen and (max-width: 760px) {
  .promotion__article {
    width: 100%;
  }
}

.promotion__block:not(:last-child) {
  margin-bottom: 2.15em;
}

.promotion__title {
  color: #091929;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1em;
  margin-bottom: 1em;
}

.promotion__text {
  color: #7f7f7f;
  font-size: 0.875em;
  line-height: 1.2em;
}

.promotion__text p {
  line-height: 1.25em;
}

.promotion__text p:not(:last-child) {
  margin-bottom: 1.2em;
}

.promotion__aside {
  width: 40.1%;
  padding-top: 0.4em;
}

@media only screen and (max-width: 760px) {
  .promotion__aside {
    width: 100%;
    margin-bottom: 2em;
  }
}

.promotion__figure {
  max-width: 460px;
}

.payment__block:not(:last-child) {
  margin-bottom: 3em;
}

.payment__text p:not(:last-child) {
  margin-bottom: 0.05em;
}

.payment__card-holder {
  margin-top: -1.35em;
}

.payment__card-img {
  max-width: 100%;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.3em;
}

@media only screen and (max-width: 660px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 3em;
  }
}

.about__text {
  display: inline-block;
  vertical-align: top;
  width: 57.7%;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #7f7f7f;
}

.about__text p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 660px) {
  .about__text {
    width: 100%;
  }
}

.about__figure {
  width: 40.3%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 660px) {
  .about__figure {
    width: 100%;
    margin-bottom: 2em;
  }
}

.about__img {
  max-width: 465px;
}

.paper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.55em;
}

@media only screen and (max-width: 760px) {
  .paper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.paper__figure {
  width: 40.25%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  .paper__figure {
    width: 100%;
    margin-bottom: 2em;
  }
}

.paper__img {
  max-width: 460px;
}

.paper__text {
  display: inline-block;
  vertical-align: top;
  width: 57.15%;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #7f7f7f;
}

.paper__text p:not(:last-child) {
  margin-bottom: 1.7em;
}

@media only screen and (max-width: 760px) {
  .paper__text {
    width: 100%;
    margin-bottom: 2em;
  }
}

.more-paper__title {
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.2em;
  color: #0b2139;
  margin-bottom: 1em;
  border-left: 4px solid #f82f39;
  padding: 0.15em 0.5em 0.24em 0.56em;
  margin-bottom: 1.36em;
}

.spare-article {
  padding-top: 0.5em;
  margin-bottom: 9.3em;
}

@media only screen and (max-width: 560px) {
  .spare-article {
    margin-bottom: 4em;
  }
}

.spare-article__figure {
  margin-bottom: 2.8em;
}

.spare-article__text {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #7f7f7f;
  margin-bottom: 3.55em;
}

.spare-article__text p {
  margin-bottom: 0;
}

.spare-article__text p:not(:last-child) {
  margin-bottom: 1.4em;
}

.spare-article__img-blog {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #7f7f7f;
}

.spare-article__img-blog h2 {
  color: #091929;
  font-size: 1.28571em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 2.45em;
}

.spare-article__img-blog p {
  margin-bottom: 0;
}

.spare-article__img-blog p:not(:last-child) {
  margin-bottom: 1.4em;
}

.line-list {
  padding-top: 1.8em;
  margin-bottom: 2.7em;
}

.spare-article__right-figure {
  float: right;
  margin-left: 11%;
  max-width: 361px;
  width: 31.8%;
}

@media only screen and (max-width: 560px) {
  .spare-article__right-figure {
    float: none;
    width: 100%;
    margin: 0 auto 1em;
  }
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 660px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact__holder {
  display: inline-block;
  vertical-align: top;
  width: 31.6%;
  min-width: 230px;
  margin-right: 5%;
}

@media only screen and (max-width: 660px) {
  .contact__holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.contact__block {
  padding-bottom: 0.95em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #d7dee6;
}

.contact__block--big {
  margin-bottom: 1.85em;
}

.contact__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact__item:not(:last-child) {
  margin-bottom: 1.1em;
}

.contact__item--small:not(:last-child) {
  margin-bottom: 1.45em;
}

.contact__title, .contact__phone {
  font-size: 1.125em;
  line-height: 1.2em;
  color: #c51611;
  margin-bottom: 0.3em;
  font-style: normal;
  font-weight: 700;
}

.contact__phone {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #c51611;
  border-bottom: 1px solid transparent;
}

.contact__phone:hover {
  border-bottom-color: #c51611;
}

.contact__subtitle {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #000000;
  display: block;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.contact__text {
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #7f7f7f;
  display: block;
}

.contact__email-holder {
  font-size: 0.8125em;
  line-height: 1.2em;
}

.contact__email-text {
  color: #7f7f7f;
  margin-right: .3em;
}

.contact__email {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #5b80ad;
  border-bottom: 1px solid #5b80ad;
}

.contact__email:hover {
  border-bottom-color: transparent;
}

.contact__map {
  display: inline-block;
  vertical-align: top;
  width: 65.85%;
  margin-top: 0.2em;
  min-height: 500px;
  background: url("../images/loading.gif") center center no-repeat;
}

@media only screen and (max-width: 660px) {
  .contact__map {
    width: 100%;
    min-height: 0;
    height: 300px;
  }
}

.feadback {
  background-color: #f5f6f8;
  padding: 2.8em 0 2.95em 0;
}

.feadback__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}

@media only screen and (max-width: 560px) {
  .feadback__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.feadback__form-holder {
  width: 48.8%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .feadback__form-holder {
    width: 100%;
    margin-bottom: 2em;
  }
}

.feadback__title {
  color: #0b2139;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  border-left: 4px solid #f82f39;
  padding: 1em 1em;
  padding: 0.3em 0.5em 0.4em 0.5em;
  margin-bottom: 0.6em;
}

.feadback__form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 760px) {
  .feadback__form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.feadback__form-cell {
  display: inline-block;
  vertical-align: top;
  width: 47.6%;
  margin-bottom: 1.15em;
}

@media only screen and (max-width: 760px) {
  .feadback__form-cell {
    width: 100%;
    margin-bottom: 1em;
  }
}

.feadback__form-cell:not(:last-child) {
  margin-right: 4%;
}

@media only screen and (max-width: 760px) {
  .feadback__form-cell:not(:last-child) {
    margin-right: 0;
  }
}

.feadback__form-row:not(:last-child) {
  margin-bottom: 1em;
}

.feadback__form-row--btn {
  padding-top: .5em;
}

.feadback__input, .feadback__textarea {
  background-color: #ffffff;
  color: #6f6e6e;
  font: 0.875em/1.2em "Open-Sans", sans-serif;
  border: 1px solid #d7dee6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  display: block;
  width: 100%;
  padding: 0.95em 0.95em 0.75em;
}

.feadback__textarea {
  resize: none;
  height: 102px;
}

.feadback__btn {
  width: 140px;
  height: 38px;
  position: relative;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  margin: auto;
  z-index: 1;
  outline: none;
  color: #f5f6f8;
  border: none;
  background: -webkit-linear-gradient(top, #7195c1 0%, #5b80ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#7195c1), to(#5b80ad));
  background: linear-gradient(to bottom, #7195c1 0%, #5b80ad 100%);
  cursor: pointer;
  font: 700 1em/1.2em "Open-Sans", sans-serif;
}

.feadback__btn:before {
  content: "";
  z-index: -1;
  opacity: 0;
  background-color: #5b80ad;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.feadback__btn:hover:before {
  opacity: 1;
}

.feadback__info {
  width: 42.85%;
  display: inline-block;
  vertical-align: top;
  background: url("../images/feadback-bg.png") 0 0 no-repeat;
  padding: 1.7em 0em 1em 2em;
  margin-top: 2em;
}

@media only screen and (max-width: 760px) {
  .feadback__info {
    width: 49%;
  }
}

@media only screen and (max-width: 560px) {
  .feadback__info {
    width: 100%;
  }
}

.feadback__info-holder {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(48, 48, 48, 0.15);
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #7f7f7f;
  padding: 1.85em 1.4em 0.95em 1.8em;
}

.feadback__info-holder .red {
  color: #f82f39;
}

.feadback__info-holder a {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
  color: #5b80ad;
  border-bottom: 1px solid transparent;
}

.feadback__info-holder a:hover {
  border-bottom-color: #5b80ad;
}

.feadback__info-holder p:not(:last-child) {
  margin-bottom: 1.3em;
}

.order-popup__holder {
  max-width: 555px;
  overflow: visible;
  padding: 1.9em 2.9% 1.9em 2.45%;
}

@media only screen and (max-width: 660px) {
  .order-popup__holder {
    padding: 1.9em 1em 1.9em 1em;
  }
}

.order-popup__close {
  width: 30px;
  height: 30px;
  right: -1.84em;
  top: -2.2em;
}

.order-popup__close:before, .order-popup__close:after {
  width: 41px;
  height: 5px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.order-popup__title {
  font-weight: 700;
  color: #091929;
  font-size: 2em;
  line-height: 1.2em;
  border-bottom: 1px solid #d7dee6;
  padding-bottom: 0.3em;
  margin-bottom: 0.49em;
}

@media only screen and (max-width: 660px) {
  .order-popup__title {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 460px) {
  .order-popup__title {
    font-size: 1.5em;
  }
}

.order-popup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-popup__header:not(:last-child) {
  margin-bottom: 2.1em;
}

@media only screen and (max-width: 660px) {
  .order-popup__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.order-popup__code-cell {
  color: #f82f39;
  font-size: 1.125em;
  line-height: 1.2em;
  background-color: #f5f6f8;
  padding: 0.45em 0.9em 0.5em 0.9em;
  width: 241px;
  right: 4%;
}

@media only screen and (max-width: 660px) {
  .order-popup__code-cell {
    margin-bottom: 1em;
  }
}

.order-popup__code-text {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.1em;
}

.order-popup__code-number {
  display: inline-block;
  vertical-align: top;
}

.order-popup__quantity-cell {
  color: #6f6e6e;
  font-size: 0.875em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-popup__quantity-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.order-popup__row:not(:last-child) {
  margin-bottom: 1em;
}

.order-popup__row--row {
  padding-top: 0.8em;
}

.order-popup__input {
  display: block;
  width: 100%;
  background-color: #f5f6f8;
  border: 1px solid #d7dee6;
  outline: none;
  color: #6f6e6e;
  font: 0.875em/1.2em "Open-Sans", sans-serif;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 0.95em 0.95em 0.75em;
}

.order-popup__btn {
  display: block;
  width: 160px;
  color: #f82f39;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-transition: all 1s;
  transition: all 1s;
  outline: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  font: 600 1.125em/1.2em "Open-Sans", sans-serif;
  padding: 0.5em 0 0.55em 0;
}

.order-popup__btn:hover {
  background-color: #f82f39;
  color: #ffffff;
  border-color: #f82f39;
}

.order-popup__quantity-input {
  display: inline-block;
  vertical-align: middle;
  max-width: 79px;
  text-align: center;
  font-size: 1.125em;
  padding: 0.7em 2%;
}

a.header_href{
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.2em;
  color: #5b80ad;
  border-bottom: 1px solid #5b80ad;
}