@charset "UTF-8";
.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-3m {
  margin-bottom: 3em !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-ext {
  margin-top: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-3m {
  padding-bottom: 3em !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-ext {
  padding-top: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.jc-sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ai-c {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.ai-e {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.tac {
  text-align: center;
}

.content-show {
  display: none;
}

.light-font {
  color: #979797;
}

*:focus,
*:active {
  outline: none !important;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.small {
  font-size: 14px;
}
.small_extra {
  font-size: 12px;
  line-height: 1.15;
}

.nowrap {
  white-space: nowrap;
}

[data-open] {
  cursor: pointer;
}

.hide {
  display: none !important;
}
.hide_smooth {
  display: none;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition: 0.55s ease-out;
    transition: 0.55s ease-out;
    pointer-events: none;
    z-index: 500;
  }
}

@media screen and (max-width: 992px) {
  .menued {
    height: 100%;
  }
  .menued::before {
    opacity: 1;
    pointer-events: all;
  }
}

.bg_transparent {
  background: transparent !important;
}

[fancy] {
  cursor: pointer;
}

.fancybox-button svg path {
  color: white;
}

.animation {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.animation:hover {
  z-index: 5;
}
.animation_box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.animation_offset:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.animation_offset_small:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@-webkit-keyframes holkeeper {
  0% {
    bottom: 15px;
  }
  1.5% {
    bottom: 22px;
  }
  3% {
    bottom: 8px;
  }
  4.5% {
    bottom: 19.5px;
  }
  6% {
    bottom: 11px;
  }
  7.5% {
    bottom: 18px;
  }
  9% {
    bottom: 12.5px;
  }
  10.5% {
    bottom: 16.5px;
  }
  12% {
    bottom: 15px;
  }
}

@keyframes holkeeper {
  0% {
    bottom: 15px;
  }
  1.5% {
    bottom: 22px;
  }
  3% {
    bottom: 8px;
  }
  4.5% {
    bottom: 19.5px;
  }
  6% {
    bottom: 11px;
  }
  7.5% {
    bottom: 18px;
  }
  9% {
    bottom: 12.5px;
  }
  10.5% {
    bottom: 16.5px;
  }
  12% {
    bottom: 15px;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-initialized .slick-slide.card, .slick-initialized .slick-slide.slider__item {
  display: -webkit-box;
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots_disabled li {
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #004ea2;
  background: #FFFFFF;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-right: 10px;
  margin-left: 0;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active {
  background-color: #004ea2;
}
.slick-dots li:hover {
  background-color: rgba(0, 36, 85, 0.85);
}

.slick-list {
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-list {
    padding: 10px 0;
  }
}

.slick-track {
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin: 0;
}

.slick-slide {
  float: none;
  height: auto;
}

.slick__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #004ea2;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .slick__arrow {
    width: 30px;
    height: 30px;
  }
}
.slick__arrow-next {
  right: -55px;
}
@media screen and (max-width: 1280px) {
  .slick__arrow-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .slick__arrow-next {
    right: 1px;
  }
}
.slick__arrow-prev {
  left: -55px;
}
@media screen and (max-width: 1280px) {
  .slick__arrow-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .slick__arrow-prev {
    left: 1px;
  }
}
.slick-disabled {
  opacity: 0;
  cursor: default;
}

select {
  display: none;
}

legend {
  display: none;
}

fieldset {
  border: 0;
  padding: 0;
}

.select {
  position: absolute;
  top: calc(100% + 8px);
  width: auto;
  min-width: 100%;
  left: 8px;
  background-color: white;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  height: 0;
  z-index: 51;
  margin: -4px -8px;
  overflow: hidden;
  border-radius: 5px;
}
.select--top {
  top: auto;
  bottom: calc(100% + 8px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media screen and (max-width: 768px) {
  .select {
    margin: -4px 0;
    left: 0;
  }
}
.select-list {
  padding: 5px 30px 5px 20px;
  display: block;
  max-height: 35vh;
  overflow: auto;
}
.select-list::-webkit-scrollbar {
  width: 12px;
}
.select-list::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 36, 85, 0.15);
}
.select-list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
}
.select-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .select-list {
    padding: 5px 20px 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .select-list {
    padding: 5px 12px 5px 20px;
    max-height: 200px;
  }
}
.select.open {
  height: auto;
  border: 1px solid rgba(176, 197, 213, 0.75);
}
.select.compact {
  width: 100%;
  display: block;
}
.select.compact .rolf-select__item {
  width: 100%;
}
.select-head {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #004ea2;
  background-color: white;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #B0C5D5;
  font-family: "PT Sans", sans-serif;
}
@media screen and (max-width: 992px) {
  .select-head {
    padding-left: 15px;
    padding-right: 28px;
  }
}
input.select-head::-webkit-inner-spin-button, input.select-head::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  input.select-head {
    padding-right: 25px;
  }
}

.select-head .footnote {
  margin-left: 7px;
}
.select-head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 9px;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .select-head::after {
    right: 9px;
  }
}
.select-head:hover {
  border-color: #004ea2;
}
.select-head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-head.select_nobr {
  border-radius: 0;
}
.select-head.select_light {
  border-color: #ECECEC;
}
.select__item {
  margin: 4px 0;
  width: 100%;
  padding: 10px 5px 10px 30px;
  font-size: 0.833rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  position: relative;
  font-family: "PT Sans", sans-serif;
}
.select__item.like-head {
  font-weight: bold;
  font-size: 1rem;
}
.select__item .footnote {
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .select__item {
    text-align: left;
  }
}
.select-group {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 15px;
}
.select-group--head {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
}
.select-group--simple {
  font-weight: normal;
  font-size: 0.833rem;
}
.select-close {
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .select-close {
    left: 2px;
    right: auto;
  }
}
.select-head {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #004ea2;
  background-color: white;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #B0C5D5;
  font-family: "PT Sans", sans-serif;
}
@media screen and (max-width: 992px) {
  .select-head {
    padding-left: 15px;
    padding-right: 28px;
  }
}
input.select-head::-webkit-inner-spin-button, input.select-head::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  input.select-head {
    padding-right: 25px;
  }
}

.select-head[disabled] {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.select-head .footnote {
  margin-left: 7px;
}
.select-head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 9px;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .select-head::after {
    right: 9px;
  }
}
.select-head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-head.select_nobr {
  border-radius: 0;
}
.select-head.select_light {
  border-color: #ECECEC;
}
.select__arrow {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 20px;
  right: 8px;
  width: 15px;
  height: 9px;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .select__arrow {
    right: 9px;
  }
}
.select__arrow.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*
  Uploader:
  - These styles are the ones used on the examples. No needed to use it by any means.
  - It disables user selection to avoid some weird visuals in some browsers
  - It masks/hides the the file input behind a button
*/
.dm-uploader {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px dashed #B0C5D5;
  min-height: 145px;
  text-align: center;
  position: relative;
}
.dm-uploader--hovered {
  border-style: solid;
}
.dm-uploader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader--filled {
  min-height: auto;
}
.dm-uploader--filled .dm-uploader__list {
  margin-bottom: 20px;
}
.dm-uploader--filled .dm-uploader__upload-more {
  display: inline-block;
}
.dm-uploader--filled .dm-uploader__greeting {
  position: relative;
  margin-bottom: 2%;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 12px;
}
.dm-uploader__greeting {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #004ea2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 0 40px;
}
.dm-uploader__greeting span {
  margin-right: 35px;
}
.dm-uploader__greeting span:last-child {
  margin-right: 0;
}
.dm-uploader__upload {
  text-decoration: underline;
  cursor: pointer;
}
.dm-uploader__upload__upload-more {
  display: none;
  background-color: #B0C5D5;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 2%;
}
.dm-uploader__upload__upload-more:hover {
  background-color: rgba(176, 197, 213, 0.3);
}
.dm-uploader input[type=file] {
  display: none;
}
.dm-uploader__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.dm-uploader__item {
  flex-basis: 21%;
  margin: 2%;
  position: relative;
  list-style: none;
}
.dm-uploader__item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.dm-uploader__item--main .dm-uploader__main-star {
  display: block;
}
.dm-uploader__item--main .dm-uploader__control--main {
  display: none;
}
.dm-uploader__item--sortable .dm-uploader__sortable {
  display: block;
}
.dm-uploader__item--processing .dm-uploader__controls, .dm-uploader__item--error .dm-uploader__controls {
  display: none;
}
.dm-uploader__item--error .dm-uploader__image {
  position: relative;
}
.dm-uploader__item--error .dm-uploader__image::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
}
.dm-uploader__item--error .dm-uploader__image::after {
  content: "\418\417\41E\411\420\410\416\415\41D\418\415   \417\410\411\41B\41E\41A\418\420\41E\412\410\41D\41E";
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 15;
  font-family: "Roboto", Arial, sans-serif;
}
.dm-uploader__item:not(.dm-uploader__item--error) .dm-uploader__image {
  position: relative;
  cursor: move;
  min-height: 60px;
  background-image: url("../images/images/loader--dark.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.dm-uploader__item:not(.dm-uploader__item--error) .dm-uploader__image:hover::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dm-uploader__item--0 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "0%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--1 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "1%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--2 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "2%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--3 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "3%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--4 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "4%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--5 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "5%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--6 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "6%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--7 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "7%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--8 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "8%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--9 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "9%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--10 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "10%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--11 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "11%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--12 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "12%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--13 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "13%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--14 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "14%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--15 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "15%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--16 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "16%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--17 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "17%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--18 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "18%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--19 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "19%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--20 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "20%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--21 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "21%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--22 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "22%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--23 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "23%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--24 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "24%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--25 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "25%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--26 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "26%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--27 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "27%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--28 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "28%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--29 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "29%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--30 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "30%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--31 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "31%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--32 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "32%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--33 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "33%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--34 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "34%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--35 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "35%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--36 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "36%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--37 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "37%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--38 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "38%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--39 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "39%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--40 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "40%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--41 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "41%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--42 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "42%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--43 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "43%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--44 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "44%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--45 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "45%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--46 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "46%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--47 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "47%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--48 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "48%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--49 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "49%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--50 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "50%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--51 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "51%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--52 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "52%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--53 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "53%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--54 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "54%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--55 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "55%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--56 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "56%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--57 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "57%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--58 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "58%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--59 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "59%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--60 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "60%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--61 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "61%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--62 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "62%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--63 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "63%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--64 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "64%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--65 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "65%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--66 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "66%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--67 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "67%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--68 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "68%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--69 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "69%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--70 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "70%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--71 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "71%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--72 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "72%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--73 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "73%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--74 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "74%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--75 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "75%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--76 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "76%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--77 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "77%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--78 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "78%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--79 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "79%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--80 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "80%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--81 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "81%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--82 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "82%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--83 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "83%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--84 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "84%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--85 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "85%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--86 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "86%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--87 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "87%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--88 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "88%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--89 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "89%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--90 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "90%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--91 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "91%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--92 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "92%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--93 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "93%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--94 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "94%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--95 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "95%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--96 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "96%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--97 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "97%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--98 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "98%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--99 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "99%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--100 .dm-uploader__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: "100%";
  background-color: rgba(255, 255, 255, 0.65);
}
.dm-uploader__item--100 .dm-uploader__image::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 20px;
  width: 20px;
  bottom: -25px;
  background-image: url("../images/images/loader--dark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dm-uploader__image {
  margin-bottom: 5px;
  outline: 1px solid #ced0d1;
}
.dm-uploader__image img {
  max-width: 100%;
  display: block;
}
.dm-uploader__description {
  font-size: 12px;
}
.dm-uploader__controls {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.dm-uploader__control {
  font-size: 12px;
  border-bottom: 1px dashed;
  cursor: pointer;
  list-style: none;
}
.dm-uploader__control--main {
  color: #B0C5D5;
}
.dm-uploader__control--delete {
  color: red;
}
.dm-uploader__main-star, .dm-uploader__sortable {
  display: none;
  position: absolute;
  cursor: help;
  width: 24px;
  height: 24px;
  z-index: 1;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.65);
  color: #B0C5D5;
  font: normal normal normal 14px/1 FontAwesome;
}
.dm-uploader__main-star {
  right: 0;
  text-align: right;
}
.dm-uploader__main-star::after {
  content: "\F005";
}
.dm-uploader__sortable {
  left: 0;
  text-align: left;
}
.dm-uploader__sortable::after {
  content: "\F047";
}
.dm-uploader__dummy {
  background-color: rgba(0, 0, 0, 0.03);
  width: 21%;
}
.dm-uploader__sort {
  display: none;
  margin-top: 2%;
  font-size: 12px;
}

.dm-uploader .btn {
  position: relative;
  overflow: hidden;
}

.dm-uploader .btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

/*@import "jq-ui";*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #415767;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #415767;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  -webkit-transform: translate3d(50px, 50px, 0) rotate(45deg);
          transform: translate3d(50px, 50px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  -webkit-transform: translate3d(-50px, 50px, 0) rotate(-45deg);
          transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
          transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

[popup] {
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.45);
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  padding: 35px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}
.popup::-webkit-scrollbar {
  width: 12px;
}
.popup::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 36, 85, 0.15);
}
.popup::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
}
.popup::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .popup {
    padding: 15px 0;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.popup_active {
  opacity: 1;
  visibility: visible;
}
.popup_active .popup__wrapper {
  -webkit-transform: none;
          transform: none;
}
.popup__wrapper {
  position: relative;
  background-color: white;
  max-width: 550px;
  width: calc(100% - 30px);
  border: 1px solid whitesmoke;
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  padding: 25px 30px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .popup__wrapper {
    padding: 40px 15px 20px;
  }
}
@media screen and (max-width: 450px) {
  .popup__wrapper {
    padding: 25px 10px 15px;
  }
}
.popup__close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 35px;
  cursor: pointer;
  line-height: 35px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  width: 35px;
  height: 35px;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 50%;
  text-align: center;
  z-index: 52;
}
@media screen and (max-width: 768px) {
  .popup__close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.popup__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup__close::before, .popup__close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: black;
}
.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup__text {
  margin-bottom: 1rem;
}
.popup__text:last-child {
  margin-bottom: 0;
}
.popup__text p {
  margin-bottom: 1rem;
}
.popup__text p:last-child {
  margin-bottom: 0;
}
.popup .title {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.popup .title h2 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .popup .title h2 {
    font-size: 18px;
  }
}

#popup-message .popup__wrapper {
  align-self: center;
  width: auto;
}

.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  -webkit-filter: gray;
          filter: gray;
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  display: -webkit-box;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.25);
  padding: 5px 8px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: black;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

:root {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  :root {
    font-size: 15px;
  }
}
@media screen and (max-width: 525px) {
  :root {
    font-size: 14px;
  }
}

*,
::before,
::after { font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a * {
  text-decoration: none;
}

.header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 11;
}
.header_bottom {
  padding: 22px  0;
}
.header_bottom .menu {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .header_bottom .menu {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_bottom {
    padding: 10px 0;
  }
}
.header__item_flexed {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header__item_aligned_bottom {
  -webkit-box-align: end;
          align-items: flex-end;
  position: relative;
}
.header__item-line {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 5px;
}
.header__item-line:last-child {
  margin-bottom: 0;
}
.header__line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.header__line_aligned_bottom {
  -webkit-box-align: end;
          align-items:center;
}
@media screen and (max-width: 768px) {
  .header__line_aligned_bottom {
    -webkit-box-align: center;
            align-items: center;
  }
}
.header__logo {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-right: 5px;
  }
}
.header__logo p {
  margin-top: -13px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .header__logo p {
    font-size: 10px;
    margin-top: -12px;
  }
}
.header__logotypes {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header__logotypes .image {
  margin-right: 10px;
}
.header__logotypes .image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header__logotypes {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header .menu__item:not(.menu__item_mobile_true) {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .header .menu__item {
    display: none;
  }
}
.header .image__search {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .header .image__search {
    position: static;
  }
}
.header .three {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 27px;
}

.page-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  min-height: 100vh;
  -webkit-transition: 0.55s ease-out;
  transition: 0.55s ease-out;
  position: relative;
}
.page-wrapper::before, .page-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  width: 7px;
  height: 100%;
  pointer-events: none;
 1 background-color: #009944;background: linear-gradient(#004ea2, #009944);
  z-index: 9999999999;
}
@media screen and (max-width: 768px) {
  .page-wrapper::before, .page-wrapper::after {
    width: 5px;
  }
}
.page-wrapper::before {
  left: -1px;
}
.page-wrapper::after {
  right: -1px;
}
.page-wrapper__side {
  position: absolute;
  top: 0;
  left: calc(((100% - 1250px) / 2 - 100px));
  height: 100%;
  width: 108px;
  pointer-events: none;
  z-index: 2;
  background-size: 108px 206px;
  background-position: top left;
  background-repeat: repeat-y;
  background-image: url(../images/side.svg);
  opacity: 0.4;
}
@media screen and (max-width: 1440px) {
  .page-wrapper__side {
    left: calc(((100% - 1170px) / 2 - 100px));
  }
}
@media screen and (max-width: 1280px) {
  .page-wrapper__side {
    display: none;
  }
}
.page-wrapper__content {
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
}

.footer {
  background-image: url(../images/footer.svg);
  background-size: 375px;
  background-position: top left;
  background-repeat: repeat;
}
footer.footer {
  z-index: auto;
}

.footer p {
  font-size: 14px;
  color: white;text-align: right;
}
.footer h2 {
  color: white;
}
.footer .link {
  color: white;
}
.footer__line {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 10px;
  position: relative;
}
.footer__line:last-child {
  margin-bottom: 0;
}
.footer__line_aligned_center {
  -webkit-box-align: center;
          align-items: center;
}
.footer__line_content_sides {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.footer__line_end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.footer__line_first {
  -webkit-box-align: end;
          align-items: end;
}
.footer__line_two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer__line {
    flex-wrap: wrap;
  }
}
.footer__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  color: white;
}
.footer__item_fosNews {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.footer__item:last-child {
  margin-right: 0;
  padding-top: 9px;
}
@media screen and (max-width: 992px) {
  .footer__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__item {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 15px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .footer__item:last-child {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.footer__separator {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 15px 0 15px;
}
.footer__menu {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 -20px 10px;
}
@media screen and (max-width: 1280px) {
  .footer__menu {
    margin: 0 -15px 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer__menu {
    flex-wrap: wrap;
    margin: -15px -15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    margin: -15px -10px 10px;
  }
}
.footer__menu .menu {
  margin: 0 20px;
}
.footer__menu .menu {
  width: calc(25% - 40px);
}
@media screen and (max-width: 992px) {
  .footer__menu .menu:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .footer__menu .menu:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: calc(50% - 20px);
  }
}
.footer__menu .menu:nth-child(2) {
  width: calc(25% - 40px);
}
@media screen and (max-width: 992px) {
  .footer__menu .menu:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .footer__menu .menu:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: calc(100% - 20px);
  }
}
.footer__menu .menu:nth-child(3) {
  -webkit-box-ordinal-group: 4;
          order: 3;
  width: calc(25% - 40px);
}
@media screen and (max-width: 992px) {
  .footer__menu .menu:nth-child(3) {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .footer__menu .menu:nth-child(3) {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .footer__menu .menu {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .footer__menu .menu {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
.footer__menu .menu__item::before {
  background-color: transparent;
}
.footer .image__logo {
  padding: 5px;
  margin: -5px;
  1background-color: rgba(0, 36, 85, 0.85);
}
.footer .image__logo img {
  max-width: 230px;
}

.side-menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  right: -320px;
  width: 320px;
  height: 100%;
  background-color: white;
  border-left: 3px solid #004ea2;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 992px) {
  .side-menu {
    display: block;
    padding-top: 40px;
  }
}
.side-menu::-webkit-scrollbar {
  width: 12px;
}
.side-menu::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 36, 85, 0.15);
}
.side-menu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
}
.side-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
.side-menu.show {
  right: 0;
}
.side-menu__wrapper {
  max-height: 100vh;
  max-height: var(--vh, 100vh);
  overflow-y: scroll;
  padding: 0 15px 20px;
  height: 100%;
}
.side-menu__head {
  padding: 5px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid rgba(0, 36, 85, 0.65);
  height: 40px;
}
.side-menu__head p {
  text-transform: uppercase;
  font-weight: 600;
}
.side-menu__list {
  margin-bottom: 10px;
}
.side-menu__logotypes {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .side-menu__logotypes {
    display: -webkit-box;
    display: flex;
  }
}
.side-menu__logotypes .image {
  margin-right: 10px;
}
.side-menu__logotypes .image:last-child {
  margin-right: 0;
}

.dealers-page {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 992px) {
  .dealers-page {
    flex-wrap: wrap;
  }
}
.dealers-page__left {
  padding: 15px 0;
  width: 40%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-left: calc(((100% - 1250px) / 2));
}
@media screen and (max-width: 1440px) {
  .dealers-page__left {
    padding-left: calc(((100% - 1120px) / 2));
  }
}
@media screen and (max-width: 1150px) {
  .dealers-page__left {
    padding-left: calc(((100% - 1020px) / 2));
  }
}
@media screen and (max-width: 992px) {
  .dealers-page__left {
    width: 100%;
    padding: 15px;
  }
}
.dealers-page__right {
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 992px) {
  .dealers-page__right {
    width: 100%;
    min-height: 100vh;
    min-height: var(--vh, 100vh);
  }
}
.dealers-page__right .map {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}
.dealers-page__wrapper {
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .dealers-page__wrapper {
    padding-left: 0;
  }
}

.used-page {
  display: -webkit-box;
  display: flex;
}
.used-page__item {
  width: 36.5%;
}
.used-page__gallery {
  margin-right: 35px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.stock-page__container {
  width: 100%;
}
.stock-page__info {
  min-height: calc(100vh - 90px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.stock-page__info_map {
  min-height: 500px;
}
.stock-page__info .container {
  width: 100%;
}
.stock-page__info-wrapper {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.stock-page__info-wrapper_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.stock-page__info-item {
  margin-bottom: 1rem;
}
.stock-page__info-item p {
  margin-bottom: 0.5em;
}
.stock-page__info-item p.small {
  font-size: 14px;
}
.stock-page__info-item p:last-child {
  margin-bottom: 0;
}
.stock-page__info-item p span {
  display: inline-block;
  margin-left: 5px;
}
.stock-page__info-item:last-child {
  margin-bottom: 0;
}
.stock-page__info-item_main {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 380px;
}
.stock-page__info-description {
  font-size: 20px;
  margin-bottom: 20px;
  color: #979797;
}
.stock-page__content {
  padding: 50px 0;
}
.stock-page__content_bg.section {
  background-color: #DDE2E7;
}
.stock-page__content-description {
  font-size: 20px;
  color: #979797;
}
.stock-page__content-title.title > * {
  font-size: 25px;
}
.stock-page__list {
  display: -webkit-box;
  display: flex;
}
.stock-page__list-item {
  margin-right: 80px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.stock-page__list-item_main {
  max-width: 360px;
}
.stock-page__list-item:last-child {
  margin-right: 0;
}
.stock-page__list-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 44.6%;
  background-color: #DDE2E7;
}

.parts-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.parts-page__left {
  width: 100%;
  max-width: 285px;
}
.parts-page__right {
  margin-left: -1px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.parts-page__filter {
  padding: 35px 30px;
  border: 1px solid #B0C5D5;
  border-bottom: 0;
}
.parts-page__filter:last-child {
  border-bottom: 1px solid #B0C5D5;
}
.parts-page__filter-title {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 10px;
}
.parts-page__filter-title_bold {
  font-weight: 600;
}

.part-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: wrap;
}
.part-page__item {
  margin-right: 55px;
  width: calc(50% - 27.5px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.part-page__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .part-page__item {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}
.part-page__item-block {
  width: 100%;
}
.part-page__gallery {
  margin-top: -52px;
}
@media screen and (max-width: 992px) {
  .part-page__gallery {
    width: 100%;
    margin-top: 0 !important;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.part-page__info {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 992px) {
  .part-page__info {
    flex-wrap: wrap;
  }
}
.part-page__info-item:first-child {
  margin-right: 60px;
}
@media screen and (max-width: 1280px) {
  .part-page__info-item:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .part-page__info-item:first-child {
    margin-right: 0;
  }
}
.part-page__info-item:last-child {
  min-width: 285px;
}

.error-page__wrapper {
  padding: 70px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .error-page__wrapper {
    padding: 40px 0;
  }
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1250px;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1130px;
  }
}
@media screen and (max-width: 1150px) {
  .container {
    max-width: 1020px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.accordion {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  margin: -5px;
  position: relative;
}
.accordion_rowed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}
.accordion__column {
  width: 33.333334%;
}
@media screen and (max-width: 992px) {
  .accordion__column {
    width: 100%;
  }
}
.accordion__group {
  margin: 5px;
  width: 100%;
  max-width: calc(100% - 10px);
}
.accordion__group_opened > .accordion__group-header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion__group-start {
  margin: 15px 5px 10px;
  font-weight: 600;
  font-size: 1.33rem;
}
.accordion__group-image {
  max-height: 21px;
  width: 21px;
  margin-right: 15px;
}
.accordion__group-header {
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 10px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #f5f5f5;
}
.accordion__group-header:hover {
  background-color: #f9f9f9;
}
.accordion__group-header_darken {
  background-color: #eaeaea;
}
.accordion__group-header_darken:hover {
  background-color: #e1e1e1;
}
.accordion__group-header::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 30px;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.accordion__group-header_small {
  padding: 8px 12px;
}
.accordion__group-name {
  font-size: 0.875rem;
}
.accordion__group-items {
  padding-left: 15px;
}
.accordion__group-item {
  width: calc(100% - 10px);
  padding: 5px;
  margin: 5px;
  border-bottom: 1px solid whitesmoke;
}
@media screen and (max-width: 768px) {
  .accordion__group-item {
    width: 100%;
  }
}
.accordion__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.section {
  width: 100%;
  background-color: white;
}
.section_last {
  margin-bottom: 12px;
}
.section__content {
  padding:16px 0;
}
@media screen and (max-width: 768px) {
  .section__content {
    padding: 1.44rem 0;
  }
}
@media screen and (max-width: 400px) {
  .section__content {
    padding: 1rem 0;
  }
}
.section__content_small_top {
  padding-top: 10px;
}
.section__content_big {
  padding: 35px 0;
}
.section_relative, .section_bordered, .section__services, .section__content-video {
  position: relative;
}
.section__content-video {
  overflow: hidden;
}
.section__form {
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .section__form {
    padding: 1.75rem 0;
  }
}
.section__services {
  min-height: 170px;
  margin-bottom: 2rem;
}
.section__services .container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section_bg {
  background-color: #E7F5FF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section_bg_darken {
  background-color: #004ea2;
}
.section_bg_lighten {
  background-color: #FFFFFF;
}
.section_bg_footer {
  background-color: #004ea2;
}
.section_shadowed {
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
}
.section_bordered::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.section_margined {
  margin-bottom: 50px;
}

.lang-choose {
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: lighter;
}
.lang-choose__head {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  white-space: nowrap;
  padding-right: 13px;
}
.lang-choose__head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
}
.lang-choose__list {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  right: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  z-index: 15;
  border-radius: 5px;
  min-width: 100px;
}
.lang-choose__list.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.lang-choose__list-item {
  padding: 10px 15px 10px 25px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.lang-choose__list-item_active {
  background-color: #ececec;
  pointer-events: none;
}
.lang-choose__list-item:hover {
  color: red;
}
.lang-choose:hover .lang-choose__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.menu__item {
  font-size: 16px;
  position: relative;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  font-weight: 100;
  cursor: pointer;
  white-space: nowrap;
}
.menu__item::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #009944;
}
.menu__item::after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #009944;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 100%;
}
.menu__item:hover::after, .menu__item.active::after {
  height: 4px;
}
.menu__item_bigger {
  1font-size: 1.2rem; font-size:18px; 
}
.menu__item_submenu {
  color: #B0C5D5 !important;
  position: relative;
  margin-left: 12px;
}
.menu__item_submenu:before {
  position: absolute;
  content: "";
  top: 50%;
  right: calc(100% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background: url(../images/right-arrow.svg) center no-repeat;
  background-size: contain;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__item:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.menu__separator {
  width: 1px;
  height: 100%;
  margin-left: 1rem;
  margin-right: 2rem;
  background-color: white;
}
@media screen and (max-width: 1280px) {
  .menu__separator {
    display: none;
  }
}
.menu_header {
  height: 35px;
}
.menu_sidemenu {
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.menu_sidemenu .menu__item {
  display: block;
  width: 100%;
  padding: 5px 10px;
  text-align: left;
}
.menu_sidemenu .menu__item::before, .menu_sidemenu .menu__item::after {
  display: none;
}
.menu_sidemenu .menu__item.active > a {
  text-decoration: underline;
}
.menu_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.menu_column .menu__item {
  margin-right: 0;
  margin-bottom: 10px;
  white-space: normal;
  text-align: left;
  padding: 0;
  color: white;
}
.menu_column .menu__item:first-child {
  white-space: nowrap;
}
.menu_column .menu__item:last-child {
  margin-bottom: 0;
}
.menu_column .menu__item::after {
  display: none;
}
.menu_column .menu__item:hover {
  text-decoration: underline;
}
.menu_columns {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .menu_columns {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .menu_columns {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.menu_columns .link {
  display: block;
}

.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: auto;
  min-width: 100%;
  z-index: 10;
  -webkit-transition: 0s;
  transition: 0s;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .submenu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding-left: 15px;
    padding-top: 10px;
  }
}
.submenu a {
  color: #004ea2;
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 100;
  white-space: normal;
}
@media screen and (max-width: 992px) {
  .submenu a {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.submenu a:hover {
  background-color: #ececec;
}
.submenu_min_width {
  min-width: 200px;
}

.social {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin: -3px -10px;
}
.social_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .social {
    margin-bottom: 15px;
  }
}
.social:last-child {
  margin-bottom: -3px;
}
.social__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 3px 10px;
}
@media screen and (max-width: 550px) {
  .social__item {
    width: calc(50% - 20px);
  }
}
.social__item p {
  margin-left: 10px;
  color: white;
}

.form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin: -15px -10px;
}
@media screen and (max-width: 550px) {
  .form {
    margin: 0;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.form_centered {
  -webkit-box-pack: center;
          justify-content: center;
}
.form_relative {
  position: relative;
}
.form_wrapped {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .form_wrapped {
    padding: 30px 15px;
  }
}
.form_limited {
  max-width: 650px;
}
.form__services {
  padding: 55px 80px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  margin: 0;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.form__services::-webkit-scrollbar {
  width: 0;
  border-radius: 0;
  background: transparent;
  display: none;
}
.form__services::-webkit-scrollbar-track {
  width: 0;
  border-radius: 0;
  height: 0;
  background: transparent;
  display: none;
}
.form__services::-webkit-scrollbar-thumb {
  width: 0;
  border-radius: 0;
  height: 0;
  background: transparent;
  display: none;
}
@media screen and (max-width: 992px) {
  .form__services {
    padding: 15px 30px;
    box-shadow: none;
    max-height: 9999999px;
  }
}
@media screen and (max-width: 500px) {
  .form__services {
    padding: 1.44rem 0;
  }
}
.form_col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}
.form_col_full {
  height: 100%;
}
.form_nomargin {
  margin: 0;
}
.form label.error {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  font-size: 12px;
  color: red;
  line-height: 1;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]) {
  padding: 0 20px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  border: 1px solid #B0C5D5;
  font-size: 16px;
  color: black;
  1font-family: "PT Sans", sans-serif;
  width: 100%;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 992px) {
  .form input:not([type=checkbox]):not([type=radio]):not([type=file]) {
    padding: 0 15px;
  }
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  font-size: 1rem;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: inherit;
  font: inherit;
  font-size: 1rem;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  color: inherit;
  font: inherit;
  font-size: 1rem;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file])::-ms-input-placeholder {
  color: inherit;
  font: inherit;
  font-size: 1rem;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: inherit;
  font: inherit;
  font-size: 1rem;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_mini {
  padding: 5px 0;
  border: none;
  line-height: 1;
  height: auto;
  border-bottom: 1px solid rgba(0, 36, 85, 0.3);
  margin-bottom: 15px;
  border-radius: 0;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).light {
  border-color: #ECECEC;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).light::-webkit-input-placeholder {
  color: #8294A6;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).light::-moz-placeholder {
  color: #8294A6;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).light:-ms-input-placeholder {
  color: #8294A6;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).light::-ms-input-placeholder {
  color: #8294A6;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).light::placeholder {
  color: #8294A6;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).simple {
  padding: 4px 0 14px;
  height: 40px;
  line-height: 1.15;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).nobr {
  border-radius: 0;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).font_roboto {
  font-family: "Roboto", Arial, sans-serif;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]):focus, .form input:not([type=checkbox]):not([type=radio]):not([type=file]):hover, .form input:not([type=checkbox]):not([type=radio]):not([type=file]):active {
  border-color: #004ea2;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).error {
  border-color: red;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_footer {
  background-color: transparent;
  border-radius: 0;
  border-color: white;
  color: white;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_footer::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_footer::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_footer:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_footer::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form input:not([type=checkbox]):not([type=radio]):not([type=file]).input_footer::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form select.error ~ .select-head {
  border-color: red;
}
.form textarea {
  border: 1px solid #B0C5D5;
  width: 100%;
  max-width: 840px;
  padding: 15px 20px;
}
.form textarea.full {
  max-width: 100%;
}
.form textarea.bordered {
  border-radius: 10px;
}
.form textarea::-webkit-input-placeholder {
  color: #004ea2;
}
.form textarea::-moz-placeholder {
  color: #004ea2;
}
.form textarea:-ms-input-placeholder {
  color: #004ea2;
}
.form textarea::-ms-input-placeholder {
  color: #004ea2;
}
.form textarea::placeholder {
  color: #004ea2;
}
.form__block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}
.form__block_margined {
  margin-bottom: 40px;
}
.form__block_nowrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .form__block_nowrap {
    flex-wrap: wrap;
  }
}
.form__footer {
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 0 5px 10%;margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .form__footer {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.form__search {
  position: absolute;
  top: -13px;
  margin: 0;
  z-index: 3;
  right: -10px;
  visibility: hidden;
  opacity: 0;
  height: 51px;
  width: 51px;
  will-change: width;
  -webkit-transition: opacity 0.35s 0.7s, visibility 0.35s 0.7s, width 0.45s cubic-bezier(0.87, 1.2, 0.75, 1);
  transition: opacity 0.35s 0.7s, visibility 0.35s 0.7s, width 0.45s cubic-bezier(0.87, 1.2, 0.75, 1);
}
.form__search button[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 25px;
  height: 50px;
  padding: 0;
  border: 0;
  background: url(../images/search.svg) center no-repeat;
  background-size: contain;
}
.form__search input[type=search] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  -webkit-transition: border-radius 0.35s ease 0.45s !important;
  transition: border-radius 0.35s ease 0.45s !important;
}
.form__search input[type=search]::-webkit-input-placeholder {
  color: white !important;
  -webkit-transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
  transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
}
.form__search input[type=search]::-moz-placeholder {
  color: white !important;
  -moz-transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
  transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
}
.form__search input[type=search]:-ms-input-placeholder {
  color: white !important;
  -ms-transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
  transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
}
.form__search input[type=search]::-ms-input-placeholder {
  color: white !important;
  -ms-transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
  transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
}
.form__search input[type=search]::placeholder {
  color: white !important;
  -webkit-transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
  transition: 0.4s cubic-bezier(0.87, 1.2, 0.75, 1);
}
.form__search.opened {
  opacity: 1;
  visibility: visible;
  width: 250px;
  -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.45s cubic-bezier(0.87, 1.2, 0.75, 1) 0.75s;
  transition: opacity 0.35s, visibility 0.35s, width 0.45s cubic-bezier(0.87, 1.2, 0.75, 1) 0.75s;
}
@media screen and (max-width: 420px) {
  .form__search.opened {
    width: 310px;
  }
}
.form__search.opened input[type=search] {
  -webkit-transition: border-radius 0.35s ease !important;
  transition: border-radius 0.35s ease !important;
  border-radius: 15px !important;
}
.form__search.opened input[type=search]::-webkit-input-placeholder {
  -webkit-transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  color: #004ea2 !important;
}
.form__search.opened input[type=search]::-moz-placeholder {
  -moz-transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  color: #004ea2 !important;
}
.form__search.opened input[type=search]:-ms-input-placeholder {
  -ms-transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  color: #004ea2 !important;
}
.form__search.opened input[type=search]::-ms-input-placeholder {
  -ms-transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  color: #004ea2 !important;
}
.form__search.opened input[type=search]::placeholder {
  -webkit-transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  transition: 0.55s cubic-bezier(0.87, 1.2, 0.75, 1) 0.7s;
  color: #004ea2 !important;
}

[filter-clear] {
  white-space: nowrap;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #8a8b9a !important;
  border-bottom: 1px dashed currentColor;
}
[filter-clear].light {
  color: #004ea2 !important;
}
[filter-clear]:hover {
  border-bottom-style: solid;
}

.form-wrap {
  padding: 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.form-wrap_small {
  padding: 70px;
}
.form-wrap_footer {
  padding: 52px 86px 51px 69px;
}
.form-wrap_noshadow {
  box-shadow: none;
}
.form-wrap_nopd {
  padding: 0;
}
.form-wrap_centered {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.form-wrap p {
  max-width: 670px;
  color: #979797;
}

.form-sticky {
  width: 270px;
  background-color: white;
  border: 1px solid #B0C5D5;
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  right: 0;
  margin: 0;
}
.form-sticky__wrap {
  padding: 30px 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
.form-sticky__group {
  width: 100%;
  margin-bottom: 20px;
}
.form-sticky__group:last-child {
  margin-bottom: 0;
}
.form-sticky__upload {
  margin-bottom: 20px;
  position: relative;
}
.form-sticky__upload input {
  display: none;
}
.form-sticky__upload label.file {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  font-weight: 100;
}
.form-sticky__footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
}
.form-sticky_shadowed {
  border: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.form-sticky_small {
  width: 262px;
}
.form-sticky_small .form-sticky__wrap {
  padding: 33px 23px 49px 27px;
}

.form-group {
  position: relative;
  margin: 15px 10px;
  width: 100%;
  max-width: 220px;
}
.form-group_separator {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-group {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .form-group {
    margin: 0 0 25px;
    max-width: 100%;
  }
}
.form-group__label {
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 10px;
  text-align: left;
}
.form-group__label_small {
  font-size: 14px;
  margin-bottom: 3px;
  color: #9EB5C5;
}
.form-group_half {
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 550px) {
  .form-group_half {
    max-width: 100%;
  }
}
.form-group_third {
  max-width: calc(100% / 3 - 20px);
}
@media screen and (max-width: 992px) {
  .form-group_third {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .form-group_third {
    max-width: 100%;
  }
}
.form-group_fourth {
  max-width: calc(25% - 20px);
}
@media screen and (max-width: 992px) {
  .form-group_fourth {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .form-group_fourth {
    max-width: 100%;
  }
}
.form-group_fifths {
  max-width: calc(20% - 20px);
}
@media screen and (max-width: 992px) {
  .form-group_fifths {
    max-width: calc(33.33334% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .form-group_fifths {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .form-group_fifths {
    max-width: 100%;
  }
}
.form-group_fifths_nomargin {
  max-width: 20%;
}
@media screen and (max-width: 992px) {
  .form-group_fifths_nomargin {
    max-width: 33.33334%;
  }
}
@media screen and (max-width: 768px) {
  .form-group_fifths_nomargin {
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .form-group_fifths_nomargin {
    max-width: 100%;
  }
}
.form-group_full {
  margin: 15px 10px;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 550px) {
  .form-group_full {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
.form-group_default {
  margin: 0 0 20px;
}
.form-group_auto {
  width: auto;
  max-width: 9999px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .form-group_auto {
    margin: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .form-group_auto {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .form-group_auto {
    margin: 0 0 25px;
    max-width: 100%;
    width: 100%;
  }
  .form-group_auto:last-child {
    margin-bottom: 0;
  }
}
.form-group_grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 99999px;
}
.form-group_medium {
  max-width: 370px;
}
@media screen and (max-width: 600px) {
  .form-group_medium {
    max-width: 100%;
  }
}
.form-group_big {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .form-group_big {
    max-width: 100%;
  }
}
.form-group_end {
  padding-top: 20px;
}
.form-group_end:last-child {
  margin-bottom: 0;
}
.form-group_last {
  margin-left: auto;
}
.form-group_blank {
  margin: 0;
}
@media screen and (max-width: 550px) {
  .form-group_blank {
    margin-bottom: 20px;
  }
}

.form-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.form-block_bordered {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
.form-block_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}
.form-block_start {
  -webkit-box-align: start;
          align-items: flex-start;
}
.form-block__item {
  margin-right: 30px;
}
.form-block__item:last-child {
  margin-right: 0;
}
.form-block__item_half {
  width: calc(50% - 15px);
}
.form-block__item p {
  text-align: left !important;
  font-size: 20px;
}
.form-block__item p.small {
  font-size: 14px;
}
.form-block__item-form {
  width: 555px;
}

.main-slider {
  width: 100%;
  height: auto;
}
.main-slider__item {
  width: 100%;
  position: relative;
}
.main-slider__item-wrap {
  width: 100%;
  height: 0;
  padding-top: 35.995%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.car-offer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: -25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .car-offer {
    margin: 0;
  }
}
.car-offer__item {
  width: calc(33.333334% - 50px);
  margin: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .car-offer__item {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 600px) {
  .car-offer__item {
    width: 100%;
    margin: 0 0 25px;
  }
  .car-offer__item:last-child {
    margin-bottom: 0;
  }
}
.car-offer__item-block {
  width: 100%;
}
.car-offer__image {
  margin-bottom: 50px;
}
.car-offer__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.car-offer__text_centered {
  -webkit-box-pack: center;
          justify-content: center;
}
.car-offer__text-item {
  margin-right: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .car-offer__text-item {
    margin-right: 20px;
  }
}
.car-offer__text-item:last-child {
  margin-right: 0;
}
.car-offer__text-item p {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
}
.car-offer__text-item--count p {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .car-offer__text-item--count p {
    font-size: 30px;
  }
}
.car-offer__text-item_centered {
  text-align: center;
}
.car-offer__text-item_centered p {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .car-offer__text-item_centered p {
    font-size: 20px;
  }
}
.car-offer__text-item_full {
  width: 100%;
}

.tabs {
  width: 100%;
}
.tabs__head {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .tabs__head {
    flex-wrap: wrap;
  }
}
.tabs__head_end {
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.tabs__head_centered {
  -webkit-box-pack: center;
          justify-content: center;
}
.tabs__head_almost_full {
  min-width: 80%;
}
.tabs__head_mb {
  margin-bottom: 3rem;
}
.tabs__head_bordered::after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 153, 44, 0.2);
}
.tabs__head_scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.tabs__head_scroll::-webkit-scrollbar {
  width: 0;
  border-radius: 0;
  background: transparent;
  display: none;
}
.tabs__head_scroll::-webkit-scrollbar-track {
  width: 0;
  border-radius: 0;
  height: 0;
  background: transparent;
  display: none;
}
.tabs__head_scroll::-webkit-scrollbar-thumb {
  width: 0;
  border-radius: 0;
  height: 0;
  background: transparent;
  display: none;
}
.tabs__head_scroll::after {
  background-color: #009944;
}
.tabs__head-item {
  padding: 5px 23px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .tabs__head-item {
    -webkit-box-flex: 1;
            flex-grow: 1;
    text-align: center;
  }
}
.tabs__head-item::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #009944;
}
.tabs__head-item::after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0;
  background-color: #009944;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 100%;
}
.tabs__head-item:hover::after, .tabs__head-item.tabs__head-item_active::after {
  height: 4px;
}
.tabs__head-item_noborder::before {
  display: none;
}
.tabs__head-item_small {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 23px;
}
.tabs__head-item_small:first-of-type {
  padding-left: 0;
}
.tabs__head-item_small::after {
  background-color: #009944;
}
.tabs__head-item_small::before {
  bottom: 1px;
}
.tabs__head-item_big {
  padding: 20px 25px;
}
.tabs__head-item_big:hover, .tabs__head-item_big.tabs__head-item_active {
  background-color: #004ea2;
  color: #FFFFFF;
}
.tabs__head-item_big:hover::after, .tabs__head-item_big.tabs__head-item_active::after {
  display: none;
}
.tabs__head-item_fs_big {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .tabs__head-item_fs_big {
    font-size: 15px;
  }
}
.tabs__head-item_first {
  font-size: 25px;
  padding: 0 10px 5px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 2;
  cursor: default;
}
.tabs__head-item_first::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .tabs__head-item_first {
    width: 100%;
  }
}
.tabs__head-item_nowrap {
  white-space: nowrap;
}
.tabs__head-item_nowrap::before {
  display: block;
  border-color: #cccccc;
  bottom: 0;
}
.tabs__content {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .tabs__content {
    max-width: 100%;
  }
}
.tabs__content-item {
  display: none;
  width: 100%;
}
.tabs__content-item_relative {
  position: relative;
}
.tabs__content-item_active {
  display: block;
}
.tabs_compensated_form {
  margin: 20px 10px;
}
@media screen and (max-width: 550px) {
  .tabs_compensated_form {
    margin: 0;
  }
}
.tabs__cols {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.tabs__cols_bg {
  padding: 30px 20px;
  background-color: #004ea2;}
.card {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(25% - 24px);
  position: relative;
  margin: 12px;
}
.card_full {
  margin: 0 0 25px;
  width: 100%;
}
.card__image {
  background-color: #FFFFFF;
  height: 230px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .card__image {
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .card__image {
    height: 170px;
  }
}
.card__image_small {
  1height: 100px; width:100%;
}
.card__special {
  position: absolute;
  top: 23px;
  left: 23px;
  line-height: 1;
  font-size: 14px;
  z-index: 2;
}
.card__special_right {
  right: 10px;
  top: 10px;
  left: auto;
}
.card__info {
  padding: 10px 20px 25px;
  background-color: white;
  border-bottom: 1px solid #DCE2E5;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card__info {
    padding: 10px 15px;
  }
}
.card__info::before, .card__info::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #DCE2E5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card__info::before {
  left: 0;
}
.card__info::after {
  right: 0;
}
.card__info_noborder {
  border: none;
}
.card__info_noborder::before, .card__info_noborder::after {
  display: none;
}
.card__rating {
  margin-bottom: 15px;
}
.card__name {
  font-weight: 600;
  margin-bottom: 10px;
}
.card__price {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.card__price_between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.card__price-item {
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1;
}
.card__price-item_small {
  margin-right: 5px;
  font-size: 14px;
}
.card__price-item:last-child {
  margin-right: 0;
}
.card__price-item_xzibit {
  color: #8f94a7;
  position: relative;
}
.card__price-item_xzibit::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #8f94a7;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card__action {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  background-color: white;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .card__action {
    position: static;
    top: auto;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    border: 1px solid #DCE2E5;
    border-top: 0;
  }
}
.card__action-item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-basis: 50%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.card__action-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 1px;
  height: 100%;
  background-color: #DCE2E5;
}
.card__action-item:last-child::after {
  display: none;
}
.card_bordered {
  border: 1px solid #DCE2E5;
}
.card_bordered_light {
  border: 1px solid #B0C5D5;
}
.card_nomargin {
  margin: 0;
}
.card:hover {
  z-index: 2;
}
.card:hover .card__info::before, .card:hover .card__info::after {
  opacity: 0;
}
.card:hover .card__action {
  opacity: 1;
  visibility: visible;
}

.card-used {
  display: -webkit-box;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
@media screen and (max-width: 992px) {
  .card-used {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .card-used {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-bottom: 1px solid #004ea2;
  }
}
.card-used:last-child {
  margin-bottom: 0;
}
.card-used__block {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.card-used__photo {
  background-color: #FFFFFF;
  height: 230px;
  position: relative;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .card-used__photo {
    height: 175px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .card-used__photo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.card-used__row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card-used__row {
    margin-bottom: 15px;
  }
}
.card-used__row:last-child {
  margin-bottom: 0;
}
.card-used__row_between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.card-used__row_bordered {
  position: relative;
}
.card-used__row_bordered::after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .card-used__row_bordered::after {
    bottom: -5px;
  }
}
.card-used__row-item {
  margin-right: 30px;
}
.card-used__row-item:last-child {
  margin-right: 0;
}
.card-used__name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .card-used__name {
    font-size: 16px;
  }
}
.card-used__name span {
  font-weight: 500;
  color: #979797;
  display: inline-block;
  margin-left: 15px;
}
.card-used__info {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 7px -17px 13px;
}
@media screen and (max-width: 768px) {
  .card-used__info {
    margin: 0;
  }
}
.card-used__info-item {
  margin: 7px 17px;
  width: auto;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .card-used__info-item {
    min-width: 1px;
    margin-left: 0;
    margin-right: 0;
  }
}
.card-used__info-item p {
  color: #979797;
}

.card-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12px;
}
.card-list_nomargin {
  margin: 0;
}

.slider {
  display: -webkit-box;
  display: flex;
  margin: -15px;
}
.slider .slick-slide {
  max-width: 9999999px;
}
.slider__item_margined {
  margin: 15px;
}
.slider__item:focus, .slider__item:active, .slider__item:hover {
  outline: none;
}
.slider_solo .slider__item:nth-child(n+2) {
  display: none;
}
.slider_solo .slider__item.slick-slide:nth-child(n+2) {
  display: block;
}
.slider_double .slider__item:nth-child(n+3) {
  display: none;
}
.slider_double .slider__item.slick-slide:nth-child(n+3) {
  display: block;
}
.slider_third .slider__item:nth-child(n+4) {
  display: none;
}
.slider_third .slider__item.slick-slide:nth-child(n+4) {
  display: block;
}
.slider_fourth .slider__item:nth-child(n+5) {
  display: none;
}
.slider_fourth .slider__item.slick-slide:nth-child(n+5) {
  display: block;
}
.1slider_sixth .slider__item:nth-child(n+7) {
  display: none;
}
.1slider_sixth .slider__item.slick-slide:nth-child(n+7) {
  display: -webkit-box;
  display: flex;
}
.slider_inactive {
  margin: 0;
  flex-wrap: wrap;
}
.slider_inactive .slider__item {
  display: block;
}
.slider_inactive.slick-initialized {
  margin: -15px;
}
.slider_inactive.slick-initialized .slider__item {
  margin: 15px;
}
.slider_nomargin {
  margin: 0;
}
.slider_compensated.slick-slider {
  margin-top: -15px;
}
.slider_slick-nop .slick-list {
  padding: 0;
}

.content-box {
  position: relative;
}
@media screen and (max-width: 600px) {
  .content-box {
    height: auto;
    padding: 15px 0;
  }
}
.content-box__block {
  margin: 0 auto 25px;
  max-width: 450px;
}
@media screen and (max-width: 992px) {
  .content-box__block {
    width: 350px;
  }
}
@media screen and (max-width: 600px) {
  .content-box__block {
    width: auto;
    max-width: 345px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    padding: 10px 0;
  }
}
.content-box__block.hidden {
  display: none;
}
.content-box__block-text {
  margin-bottom: 30px;
  text-align: center;
  max-width: 100%;
}
.content-box__block-action {
  text-align: center;
}
.content-box__block-action .btn {
  margin-bottom: 10px;
  min-width: 260px;
  white-space: nowrap;
}
.content-box_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-box_bg_lighten {
  background-color: #FFFFFF;
}

.action-list {
  display: -webkit-box;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.action {
  background-color: #FFFFFF;
  text-align: center;
  padding: 60px 50px;
  margin: 0 20px;
  cursor: pointer;
  width: calc(33.33334% - 40px);
}
@media screen and (max-width: 768px) {
  .action {
    padding: 30px 25px;
  }
}
.action_half {
  width: calc(50% - 40px);
}
.action__image {
  margin-bottom: 1rem;
}

.favourite {
  position: fixed;
  bottom: -100%;
  z-index: 20;
  padding-bottom: 80px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.favourite__close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 5;
}
.favourite__close::before, .favourite__close::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 29px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #C4C4C4;
}
.favourite__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.favourite__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.favourite_open {
  bottom: 0;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
}

.contents_flexed {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -10px;
}
.contents_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.contents__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.contents__row p {
  color: #979797;
}
.contents__row_between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.contents__row_half {
  margin: 0.5rem 10px;
  width: calc(50% - 20px);
}
.contents__row_full {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .contents__row_mobile_decorated {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 450px) {
  .contents__row_mobile_decorated .contents__row-item {
    margin-left: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  .contents__row_mobile_decorated .contents__row-item_main {
    font-weight: bold;
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .contents__row_mobile_decorated .contents__row-item_main::after {
    display: none;
  }
}
.contents__row-item {
  margin-bottom: 1rem;
  text-align: right;
  flex-shrink: 0;
}
.contents__row-item_fs_bigger {
  font-size: 20px;
}
.contents__row-item_nomargin {
  margin-bottom: 0;
  line-height: 1.44;
}
.contents__row-item_main {
  width: 100%;
  max-width: 220px;
  overflow-x: hidden;
  margin-right: 5px;
  text-align: left;
}
.contents__row-item_main_auto {
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: auto;
}
.contents__row-item_main_full {
  max-width: 99999px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: auto;
}
.contents__row-item_main::after {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

.flex-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 768px) {
  .flex-list {
    margin: 0;
  }
}
.flex-list_full {
  width: 100%;
}
.flex-list_nomargin {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .flex-list_nomargin {
    margin: -10px;
  }
}
.flex-list__item {
  display: block;
  margin: 15px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 550px) {
  .flex-list__item {
    width: 100%;
  }
}
.flex-list__item_half {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .flex-list__item_half {
    width: 100%;
    margin: 0 0 30px;
  }
  .flex-list__item_half:last-child {
    margin-bottom: 0;
  }
}
.flex-list__item_third {
  width: calc(33.33334% - 30px);
}
@media screen and (max-width: 992px) {
  .flex-list__item_third {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .flex-list__item_third {
    margin: 0 0 20px;
    width: 100%;
  }
}
.flex-list__item_third_nomargin {
  margin: 0;
  width: 33.33334%;
}
@media screen and (max-width: 992px) {
  .flex-list__item_third_nomargin {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .flex-list__item_third_nomargin {
    width: 100%;
  }
}
.flex-list__item_fourth {
  margin: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 992px) {
  .flex-list__item_fourth {
    width: calc(33.333334% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .flex-list__item_fourth {
    width: 100%;
  }
}
.flex-list__item_fouth_nomargin {
  margin: 0;
  width: 25%;
}
.flex-list__item_fifth {
  margin: 10px;
  width: calc(20% - 20px);
}
@media screen and (max-width: 992px) {
  .flex-list__item_fifth {
    width: calc(33.333334% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .flex-list__item_fifth {
    width: calc(50% - 20px);
  }
}
.flex-list__item_sixth {
  margin: 10px;
  width: calc(16.6667% - 20px);
}
@media screen and (max-width: 992px) {
  .flex-list__item_sixth {
    width: calc(33.333334% - 30px);
  }
}
@media screen and (max-width: 600px) {
  .flex-list__item_sixth {
    width: calc(50% - 30px);
  }
}
.flex-list__item_centered {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.flex-list__item_nomargin {
  margin: 0;
}
.flex-list_full {
  margin: 0;
}

.formatted > p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 26px;
}
.formatted > p.footnote {
  font-size: 12px;
}
.formatted > p:last-child {
  margin-bottom: 0;
}
.formatted > p.light {
  font-weight: 100;
}
.formatted > p.light_color {
  color: #9C9C9C;
}
.formatted > p.medium {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .formatted > p.medium {
    font-size: 18px;
  }
}
.formatted > p.big {
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .formatted > p.big {
    font-size: 20px;
  }
}
.formatted__block {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .formatted__block {
    margin-bottom: 15px;
  }
}
.formatted__block_mt {
 1 margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .formatted__block_mt {
    margin-top: 15px;
  }
}
.formatted__block_mt_double {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .formatted__block_mt_double {
    margin-top: 30px;
  }
}
.formatted > .image {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  margin-top: 30px;
}

.image-gallery {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.image-gallery__main {
  width: calc(65% - 15px);
  margin-right: 30px;
  position: relative;
}
.image-gallery__main-image {
  width: 100%;
  height: 0;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #f3f3f3;
}
.image-gallery__main-image_blank {
  background-size: 75%;
}
.image-gallery__main-image_small {
  padding-top: 50%;
}
.image-gallery__main-image_big {
  padding-top: 77.8%;
}
.image-gallery__main-image img {
  display: none;
}
.image-gallery__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  width: calc(35% + 15px);
  -webkit-box-align: start;
          align-items: flex-start;
}
.image-gallery__list_small {
  margin: -4px;
}
.image-gallery__list-item {
  margin: 15px;
  width: calc(50% - 30px);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  cursor: pointer;
}
.image-gallery__list-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.image-gallery__list-item_small {
  width: calc((100% / 6) - 8px);
  margin: 4px;
}
@media screen and (max-width: 992px) {
  .image-gallery__list-item_small {
    width: calc(25% - 8px);
  }
}
.image-gallery__list-item_active {
  box-shadow: 0 5px 15px rgba(0, 36, 85, 0.55);
}
.image-gallery__list-item_active:hover {
  -webkit-transform: none;
          transform: none;
  cursor: default;
}
.image-gallery__list-image {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.image-gallery_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.image-gallery_col .image-gallery__main {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.image-gallery_col .image-gallery__list {
  width: auto;
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: center;
  margin: 0 -3px; margin-bottom:30px;
}
.pagination__item {
  margin: 0 3px;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #E4EBF2;
}
.pagination__item_active {
  pointer-events: none;
  border-color: #004ea2;
}
.pagination__item_disabled {
  pointer-events: none;
}
.pagination__item-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #004ea2;
  text-align: center;
  line-height: 40px;
}
.pagination_aligned_left {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.pagination_compensated {
  margin: 0 -18px;
}
.pagination_light .pagination__item {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  border-color: #DAE4EE;
}
.pagination_light .pagination__item_active {
  color: #212121;
  background-color: #DAE4EE;
}
.pagination_light .pagination__item-holder {
  line-height: 30px;
  font-size: 14px;
}

.select-content {
  display: -webkit-box;
  display: flex;
  margin: 0 -8px;
}
.select-content__item {
  margin: 0 8px;
  min-width: 200px;
  position: relative;
}
.select-content__item:hover .select-content__list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.select-content__item:hover .select-content__item-head::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select-content__item-head {
  position: relative;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 36, 85, 0.3);
  white-space: nowrap;
}
.select-content__item-head::after {
  position: absolute;
  content: "";
  z-index: 2;
  pointer-events: none;
  right: 0;
  bottom: 10px;
  width: 11px;
  height: 7px;
  background: url(../images/sort-down.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.select-content__list {
  position: absolute;
  top: calc(100% - 5px);
  left: -15px;
  width: auto;
  min-width: calc(100% + 15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.select-content__list-item {
  padding: 10px 15px;
  cursor: pointer;
  background-color: white;
}
.select-content__list-item:hover {
  background-color: #E7F5FF;
}
.select-content__list-item_active {
  background-color: #FFFFFF;
  pointer-events: none;
}

.dealer-info {
  padding-top: 20px;
  border-top: 1px solid #E2EAEE;
  margin-bottom: 30px;
  padding-right: 10px;
}
.dealer-info_noborder {
  border-top: 0;
}
@media screen and (max-width: 992px) {
  .dealer-info {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.dealer-info a {
  margin-bottom: 15px;
}
.dealer-info a:last-child {
  margin-bottom: 0;
}
.dealer-info p {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 10px;
}
.dealer-info p.dealer-info__name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.dealer-info p.btn {
  width: 178px;
  padding: 0;
}
.dealer-info__block {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dealer-info__block {
    margin-bottom: 1rem;
  }
}
.dealer-info__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
.dealer-info__row > * {
  margin-right: 25px;
}
.dealer-info__row > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 400px) {
  .dealer-info__row > * {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .dealer-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.map {
  width: 100%;
  height: 100%;
}
.map_production {
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.map_production [class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.map__container {
  width: 100%;
  height: 100%;
}

.map-balloon__hint {
  display: inline-block;
  padding: 5px;
  height: auto;
  position: relative;
  left: -10px;
  width: 195px;
  font-size: 11px;
  line-height: 12px;
  color: #004ea2;
  text-align: center;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #B0C5D5;
  border-radius: 5px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 100;
}
.map-balloon__hint_small {
  width: auto;
}

.searchbar {
  width: 100%;
  max-width: 354px;
  position: relative;
  min-width: 260px;
}
@media screen and (max-width: 1280px) {
  .searchbar {
    min-width: 200px;
  }
}
.searchbar_big {
  max-width: 680px;
}
.searchbar_full {
  width: 100%;
  max-width: 100%;
}
.searchbar_full input {
  height: 50px;
}
@media screen and (max-width: 550px) {
  .searchbar {
    min-width: 1px;
  }
}
input.searchbar {
  min-width: 1px;
  max-width: 99999px;
}

.searchbar input[type=search] {
  width: 100%;
  border: 0;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: #004ea2;
}
.searchbar input[type=search].light::-webkit-input-placeholder {
  color: #979797;
  font-size: 14px;
  padding: 8px 0;
}
.searchbar input[type=search].light::-moz-placeholder {
  color: #979797;
  font-size: 14px;
  padding: 8px 0;
}
.searchbar input[type=search].light:-ms-input-placeholder {
  color: #979797;
  font-size: 14px;
  padding: 8px 0;
}
.searchbar input[type=search].light::-ms-input-placeholder {
  color: #979797;
  font-size: 14px;
  padding: 8px 0;
}
.searchbar input[type=search].light, .searchbar input[type=search].light::placeholder {
  color: #979797;
  font-size: 14px;
  padding: 8px 0;
}
.searchbar input[type=search]::-webkit-input-placeholder {
  color: #004ea2;
  font-weight: 500;
}
.searchbar input[type=search]::-moz-placeholder {
  color: #004ea2;
  font-weight: 500;
}
.searchbar input[type=search]:-ms-input-placeholder {
  color: #004ea2;
  font-weight: 500;
}
.searchbar input[type=search]::-ms-input-placeholder {
  color: #004ea2;
  font-weight: 500;
}
.searchbar input[type=search]::placeholder {
  color: #004ea2;
  font-weight: 500;
}
.searchbar input[type=search]:hover, .searchbar input[type=search]:focus, .searchbar input[type=search]:active {
  outline: none;
  border-bottom-color: #004ea2;
}

.news {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.news__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.news__photo {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #f3f3f3;
  position: relative;
  padding-left: 10px;
}
.news__photo::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 10px;
  height: calc(100% - 2px);
  background-color: #009944;
  z-index: 2;
}
.news__title {
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1.4;
}
.news__hashtags {
  margin-bottom: 6px;
}
.news__hashtags span {
  font-size: 14px;
  color: #B0C5D5;
  display: inline-block;
  margin-right: 6px;
}
.news__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.news__info > div {
  margin-right: 18px;
  color: #B0C5D5;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.news.slick-slide {
  margin: 0 12px;
}
.news_top {
  margin-bottom: 25px;
}
.news_top .news__title {
  margin-bottom: 7px;
}

.sort {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
}
.sort__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.sort__item {
  margin-right: 10px;
  cursor: pointer;
}
.sort__item_margined {
  margin-right: 20px;
}
.sort__item:last-child {
  margin-right: 0;
}
.sort__item_decorated {
  padding: 7px;
  border-radius: 5px;
}
.sort__item_decorated.sort__item_active {
  background-color: #eaeaea;
}
.sort__item_arrowed {
  position: relative;
  padding-right: 25px;
}
.sort__item_active .sort__item-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sort__item_active.desc .sort__item-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.sort__item-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sort__item-head {
  margin-right: 15px;
  color: #7e7e7e;
}

.advantage {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .advantage {
    width: 50%;
  }
}
.advantage__photo {
  width: 100%;
  height: 0;
  padding-top: 81%;
}
.advantage__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: 500;
}

.table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table::-webkit-scrollbar {
  width: 12px;
}
.table::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 36, 85, 0.15);
}
.table::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
}
.table::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
.table_noscrollbar::-webkit-scrollbar {
  width: 0;
  border-radius: 0;
  background: transparent;
  display: none;
}
.table_noscrollbar::-webkit-scrollbar-track {
  width: 0;
  border-radius: 0;
  height: 0;
  background: transparent;
  display: none;
}
.table_noscrollbar::-webkit-scrollbar-thumb {
  width: 0;
  border-radius: 0;
  height: 0;
  background: transparent;
  display: none;
}
.table table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.table_overhidden {
  overflow: hidden;
}
.table_notfull {
  width: auto;
  max-width: 50%;
  min-width: 550px;
}
@media screen and (max-width: 768px) {
  .table_notfull {
    width: 100%;
    min-width: 1px;
    max-width: 100%;
  }
}
.table th, .table td {
  font-size: 14px;
  padding: 17px;
  text-align: left;
  font-weight: 100;
}
.table th[align=center], .table td[align=center] {
  text-align: center;
}
.table th[align=right], .table th.right, .table td[align=right], .table td.right {
  text-align: right;
}
.table th.bold, .table td.bold {
  font-weight: 600;
}
.table th.end, .table td.end {
  vertical-align: bottom;
}
.table th.center, .table td.center {
  text-align: center;
}
.table td {
  padding: 8px 17px;
}
.table thead th {
  font-weight: 100;
  border-bottom: 1px solid #d0d0d0;
}
.table thead th * {
  font-weight: 100;
}
.table__head {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.table__head_fixed {
  pointer-events: all;
  opacity: 1;
}
.table__head .container {
  position: relative;
}
.table_bordered td, .table_bordered td {
  border: 1px solid rgba(0, 36, 85, 0.77);
}
.table_decorated tr:nth-child(2n+1) td {
  background-color: #f3f3f3;
}
.table__program {
  margin-bottom: 1rem;
}
.table__program:last-child {
  margin-bottom: 0;
}
.table__program thead th {
  background: white;
}
.table__program thead th:first-child {
  border-right: 1px solid #d0d0d0;
}
.table__program tbody td {
  border-bottom: 1px solid #d0d0d0;
  height: 50px;
  background-color: white;
}
.table__program tbody td:first-child {
  max-width: 475px;
  min-width: 475px;
  white-space: normal;
}
@media screen and (max-width: 600px) {
  .table__program tbody td:first-child {
    max-width: 99999px;
    min-width: 1px;
  }
}
.table__program tbody tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.table__program-item {
  background-color: #004ea2 !important;
  color: white;
  cursor: pointer;
  text-align: center;
  height: calc(14px * 1.15 * 2 + 16px);
}
.table__program-item:hover {
  background-color: rgba(0, 36, 85, 0.85) !important;
}
.table__program-item_inactive {
  background-color: #a4a4a4 !important;
  pointer-events: none;
}
.table__program-item * {
  color: white;
}
.table_warranty thead th {
  font-weight: bold;
}
.table_warranty td,
.table_warranty th {
  background-color: #f3f3f3;
}
.table_warranty td:nth-child(n+2),
.table_warranty th:nth-child(n+2) {
  background-color: #d9d9d9;
}
.table_warranty td:nth-child(n+3),
.table_warranty th:nth-child(n+3) {
  color: white;
  background-color: #009944;
}
.table__arrow-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.table__arrow-list:last-child {
  margin-bottom: 0;
}
.table__arrow {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid rgba(0, 36, 85, 0.25);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.table__arrow:hover {
  background-color: #f3f3f3;
}
.table__arrow:active {
  background-color: #e4e4e4;
}
.table__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.table__arrow_next::before {
  background-image: url(../images/right-arrow.svg);
}
.table__arrow_prev::before {
  background-image: url(../images/left-arrow.svg);
}
.table__arrow:last-child {
  margin-right: 0;
}
.table_details td:first-child {
  min-width: 200px;
}
.table_fixed {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
  height: 100%;
  pointer-events: none;
}

#list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #list {
    display: none;
  }
}
#list thead th:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
#list tbody td:first-child {
  border-right: 1px solid #d0d0d0;
}

#head_thead {
  min-width: 476px;
  width: 476px;
}
@media screen and (max-width: 600px) {
  #head_thead {
    display: none;
  }
}
#head_thead::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d0d0d0;
}
#head_thead th {
  min-width: 475px;
  width: 475px;
}

.table-wrap {
  position: relative;
}

.category {
  position: relative;
  border: 1px solid #B0C5D5;
  background-color: white;
}
.category:hover {
  border-color: rgba(176, 197, 213, 0.2);
}
.category:hover .image {
  -webkit-filter: none;
          filter: none;
}
.category__title {
  1position: absolute;
  bottom: 20px;
  left: 50%;
  1-webkit-transform: translateX(-50%);
      1    transform: translateX(-50%);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #002f67;
  1text-transform: uppercase;
  width: 100%;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .category__title {
    font-size: 10px;
  }
}
.category__title_centered {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.category__title span {
  background-color: white;
  padding: 6px 15px;
  display: inline-block;
  box-shadow: 0 4px 14px -8px rgba(0, 36, 85, 0.25);word-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .category__title span {
    padding: 6px 10px;
  }
}
.category__title span.bigger {
  font-size: 1.2rem;
}
.category .image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 768px) {
  .category .image {
    -webkit-filter: none;
            filter: none;
  }
}

.filter__item {
  display: block;
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter__item_big {
  font-size: 16px;
}
.filter__item_subfolder {
  padding-left: 10px;
  margin-bottom: 5px;
}
.filter__item span.count {
  color: #B0C5D5;
  margin-left: 5px;
  display: inline-block;
}
.filter__item_deti {
  display: none;
}
.filter__item_papa.open ~ .filter__item_deti {
  display: block;
}
.filter__item.active {
  font-weight: normal;
}
.filter__title {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #8294A6;
  margin-bottom: 7px;
}

.filter-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: -5px 0;
  max-height: calc((14px + 10px) * 6);
}
.filter-list__item {
  line-height: 1;
  margin: 5px 7px;
  width: calc((100% / 6) - 14px);
  color: #979797;
  padding-left: 25px;
  font-size: 14px;
  position: relative;
}
.filter-list__item_spacer {
  height: 14px;
}
.filter-list__item_bold {
  font-weight: 600;
}
.filter-list__item:hover {
  color: #004ea2;
}
.filter-list__item_group::before {
  content: attr(data-letter);
}
.filter-list__item::before {
  position: absolute;
  left: 5px;
  font-size: 14px;
  line-height: 1;
  color: #979797;
}

.cart {
  border: 1px solid #DAE4EE;
  position: relative;
  height: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: -1px;
}
.cart:first-child {
  margin-top: 0;
}
.cart__close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  z-index: 5;
}
.cart__close::before, .cart__close::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 17px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #C4C4C4;
  border-radius: 5px;
}
.cart__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cart__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cart__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
.cart__block:first-child {
  margin-right: 40px;
  width: calc(60% - 20px);
}
.cart__block:last-child {
  width: calc(40% - 20px);
}
.cart__image {
  min-width: 150px;
  max-width: 150px;
  margin-right: 10px;
  height: 100%;
  position: relative;
}
.cart__counter {
  position: relative;
  margin: 0 25px;
}
.cart__counter-holder {
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: 1px solid #CBCBCB;
}
.cart__counter-minus, .cart__counter-plus {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #CBCBCB;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart__counter-minus {
  left: -25px;
}
.cart__counter-plus {
  right: -25px;
}
.cart__category {
  color: #979CA1;
  font-size: 14px;
  margin-bottom: 8px;
}
.cart .price {
  font-family: "PT Sans", sans-serif;
  margin-left: 40px;
}
.cart_small {
  padding: 0;
  height: auto;
  border: 0;
  margin-bottom: 30px;
}
.cart_small:last-child {
  margin-bottom: 0;
}
.cart_small .cart__image {
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  margin-right: 20px;
}
.cart_small .cart__block {
  width: 100%;
}
.cart_small .cart__block:first-child {
  margin-right: 0;
}

.cart-list {
  display: -webkit-box;
  display: flex;
}
.cart-list_align_start {
  -webkit-box-align: start;
          align-items: flex-start;
}
.cart-list__left {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
}
.cart-list__right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 320px;
  flex-basis: 0;
  border: 1px solid #DAE4EE;
  margin-left: -1px;
}
.cart-list__right_big {
  min-width: 380px;
}
.cart-list__block {
  padding: 36px 60px;
  border: 1px solid #DAE4EE;
  margin-top: -1px;
}
.cart-list__block:first-child {
  margin-top: 0;
}
.cart-list__filter {
  border-bottom: 1px solid #DAE4EE;
  padding: 20px;
}
.cart-list__filter:last-child {
  border-bottom: 0;
}
.cart-list__filter_full {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.cart-list__filter_big {
  padding: 36px 63px 36px 44px;
}
.cart-list__filter-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.checkmark {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkmark:last-child {
  margin-bottom: 0;
}
.checkmark input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.checkmark label {
  cursor: pointer;
  font-size: 14px;
}
.checkmark span {
  display: inline-block;
}
.checkmark__box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #8294A6;
}
.checkmark__box::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 13px;
  top: 20%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  background: url(../images/checkmark.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.checkmark__box_light {
  border-color: white;
}
.checkmark__box_light::before {
  background-image: url(../images/checkmark_light.svg);
}
.checkmark input[type=checkbox]:checked ~ .checkmark__box::before, .checkmark.selected .checkmark__box::before {
  opacity: 1;
  top: 45%;
}

.choose-list {
  display: -webkit-box;
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-bottom: 1.5rem;
}
.choose-list:last-child {
  margin-bottom: 0;
}
.choose-list__item {
  margin: 5px;
  width: calc(33.33334% - 10px);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  padding: 29px 19px;
}
.choose-list__item_fourth {
  width: calc(25% - 10px);
  padding: 25px 15px;
  min-height: 160px;
}
.choose-list__item_fourth_small {
  min-height: 1px;
}
.choose-list__item_centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.choose-list__item.selected, .choose-list__item:hover {
  box-shadow: 0 1px 8px rgba(176, 197, 213, 0.9);
}
.choose-list p {
  font-family: "PT Sans";
  font-size: 14px;
  line-height: 18px;
  color: #8294A6;
}
.choose-list p.choose-list__title {
  font-weight: 600;
  color: #004ea2;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
}
.choose-list p.choose-list__title_left {
  width: 100%;
  text-align: left;
}
.choose-list p.choose-list__title_small {
  font-size: 16px;
  line-height: 19px;
}

.address__row {
  display: -webkit-box;
  display: flex;
  padding: 15px 0 15px 10px;
}
.address__head {
  border-bottom: 1px solid #B7BFC7;
  padding: 5px 0 5px 40px;
}
.address__head .address__item {
  color: #B7BFC7;
}
.address__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.address__item:last-child {
  max-width: 145px;
}

.service {
  1padding: 36px 78px 0 29px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
          justify-content: center;
}
.service:last-child {
  margin-bottom: 0;
}
.service_head {
  padding: 0;
  margin-bottom: 15px;
}
.service_slide {
  margin: 12px;
 1padding: 27px 27px 0;
  width: calc(25% - 24px);
}
.service_slide:last-child {
  margin-bottom: 12px;
}
.service_bordered {
  border: 1px solid #B0C5D5;
}
.service__wrap {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.service__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.service__photo {
  position: relative;
  margin-bottom: 15px;
}
.service__head {
  font-weight: 600;
  font-size: 18px;
}
.service__name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  min-height: 46px;
  text-align: center;
}
.service__name:last-child {
  margin-bottom: 0;
}
.service__name_upper {
  1text-transform: uppercase;
}
.service__name_small_size {
  font-size: 16px;
  min-height: 1px;
}

.service-list {
  margin-bottom: 1.5rem;
}
.service-list_margin_bigger {
  margin-bottom: 4.5rem;
}
.service-list__block {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.service-list__item {
  font-size: 20px;
}

.loader {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.6);
}
.loader_full {
  position: fixed;
}
.loader__wrapper {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loader__wrapper div {
  -webkit-animation: loader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.loader__wrapper div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004ea2;
  margin: -3px 0 0 -3px;
}
.loader__wrapper div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.loader__wrapper div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.loader__wrapper div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.loader__wrapper div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.loader__wrapper div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.loader__wrapper div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.loader__wrapper div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.loader__wrapper div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.loader__wrapper div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.loader__wrapper div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.loader__wrapper div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.loader__wrapper div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.loader__wrapper div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.loader__wrapper div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.loader__wrapper div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.loader__wrapper div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.city-list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .city-list {
    margin-bottom: 25px;
  }
}
.city-list__header {
  width: 10%;
  margin-right: 20px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  color: #ececec;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .city-list__header {
    width: 25%;
    font-size: 80px;
    margin-top: 0;
    margin-right: 0;
  }
}
.city-list__item {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .city-list__item {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
.city-list__item-block {
  padding: 10px 15px;
  display: block !important;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .city-list__item-block {
    position: relative;
  }
}
.city-list__item-block:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.city-list__item-block:hover .city-list__hidden {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .city-list__item-block:hover .city-list__hidden {
    top: 100%;
  }
}
.city-list__hidden {
  min-width: 290px;
  position: absolute;
  top: 5px;
  left: 100%;
  opacity: 1;
  visibility: hidden;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .city-list__hidden {
    top: calc(100% + 5px);
    left: 50%;
    min-width: 1px;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.city-list__hidden:hover {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .city-list__hidden:hover {
    top: 100%;
  }
}
.city-list__hidden-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  min-width: 290px;
  background-color: white;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .city-list__hidden-wrapper {
    position: static;
    top: 0;
    min-width: 1px;
    width: 100%;
  }
}
.city-list__hidden-item {
  padding: 10px 15px;
  cursor: pointer;
  display: block;
}
.city-list__hidden-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.shop {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}
.shop:hover .shop__info_hidden {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.shop.slider__item {
  cursor: pointer;
}
.shop__image {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 100%;
  width: 100%;
}
.shop__image_centered {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.shop__info {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 36, 85, 0.25);
}
.shop__info_hidden {
  position: absolute;
  top: calc(50% + 5px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  border-bottom: none;
  opacity: 0;
  visibility: hidden;
  width: auto;
  min-width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: 10px 15px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .shop__info_hidden {
    position: relative;
    padding: 0;
    border-right: 0;
    box-shadow: none;
    background-color: transparent;
    max-width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .shop__info_hidden .link {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.timeline {
  position: relative;
  margin-bottom: 30px;
}
.timeline::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc( 100% - 55px );
  background-color: #004ea2;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.timeline__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .timeline__item {
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.timeline__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .timeline__item:last-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.timeline__item div p {
  margin-bottom: 0.5rem;
}
.timeline__item div p:last-child {
  margin-bottom: 0;
}
.timeline__circle {
  min-width: 55px;
  min-height: 55px;
  position: relative;
  border-radius: 50%;
  color: #004ea2;
  border: 1px solid #004ea2;
  margin-right: 10px;
  background-color: white;
}
.timeline__circle::before {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 14px;
  color: currentColor;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes flipOpen {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}

@keyframes flipOpen {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@-webkit-keyframes flipClose {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@keyframes flipClose {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
.holkeeper {
  position: fixed;
  bottom: 15px;
  right: -100px;
  -webkit-transition: right 0.75s cubic-bezier(0.5, 1.7, 0.5, 1) 1s, background 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: right 0.75s cubic-bezier(0.5, 1.7, 0.5, 1) 1s, background 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: right 0.75s cubic-bezier(0.5, 1.7, 0.5, 1) 1s, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: right 0.75s cubic-bezier(0.5, 1.7, 0.5, 1) 1s, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 36, 85, 0.25);
  z-index: 250;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .holkeeper {
    width: 55px;
    height: 55px;
  }
}
.holkeeper_start {
  right: 15px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: holkeeper;
          animation-name: holkeeper;
}
.holkeeper_start:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  background-color: #f3f3f3;
  box-shadow: 0 2px 7px rgba(0, 36, 85, 0.25);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.holkeeper__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .holkeeper__container {
    width: 40px;
    height: 25px;
  }
}
.holkeeper__envelope {
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 25px solid #009944;
  border-bottom: 15px solid #009944;
  border-right: 25px solid #004ea2;
  border-radius: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .holkeeper__envelope {
    border-top: 12px solid transparent;
    border-left: 20px solid #009944;
    border-bottom: 12px solid #009944;
    border-right: 20px solid #E9872C;
  }
}
.holkeeper__flip {
  position: absolute;
  border-top: 15px solid #eee;
  border-left: 25px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid transparent;
  border-radius: 0;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .holkeeper__flip {
    border-top: 12px solid #d27727;
    border-left: 20px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid transparent;
  }
}
.holkeeper__letter {
  position: absolute;
  left: 2px;
  height: 30px;
  width: 48px;
  background: #ddd;
  border-radius: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .holkeeper__letter {
    width: 38px;
    height: 23px;
  }
}
.holkeeper__text {
  position: absolute;
  top: 5px;
  left: 2px;
  height: 3px;
  width: 30px;
  background: #b0b0b0;
}
@media screen and (max-width: 768px) {
  .holkeeper__text {
    width: 25px;
  }
}
.holkeeper__text::before, .holkeeper__text::after {
  position: absolute;
  content: "";
  height: 100%;
  background: #b0b0b0;
  left: 0;
}
.holkeeper__text:before {
  top: 5px;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .holkeeper__text:before {
    width: 20px;
  }
}
.holkeeper__text:after {
  top: 10px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .holkeeper__text:after {
    width: 17px;
  }
}
.holkeeper_open {
  -webkit-animation: flipOpen 0.4s ease-in forwards;
          animation: flipOpen 0.4s ease-in forwards;
}
.holkeeper_close {
  -webkit-animation: flipClose 0.4s ease-in forwards;
          animation: flipClose 0.4s ease-in forwards;
}
.holkeeper_letter-open {
  top: -15px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media screen and (max-width: 768px) {
  .holkeeper_letter-open {
    top: -10px;
  }
}
.holkeeper_letter-close {
  top: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.product-table img {
  width: 100px;
}
.product-table [data-link] {
  cursor: pointer;
}

.btn {
  display: block;
  width: auto;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #004ea2;
  padding: 0 17px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: none;
  height: 35px;
  line-height: 33px;
}
.btn_small {
  padding: 0 10px;
  height: 25px;
  line-height: 23px;
  font-size: 12px;
}
.btn_full {
  width: 100%;
  max-width: 999999px;
}
.btn_default {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}
.btn_transparent {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  height: 50px;
}
.btn_medium {
  height: 44px;
  line-height: 42px;
  font-size: 16px;
}
.btn_almost_big {
  height: 50px;
  line-height: 48px;
  font-size: 16px;
}
.btn--offer {
  border-color: #009944;
  background: #009944;
  color: #004ea2;
}
.btn_light {
  background-color: #FFFFFF;
  border-color: #004ea2;
}
.btn_width, .btn_big {
  min-width: 260px;
}
@media screen and (max-width: 992px) {
  .btn_width, .btn_big {
    min-width: 220px;
  }
}
.btn_width_smaller {
  min-width: 240px;
}
@media screen and (max-width: 992px) {
  .btn_width_smaller {
    min-width: 200px;
  }
}
.btn_fixed_width {
  min-width: 165px;
}
.btn_big {
  height: 60px;
  line-height: 58px;
  padding: 0 20px;
}
.btn_bg_white {
  background-color: white;
}
.btn_dark {
  height: 50px;
  line-height: 48px;
  border: 0;
  outline: none;
  background-color: #004ea2;
  color: white;
  padding: 0 20px;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  border: 0;
  outline: none;
}
.btn_dark[disabled] {
    background-color: #6f707d;
    color: #006bff;
    cursor: not-allowed;
}
.btn_big_radius, .btn_blog, .btn_action {
  border-radius: 100px;
}
.btn_action {
  height: 43px;
  line-height: 41px;
  font-size: 20px;
  background-color: #E3F0F8;
  border: 0;
}
.btn_bg_very_medium {
  background-color: #DFE4E8;
}
.btn_submit {
  padding: 0 50px;
}
.btn_blog {
  height: 80px;
  line-height: 78px;
  border-color: #B0C5D5;
}
@media screen and (max-width: 992px) {
  .btn_blog {
    height: 50px;
    line-height: 48px;
    min-width: 1px;
  }
}
.btn_shop {
  background: #FFFFFF;
  border: 3px solid #DAE4EE;
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #B0C5D5;
  font-size: 14px;
  line-height: 44px;
}
.btn_shop_dark {
  border-color: #EDEDED;
  color: #004ea2;
}
@media screen and (max-width: 1280px) {
  .btn_nosize_mobile {
    font-size: 0;
  }
}
.btn_phoned_mobile .fas,
.btn_phoned_mobile svg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .btn_phoned_mobile {
    font-size: 0;
  }
  .btn_phoned_mobile .fas, .btn_phoned_mobile svg {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
  }
}
.btn_nobr {
  border-radius: 0;
}
.btn_noborder {
  border: 0;
}
.btn_font_roboto {
  font-family: "Roboto", Arial, sans-serif;
}
.btn_font_pt {
  font-family: "PT Sans", sans-serif;
}
.btn_font_light {
  font-weight: 100;
}
.btn_font_medium {
  font-weight: 500;
}
.btn_font_bold {
  font-weight: 600;
}
.btn_font-size_small {
  font-size: 14px;
}
.btn_auto {
  width: auto;
  min-width: 1px;
  max-width: 999999px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.btn_grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  max-width: 999999px;
}
.btn_pad_medium {
  padding: 0 40px;
}
.btn_pad_default {
  padding: 0 30px;
}
.btn_pad_small {
  padding: 0 5px;
}
.btn_center {
  margin: 0 auto;
}
.btn__cart {
  padding-left: 35px;
  position: relative;
}
.btn__col_w {
  color: #FFFFFF;
}
.btn_inline {
  display: inline-block;
}
.btn_circle {
  border-radius: 50%;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.btn_minus {
  width: 35px;
  height: 35px;
  background-color: white;
  border: 1px solid red;
}
.btn_minus::before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background-color: red;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.btn_nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.btn-block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin: -5px;
}
@media screen and (max-width: 475px) {
  .btn-block {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.btn-block .btn {
  margin: 5px;
}
.btn-block_centered {
  -webkit-box-pack: center;
          justify-content: center;
}
.btn-block_half .btn {
  width: calc(50% - 10px);
}
.btn-block_big {
  margin: -5px -10px;
}
.btn-block_big .btn {
  margin: 5px 10px;
}
.btn-block_big.btn-block_half .btn {
  width: calc(50% - 20px);
}

.link {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: none;
  color: #004ea2;
}
.link.active {
  color: #ff5839;
}
.link_white {
  color: white;
}
.link_white::after {
  color: white;
}
.link_bordered {
  position: relative;
  color: currentColor;
  text-decoration: underline;
}
.link_bordered::after {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  background-color: currentColor;
  height: 1px;
}
.link_bordered_hover::after {
  height: 0;
}
.link_bordered_hover:hover::after {
  height: 1px;
}
.link--tabs {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .link--tabs {
    top: 150%;
    z-index: 45;
  }
}
.link_small {
  font-size: 13px;
}
.link_medium {
  font-size: 18px;
}
.link_big {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;text-transform: uppercase;
}
.link_big_extra {
  font-size: 22px;
}
.link_uppercase {
  text-transform: uppercase;
}
.link_font_roboto {
  font-family: "Roboto", Arial, sans-serif;
}
.link_font_light {
  font-weight: 100;
}
.link_font_regular {
  font-weight: 400;
}
.link_font_medium {
  font-weight: 500;
}
.link_font_bold {
  font-weight: 600;
}
.link_font_bold * {
  font-weight: 600;
}
.link_self {
  color: #84BFEA;
}
.link_user {
  position: relative;
  padding-left: 20px;
}
.link_user::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../images/user.svg) center no-repeat;
  background-size: contain;
}
.link_inline {
  display: inline;
}
.link_decorated {
  text-decoration: underline;
}
.link_dashed {
  border-bottom: 1px dashed currentColor;
}
.link_dashed-span span {
  border-bottom: 1px dashed currentColor;
}

.link-block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  -webkit-box-align: center;
          align-items: center;
}
.link-block_centered {
  -webkit-box-pack: center;
          justify-content: center;
}
.link-block .link {
  margin: 5px;
}

.image {
  display: block;
}
.image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.image img.grayscaled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.image__logo img {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .image__logo img {
    max-width: 150px;
  }
}
.image__logotype {
  display: inline-block;
}
.image__logotype_colorized {
  padding: 7px 13px;
}
.image__logotype img {
 1 max-width: 200px;
}
.image__cart {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.image__cart img {
  width: 18px;
  height: 17px;
}
.image_abs_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.image_hiding {
  opacity: 0.2;
}
.image_bg, .image_bg_contain, .image__profile-holder, .image__news, .image_bg_cover, .image__review, .image__profile, .image__article {
  background-color: transparent;
}
.image_noimage img, .image_bg_contain img, .image__profile-holder img, .image__news img, .image_bg_cover img, .image__review img, .image__profile img, .image__article img {
  display: none;
}
.image_bg_cover, .image__review, .image__profile, .image__article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image_bg_contain, .image__profile-holder, .image__news {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.image__cart-count {
  position: absolute;
  top: -5px;
  left: 20px;
  border-radius: 50%;
  font-size: 9px;
  line-height: 18px;
  width: 17px;
  height: 17px;
  font-weight: 700;
  z-index: 3;
  background-color: white;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
}
.image__card {
  width: 100%;
  height: 100%;
}
.image__card img {
  1position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: 1translate(-50%, -50%);
          transform: 1translate(-50%, -50%);
 1 width: auto;
  height: 100%;
}
.image__card_top img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 100%;
}
.image__partner img {
  max-width: 125px;
}
.image__social img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.image__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: auto;
}
.image__arrow_small {
  width: 14px;
}
.image__car-offer img {
  max-width: 235px;
}
@media screen and (max-width: 768px) {
  .image__car-offer img {
    max-width: 200px;
  }
}
.image__action img {
  width: 65px;
}
.image__article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image__advantage {
  border-radius: 50%;
  border: 1px solid #004ea2;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.image__search {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.image__flag {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.image__flag img {
  width: 1.15rem;
  height: 1.15rem;
}
.image__icon {
  line-height: 1;
}
.image__icon img {
  height: 17px;
  width: auto;
}
.image__icon_big img {
  width: auto;
  height: 28px;
}
.image__news {
  width: 100%;
  height: 0;
  padding-top: 52.35%;
  position: relative;
}
.image__profile {
  position: relative;
  width: 79px;
  height: 79px;
  background-color: #E3F0F8;
  border-radius: 50%;
}
.image__profile_smaller {
  width: 69px;
  height: 69px;
}
.image__profile-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  color: #9EB5C5;
}
.image__category {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.image__payment_visa {
  width: 49px;
  height: 16px;
}
.image__payment_mastercard {
  width: 42px;
  height: 42px;
}
.image__payment_mir {
  width: 53px;
  height: 16px;
}
.image__service {
  width: 175px;
}
.image__review {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.image__review-big {
  height: 100%;
  overflow: hidden;
}
.image__review-big img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image__info {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.image__info img {
  width: 20px;
  height: 20px;
}
.image_hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.image__content {
  max-width: 650px;
}
.image__content img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 auto 0;
}
.image_inline {
  display: inline-block;
  vertical-align: middle;
}
.image__holkeeper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .image__holkeeper {
    width: 25px;
    height: 25px;
  }
}
.image_float-left {
  float: left;
}
.image__group {
  margin-right: 30px;
  max-width: 375px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  position: relative;
}
@media screen and (max-width: 550px) {
  .image__group {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
}
.image__group-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image__logo-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
}
@media screen and (max-width: 470px) {
  .image__logo-footer {
    position: relative;
  }
}

.image-block {
  display: -webkit-box;
  display: flex;
  margin: -3px;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}
.image-block .image {
  margin: 3px;
}

.title {
  font-weight: 600;
  width: 100%;
  margin-bottom: 1.5rem;
  z-index: 10;
  text-transform: uppercase;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  margin: 0;
  font-weight: 600;
}
.title h1 {
  font-size: 25px;
}
.title__content {
  margin-bottom: 10px;
}
.title__content > * {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .title__content > * {
    font-size: 19px;
  }
}
.title__content > h5, .title__content h6 {
  font-size: 17px;
}
.title__main {
  margin-bottom: 30px;
}
.title__main > h1, .title__main h2 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .title__main > h1, .title__main h2 {
    font-size: 22px;
  }
}
.title__form {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.title__form_big_margin {
  margin-bottom: 40px;
}
.title__form_bold {
  font-weight: 600;
}
.title__block_flexed {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.title__block-item {
  margin-right: 15px;
}
.title__block-item:last-child {
  margin-right: 0;
}
.title__counter {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #B0C5D5;
  margin-left: 5px;
}
.title_bordered {
  position: relative;
}
.title_bordered::after {
  position: absolute;
  content: "";
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 36, 85, 0.3);
}
.title_biggest > h1,
.title_biggest > h2 {
  font-size: 35px;
}
.title_centered {
  text-align: center;
}
.title_line {
  position: relative;
  text-align: center;
}
.title_line::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #009944;
  z-index: -1;
}
.title_line h2 {
  background-color: #fff;
  display: inline-block;
  padding: 0 15px;color: #004ea2;
}
.title_flexed {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .title_flexed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .title_flexed > * {
    margin-bottom: 10px;
  }
  .title_flexed > *:last-child {
    margin-bottom: 0;
  }
}
.title_nomargin {
  margin-bottom: 5px;
}
.title_footer {
  margin-left: 20%;
  color: white;
  width: auto;
}
@media screen and (max-width: 992px) {
  .title_footer {
    margin-left: 0;
  }
}
.title_footer h2 {
  font-size: 17px;
}

.footnote {
  font-size: 12px;
  color: #9EB5C5;
}
.footnote * {
  font-size: 12px;
  color: #9EB5C5;
}

ul.list,
ol.list {
  margin: 0 0 1.44rem;
  padding: 0;
}
ul.list:last-child,
ol.list:last-child {
  margin-bottom: 0;
}
ul.list li,
ol.list li {
  padding: 0 0 0 24px;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  line-height: 1.2;
  position: relative;
}
ul.list li:last-child,
ol.list li:last-child {
  margin-bottom: 0;
}

ul.list li {
  list-style: none;
  padding: 0;
}
ul.list li::before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004ea2;
}
ul.list ul.list {
  margin-bottom: 0;
}
ul.list ul.list li::before {
  background-color: transparent;
  width: 6px;
  height: 6px;
  border: 1px solid #004ea2;
}

ol.list {
  list-style-type: decimal;
  counter-reset: item;
}
ol.list li {
  display: block;
}
ol.list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bold;
}
ol.list.list_decorated li::before {
  color: red;
}

.price_col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.price_full {
  width: 100%;
  border: 1px solid #B0C5D5;
  height: 40px;
  line-height: 40px;
}
.price_medium {
  font-size: 20px;
}
.price_big {
  font-size: 25px;
}
.price_service {
  font-size: 30px;
}
.price_big_extra {
  font-size: 40px;
  margin-bottom: 15px;
}
.price_big_extra:last-child {
  margin-bottom: 0;
}
.price_font_pt {
  font-family: "PT Sans", sans-serif;
}
.price_font_light {
  font-weight: 100;
}
.price_font_regular {
  font-weight: 400;
}
.price_font_medium {
  font-weight: 500;
}
.price_font_bold {
  font-weight: 600;
}
.price_shopped {
  padding-left: 15px;
  padding-right: 75px;
  position: relative;
  border: 1px solid #B0C5D5;
  color: #415767;
  text-align: left;
}
.price_shopped::after {
  position: absolute;
  content: "\41F\43E\434\440\43E\431\43D\435\435";
  right: -1px;
  top: -1px;
  background: #B0C5D5;
  width: 100px;
  text-align: center;
  height: calc(100% + 2px);
  z-index: 1;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.price_shopped:hover::after {
  background-color: #8fadc3;
}

.xzibit {
  color: #8f94a7;
  position: relative;
  display: inline-block;
}
.xzibit::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #8f94a7;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon {
  position: relative;
}
.icon::before, .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.icon__checkmark {
  padding-left: 33px;
}
.icon__checkmark::before {
  left: 5px;
  z-index: 2;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 20px;
  height: 15px;
  background: url(../images/checkmark.svg) center no-repeat;
  background-size: contain;
}
.icon__checkmark::after {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #9EB5C5;
  left: 0;
}

.tooltip {
  cursor: pointer;
}

.hamburger {
  display: none;
  margin-left: 10px;
}
.hamburger:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

.breads__item {
  display: inline-block;
  padding-right: 7px;
  margin-right: 13px;
  color: #004ea2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breads__item {
    padding-right: 4px;
    margin-right: 10px;
  }
}
.breads__item:hover {
  color: black;
}
.breads__item_current {
  cursor: default;
}
.breads__item_current:hover {
  color: #004ea2;
}
.breads__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breads__item::after {
  position: absolute;
  content: "";
  left: 100%;
  bottom: 4px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-down.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
.breads__item:last-child::after {
  display: none;
}

.video video,
.video iframe {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.video__main {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.393442623%;
}
.video__main video,
.video__main iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video__main video.full,
.video__main iframe.full {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  min-width: 1px;
  height: 1px;
  margin: 0 auto;
}
.video__frames iframe, .video__frames video {
  min-height: 330px;
}
@media screen and (max-width: 440px) {
  .video__frames iframe, .video__frames video {
    min-height: 250px;
  }
}

#old-site {
  padding: 10px 0;
  background: #0e2555;
}
#old-site .header__line {
  justify-content: space-around;
}
#old-site a {
  font-size: 0.8rem;
  text-decoration: underline;
  margin-top: -2px;
  display: block;
  color: white;
}

[error] ~ .select-head {
  border: 2px solid red !important;
}

[data-fb] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}