

/* Start:/local/templates/future_2019/markup/dist/css/fonts.css?15838334711140*/
@font-face {
  font-family: FiraSans;
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans400.woff2') format('woff2'), url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans400.woff') format('woff');
}
@font-face {
  font-family: FiraSans;
  font-style: italic;
  font-weight: 400;
  src: url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans400Italic.woff2') format('woff2'), url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans400Italic.woff') format('woff');
}
@font-face {
  font-family: FiraSans;
  font-style: normal;
  font-weight: 500;
  src: url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans500.woff2') format('woff2'), url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans500.woff') format('woff');
}
@font-face {
  font-family: FiraSans;
  font-style: italic;
  font-weight: 500;
  src: url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans500Italic.woff2') format('woff2'), url('/local/templates/future_2019/markup/dist/css/../fonts/FiraSans500Italic.woff') format('woff');
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 300;
  src: url('/local/templates/future_2019/markup/dist/css/../fonts/Rubik300.woff2') format('woff2'), url('/local/templates/future_2019/markup/dist/css/../fonts/Rubik300.woff') format('woff');
}
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  src: url('/local/templates/future_2019/markup/dist/css/../fonts/Rubik500.woff2') format('woff2'), url('/local/templates/future_2019/markup/dist/css/../fonts/Rubik500.woff') format('woff');
}

/* End */


/* Start:/local/templates/future_2019/markup/dist/css/all.css?1583833471205935*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button,
select,
option,
:before,
:after,
.input-file__fake-input,
.select__selected,
.checkbox__fake-input,
.radiobutton__fake-input {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a[x-apple-data-detectors] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
input,
textarea,
button,
select,
option,
.input-file__fake-input,
.select__selected,
.checkbox__fake-input,
.radiobutton__fake-input {
  box-shadow: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
select::-ms-expand {
  display: none;
}
.style {
  margin-top: 100px;
  margin-bottom: 100px;
}
.style__header {
  margin-bottom: 50px;
}
.style__wrapper + .style__wrapper {
  margin-top: 100px;
}
.style__title {
  color: #1c2e36;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  border-bottom: 2px solid #1c2e36;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.style__info {
  color: #1c2e36;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}
.style__info + .style__info {
  margin-left: 30px;
}
.style__caption,
.style-typo__desc {
  color: #a4b3b7;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.style__show-grid {
  color: #a4b3b7;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.style__show-grid + .style__show-grid {
  margin-top: 40px;
}
.style__show-grid [class^='col-'] {
  min-height: 60px;
  background-color: #e6edef;
  background-clip: content-box;
}
.style-color {
  padding-top: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.style-color__additional {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.row .style-color__black.row,
.row .style-color__white.row {
  margin-left: 0;
  margin-right: 0;
}
.style-color__sub {
  padding-top: 20%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.style-color__black .style-color__sub:nth-child(5) {
  background-color: rgba(0,0,0,0.1);
}
.style-color__white .style-color__sub:nth-child(5) {
  background-color: rgba(255,255,255,0.1);
}
.style-color__black .style-color__sub:nth-child(4) {
  background-color: rgba(0,0,0,0.2);
}
.style-color__white .style-color__sub:nth-child(4) {
  background-color: rgba(255,255,255,0.2);
}
.style-color__black .style-color__sub:nth-child(3) {
  background-color: rgba(0,0,0,0.3);
}
.style-color__white .style-color__sub:nth-child(3) {
  background-color: rgba(255,255,255,0.3);
}
.style-color__black .style-color__sub:nth-child(2) {
  background-color: rgba(0,0,0,0.4);
}
.style-color__white .style-color__sub:nth-child(2) {
  background-color: rgba(255,255,255,0.4);
}
.style-color__black .style-color__sub:nth-child(1) {
  background-color: rgba(0,0,0,0.5);
}
.style-color__white .style-color__sub:nth-child(1) {
  background-color: rgba(255,255,255,0.5);
}
.style-typo {
  border: none;
}
.style-typo__desc {
  min-width: 150px;
  text-align: right;
  padding-left: 0;
}
@media only screen and (max-width: 560px) {
  .style-typo__desc {
    text-align: left;
  }
}
@media only screen and (max-width: 560px) {
  .style-typo tr {
    display: block;
  }
  .style-typo tr + tr {
    margin-top: 30px;
  }
}
.style-typo tr:hover td {
  background-color: transparent;
}
.style-typo td {
  border: none;
  vertical-align: middle;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 560px) {
  .style-typo td {
    display: block;
    padding: 5px 0;
  }
}
.style-typo h1,
.style-typo h2,
.style-typo h3,
.style-typo h4,
.style-typo h5,
.style-typo p {
  margin-top: 0;
  margin-bottom: 0;
}
.style-typo ul {
  margin-top: 0;
}
.future-card {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 1px #c8c8c8;
  border-radius: 5px;
  position: relative;
  display: block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.future-card:hover {
  color: inherit;
}
.future-card--offset {
  margin-top: -210px;
}
.future-card--hovered {
  transition: box-shadow 0.3s;
}
.future-card--hovered:hover {
  box-shadow: 0px 15px 15px 0px #b9b9b9;
}
.future-card__image {
  width: 100%;
  height: 210px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.future-card__image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: background 0.3s;
}
.future-card--hovered:hover .future-card__image:after {
  background-color: rgba(0,0,0,0.6);
}
.future-card__content {
  color: #6c6c6c;
  font-size: 12px;
  padding: 20px 30px;
}
.future-card__caption {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.future-card__button {
  color: #fff;
  font-size: 12px;
  line-height: 2.1;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 12px 30px;
  position: relative;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s, background-color 0.3s;
}
.future-card__button:hover {
  color: #fff;
  background-color: #57b782;
  border-color: #57b782;
}
.future-card:hover .future-card__button {
  opacity: 1;
  visibility: visible;
}
.future-copy {
  float: right;
  width: 24px;
  height: 24px;
  position: relative;
}
.future-copy:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/future_2019/markup/dist/css/../images/icon-copy.svg") 100% 50% no-repeat;
  opacity: 0.3;
  transition: opacity 0.2s;
  display: block;
}
.future-copy:hover:before {
  opacity: 1;
}
.future-copy .response {
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  top: 3px;
  right: calc(100% + 15px);
}
.future-header {
  position: relative;
  margin-bottom: 50px;
}
.future-header__top {
  width: 100%;
  height: 250px;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 950px) {
  .future-header__top {
    height: auto;
    display: block;
    padding-bottom: 210px;
  }
}
.future-header__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 950px) {
  .future-header__bottom {
    display: block;
  }
}
.future-header__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: -20px;
  left: -20px;
  z-index: -1;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.future-header__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.future-header__title {
  margin-left: 420px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .future-header__title {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.future-list {
  border-top: 1px solid #e3e3e3;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.future-list .future-list {
  border-top: none;
}
.future-list__link {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px calc(50vw - 700px);
}
@media only screen and (max-width: 1480px) {
  .future-list__link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .future-list__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.future-list__link:hover {
  color: #0b40ff;
  border-color: #e3e3e3;
}
.future-list .future-list .future-list__link {
  padding-left: calc(50vw - 670px);
}
@media only screen and (max-width: 1480px) {
  .future-list .future-list .future-list__link {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 560px) {
  .future-list .future-list .future-list__link {
    padding-left: 30px;
  }
}
.future-list .future-list .future-list .future-list__link {
  padding-left: calc(50vw - 640px);
}
@media only screen and (max-width: 1480px) {
  .future-list .future-list .future-list .future-list__link {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 560px) {
  .future-list .future-list .future-list .future-list__link {
    padding-left: 45px;
  }
}
.future-nav {
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-left: none;
  border-radius: 5px;
  padding: 16px 30px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  transition: box-shadow 0.3s;
}
@media only screen and (max-width: 950px) {
  .future-nav {
    margin-left: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .future-nav {
    width: calc(100% - 10px);
    max-width: 350px;
  }
}
.future-nav:after,
.future-nav:before {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 61%;
  left: -5px;
  border-radius: 4px;
  border-left: 1px solid #e3e3e3;
  background-color: #fff;
}
.future-nav:after {
  top: 0;
  transform: rotate(27deg);
}
.future-nav:before {
  bottom: 0;
  transform: rotate(-27deg);
}
.future-nav:hover {
  color: #000;
  border-color: #e3e3e3;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.future-projects {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .future-projects {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 560px) {
  .future-projects {
    padding-bottom: 30px;
  }
}
.future-projects__logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  .future-projects__logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.future-projects__wrapper {
  max-width: 16400px;
  margin: 0 auto;
}
.future-projects__row {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.future-projects__col {
  width: 360px;
  box-sizing: content-box;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  .future-projects__col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .future-projects__col {
    margin-bottom: 30px;
  }
}
.future-search {
  max-width: 770px;
  box-sizing: content-box;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 950px) {
  .future-search {
    max-width: 750px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .future-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.future-search__input {
  width: 100%;
  min-height: auto;
  padding: 13px 20px 14px 63px;
  background: #fff url("/local/templates/future_2019/markup/dist/css/../images/icon-search.svg") 20px 50% no-repeat;
  border: 1px solid #e3e3e3;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
}
.future-search__input:focus {
  box-shadow: none;
}
.future-subcaption {
  font-size: 18px;
  font-weight: 300;
  margin-top: -15px;
}
.future-caption {
  margin-bottom: 10px;
}
body {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.canvas {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.header {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.main {
  display: block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.footer {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.row {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.row .row {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 560px) {
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
[class^="col-"] {
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
@media only screen and (max-width: 560px) {
  [class^="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.col-1 {
  width: 8.333333333333334%;
}
@media only screen and (max-width: 560px) {
  .col-1 {
    width: 100%;
  }
}
.col-offset-1 {
  margin-left: 8.333333333333334%;
}
.col-2 {
  width: 16.666666666666668%;
}
@media only screen and (max-width: 560px) {
  .col-2 {
    width: 100%;
  }
}
.col-offset-2 {
  margin-left: 16.666666666666668%;
}
.col-3 {
  width: 25%;
}
@media only screen and (max-width: 560px) {
  .col-3 {
    width: 100%;
  }
}
.col-offset-3 {
  margin-left: 25%;
}
.col-4 {
  width: 33.333333333333336%;
}
@media only screen and (max-width: 560px) {
  .col-4 {
    width: 100%;
  }
}
.col-offset-4 {
  margin-left: 33.333333333333336%;
}
.col-5 {
  width: 41.666666666666664%;
}
@media only screen and (max-width: 560px) {
  .col-5 {
    width: 100%;
  }
}
.col-offset-5 {
  margin-left: 41.666666666666664%;
}
.col-6 {
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .col-6 {
    width: 100%;
  }
}
.col-offset-6 {
  margin-left: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
@media only screen and (max-width: 560px) {
  .col-7 {
    width: 100%;
  }
}
.col-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666667%;
}
@media only screen and (max-width: 560px) {
  .col-8 {
    width: 100%;
  }
}
.col-offset-8 {
  margin-left: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
@media only screen and (max-width: 560px) {
  .col-9 {
    width: 100%;
  }
}
.col-offset-9 {
  margin-left: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
@media only screen and (max-width: 560px) {
  .col-10 {
    width: 100%;
  }
}
.col-offset-10 {
  margin-left: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
@media only screen and (max-width: 560px) {
  .col-11 {
    width: 100%;
  }
}
.col-offset-11 {
  margin-left: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .col-12 {
    width: 100%;
  }
}
.col-offset-12 {
  margin-left: 100%;
}
.col-1-5 {
  width: 20%;
}
@media only screen and (max-width: 560px) {
  .col-1-5 {
    width: 100%;
  }
}
.col-2-5 {
  width: 40%;
}
@media only screen and (max-width: 560px) {
  .col-2-5 {
    width: 100%;
  }
}
.col-3-5 {
  width: 60%;
}
@media only screen and (max-width: 560px) {
  .col-3-5 {
    width: 100%;
  }
}
.col-4-5 {
  width: 80%;
}
@media only screen and (max-width: 560px) {
  .col-4-5 {
    width: 100%;
  }
}
.col-5-5 {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .col-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-l-1 {
    width: 8.333333333333334%;
  }
  .col-l-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-l-2 {
    width: 16.666666666666668%;
  }
  .col-l-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-4 {
    width: 33.333333333333336%;
  }
  .col-l-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-l-5 {
    width: 41.666666666666664%;
  }
  .col-l-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-7 {
    width: 58.333333333333336%;
  }
  .col-l-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-l-8 {
    width: 66.66666666666667%;
  }
  .col-l-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-10 {
    width: 83.33333333333333%;
  }
  .col-l-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-l-11 {
    width: 91.66666666666667%;
  }
  .col-l-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .col-l-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-l-1-5 {
    width: 20%;
  }
  .col-l-2-5 {
    width: 40%;
  }
  .col-l-3-5 {
    width: 60%;
  }
  .col-l-4-5 {
    width: 80%;
  }
  .col-l-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .col-md-1 {
    width: 8.333333333333334%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-md-2 {
    width: 16.666666666666668%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.333333333333336%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-md-5 {
    width: 41.666666666666664%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.33333333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-md-11 {
    width: 91.66666666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .col-sm-1 {
    width: 8.333333333333334%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-sm-2 {
    width: 16.666666666666668%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333336%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-sm-5 {
    width: 41.666666666666664%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-sm-11 {
    width: 91.66666666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .col-xs-1 {
    width: 8.333333333333334%;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-xs-2 {
    width: 16.666666666666668%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.333333333333336%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-xs-5 {
    width: 41.666666666666664%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.333333333333336%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xs-8 {
    width: 66.66666666666667%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.33333333333333%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-xs-11 {
    width: 91.66666666666667%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .col-xs-1-5 {
    width: 20%;
  }
  .col-xs-2-5 {
    width: 40%;
  }
  .col-xs-3-5 {
    width: 60%;
  }
  .col-xs-4-5 {
    width: 80%;
  }
  .col-xs-5-5 {
    width: 100%;
  }
}
.button,
button,
input[type=submit],
input[type=submit].focus {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  min-height: 48px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #25bcca;
  border: 2px solid #25bcca;
  border-radius: 3px;
  padding: 17px 60px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button:not([disabled]):hover,
button:not([disabled]):hover,
input[type=submit]:not([disabled]):hover,
input[type=submit].focus:not([disabled]):hover {
  color: #fff;
  background-color: #1d95a0;
  border-color: #1d95a0;
}
.button + .button,
button + button,
input[type=submit] + input[type=submit],
input[type=submit].focus + input[type=submit].focus {
  margin-left: 20px;
}
input[type=submit],
input[type=submit].focus {
  width: auto;
}
.button--transparent {
  color: #a4b3b7;
  border: 2px solid #a4b3b7;
  background-color: #fff;
}
.button--transparent:not([disabled]):hover {
  color: #fff;
  background-color: #a4b3b7;
  border-color: #a4b3b7;
}
.button--dark {
  background-color: #1c2e36;
  border-color: #1c2e36;
}
.button--dark:not([disabled]):hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.button--dark[disabled] {
  opacity: 0.1;
}
.button[disabled] {
  opacity: 0.5;
  box-shadow: none;
  cursor: not-allowed;
}
.button-shop {
  min-height: 50px;
  padding: 10px 30px;
  min-width: 170px;
  height: 50px;
  background-color: #d50000;
  position: relative;
  border: none;
  border-radius: 0;
  font-size: 17px;
}
.button-shop:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 10px solid #d50000;
  border-left: 10px solid #eee;
  border-right: 10px solid #eee;
}
.button-shop:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 10px solid #d50000;
  border-left: 10px solid #eee;
  border-right: 10px solid #eee;
}
button.button-shop:hover {
  background-color: #b71c1c;
}
button.button-shop:hover:before {
  border-bottom: 10px solid #b71c1c;
}
button.button-shop:hover:after {
  border-top: 10px solid #b71c1c;
}
@media only screen and (max-width: 560px) {
  .button-shop.header__order-status {
    margin-top: 20px;
    width: 100%;
  }
}
.shop-btn {
  height: 48px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-radius: 15px;
  background-color: #d50000;
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  max-width: 320px;
  margin-left: 0;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 560px) {
  .shop-btn {
    max-width: 100%;
  }
}
.shop-btn--popup {
  max-width: 200px;
}
@media only screen and (max-width: 560px) {
  .shop-btn--popup {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.shop-btn--order-page {
  width: auto;
  height: 50px;
  padding-left: 33px;
  padding-right: 33px;
}
@media only screen and (max-width: 560px) {
  .shop-btn--order-page {
    width: 100%;
  }
}
.shop-btn--product {
  max-width: 50px;
  height: 50px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/cart.svg");
  background-repeat: no-repeat;
  background-position: center;
}
button.shop-btn:hover {
  background-color: #b71c1c;
}
label {
  display: block;
}
input,
textarea,
select,
.input-file__fake-input,
.select__selected,
.checkbox__fake-input,
.radiobutton__fake-input {
  width: 100%;
  min-height: 50px;
  background-color: rgba(230,237,239,0.2);
  border: 1px solid #d6e1e4;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  transition: background-color 0.15s, box-shadow 0.15s;
}
.input-error input,
.input-error textarea,
.input-error select,
.input-error .input-file__fake-input,
.input-error .select__selected,
.input-error .checkbox__fake-input,
.input-error .radiobutton__fake-input {
  border-color: #d50000;
  margin-bottom: 0;
}
input.focus,
textarea.focus,
select.focus,
.input-file__fake-input.focus,
.select__selected.focus,
.checkbox__fake-input.focus,
.radiobutton__fake-input.focus,
input:focus,
textarea:focus,
select:focus,
.input-file__fake-input:focus,
.select__selected:focus,
.checkbox__fake-input:focus,
.radiobutton__fake-input:focus {
  background-color: #fff;
}
input:hover,
textarea:hover,
select:hover,
.input-file__fake-input:hover,
.select__selected:hover,
.checkbox__fake-input:hover,
.radiobutton__fake-input:hover {
  background-color: #fff;
}
textarea {
  min-height: 150px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.label-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}
.input-error {
  position: relative;
  margin-bottom: 20px;
}
.input-error__text,
.input-file__loaded {
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  top: calc(100% + 10px);
  position: absolute;
  display: block;
}
.input-file {
  position: relative;
}
.input-file input {
  display: none;
}
.input-file__fake-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-error .input-file__fake-input {
  color: #d50000;
}
.focus .input-file__fake-input {
  color: inherit;
  background-color: #fff;
}
.input-password {
  position: relative;
  display: block;
}
.input-password__show {
  width: 24px;
  height: 16px;
  background: url("/local/templates/future_2019/markup/dist/css/../images/icon-eye-off.svg") 50% no-repeat;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  cursor: pointer;
}
.input-password__show.show {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-eye-on.svg");
}
.select {
  position: relative;
  cursor: default;
}
.select__selected {
  background-color: #fff;
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 14px;
  border: 1px solid #dadada;
  border-radius: 15px;
  position: relative;
  height: 50px;
  max-width: 440px;
  color: #9e9e9e;
}
@media only screen and (max-width: 560px) {
  .select__selected {
    font-weight: 300;
  }
  .select__selected:before {
    background-size: 16px;
  }
}
.input-error .select__selected {
  color: #d50000;
}
.select__selected:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: #dadada;
  top: 0;
  right: -2px;
  border-radius: 15px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/input-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.select__selected:hover {
  cursor: pointer;
}
.select.open .select-list {
  display: block;
  z-index: 10;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  padding-right: 10px;
  padding-top: 14px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .select.open .select-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.select.open .select-list__wrap {
  max-height: 300px;
  overflow-y: scroll;
}
.select.open .select-list__wrap::-webkit-scrollbar {
  width: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.select.open .select-list__wrap::-webkit-scrollbar-track {
  background: #fff;
}
.select.open .select-list__wrap::-webkit-scrollbar-thumb {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #dadada;
  border-radius: 3.5px;
}
.select.open .select__selected {
  color: #9e9e9e !important;
}
.select.open .select__selected:before {
  background-color: #9e9e9e;
  transform: rotate(180deg);
  color: #9e9e9e;
}
.select select {
  display: none;
}
.select-list {
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1;
  display: none;
  border-radius: 15px;
}
@media only screen and (max-width: 560px) {
  .select-list {
    font-weight: 300;
    color: #212121;
  }
}
.select-list__item {
  min-height: 48px;
  padding: 14px 20px;
  padding: 11px 20px 10px 26px;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.select-list__item:first-child {
  padding-top: 0;
  min-height: 34px;
  line-height: 20px;
}
.select-list__item:last-child {
  padding-bottom: 0;
  min-height: 30px;
}
@media only screen and (max-width: 560px) {
  .select-list__item {
    color: #212121;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 25px;
    min-height: 0;
  }
  .select-list__item:last-child {
    padding-bottom: 0;
  }
}
.select-list__item:hover {
  color: #d50000;
}
.checkbox,
.radiobutton {
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox input,
.radiobutton input {
  display: none;
}
.checkbox input:checked ~ .checkbox__fake-input,
.radiobutton input:checked ~ .checkbox__fake-input {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-check.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  border-color: #25bcca;
}
.checkbox__fake-input,
.radiobutton__fake-input {
  width: 25px;
  height: 25px;
  min-height: 0;
  border: 1px solid #dddcdc;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.checkbox__fake-input:after,
.radiobutton__fake-input:after {
  content: "";
  width: 20px;
  height: 20px;
  display: none;
}
.checkbox__text,
.radiobutton__text {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.radiobutton input:checked ~ .radiobutton__fake-input {
  background-color: #d50000;
  border-color: #d50000;
}
.radiobutton__fake-input {
  background-clip: content-box;
  background-color: transparent;
  border-radius: 50%;
  padding: 7px;
  margin-right: 15px;
}
@media only screen and (max-width: 560px) {
  .radiobutton__fake-input {
    margin-right: 12px;
  }
}
.radiobutton__fake-input:hover {
  box-shadow: 0 0 0 0;
}
.radiobutton__link {
  padding-bottom: 1px;
  color: #212121;
  border-color: rgba(33,33,33,0.12);
}
.radiobutton__text {
  font-size: 15px;
  line-height: 27px;
}
@media only screen and (max-width: 560px) {
  .radiobutton__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .radiobutton__text {
    font-size: 12px;
  }
}
.slick-slider {
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  min-height: 1px;
  float: left;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
  display: block;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
body {
  color: #000;
  font-family: FiraSans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  -webkit-text-size-adjust: 100%;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
h6,
.h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-small {
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul,
ol {
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
sup {
  font-size: 85%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.45em;
}
sub {
  font-size: 85%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: 0.2em;
}
u {
  text-decoration: underline;
}
blockquote {
  position: relative;
}
blockquote:before,
blockquote:after {
  font-family: "Times New Roman";
  color: #bdbdbd;
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  display: inline-block;
}
blockquote:before {
  content: "\201C";
  margin-right: 5px;
}
blockquote:after {
  content: "\201D";
  margin-left: 5px;
}
code {
  font-family: monospace;
}
a {
  color: #d50000;
  text-decoration: none;
  border-bottom: 1px solid rgba(213,0,0,0.3);
  display: inline;
}
a:hover {
  color: #d50000;
  border-color: rgba(213,0,0,0.3);
}
p + ul,
p + ol {
  margin-top: -20px;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.link-page {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 30px;
  border: none;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .link-page {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
.link-page:hover {
  color: #d50000;
}
.link-page.active {
  color: #d50000;
}
.accordion--margin {
  margin-top: 40px;
}
@media only screen and (max-width: 560px) {
  .accordion--margin {
    margin-top: 30px;
  }
}
.accordion__item {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.accordion__item + .accordion__item {
  border-top: none;
}
.accordion__caption {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  max-height: 92px;
}
.accordion__caption:hover .accordion__caption-text {
  border-bottom: 2px solid #d50000;
}
.accordion__caption-text {
  margin: 0;
  color: #d50000;
  font-size: 17px;
  line-height: 28px;
}
.accordion__caption-sign {
  height: 12px;
  width: 12px;
  margin-right: 15px;
  -ms-flex-item-align: center;
      align-self: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/accordion-plus.svg");
}
.accordion__content {
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}
.accordion__item.active > .accordion__content {
  display: block;
}
.accordion__content--dealers {
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .accordion__content--dealers .dealers-block__accordion-content:first-child .dealers-block__accordion-content-title {
    margin-top: 0;
  }
}
.accordion__content p {
  margin-top: 0;
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .accordion__content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.accordion__item.active .accordion__caption {
  padding-bottom: 25px;
  max-height: 85px;
}
.accordion__item.active .accordion__caption-sign {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/accordion-minus.svg");
}
.additional-equipment {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .additional-equipment {
    overflow: hidden;
  }
}
.additional-equipment--padding-equipment {
  padding-top: 90px;
}
@media only screen and (max-width: 950px) {
  .additional-equipment--padding-equipment {
    padding-top: 45px;
  }
}
.additional-equipment--padding-parts {
  padding-top: 35px;
}
@media only screen and (max-width: 950px) {
  .additional-equipment--padding-parts {
    padding-top: 0;
  }
}
.additional-equipment__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  max-width: 800px;
  margin: 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .additional-equipment__title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
  }
}
.additional-equipment .link-page {
  margin-top: 33px;
  display: inline-block;
}
.swiper-container.additional-slider {
  width: 100%;
  min-height: auto;
  padding-bottom: 20px;
  overflow: visible;
}
@media only screen and (max-width: 560px) {
  .swiper-container.additional-slider {
    padding-top: 30px;
    overflow: hidden;
  }
}
.additional-slider__slide {
  border: none;
  display: -ms-flexbox;
  display: flex;
}
.additional-slider__slide-wrap {
  background-color: #fff;
  border-radius: 15px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  padding: 40px;
  width: 100%;
  max-width: 320px;
}
@media only screen and (max-width: 1024px) {
  .additional-slider__slide-wrap {
    max-width: 400px;
  }
}
@media only screen and (max-width: 560px) {
  .additional-slider__slide-wrap {
    max-width: 500px;
    padding: 30px 30px 30px 30px;
  }
}
.additional-slider .swiper-slide.additional-slider__slide {
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .additional-slider .swiper-slide.additional-slider__slide {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 100%;
  }
}
.additional-slider__swiper-wrapper {
  padding-bottom: 50px;
}
.additional-slider .swiper-pagination-progressbar {
  background-color: #eee;
}
.additional-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #d50000;
}
.additional-slider__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  max-width: 800px;
  margin: 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .additional-slider__title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
  }
}
.additional-slider__slide-content {
  border: none;
}
.additional-slider__slide-content:hover p.additional-slider__slide-title {
  color: #d50000;
}
.additional-slider__slide-title {
  display: block;
  color: #212121;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 560px) {
  .additional-slider__slide-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.additional-slider__slide-price {
  color: #212121;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 560px) {
  .additional-slider__slide-price {
    font-size: 24px;
    line-height: 34px;
  }
}
.additional-slider__slide-title-wrap {
  max-height: 76px;
  margin-bottom: 15px;
}
.additional-slider__slide-img {
  margin-bottom: 25px;
}
@media only screen and (max-width: 560px) {
  .additional-slider__slide-img {
    margin-bottom: 25px;
  }
}
.additional-slider__slide-img img {
  height: 140px;
}
.swiper-pagination.additional-slider__swiper-pagination {
  display: block;
  top: auto;
}
@media only screen and (max-width: 560px) {
  .swiper-pagination.additional-slider__swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.swiper-pagination.additional-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d50000;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 560px) {
  .slider-additional-equipment__wrap {
    padding: 0;
  }
}
.slider-additional-equipment__wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media only screen and (max-width: 560px) {
  .swiper-wrapper.additional-slider__swiper-wrapper {
    margin-top: 0;
  }
}
.application-order {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 40px 20px 40px;
  max-width: 920px;
}
@media only screen and (max-width: 1024px) {
  .application-order {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (max-width: 560px) {
  .application-order {
    padding: 24px 32px 10px 32px;
  }
}
@media (max-width: 320px) {
  .application-order {
    padding: 20px 20px 10px 20px;
  }
}
.application-order__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  .application-order__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
.application-order__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 560px) {
  .application-order__content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 0;
  }
}
.application-order__label {
  width: 50%;
}
.application-order__label:nth-child(2n) {
  padding-left: 20px;
}
@media only screen and (max-width: 560px) {
  .application-order__label {
    width: 100%;
  }
  .application-order__label:nth-child(2n) {
    padding-left: 0;
  }
}
.application-order__label-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
  padding-left: 5px;
}
.application-order__label-content {
  display: block;
  margin-top: 10px;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .application-order__label-content {
    margin-bottom: 25px;
  }
}
.application-order__label-content--phone input {
  padding-left: 70px;
}
.application-order__label-content--phone:before {
  position: absolute;
  content: '+7';
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #dadada;
  border-radius: 15px;
  font-size: 17px;
  line-height: 29px;
  color: #212121;
  text-align: center;
  padding-top: 10px;
}
.application-order__label-content input {
  background-color: #fff;
  max-width: 400px;
  border: 1px solid #dadada;
  border-radius: 15px;
}
.application-order__label-content input::-webkit-input-placeholder {
  color: transparent;
}
@media only screen and (max-width: 560px) {
  .application-order__label-content input::-webkit-input-placeholder {
    color: #9e9e9e;
  }
}
.application-order__label-content input::-moz-placeholder {
  color: transparent;
}
@media only screen and (max-width: 560px) {
  .application-order__label-content input::-moz-placeholder {
    color: #9e9e9e;
  }
}
.application-order__label-content input:-ms-input-placeholder {
  color: transparent;
}
@media only screen and (max-width: 560px) {
  .application-order__label-content input:-ms-input-placeholder {
    color: #9e9e9e;
  }
}
.application-order__label-content .input-text-error {
  position: absolute;
  padding-top: 3px;
}
.application-order__label-radio {
  margin-top: 15px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 560px) {
  .application-order__label-radio {
    margin-bottom: 16px;
  }
}
.application-order__submit-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.block-appointment {
  max-width: 440px;
  border: 3px solid #eee;
  border-radius: 15px;
  background-color: #fff;
  padding: 35px 35px 40px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1440px) {
  .block-appointment {
    width: calc(100vw * 0.32 - 20px);
  }
}
@media only screen and (max-width: 950px) {
  .block-appointment {
    display: none;
  }
}
@media (max-width: 1440px) {
  .block-appointment--news-inner {
    width: calc(100vw * 0.32 - 60px);
  }
}
.block-appointment__wrap {
  width: 32%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: 65px;
}
.block-appointment__img {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-online.svg");
  height: 65px;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.block-appointment__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  max-width: 300px;
  margin-top: 22px;
  margin-bottom: 18px;
}
.block-appointment__text {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.block-appointment__btn {
  padding: 15px 30px;
  display: inline-block;
  border-radius: 15px;
  background-color: #d50000;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.block-appointment__btn:hover {
  color: #fff;
  background-color: #b71c1c;
}
.aside-nav__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 32%;
  height: 100%;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 950px) {
  .aside-nav__wrap {
    display: none;
  }
}
.aside-nav__wrap--page-guides {
  margin-top: 10px;
  margin-left: 30px;
}
.aside-nav__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
  padding: 16px 30px;
  max-width: 440px;
  border: none;
  border-radius: 15px;
  background-color: #eee;
  width: 100%;
}
.aside-nav__nav:hover {
  cursor: pointer;
}
.aside-nav__nav:hover .aside-nav__text {
  color: #d50000;
}
.aside-nav__text {
  color: #212121;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
}
.aside-nav__text:hover {
  color: #d50000;
}
.bank-details-table__row {
  border-top: 1px solid #e0e0e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 950px) {
  .bank-details-table__row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 8px 0 7px 0;
  }
}
.bank-details-table__name {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 21px;
  min-width: 220px;
  margin-right: 100px;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .bank-details-table__name {
    margin-right: 0;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
}
.bank-details-table__descriprion {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .bank-details-table__descriprion {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
}
.bank-details__wrap {
  background-color: #fff;
}
.bank-details__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 950px) {
  .bank-details__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 22px;
    margin-bottom: 30px;
  }
}
.breadcrumbs-navigation {
  margin: 0;
  padding: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 950px) {
  .breadcrumbs-navigation {
    padding-top: 32px;
  }
}
.breadcrumbs-navigation__item {
  list-style: none;
  border: 1px solid #dadada;
  border-radius: 8px;
  padding-top: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  margin-right: 10px;
}
.breadcrumbs-navigation__item:hover {
  cursor: pointer;
  background-color: #dadada;
}
.breadcrumbs-navigation__item:hover a.breadcrumbs-navigation__link {
  color: #000;
}
.breadcrumbs-navigation__item.active {
  background-color: #dadada;
  color: #000;
}
.breadcrumbs-navigation__link {
  border: none;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
.page-title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  max-width: 920px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .page-title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 23px;
  }
}
.page-title--news-inner {
  margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .page-title--news-inner {
    line-height: 36px;
  }
}
.burger {
  width: 32px;
  height: 24px;
  background-color: transparent;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}
.burger:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #000;
  position: relative;
  top: 6px;
  z-index: 1;
  display: block;
}
.canvas {
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
@media only screen and (max-width: 950px) {
  .canvas {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .canvas.slide {
    transform: translateX(300px);
  }
}
.advantages {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  .advantages {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.advantages__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  max-width: 680px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .advantages__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.advantages__title--service {
  margin-bottom: 25px;
}
@media only screen and (max-width: 560px) {
  .advantages__title--service {
    margin-bottom: 21px;
  }
}
.advantages__text {
  max-width: 680px;
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
.advantages__text--service {
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .advantages__text--service {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.advantages__link {
  border: none;
}
@media only screen and (max-width: 560px) {
  .advantages__link {
    border-bottom: 2px solid #d50000;
  }
}
.advantages__link:hover {
  cursor: pointer;
  border-bottom: 2px solid #d50000;
}
.advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1024px) {
  .advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 560px) {
  .advantages__list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 25px;
  }
}
.advantages__list--column {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}
.advantages__item {
  border: 3px solid #eee;
  border-radius: 15px;
  padding: 35px 40px 30px 35px;
  max-width: 440px;
  width: 33%;
  margin-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.advantages__item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .advantages__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 25px;
    max-width: 540px;
  }
}
@media only screen and (max-width: 560px) {
  .advantages__item {
    width: 100%;
    padding: 32px 25px 23px 32px;
  }
}
.advantages__item--width-big {
  width: 100%;
  max-width: 440px;
  margin-right: 0;
  margin-bottom: 40px;
}
.advantages__item-title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  max-width: 343px;
  margin-top: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .advantages__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.advantages__item-text {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .advantages__item-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 28px;
  }
}
.advantages__item-text--margin {
  margin-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  .advantages__item-text--margin {
    margin-bottom: 15px;
  }
}
.advantages__item-link-wrap {
  margin-top: auto;
}
.advantages__item-link {
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  border-bottom: none;
}
@media only screen and (max-width: 560px) {
  .advantages__item-link {
    font-size: 16px;
    line-height: 28px;
  }
}
.advantages__item-link:hover {
  cursor: pointer;
  border-bottom: 2px solid #d50000;
}
@media only screen and (max-width: 560px) {
  .advantages__item-link:hover:hover {
    border-bottom: none;
  }
}
.advantages__item-img-wrap {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 560px) {
  .advantages__item-img-wrap {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 560px) {
  .advantages__item-img-wrap--big {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 560px) {
  .advantages__item-img {
    height: 48px;
  }
}
@media only screen and (max-width: 560px) {
  .advantages__item-img--big {
    height: 64px;
  }
}
.news {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 950px) {
  .news {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 560px) {
  .news {
    padding-top: 30px;
  }
}
.news--padding {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  .news--padding {
    padding-bottom: 45px;
  }
}
.news__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 950px) {
  .news__title {
    font-size: 34px;
    line-height: 44px;
  }
}
.news__title--margin {
  margin-top: 30px;
}
@media only screen and (max-width: 560px) {
  .news__title--margin {
    margin-top: 25px;
  }
}
.news__cards-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 35px;
}
@media only screen and (max-width: 560px) {
  .news__cards-wrap {
    padding-top: 28px;
  }
}
.news__btn-show {
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
  height: 50px;
}
@media only screen and (max-width: 560px) {
  .news__btn-show {
    width: 100%;
  }
}
button.news__btn-show:not([disabled]):hover:hover {
  background-color: #fff;
  color: #d50000;
}
@media only screen and (max-width: 560px) {
  .card-news__wrap .card-news__title-container {
    overflow: hidden;
    height: 90px;
  }
}
@media only screen and (max-width: 560px) {
  .card-news__wrap .card-news__text-container {
    overflow: hidden;
    max-height: 135px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .card-news {
    margin-bottom: 30px;
  }
}
.card-news__wrap {
  margin-bottom: 23px;
}
@media only screen and (max-width: 560px) {
  .card-news__wrap {
    margin-bottom: 5px;
  }
}
.card-news__link:hover .card-news__title {
  color: #d50000;
}
.card-news__img {
  height: 220px;
  width: 100%;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 560px) {
  .card-news__img {
    height: 164px;
  }
}
.card-news__title {
  text-align: left;
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .card-news__title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
  }
}
.card-news__title:hover {
  cursor: pointer;
}
.card-news__text {
  text-align: left;
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  margin-top: 15px;
}
@media only screen and (max-width: 560px) {
  .card-news__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .product-card__wrap {
    padding: 32px 32px 23px 32px;
    background-color: #fff;
    border-radius: 15px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
.product-card__content-wrap {
  border: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.product-card__content-wrap:hover {
  cursor: pointer;
}
.product-card__content-wrap:hover .product-card__title {
  color: #d50000;
}
.product-card__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  .product-card__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.product-card__title:hover {
  color: #d50000;
  cursor: pointer;
}
.product-card__images-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.product-card__image-wrap {
  height: 180px;
}
.product-card__image-wrap:hover .product-card__title {
  color: #d50000;
}
@media only screen and (max-width: 560px) {
  .product-card__image-wrap {
    height: 140px;
  }
}
.product-card__picture-product {
  max-height: 180px;
}
@media only screen and (max-width: 560px) {
  .product-card__picture-product {
    height: 140px;
  }
}
.product-card__icon-wrap {
  width: 50px;
  height: 50px;
  background-position: 50% 70%;
  position: absolute;
  left: -10px;
  top: -3px;
  z-index: 5;
}
.product-card__icon-wrap:hover {
  cursor: pointer;
}
.product-card__product-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.product-card__product-option {
  width: 50%;
  text-align: left;
  margin-bottom: 15px;
}
.product-card__product-option:nth-child(2n) {
  padding-left: 25px;
}
@media only screen and (max-width: 560px) {
  .product-card__product-option:nth-child(2n):nth-child(2n) {
    padding-left: 15px;
  }
}
.product-card__product-option-name {
  color: #9e9e9e;
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
  .product-card__product-option-name {
    font-size: 14px;
    line-height: 26px;
  }
}
.product-card__product-option-desc {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  .product-card__product-option-desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-card__price-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 25px;
}
@media only screen and (max-width: 560px) {
  .product-card__price-wrap {
    margin-bottom: 23px;
  }
}
.product-card__product-price {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 560px) {
  .product-card__product-price {
    font-size: 24px;
    line-height: 34px;
  }
}
.product-card__price-sale {
  color: #d50000;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 6px;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .product-card__price-sale {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
  }
}
.product-card__price-sale:before {
  content: "";
  position: absolute;
  background-color: #d50000;
  width: 108%;
  height: 1px;
  bottom: 13px;
  left: -2px;
  transform: rotate(-5deg);
}
.product-card__btns-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-card__btn {
  display: block;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  height: 50px;
  border: 1px solid #d50000;
  border-radius: 15px;
  font-size: 17px;
  color: #d50000;
  line-height: 30px;
  margin-right: 10px;
}
.product-card__btn:hover {
  background-color: #d50000;
  color: #fff;
  cursor: pointer;
}
.product-card__btn--open-card-width {
  max-width: 193px;
}
@media only screen and (max-width: 560px) {
  .product-card__btn--open-card-width {
    max-width: 400px;
  }
}
@media only screen and (max-width: 560px) {
  .swiper-slide--recommendation .product-card__wrap {
    box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  }
}
.card-table {
  padding: 25px 60px 33px 60px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
}
@media only screen and (max-width: 560px) {
  .card-table {
    padding: 18px 32px 15px 32px;
  }
}
.card-table__wrap {
  padding: 60px 0 40px 0;
}
@media only screen and (max-width: 560px) {
  .card-table__wrap {
    padding: 28px 0 15px 0;
  }
}
.card-table__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 560px) {
  .card-table__row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 8px 0;
  }
}
.card-table__row:last-child {
  border: none;
}
.card-table__title {
  margin-right: 20px;
  width: 26%;
  color: #9e9e9e;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
}
@media only screen and (max-width: 1024px) {
  .card-table__title {
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .card-table__title {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
}
.card-table__title--margin {
  margin-right: 50px;
}
.card-table__description {
  width: 74%;
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 1024px) {
  .card-table__description {
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .card-table__description {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
}
.card {
  border: 3px solid #eee;
  border-radius: 15px;
  padding: 35px 60px 30px 35px;
  max-width: 440px;
  margin-bottom: 40px;
  width: 48%;
}
.card:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .card {
    width: 48%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 560px) {
  .card {
    max-width: 500px;
    width: 100%;
    padding: 28px 28px 20px 32px;
  }
}
.card__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  max-width: 343px;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.card__text {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .card__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.card__img-wrap {
  width: 64px;
  height: 64px;
}
.catalog-products__title {
  color: #212121;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  font-family: Rubik;
  margin-bottom: 30px;
  margin-top: 28px;
}
@media only screen and (max-width: 560px) {
  .catalog-products__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .catalog-products__title--margin-top {
    margin-top: 25px;
  }
}
.catalog-products__tabs-list {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
  .catalog-products__tabs-list {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 28px;
  }
}
.catalog-products__tabs-item {
  background-color: #eee;
  padding-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  .catalog-products__tabs-item {
    padding-bottom: 15px;
  }
}
.contacts-map {
  background-color: #e0e0e0;
}
.contacts-map-navigation {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
}
.contacts-map__navigation-btn {
  font-size: 16px;
  line-height: 28px;
  color: #9e9e9e;
  text-transform: uppercase;
  margin-right: 32px;
  border: none;
  display: block;
  padding-bottom: 8px;
}
.contacts-map__navigation-btn.active {
  color: #d50000;
  border-bottom: 2px solid #d50000;
}
.contacts-map__navigation-btn:hover {
  cursor: pointer;
}
.contacts-map__content-wrap {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 950px) {
  .contacts-map__content-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 560px) {
  .contacts-map__content-wrap {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.contacts-map__map-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
}
@media only screen and (max-width: 950px) {
  .contacts-map__map-wrap {
    border-radius: 0;
    -ms-flex-order: 1;
        order: 1;
    height: 336px;
  }
}
.contacts-map__map {
  height: 100%;
}
.contacts-map__blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 35%;
  max-width: 440px;
  margin-right: 40px;
}
@media only screen and (max-width: 950px) {
  .contacts-map__blocks {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 12px;
  }
}
.contacts-map__block-address-wrap {
  max-width: 440px;
  margin-bottom: 40px;
  opacity: 0.7;
}
.contacts-map__block-address-wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address-wrap {
    max-width: 100%;
    width: 100%;
    display: none;
    margin-bottom: 0;
  }
}
.contacts-map__block-address-wrap.active {
  opacity: 1;
  display: block;
}
.contacts-map__block-address-wrap:hover {
  opacity: 1;
}
.contacts-map__block-address {
  border-radius: 15px;
  background-color: #fff;
  padding: 40px 40px 30px 40px;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address {
    padding: 24px 24px 25px 24px;
  }
}
.contacts-map__block-address:hover {
  cursor: pointer;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address-img {
    display: none;
  }
}
.contacts-map__block-address-name {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 18px;
  margin-bottom: 16px;
}
.contacts-map__block-address-name:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address-name {
    margin-top: 0;
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 34px;
  }
}
.contacts-map__block-address-item {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address-item {
    line-height: 21px;
    margin-bottom: 23px;
  }
}
.contacts-map__block-address-desc {
  color: #212121;
}
.contacts-map__block-address-tel {
  color: #9e9e9e;
}
.contacts-map__block-address-time {
  color: #9e9e9e;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address-time {
    margin-bottom: 21px;
  }
}
.contacts-map__block-address-link {
  border: none;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 950px) {
  .contacts-map__block-address-link {
    line-height: 21px;
  }
}
.contacts-map__block-address-link:hover {
  cursor: pointer;
  border-bottom: 2px solid #d50000;
}
.contacts-map__zoom-control {
  height: 110px;
  width: 50px;
}
@media only screen and (max-width: 560px) {
  .contacts-map__zoom-control {
    height: 63px;
    width: 24px;
    margin-bottom: -7px;
    margin-right: -15px;
  }
}
.contacts-map__zoom-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #d50000;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 560px) {
  .contacts-map__zoom-btn {
    height: 24px;
    width: 24px;
    background-size: 14px;
    border-radius: 4px;
  }
}
.contacts-map__zoom-btn:hover {
  cursor: pointer;
  background-color: #b71c1c;
}
.contacts-map__zoom-btn--plus {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/zoom-in.svg");
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .contacts-map__zoom-btn--plus {
    margin-bottom: 15px;
  }
}
.contacts-map__zoom-btn--min {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/zoom-out.svg");
}
.count-buy-item__input {
  width: 150px;
  height: 50px;
  padding: 0;
  border: 1px solid #dadada;
  border-radius: 15px;
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.count-buy-item__label {
  position: relative;
  margin-right: 10px;
  max-width: 150px;
}
.count-buy-item__minus {
  position: absolute;
  z-index: 10;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background-color: #dadada;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/input-minus.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.count-buy-item__minus:hover {
  cursor: pointer;
}
.count-buy-item__plus {
  position: absolute;
  z-index: 10;
  display: block;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background-color: #dadada;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/input-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.count-buy-item__plus:hover {
  cursor: pointer;
}
.dealers-block {
  padding-top: 35px;
}
@media only screen and (max-width: 950px) {
  .dealers-block {
    padding-top: 12px;
  }
}
.dealers-block__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 28px;
  }
}
.dealers-block .accordion__item:nth-child(n+9) {
  display: none;
}
@media only screen and (max-width: 560px) {
  .dealers-block .accordion__item {
    display: block;
  }
  .dealers-block .accordion__item:nth-child(n+4) {
    display: none;
  }
}
.dealers-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.dealers-block__advantages {
  width: 40%;
  padding-left: 40px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__advantages {
    display: none;
  }
}
.dealers-block__accordion {
  width: 60%;
  max-width: 800px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__accordion {
    width: 100%;
  }
}
.dealers-block__accordion-wrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__accordion-wrap {
    margin-bottom: 44px;
  }
}
.dealers-block__accordion-content {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__accordion-content {
    padding-bottom: 32px;
  }
}
.dealers-block__accordion-content:first-child {
  padding-top: 0;
}
.dealers-block__accordion-content:last-child {
  border-bottom: none;
}
.dealers-block__accordion-content-title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__accordion-content-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 21px;
    margin-bottom: 18px;
    max-width: 250px;
  }
}
.dealers-block__accordion-content-descr {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 950px) {
  .dealers-block__accordion-content-descr {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 22px;
  }
}
.dealers-block__accordion-content-link {
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  border: none;
}
@media only screen and (max-width: 950px) {
  .dealers-block__accordion-content-link {
    font-size: 17px;
    line-height: 21px;
  }
}
.dealers-block__accordion-content-link:hover {
  cursor: pointer;
  border-bottom: 2px solid #d50000;
}
.dealers-block button:not([disabled]).dealers-block__btn {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  border: none;
  font-weight: 300;
}
.dealers-block button:not([disabled]).dealers-block__btn button:not([disabled]),
.dealers-block button:not([disabled]).dealers-block__btn:hover {
  color: #d50000;
}
@media only screen and (max-width: 560px) {
  .dealers-block button:not([disabled]).dealers-block__btn {
    width: 100%;
  }
}
.description-block {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  padding: 30px 60px;
}
@media only screen and (max-width: 560px) {
  .description-block {
    padding: 24px 32px;
  }
}
.description-block__wrap {
  padding: 60px 0 40px 0;
}
@media only screen and (max-width: 560px) {
  .description-block__wrap {
    padding: 30px 0 20px 0;
  }
}
.description-block__paragraph {
  font-size: 17px;
  line-height: 29px;
  color: #212121;
  max-width: 968px;
}
@media only screen and (max-width: 560px) {
  .description-block__paragraph {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }
}
.description-block__btn {
  background-color: transparent;
  color: #d50000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  border: none;
  padding: 0;
  min-height: 0;
  margin-top: 15px;
}
.description-block__btn:active {
  background-color: transparent;
  border: none;
}
button.description-block__btn.hide-moremobile:hover {
  background-color: transparent;
  border: none;
  color: #d50000;
}
.empty-order {
  padding-top: 5px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 950px) {
  .empty-order {
    padding-bottom: 40px;
  }
}
.empty-order__description {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .empty-order__description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.empty-order__link {
  display: inline-block;
  background-color: #d50000;
  border-radius: 15px;
  padding: 10px 30px;
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  margin-top: 12px;
}
.empty-order__link:hover {
  background-color: #b71c1c;
  color: #fff;
}
@media only screen and (max-width: 560px) {
  .empty-order__link {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
.empty-order__slider-block-title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 90px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .empty-order__slider-block-title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 45px;
    margin-bottom: 0;
  }
}
.bg-error-404 {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/404.jpg");
  background-position: 50% 100%;
}
.bg-error-301 {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/301.jpg");
  background-position: 50% 45%;
}
.bg-error-504 {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/504.jpg");
  background-position: 50% 70%;
}
.error-section {
  padding: 100px 0 185px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  .error-section {
    padding: 90px 0 240px 0;
  }
}
.error-block {
  padding: 90px 60px 70px 60px;
  max-width: 495px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
}
@media only screen and (max-width: 560px) {
  .error-block {
    padding: 70px 30px 50px 30px;
  }
}
.error-block__title {
  margin-top: 0;
  margin-bottom: 38px;
  color: #212121;
  font-weight: 500;
  font-size: 48px;
  font-family: Rubik;
  line-height: 60px;
}
@media only screen and (max-width: 560px) {
  .error-block__title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }
}
.error-block__text {
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .error-block__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }
}
.error-block__link {
  border: none;
  color: #d50000;
}
.error-block__link:hover {
  border-bottom: 2px solid #d50000;
}
.feedback {
  width: 100%;
  margin-top: 55px;
  padding: 80px 10px 75px 0px;
  position: relative;
  background-color: #465078;
}
@media only screen and (max-width: 950px) {
  .feedback {
    padding: 50px 10px 45px 0px;
  }
}
@media only screen and (max-width: 560px) {
  .feedback {
    margin-top: 5px;
    padding: 30px 0px 10px 0px;
  }
}
.feedback:before {
  content: '';
  position: absolute;
  width: 300px;
  width: 100%;
  height: 8px;
  top: -6px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/top-line-texture.svg");
}
.feedback:after {
  content: '';
  position: absolute;
  width: 300px;
  width: 100%;
  height: 8px;
  bottom: -5px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/bottom-line-texture.svg");
}
.feedback__wrap {
  background-color: #465078;
}
.feedback__title {
  color: #fff;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  max-width: 610px;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  .feedback__title {
    font-size: 34px;
    line-height: 44px;
  }
}
.feedback__text {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  max-width: 680px;
  margin-top: 23px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .feedback__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.feedback__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1024px) {
  .feedback__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 560px) {
  .feedback__form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.feedback__label {
  margin-right: 20px;
}
@media only screen and (max-width: 560px) {
  .feedback__label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 560px) {
  .feedback__label.validate-error {
    margin-bottom: 23px;
  }
}
.feedback__label.validate-success input {
  color: #fff;
}
.feedback__input {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 15px;
  background-color: transparent;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  min-width: 330px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255,255,255,0.24);
}
@media only screen and (max-width: 560px) {
  .feedback__input {
    min-width: 200px;
  }
}
.feedback__input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.24);
}
.feedback__input:-moz-placeholder {
  color: rgba(255,255,255,0.24);
}
.feedback__input::-moz-placeholder {
  color: rgba(255,255,255,0.24);
}
.feedback__input:-ms-input-placeholder {
  color: rgba(255,255,255,0.24);
}
.feedback__input::-webkit-input-placeholder {
  font-size: 17px;
}
.feedback__input:-moz-placeholder {
  font-size: 17px;
}
.feedback__input::-moz-placeholder {
  font-size: 17px;
}
.feedback__input:-ms-input-placeholder {
  font-size: 17px;
}
.feedback__input::-webkit-input-placeholder {
  line-height: 29px;
}
.feedback__input:-moz-placeholder {
  line-height: 29px;
}
.feedback__input::-moz-placeholder {
  line-height: 29px;
}
.feedback__input:-ms-input-placeholder {
  line-height: 29px;
}
.feedback__input::-webkit-input-placeholder {
  line-height: 29px;
}
.feedback__input:-moz-placeholder {
  line-height: 29px;
}
.feedback__input::-moz-placeholder {
  line-height: 29px;
}
.feedback__input:-ms-input-placeholder {
  line-height: 29px;
}
.feedback__input:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.feedback__input:focus {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff;
}
.feedback__input.focus {
  background-color: transparent;
}
.feedback__btn-description {
  max-width: 300px;
  color: rgba(255,255,255,0.24);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
@media only screen and (max-width: 560px) {
  .feedback__btn-description {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}
button.feedback__btn[type="submit"] {
  margin-right: 20px;
  background-color: #fff;
  border-radius: 15px;
  height: 50px;
  border: none;
  color: #465078;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  padding: 10px 30px;
}
@media (max-width: 1024px) {
  button.feedback__btn[type="submit"] {
    min-width: 330px;
  }
}
@media only screen and (max-width: 560px) {
  button.feedback__btn[type="submit"] {
    min-width: 100px;
    width: 100%;
    margin-right: 0;
  }
}
button.feedback__btn[type="submit"]:not([disabled]):hover {
  background-color: #fff;
  color: #d50000;
  cursor: pointer;
}
.footer {
  padding-bottom: 40px;
  background: linear-gradient(to right, #1c2632 0%, #1c2632 50%, #202c39 51%, #202c39 100%);
}
@media only screen and (max-width: 950px) {
  .footer {
    padding-bottom: 0;
    background: #1c2632;
  }
}
.footer__wrap {
  display: -ms-flexbox;
  display: flex;
}
.footer-contacts-block {
  width: 32%;
  background-color: #1c2632;
  padding: 95px 40px 10px 0px;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block {
    width: 100%;
    padding: 45px 0px 10px 0px;
  }
}
.footer-contacts-block__text {
  color: rgba(255,255,255,0.54);
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__text {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 16px;
  }
}
.footer-contacts-block__tel {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  border: none;
}
.footer-contacts-block__tel:hover {
  color: #fff;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__tel {
    font-size: 28px;
  }
}
.footer-contacts-block__address {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  max-width: 350px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__address {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
.footer-contacts-block__email {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  border: none;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__email {
    font-size: 16px;
  }
}
.footer-contacts-block__email:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer-contacts-block__company {
  color: rgba(255,255,255,0.32);
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__company {
    font-size: 16px;
    max-width: 100%;
  }
}
.footer-contacts-block__company:last-child {
  padding-top: 25px;
  border-top: 3px solid rgba(238,238,238,0.06);
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__company:last-child {
    padding-top: 20px;
  }
}
.footer-contacts-block__company a {
  border: none;
  color: rgba(255,255,255,0.32);
}
.footer-contacts-block__company a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer-contacts-block__social-icons {
  margin-top: 30px;
  margin-bottom: 95px;
}
.footer-contacts-block__social-icons-link {
  border-bottom: none;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__social-icons {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.footer-contacts-block__social-icons svg {
  margin-right: 12px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 950px) {
  .footer-contacts-block__social-icons svg {
    width: 48px;
    height: 48px;
  }
}
.footer-contacts-block__social-icons svg:hover {
  cursor: pointer;
}
.footer-contacts-block__social-icons svg:hover .social-icon-background {
  fill: #fff;
}
.footer-contacts-block__social-icons svg:hover .social-icon-picture {
  fill: #1c2632;
}
.footer-info-block {
  width: 68%;
  background-color: #202c39;
  padding: 95px 40px 10px 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 950px) {
  .footer-info-block {
    display: none;
  }
}
.footer-info-block__text {
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}
.footer-info-block__block {
  width: 50%;
  margin-bottom: 75px;
}
.footer-info-block__block:nth-child(2n) {
  padding-left: 10px;
}
.footer-info-block__block ul {
  margin: 0;
  padding: 0;
}
.footer-info-block__block li {
  list-style: none;
  margin-bottom: 12px;
}
.footer-info-block__block a {
  border: none;
  color: #fff;
  font-size: 17px;
  line-height: 29px;
}
.footer-info-block__block a:hover {
  border-bottom: 2px solid #fff;
}
.page-guarantee {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #fff;
}
@media only screen and (max-width: 950px) {
  .page-guarantee {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 560px) {
  .page-guarantee {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.page-guarantee__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-guarantee__title {
  margin-top: 30px;
  margin-bottom: 35px;
  color: #212121;
  font-weight: 700;
  font-size: 48px;
  font-family: Rubik;
  line-height: 60px;
}
@media only screen and (max-width: 950px) {
  .page-guarantee__title {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 44px;
  }
}
.page-guarantee__article {
  margin-right: 40px;
  max-width: 920px;
  width: 68%;
}
@media only screen and (max-width: 950px) {
  .page-guarantee__article {
    margin-right: 0;
    width: 100%;
  }
}
.page-guarantee__img {
  margin-bottom: 22px;
  border-radius: 15px;
}
@media only screen and (max-width: 560px) {
  .page-guarantee__img {
    margin-bottom: 18px;
    max-height: 165px;
    width: 100%;
  }
}
.page-guarantee__text {
  margin-bottom: 23px;
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 950px) {
  .page-guarantee__text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
.page-guarantee__cards-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-guarantee__cards-title {
  max-width: 600px;
  color: #212121;
  font-family: Rubik;
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  .page-guarantee__cards-title {
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 560px) {
  .page-header {
    height: 57px;
  }
}
.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__mobile-menu {
  border: none;
}
.header__close-mobile-menu {
  height: 56px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .header__close-mobile-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.header__btn-close-menu {
  width: 16px;
  height: 16px;
  display: block;
  list-style: none;
  margin-left: 25px;
  border: none;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-cross-mobile.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 950px) {
  .header__btn-close-menu {
    margin-left: 15px;
    width: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .header__btn-close-menu {
    margin-left: 25px;
  }
}
.header__btn-return {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/btn-return.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 100%;
  margin-left: 6px;
  display: block;
  border: none;
}
.header__cart-mobile {
  height: 30px;
  width: 25px;
}
.header__order-status {
  padding-right: 30px;
  padding-left: 30px;
}
.header__price-list {
  padding: 10px 30px;
  border: 1px solid #d50000;
  border-radius: 15px;
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
  max-width: 330px;
}
@media only screen and (max-width: 560px) {
  .header__price-list {
    max-width: 100%;
  }
}
.header__price-list:hover {
  background-color: #d50000;
  color: #fff;
}
.header__price-list:hover .pricelist-img {
  fill: #fff;
}
.header__price-list-img {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 12px;
}
.header__block-contacts {
  background-color: #eee;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .header__block-contacts {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 560px) {
  .header__block-contacts {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    z-index: 100;
  }
}
.header__block-contacts-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 950px) {
  .header__block-contacts-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.header__logo {
  border: none;
  background-repeat: no-repeat;
  width: 224px;
  height: 50px;
}
@media only screen and (max-width: 950px) {
  .header__logo {
    width: 40px;
    height: 40px;
  }
}
.header__contacts-wrap {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 950px) {
  .header__contacts-wrap {
    display: none;
  }
}
.header__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 950px) {
  .header__contacts {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.header__contacts-text {
  color: #9e9e9e;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 20px;
  text-transform: uppercase;
}
.header__contacts-tel {
  color: #212121;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  border: none;
}
.header__contacts-tel:hover {
  color: #212121;
}
.header__block-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.header__block-nav-wrap {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 15px;
}
@media (max-width: 950px) {
  .header__block-nav-wrap {
    padding: 0;
    border: none;
  }
}
.header__nav {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 950px) {
  .header__nav {
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #fff;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    position: relative;
    max-height: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 560px) {
  .header__nav {
    padding-left: 0;
  }
}
.header__nav-more {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  padding-left: 24px;
  padding-top: 20px;
}
@media only screen and (max-width: 950px) {
  .header__block-nav-contacts {
    position: fixed;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
  }
}
.header__mobile-contacts {
  background-color: #eee;
  padding: 25px 25px 30px 25px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  z-index: 200;
}
@media only screen and (max-width: 950px) {
  .header__mobile-contacts button {
    margin-top: 5px;
  }
}
.header__nav-item {
  list-style: none;
  margin-right: 40px;
}
@media (max-width: 1120px) {
  .header__nav-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .header__nav-item {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .header__nav-item {
    padding-left: 25px;
  }
}
.header__nav-item a {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header__nav-item a {
    font-size: 16px;
    line-height: 28px;
  }
}
.header__nav-item a:hover {
  color: #d50000;
}
.header__nav-item a.active {
  color: #d50000;
}
.header__nav-item-more {
  margin-bottom: 15px;
}
.header__nav-item-more a {
  color: #212121;
  font-size: 16px;
  line-height: 28px;
  border: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .header__menu-more {
    background-image: url("/local/templates/future_2019/markup/dist/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: right center;
  }
}
.header__user-cart {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  border: none;
  text-transform: uppercase;
  margin-top: -4px;
  position: relative;
}
.header__user-cart:hover {
  cursor: pointer;
}
@media only screen and (max-width: 950px) {
  .header__user-cart {
    background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-mobile-cart.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    height: 30px;
    width: 25px;
    position: absolute;
    top: 13px;
    right: 25px;
  }
}
@media only screen and (max-width: 560px) {
  .header__user-cart {
    position: fixed;
    z-index: 101;
  }
}
.header__user-cart-count {
  width: 27px;
  height: 27px;
  position: absolute;
  top: -8px;
  left: 9px;
  background-color: #d50000;
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
}
.header__user-cart-img {
  margin-right: 14px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 950px) {
  .hide-element {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .block-overlay {
    background-color: #212121;
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
  }
}
.about-company {
  background-color: #eee;
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (max-width: 950px) {
  .about-company {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.about-company__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .about-company__content-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.about-company__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .about-company__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-company__description {
  width: 50%;
  margin-right: 40px;
}
@media only screen and (max-width: 560px) {
  .about-company__description {
    width: 100%;
  }
}
.about-company__head-company {
  display: -ms-flexbox;
  display: flex;
}
.about-company__head-company-img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  background-position: center;
}
@media only screen and (max-width: 560px) {
  .about-company__head-company-img-wrap {
    width: 80px;
    height: 80px;
    margin-right: 23px;
  }
}
.about-company__head-company-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.about-company__head-company-position {
  color: #9e9e9e;
  font-size: 15px;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  .about-company__head-company-position {
    font-size: 14px;
    line-height: 26px;
  }
}
.about-company__head-company-name {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  .about-company__head-company-name {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-company__description-text {
  color: #212121;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  margin-top: 25px;
}
@media only screen and (max-width: 560px) {
  .about-company__description-text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.about-company__signature {
  margin-top: 10px;
}
@media only screen and (max-width: 560px) {
  .about-company__signature {
    height: 80px;
  }
}
.about-company__rewards-list {
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .about-company__rewards-list {
    width: 100%;
    margin-top: 40px;
  }
}
.about-company__rewards-item-icon {
  width: 30px;
  height: 0;
  background-position: 50% 50%;
  margin: 0 auto;
  transition: all 0.3s, transform 0s;
  background-color: #fff;
}
.about-company__mobile-item-icon {
  width: 35px;
  height: 48px;
  background-position: 50% 65%;
  margin: 0 auto;
}
.about-company__rewards-item {
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  background-color: #fff;
  border-radius: 15px;
  padding: 28px 40px 15px 40px;
  margin-bottom: 20px;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 560px) {
  .about-company__rewards-item {
    padding: 24px 32px 12px 32px;
    margin-bottom: 25px;
  }
}
.about-company__rewards-item.item-open .about-company__rewards-item-icon {
  margin-bottom: 15px;
  display: block;
}
.about-company__rewards-item-text {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .about-company__rewards-item-text {
    font-size: 16px;
    line-height: 28px;
  }
}
.hide-icon {
  -webkit-animation: hide-elem 2s 0 ease-in-out;
          animation: hide-elem 2s 0 ease-in-out;
  height: 0;
}
.show-icon {
  transition: 0.6s;
  -webkit-animation: show-elem 2s 0 ease-in-out;
          animation: show-elem 2s 0 ease-in-out;
  height: 33px;
  margin-bottom: 15px;
}
@-webkit-keyframes hide-elem {
  from {
    height: 48px;
  }
  15% {
    height: 40px;
  }
  30% {
    height: 32px;
  }
  45% {
    height: 26px;
  }
  60% {
    height: 16px;
  }
  75% {
    height: 10px;
  }
  90% {
    height: 5px;
  }
  to {
    height: 0px;
  }
}
@keyframes hide-elem {
  from {
    height: 48px;
  }
  15% {
    height: 40px;
  }
  30% {
    height: 32px;
  }
  45% {
    height: 26px;
  }
  60% {
    height: 16px;
  }
  75% {
    height: 10px;
  }
  90% {
    height: 5px;
  }
  to {
    height: 0px;
  }
}
@-webkit-keyframes show-elem {
  from {
    height: 0px;
  }
  15% {
    height: 5px;
  }
  30% {
    height: 10px;
  }
  45% {
    height: 16px;
  }
  60% {
    height: 26px;
  }
  75% {
    height: 32px;
  }
  90% {
    height: 40px;
  }
  to {
    height: 48px;
  }
}
@keyframes show-elem {
  from {
    height: 0px;
  }
  15% {
    height: 5px;
  }
  30% {
    height: 10px;
  }
  45% {
    height: 16px;
  }
  60% {
    height: 26px;
  }
  75% {
    height: 32px;
  }
  90% {
    height: 40px;
  }
  to {
    height: 48px;
  }
}
.main-products {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .page-home {
    overflow: hidden;
  }
}
.main-products-slider {
  background-color: #fff;
  padding: 55px 60px 45px 60px;
  width: 100%;
  max-width: 680px;
  height: 420px;
  position: relative;
}
.main-products-slider:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #00f;
  border-right: 10px solid #00f;
}
.main-products-slider:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid #00f;
  border-right: 10px solid #00f;
}
.main-products-slider__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
}
.main-products-slider__about-product {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
}
.main-products-slider__more-info {
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  border: none;
}
.main-products-slider__more-info:hover {
  cursor: pointer;
}
.image {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  display: inline-block;
}
.image img {
  max-width: 100%;
  display: block;
}
.image__description {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.image + p {
  margin-top: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.instruction {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  padding: 20px 65px 20px 65px;
  width: 100%;
}
@media (max-width: 1440px) {
  .instruction {
    padding: 20px 55px 20px 55px;
  }
}
@media only screen and (max-width: 950px) {
  .instruction {
    padding: 32px 32px 20px 32px;
  }
}
.instruction__wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .instruction__wrap {
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.instruction__icon {
  height: 30px;
  width: 28px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-instruction.svg");
  background-position: center;
  margin: 10px auto 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 950px) {
  .instruction__icon {
    margin: 0 0 25px 0;
  }
}
.instruction__name {
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 950px) {
  .instruction__name {
    display: block;
    text-align: left;
  }
}
.instruction-slider__wrap {
  padding-top: 60px;
}
@media only screen and (max-width: 950px) {
  .instruction-slider__wrap {
    padding: 0 0 10px 0;
  }
}
.instruction-slider__swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 950px) {
  .instruction-slider__swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding-top: 20px;
  }
}
.swiper-container.instruction-slider {
  width: 100%;
  min-height: 0;
}
.swiper-slide.instruction-slider__slide {
  width: 31.33%;
  margin-right: 3%;
  padding: 0;
  max-width: 440px;
  background-color: transparent;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide.instruction-slider__slide:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .swiper-slide.instruction-slider__slide {
    max-width: 900px;
    margin-bottom: 28px;
  }
}
.instruction:hover {
  cursor: pointer;
}
.instruction:hover a.instruction__name {
  border-bottom: 2px solid #d50000;
}
@media only screen and (max-width: 950px) {
  .instruction a.instruction__name {
    border-bottom: none !important;
  }
}
.loading,
.popup.load:after {
  width: 72px;
  height: 72px;
  background: url("/local/templates/future_2019/markup/dist/css/../images/loader.svg") 50% no-repeat;
  background-size: contain;
  -webkit-animation: 1.4s loaderSpin infinite linear;
          animation: 1.4s loaderSpin infinite linear;
}
@-webkit-keyframes loaderSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loaderSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  display: inline-block;
}
.news-inner {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  .news-inner {
    padding-bottom: 45px;
  }
}
.news-inner__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.news-inner__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  max-width: 920px;
  margin-top: 30px;
}
@media only screen and (max-width: 950px) {
  .news-inner__title {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.news-inner__article-date {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 4px;
}
@media only screen and (max-width: 950px) {
  .news-inner__article-date {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 29px;
  }
}
.news-inner__article {
  max-width: 920px;
  margin-right: 40px;
  width: 68%;
}
@media only screen and (max-width: 950px) {
  .news-inner__article {
    width: 100%;
    margin-right: 0;
  }
}
.news-inner__img {
  margin-bottom: 22px;
  border-radius: 15px;
}
@media only screen and (max-width: 560px) {
  .news-inner__img {
    margin-bottom: 18px;
    width: 100%;
    max-height: 165px;
  }
}
.news-inner__text {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 25px;
  max-width: 905px;
}
@media only screen and (max-width: 950px) {
  .news-inner__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.news-inner__quote {
  color: #ff6d00;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  position: relative;
  padding-top: 45px;
  margin-top: 40px;
  margin-bottom: 35px;
  max-width: 880px;
}
@media only screen and (max-width: 950px) {
  .news-inner__quote {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
  }
}
.news-inner__quote:before {
  content: "";
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-quote.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  .news-inner__quote:before {
    background-size: 50%;
  }
}
.news-inner__nav {
  border: 3px solid #eee;
  border-radius: 15px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 45px 20px 30px 20px;
  max-width: 880px;
  margin-top: 40px;
}
@media only screen and (max-width: 560px) {
  .news-inner__nav {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 25px 26px;
    margin-top: 30px;
  }
}
.news-inner__nav-item {
  width: 50%;
  padding-left: 40px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .news-inner__nav-item {
    width: 100%;
    padding: 0;
  }
}
.news-inner__nav-item:first-child {
  position: relative;
  padding-right: 40px;
  padding-left: 0;
}
@media only screen and (max-width: 560px) {
  .news-inner__nav-item:first-child {
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.news-inner__nav-item:first-child:before {
  position: absolute;
  right: -4px;
  top: -8px;
  content: "";
  width: 8px;
  height: 100%;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-news-inner.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  .news-inner__nav-item:first-child:before {
    background-image: url("/local/templates/future_2019/markup/dist/css/../images/about-company-texture-down.svg");
    background-repeat: repeat;
    width: 100%;
    height: 8px;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.news-inner__nav-item-date {
  color: #9e9e9e;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (max-width: 560px) {
  .news-inner__nav-item-date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.news-inner__nav-item-text-wrap {
  text-align: center;
}
.news-inner__nav-item-text {
  color: #d50000;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  border: none;
}
@media only screen and (max-width: 560px) {
  .news-inner__nav-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-inner__nav-item-text:hover {
  border-bottom: 2px solid #d50000;
}
.open-card {
  padding-top: 25px;
}
@media only screen and (max-width: 950px) {
  .open-card {
    padding-top: 35px;
  }
}
.open-card-page {
  padding-bottom: 65px;
}
@media only screen and (max-width: 950px) {
  .open-card-page {
    padding-bottom: 10px;
  }
}
.open-card__wrap {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
}
@media only screen and (max-width: 1180px) {
  .open-card__wrap {
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.open-card__content {
  margin-right: 40px;
  padding-bottom: 40px;
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .open-card__content {
    padding-bottom: 33px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
  }
}
.open-card__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
  max-width: 570px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 950px) {
  .open-card__title {
    font-size: 34px;
    line-height: 44px;
  }
}
.open-card__description {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  max-width: 680px;
}
@media only screen and (max-width: 950px) {
  .open-card__description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.open-card__price {
  margin-top: 35px;
}
@media only screen and (max-width: 950px) {
  .open-card__price {
    margin-top: 15px;
  }
}
.open-card__price-one-item {
  width: 137px;
  color: #9e9e9e;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
}
@media only screen and (max-width: 950px) {
  .open-card__price-one-item {
    font-size: 14px;
    line-height: 26px;
  }
}
.open-card__price-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .open-card__price-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.open-card__price-all-items {
  color: #212121;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  margin: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 950px) {
  .open-card__price-all-items {
    font-size: 24px;
    line-height: 34px;
  }
}
.open-card__price-sale {
  color: #d50000;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 1px;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .open-card__price-sale {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
  }
}
.open-card__price-sale:before {
  content: "";
  position: absolute;
  background-color: #d50000;
  width: 108%;
  height: 1px;
  bottom: 13px;
  left: -2px;
  transform: rotate(-5deg);
}
.open-card__order {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  .open-card__order {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.open-card__img {
  border: 2px solid #eee;
  border-radius: 15px;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .open-card__img {
    border: none;
  }
}
.open-card__img.active {
  border: 2px solid #d50000;
}
@media only screen and (max-width: 1180px) {
  .open-card__img.active {
    border: none;
  }
}
.open-card__img img {
  height: 100%;
}
@media only screen and (max-width: 560px) {
  .open-card__img img {
    height: auto;
  }
}
.open-card__gallery-big-img {
  height: 390px;
  width: 100%;
  min-width: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.open-card__gallery {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 680px;
}
@media only screen and (max-width: 1180px) {
  .open-card__gallery {
    margin-top: 0;
    max-width: 100%;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media only screen and (max-width: 560px) {
  .open-card__gallery {
    padding-top: 35px;
  }
}
.open-card__gallery-small-wrap {
  margin-top: auto;
}
.open-card__gallery-small-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  .open-card__gallery-small-img {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.open-card__btns-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .open-card__btns-wrap {
    margin-top: 30px;
  }
}
.open-card__tabs-section {
  overflow: hidden;
}
.swiper-container.slider-open-card {
  min-height: 0;
  width: auto;
}
.swiper-slide.open-card__img-wrap {
  box-sizing: border-box;
  height: 98px;
  max-width: 128px;
  box-sizing: border-box;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  padding: 0;
  margin-bottom: 10px;
}
.swiper-slide.open-card__img-wrap:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1180px) {
  .swiper-slide.open-card__img-wrap {
    height: 100%;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.swiper-slide.open-card__img-wrap:last-child {
  margin-right: 0;
}
.swiper-slide.open-card__img-wrap:hover {
  cursor: pointer;
}
.swiper-slide.open-card__img-wrap img {
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 2px;
  padding-left: 2px;
}
@media only screen and (max-width: 1180px) {
  .swiper-slide.open-card__img-wrap img {
    max-height: 400px;
  }
}
@media only screen and (max-width: 560px) {
  .swiper-slide.open-card__img-wrap img {
    padding-bottom: 25px;
  }
}
.wrap-g {
  width: 50%;
}
.order-products-result {
  background-color: #e0e0e0;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  .order-products-result {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .order-products-result {
    padding-bottom: 50px;
  }
}
.order-products-result__wrap {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .order-products-result__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.order-products-result-price {
  max-width: 440px;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 40px 10px 40px;
  margin-left: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .order-products-result-price {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 1;
        order: 1;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 560px) {
  .order-products-result-price {
    padding: 24px 32px 4px 32px;
  }
}
@media (max-width: 320px) {
  .order-products-result-price {
    padding: 20px 20px 4px 20px;
  }
}
.order-products-result-price__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  .order-products-result-price__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
.order-products-result-price__description {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .order-products-result-price__description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.order-products-result-price__count {
  color: #d50000;
  margin-top: 0;
}
.order-products-result-price__sum {
  color: #212121;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}
@media only screen and (max-width: 560px) {
  .order-products-result-price__sum {
    font-size: 34px;
    line-height: 40px;
    margin-top: 15px;
  }
}
.order-products {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 950px) {
  .order-products {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.order-products__item {
  border-top: 1px solid #e0e0e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 0 40px 0;
  max-height: 201px;
}
@media (max-width: 760px) {
  .order-products__item {
    max-height: initial;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    padding-bottom: 20px;
  }
}
.order-products__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  width: 50%;
}
.order-products__item-link:hover .order-products__item-name {
  color: #d50000;
}
@media (max-width: 760px) {
  .order-products__item-link {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}
.order-products__price-one-item {
  position: absolute;
  color: #9e9e9e;
  font-size: 15px;
  line-height: 27px;
  width: 100%;
  bottom: -25px;
  right: 4px;
  font-weight: 300;
  display: none;
  min-width: 160px;
}
@media (max-width: 760px) {
  .order-products__price-one-item {
    position: relative;
    bottom: 0;
    right: 0;
    -ms-flex-order: 1;
        order: 1;
    min-width: 100%;
    font-size: 14px;
    line-height: 15px;
    padding-top: 10px;
  }
}
.order-products__item-prices-wrap {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 760px) {
  .order-products__item-prices-wrap {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 6px;
  }
}
.order-products__item-img {
  max-width: 140px;
  max-height: 120px;
}
@media (max-width: 760px) {
  .order-products__item-img {
    max-width: 215px;
    max-height: 185px;
  }
}
@media only screen and (max-width: 560px) {
  .order-products__item-img {
    max-width: 153px;
    max-height: 132px;
  }
}
.order-products__item-img-wrap {
  width: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 760px) {
  .order-products__item-img-wrap {
    width: 100%;
  }
}
.order-products__item-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: auto;
  width: 65%;
  padding-left: 55px;
}
@media (max-width: 760px) {
  .order-products__item-description {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
.order-products__item-type {
  color: #9e9e9e;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .order-products__item-type {
    font-size: 14px;
    line-height: 24px;
  }
}
.order-products__item-name {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  max-width: 260px;
}
@media only screen and (max-width: 950px) {
  .order-products__item-name {
    font-size: 24px;
    line-height: 34px;
  }
}
.order-products__label-wrap {
  width: 40%;
  min-width: 150px;
  margin-left: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 950px) {
  .order-products__label-wrap {
    margin-left: 10px;
  }
}
@media (max-width: 760px) {
  .order-products__label-wrap {
    width: auto;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .order-products__label-wrap {
    min-width: 140px;
  }
}
.order-products__item-price {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  width: 35%;
  margin-right: auto;
  text-align: right;
  padding-right: 5px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .order-products__item-price {
    font-size: 24px;
    line-height: 34px;
    width: 60%;
  }
}
@media (max-width: 760px) {
  .order-products__item-price {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 50px;
    margin: 0;
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 2px;
  }
}
@media (max-width: 320px) {
  .order-products__item-price {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .order-products__item-price--all {
    -ms-flex-order: 2;
        order: 2;
  }
}
.order-products__item-delete {
  color: #d50000;
  font-size: 15px;
  line-height: 27px;
  border: none;
  width: 10%;
  text-align: end;
}
.order-products__item-delete span:hover {
  cursor: pointer;
  border-bottom: 2px solid #d50000;
}
@media (max-width: 760px) {
  .order-products__item-delete {
    position: absolute;
    top: 29px;
    right: 5px;
  }
}
.page-about-company {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 950px) {
  .page-about-company {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 560px) {
  .page-about-company {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.page-about-company--factory {
  padding-bottom: 65px;
}
@media only screen and (max-width: 950px) {
  .page-about-company--factory {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 560px) {
  .page-about-company--factory {
    padding-bottom: 25px;
  }
}
.page-about-company__video {
  position: relative;
}
.page-about-company__video iframe {
  width: 100%;
  height: 452px;
  border-radius: 15px;
}
@media only screen and (max-width: 950px) {
  .page-about-company__video iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 560px) {
  .page-about-company__video iframe {
    height: 164px;
  }
}
.page-about-company__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-about-company__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 950px) {
  .page-about-company__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.page-about-company__article {
  max-width: 920px;
  margin-right: 40px;
  width: 67%;
}
@media only screen and (max-width: 950px) {
  .page-about-company__article {
    width: 100%;
    margin-right: 0;
  }
}
.page-about-company__img {
  margin-bottom: 22px;
  border-radius: 15px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__img {
    width: 100%;
    max-height: 185px;
    margin-bottom: 18px;
  }
}
.page-about-company__img--absolute {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-about-company__quote {
  color: #ff6d00;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  position: relative;
  padding-top: 45px;
  margin-top: 40px;
  margin-bottom: 35px;
  max-width: 880px;
}
@media only screen and (max-width: 950px) {
  .page-about-company__quote {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
  }
}
.page-about-company__quote:before {
  content: "";
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-quote.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  .page-about-company__quote:before {
    background-size: 50%;
  }
}
.page-about-company__text {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 25px;
  max-width: 905px;
}
@media only screen and (max-width: 950px) {
  .page-about-company__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.page-about-company__statistics {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__statistics {
    margin-top: 35px;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
.page-about-company__statistics:after {
  content: "";
  width: 100%;
  height: 8px;
  top: -5px;
  position: absolute;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/gr-line-up.svg");
  left: 0;
}
.page-about-company__statistics:before {
  content: "";
  width: 100%;
  height: 8px;
  bottom: -5px;
  position: absolute;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/gr-line-down.svg");
  left: 0;
}
.page-about-company__statistics-block {
  margin-right: 40px;
  width: 50%;
}
.page-about-company__statistics-block:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 560px) {
  .page-about-company__statistics-block {
    width: 100%;
  }
}
.page-about-company__statistics-number {
  color: #d40000;
  font-family: Rubik;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__statistics-number {
    font-size: 28px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.page-about-company__statistics-text {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  padding-right: 45px;
  padding-left: 45px;
  margin-top: 15px;
}
@media (max-width: 1340px) {
  .page-about-company__statistics-text {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .page-about-company__statistics-text {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 560px) {
  .page-about-company__statistics-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.page-about-company__certificates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__certificates {
    margin-top: 30px;
    margin-bottom: 10px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.page-about-company__certificates-img-wrap {
  width: 50%;
  max-width: 110px;
  margin-right: 35px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__certificates-img-wrap {
    margin-right: 20px;
  }
}
.page-about-company__certificates-img {
  margin-right: 40px;
}
.page-about-company__certificates-text {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  text-align: left;
  font-style: italic;
  max-width: 700px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__certificates-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.page-about-company__contacts {
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  background-color: #fff;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 35px;
  padding: 33px 40px 10px 40px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__contacts {
    padding: 20px 32px 25px 32px;
    margin-bottom: 20px;
  }
}
.page-about-company__contacts-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .page-about-company__contacts-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.page-about-company__contacts-name {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__contacts-name {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 5px;
  }
}
.page-about-company__contacts-address {
  color: #9e9e9e;
  font-size: 15px;
  line-height: 27px;
  width: 50%;
  margin-top: 10px;
  max-width: 300px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__contacts-address {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.08px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-about-company__contacts-phone-fax-wrap {
  margin-top: 10px;
}
.page-about-company__contacts-phone-fax {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 560px) {
  .page-about-company__contacts-phone-fax {
    text-align: left;
  }
}
.page-about-company__contacts-phone-fax span {
  color: #212121;
  font-size: 15px;
  line-height: 27px;
}
@media only screen and (max-width: 560px) {
  .page-about-company__contacts-phone-fax span {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-about-company__contacts-phone-fax span.page-about-company__contacts-phone-fax--gray {
  color: #9e9e9e;
}
.page-about-company__video {
  position: relative;
  max-height: 518px;
  margin-bottom: 40px;
}
.page-about-company__video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 15px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/company-pic.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.page-about-company__video-img::before {
  position: absolute;
  background-color: #212121;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.32;
  border-radius: 15px;
}
.page-about-company__video-img-btn {
  position: absolute;
  z-index: 100;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.page-about-company__video-img-btn:hover {
  cursor: pointer;
}
.page-about-company__video-img-btn:hover .video-btn-rect-bg {
  fill: #b71c1c;
}
.video-block {
  border-radius: 15px;
  width: 100%;
}
video[poster] {
  height: 100%;
  width: 100%;
}
.page-catalog {
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .page-catalog {
    overflow: hidden;
  }
}
@media only screen and (max-width: 950px) {
  .page-catalog {
    padding-bottom: 45px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .page-catalog {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-contacts {
  padding-bottom: 90px;
}
@media only screen and (max-width: 950px) {
  .page-contacts {
    padding-bottom: 45px;
  }
}
.page-contacts__description {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  max-width: 800px;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .page-contacts__description {
    margin-top: 32px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.page-contacts__link {
  border: none;
}
@media only screen and (max-width: 950px) {
  .page-contacts__link--pre {
    white-space: pre;
  }
}
.page-contacts__link:hover {
  cursor: pointer;
  border-bottom: 2px solid #d50000;
}
.page-guides__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 560px) {
  .page-guides__wrap {
    padding-bottom: 10px;
  }
}
.page-guides__description {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 35px;
  max-width: 920px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .page-guides__description {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 28px;
  }
}
.page-guides__instruction-slider-wrap {
  background-color: #eee;
  padding-bottom: 60px;
}
@media only screen and (max-width: 950px) {
  .page-guides__instruction-slider-wrap {
    padding-bottom: 30px;
  }
}
.custom-select__label-text {
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .custom-select__label-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
}
.custom-select__select-list {
  margin-top: 15px;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .custom-select__select-list {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.custom-select__select-block-wrap {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 560px) {
  .custom-select__select-block-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.custom-select__select-block {
  width: 50%;
  max-width: 440px;
  margin-right: 40px;
}
.custom-select__select-block:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 560px) {
  .custom-select__select-block {
    width: 100%;
    margin-bottom: 23px;
  }
}
.page-repair__wrap {
  padding-top: 27px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  .page-repair__wrap {
    padding-top: 30px;
    padding-bottom: 8px;
  }
}
.page-repair__wrap--small-padding {
  padding-bottom: 7px;
}
@media only screen and (max-width: 560px) {
  .page-repair__wrap--small-padding .page-repair__description {
    margin-bottom: 16px;
  }
}
.page-repair__description {
  margin-top: 0;
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  max-width: 900px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 560px) {
  .page-repair__description {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup-bg {
  height: 100%;
  background: rgba(0,0,0,0.72);
  opacity: 0;
  padding: 180px 40px 40px 40px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
.popup-bg.open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media only screen and (max-width: 560px) {
  .popup-bg {
    padding: 110px 24px 40px 24px;
  }
}
.popup {
  width: 100%;
  max-width: 680px;
  max-height: initial;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  font-smoothing: antialiased !important;
  -webkit-backface-visibility: hidden;
  border-radius: 15px;
}
.popup-order {
  max-width: 620px;
  max-height: initial;
  padding: 18px 60px 50px 20px;
}
@media only screen and (max-width: 560px) {
  .popup-order {
    padding-right: 20px;
    padding-bottom: 26px;
  }
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
.popup.open .test2 {
  visibility: visible;
  opacity: 1;
  border: 1px solid #f00;
}
.popup.load {
  min-height: 160px;
}
.popup.load:after {
  content: "";
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
.popup label.popup__labels-textarea {
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 950px) {
  .popup label.popup__labels-textarea {
    margin-bottom: 25px;
  }
}
.popup label.popup__labels-textarea textarea {
  border-radius: 15px;
  background-color: #fff;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 25px;
}
@media only screen and (max-width: 950px) {
  .popup label.popup__labels-textarea textarea {
    min-height: 192px;
  }
}
.popup label.popup__labels-textarea textarea:hover {
  box-shadow: 0 0 0 0;
  border-color: #9e9e9e;
}
.popup label.popup__labels-textarea textarea:hover::-webkit-input-placeholder {
  color: #212121;
}
.popup label.popup__labels-textarea textarea:hover::-moz-placeholder {
  color: #212121;
}
.popup label.popup__labels-textarea textarea:hover:-ms-input-placeholder {
  color: #212121;
}
.popup label.popup__labels-textarea textarea::-webkit-input-placeholder {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .popup label.popup__labels-textarea textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup label.popup__labels-textarea::-moz-placeholder color #9E9E9E {
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .popup label.popup__labels-textarea::-moz-placeholder color #9E9E9E {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup label.popup__labels-textarea::-moz-placeholder:-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .popup label.popup__labels-textarea::-moz-placeholder:-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup__close {
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/icon-cross.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: absolute;
  top: -90px;
  left: calc(50% - 25px);
  cursor: pointer;
}
@media only screen and (max-width: 560px) {
  .popup__close {
    padding: 24px;
    top: -80px;
    left: calc(50% - 25px);
  }
}
.popup__content {
  background: #fff;
  padding: 32px 40px 40px 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 950px) {
  .popup__content {
    padding: 0 0 0 10px;
  }
}
.popup__content-contacts {
  padding: 32px 40px 40px 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 950px) {
  .popup__content-contacts {
    padding: 22px 32px 30px 32px;
  }
}
.popup__content--order {
  max-width: 620px;
  padding: 50px 60px 60px 60px;
}
@media only screen and (max-width: 560px) {
  .popup__content--order {
    padding: 20px 40px 32px 30px;
  }
}
.popup__content-description {
  font-size: 17px;
  line-height: 29px;
  color: #212121;
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .popup__content-description {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 365px) {
  .popup__content-description {
    font-size: 14px;
    line-height: 24px;
  }
}
.popup__content-header {
  color: #212121;
  font-size: 38px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  margin-bottom: 32px;
  font-family: Rubik;
}
@media only screen and (max-width: 560px) {
  .popup__content-header {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.popup__content-header--order {
  line-height: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  .popup__content-header--order {
    margin-bottom: 10px;
    line-height: 40px;
  }
}
@media (max-width: 365px) {
  .popup__content-header--order {
    font-size: 24px;
  }
}
.popup__btns-wrap {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .popup__btns-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.popup__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup__form label {
  width: 280px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .popup__form label {
    width: 100%;
    margin-bottom: 22px;
    min-width: 100%;
  }
}
.popup__form label.radiobutton {
  margin-bottom: 35px;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .popup__form label.radiobutton {
    margin-bottom: 23px;
  }
}
.popup__form input {
  background-color: #fff;
  border: 1px solid #dadada;
  max-height: 50px;
  padding-left: 25px;
  border-radius: 15px;
}
.popup__form input:focus {
  border-color: #9e9e9e;
}
.popup__form input:hover {
  box-shadow: 0 0 0 0;
  border-color: #9e9e9e;
}
.popup__form input:hover::-webkit-input-placeholder {
  color: #212121;
}
.popup__form input:hover::-moz-placeholder {
  color: #212121;
}
.popup__form input:hover:-ms-input-placeholder {
  color: #212121;
}
.popup__form input::-webkit-input-placeholder {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .popup__form input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup__form::-moz-placeholder color #9E9E9E {
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .popup__form::-moz-placeholder color #9E9E9E {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup__form::-moz-placeholder:-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 560px) {
  .popup__form::-moz-placeholder:-ms-input-placeholder {
    font-size: 16px;
    line-height: 28px;
  }
}
.popup label.popup__label-number {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (max-width: 560px) {
  .popup label.popup__label-number {
    margin-bottom: 24px;
  }
}
.popup label.popup__label-number input {
  padding-left: 55px;
}
.popup label.popup__label-number:before {
  content: '+7';
  color: #000;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #dadada;
  font-size: 17px;
  line-height: 29px;
  padding-top: 10px;
  padding-left: 16px;
  border-radius: 15px;
}
.popup label.popup__label-number:hover input {
  border-color: #9e9e9e;
}
.popup label.popup__label-number:hover:before {
  background-color: #9e9e9e;
  color: #000;
}
.popup__link {
  color: #d50000;
  border: none;
  font-size: 17px;
  line-height: 29px;
  margin-left: 28px;
}
@media only screen and (max-width: 560px) {
  .popup__link {
    margin-left: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.popup__link:hover {
  cursor: pointer;
  color: #d50000;
  border-bottom: 2px solid #d50000;
}
.repair-card {
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 40px 40px 40px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: none;
}
@media only screen and (max-width: 560px) {
  .repair-card {
    padding: 15px 32px 20px 32px;
  }
}
.repair-card-btn {
  width: auto;
  height: 50px;
  padding-left: 28px;
  padding-right: 28px;
  display: inline-block;
}
.repair-card-btn:hover {
  color: #fff;
  background-color: #b71c1c;
}
@media only screen and (max-width: 560px) {
  .repair-card-btn {
    font-size: 16px;
    line-height: 28px;
    height: 48px;
    padding-left: 29px;
    padding-right: 29px;
  }
}
.repair-card__link {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.repair-card__link:hover {
  cursor: pointer;
}
.repair-card__link:hover .repair-card__name {
  color: #d50000;
}
.repair-card__img {
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (max-width: 560px) {
  .repair-card__img {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }
}
.repair-card__item-good {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
}
.repair-card__name {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .repair-card__name {
    font-size: 24px;
    line-height: 34px;
  }
}
.repair-card__price {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  text-align: left;
  margin-bottom: 24px;
}
@media only screen and (max-width: 560px) {
  .repair-card__price {
    font-size: 24px;
    line-height: 34px;
  }
}
.repair-card button {
  margin-top: auto;
}
.repairs-scheme {
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  background-color: #fff;
  max-width: 440px;
  padding: 40px;
  border-radius: 15px;
  position: static;
  z-index: 2;
  top: 0;
  right: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .repairs-scheme {
    width: calc(100vw / 3 - 45px);
  }
}
@media only screen and (max-width: 950px) {
  .repairs-scheme {
    width: calc(100vw / 2 - 50px);
  }
}
@media only screen and (max-width: 560px) {
  .repairs-scheme {
    max-width: 100%;
    width: 100%;
    padding: 32px;
    margin-bottom: 22px;
    z-index: 1;
  }
}
.repairs-scheme__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 560px) {
  .repairs-scheme__wrap {
    -ms-flex-order: 1;
        order: 1;
  }
}
.repairs-scheme__title {
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 665px) {
  .repairs-scheme__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 12px;
  }
}
.repairs-scheme__description {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 665px) {
  .repairs-scheme__description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
.repairs {
  background-color: #e0e0e0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 950px) {
  .repairs {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 560px) {
  .repairs {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 560px) {
  .repairs__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.repairs__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 560px) {
  .repairs__content-wrap {
    -ms-flex-order: 2;
        order: 2;
    padding: 0;
  }
}
.repairs-slider__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}
@media only screen and (max-width: 560px) {
  .repairs-slider__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
  }
}
.repairs-slider .repairs-slider__slide {
  max-width: 440px;
  width: calc(100% / 2 - 20px);
  margin-bottom: 40px;
  padding: 0;
}
@media only screen and (max-width: 950px) {
  .repairs-slider .repairs-slider__slide {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .repairs-slider .repairs-slider__slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: transparent;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.repairs-slider .repairs-slider__slide:nth-child(2n) {
  margin-left: 40px;
}
@media only screen and (max-width: 950px) {
  .repairs-slider .repairs-slider__slide:nth-child(2n) {
    margin-left: 0;
  }
}
.scheme-parts {
  background-color: #e0e0e0;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 560px) {
  .scheme-parts {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .scheme-parts .repair-card__price {
    font-size: 28px;
    line-height: 40px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 560px) {
  .scheme-parts__wrap {
    padding: 0;
  }
}
.scheme-parts__img-wrap {
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 8px;
}
@media only screen and (max-width: 560px) {
  .scheme-parts__img-wrap {
    border-radius: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 560px) {
  .scheme-parts__img {
    width: 100%;
  }
}
.scheme-parts__description {
  background-color: #fff;
  padding: 28px 25px 46px 25px;
}
.page-service {
  padding-top: 35px;
  padding-bottom: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 950px) {
  .page-service {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 560px) {
  .page-service {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.page-service__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-service__title {
  margin-top: 30px;
  margin-bottom: 35px;
  color: #212121;
  font-weight: 700;
  font-size: 48px;
  font-family: Rubik;
  line-height: 60px;
}
@media only screen and (max-width: 950px) {
  .page-service__title {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 44px;
  }
}
.page-service__article {
  margin-right: 40px;
  max-width: 920px;
  width: 68%;
}
@media only screen and (max-width: 950px) {
  .page-service__article {
    margin-right: 0;
    width: 100%;
  }
}
.page-service__img {
  margin-bottom: 22px;
  border-radius: 15px;
}
@media only screen and (max-width: 560px) {
  .page-service__img {
    margin-bottom: 18px;
    max-height: 165px;
    width: 100%;
  }
}
.page-service__text {
  margin-bottom: 25px;
  max-width: 905px;
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 950px) {
  .page-service__text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
.page-service__statistics {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .page-service__statistics {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 560px) {
  .page-service__statistics {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 15px;
  }
}
.page-service__statistics:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/gr-line-up.svg");
  content: '';
}
@media only screen and (max-width: 560px) {
  .page-service__statistics:after {
    display: none;
  }
}
.page-service__statistics-block {
  max-width: 280px;
}
@media only screen and (max-width: 560px) {
  .page-service__statistics-block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
  }
  .page-service__statistics-block:last-child {
    padding-bottom: 20px;
  }
  .page-service__statistics-block:after {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url("/local/templates/future_2019/markup/dist/css/../images/gr-line-up.svg");
    content: '';
  }
}
.page-service__statistics-number {
  margin-bottom: 15px;
  color: #d40000;
  text-align: center;
  font-weight: 100;
  font-size: 38px;
  font-family: Rubik;
  line-height: 50px;
}
@media only screen and (max-width: 560px) {
  .page-service__statistics-number {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }
}
.page-service__statistics-text {
  margin-top: 15px;
  color: #9e9e9e;
  text-align: center;
  font-size: 17px;
  line-height: 29px;
}
@media (max-width: 1340px) {
  .page-service__statistics-text {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .page-service__statistics-text {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 560px) {
  .page-service__statistics-text {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 240px;
    font-size: 16px;
    line-height: 28px;
  }
}
.side-menu {
  width: 300px;
  height: 100%;
  overflow: auto;
  background-color: #eee;
  padding: 15px;
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 0;
  transition: transform 0.3s;
}
@media only screen and (max-width: 950px) {
  .side-menu.open {
    transform: translateX(100%);
  }
}
.swiper-wrapper {
  margin: 0;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  .swiper-wrapper {
    margin-top: 10px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 560px) {
  .swiper-wrapper--main .swiper-slide {
    padding-top: 30px;
  }
}
.swiper-wrapper--catalog-products {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 1250px) {
  .swiper-wrapper--catalog-products {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (max-width: 740px) {
  .swiper-wrapper--catalog-products {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 560px) {
  .swiper-wrapper--catalog-products {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
.swiper-wrapper--news {
  margin-top: 35px;
}
@media only screen and (max-width: 560px) {
  .swiper-wrapper--news {
    margin-top: 30px;
  }
}
.swiper-wrapper--background {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .swiper-wrapper--background {
    margin: 0;
    max-height: 515px;
  }
}
.swiper-slide {
  height: auto;
  padding: 55px 60px 45px 60px;
  text-align: center;
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 950px) {
  .swiper-slide {
    margin-bottom: 20px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .swiper-slide {
    padding: 32px 32px 23px 32px;
  }
}
.swiper-slide--catalog-products {
  height: auto;
  padding: 40px;
  max-width: 31.33%;
  margin-right: 3%;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
  .swiper-slide--catalog-products {
    max-width: 48%;
    margin-right: 0;
    padding: 25px 30px 30px 30px;
  }
}
.swiper-slide--catalog-products:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 740px) {
  .swiper-slide--catalog-products {
    max-width: 70%;
  }
}
@media only screen and (max-width: 560px) {
  .swiper-slide--catalog-products {
    background-color: transparent;
    padding: 0;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.swiper-slide--recommendation {
  max-width: 440px;
  padding: 40px;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
}
@media only screen and (max-width: 560px) {
  .swiper-slide--recommendation {
    padding: 0;
    box-shadow: 0 0 0 0;
  }
}
.swiper-slide--news {
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .swiper-slide--news {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.swiper-pagination {
  display: none;
}
@media only screen and (max-width: 560px) {
  .swiper-pagination.swiper-pagination--catalog-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    bottom: 8px;
  }
}
.swiper-pagination.swiper-pagination--catalog-products .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 6px;
}
.swiper-pagination.swiper-pagination--catalog-products .swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  background-color: #d50000;
}
@media only screen and (max-width: 1180px) {
  .swiper-pagination.swiper-pagination--open-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    bottom: 8px;
  }
}
.swiper-pagination.swiper-pagination--open-card .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 6px;
}
.swiper-pagination.swiper-pagination--open-card .swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  background-color: #d50000;
}
@media only screen and (max-width: 950px) {
  .swiper-pagination.swiper-pagination--instruction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    bottom: 8px;
  }
}
.swiper-pagination.swiper-pagination--instruction .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 6px;
}
.swiper-pagination.swiper-pagination--instruction .swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  background-color: #d50000;
}
.swiper-container {
  width: 680px;
  min-height: 420px;
  border-radius: 15px;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
    min-height: 400px;
  }
}
.swiper-container.repairs-slider {
  width: 100%;
}
.swiper-container--catalog-products {
  width: 100%;
  min-height: 200px;
}
.swiper-container--empty-order {
  width: 100%;
  min-height: 200px;
}
.swiper-container--background {
  width: 100%;
  min-height: auto;
  border-radius: 0;
}
.swiper-button-prev {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/slider_arrow_left.svg");
  background-size: auto;
  width: 30px;
  height: 15px;
  top: 75px;
  left: 57px;
}
@media only screen and (max-width: 560px) {
  .swiper-button-prev {
    left: 25px;
    top: 60px;
    background-image: url("/local/templates/future_2019/markup/dist/css/../images/small_arrow_left.svg");
  }
}
.swiper-button-next {
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/slider_arrow_right.svg");
  background-size: auto;
  width: 30px;
  height: 15px;
  top: 75px;
  left: 95px;
}
@media only screen and (max-width: 560px) {
  .swiper-button-next {
    left: 60px;
    top: 60px;
    background-image: url("/local/templates/future_2019/markup/dist/css/../images/small_arrow_right.svg");
  }
}
.slider__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 100%;
  height: 100%;
}
.slider__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 20px;
  max-width: 430px;
}
@media only screen and (max-width: 560px) {
  .slider__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
.slider__background-item {
  background-color: #000;
  max-height: 100%;
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
@media only screen and (max-width: 950px) {
  .slider__background-item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 560px) {
  .slider__background-item {
    min-height: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 560px) {
  .slider__text-wrap {
    height: 100px;
    overflow: hidden;
  }
}
.slider__text {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 29px;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  .slider__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
.slider__btn {
  color: #d50000;
  font-size: 17px;
  line-height: 29px;
  text-align: left;
  border: none;
  margin-top: 18px;
}
@media only screen and (max-width: 560px) {
  .slider__btn {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.slider__btn span:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #d50000;
}
.slider-main {
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 560px) {
  .slider-main {
    top: -2px;
  }
}
.wrapper-abs-slider {
  position: relative;
  top: 100px;
}
@media only screen and (max-width: 560px) {
  .wrapper-abs-slider {
    top: 125px;
  }
}
@media only screen and (max-width: 560px) {
  .slider-home-catalog-wrap {
    padding: 0;
  }
}
table,
.table {
  max-width: 100%;
  border: 1px solid #d6e1e4;
  table-layout: fixed;
}
table thead,
.table thead,
table__thead,
.table__thead {
  font-weight: 700;
  background-color: #d6e1e4;
}
table th,
.table th,
table td,
.table td,
table__td,
.table__td,
table__th,
.table__th {
  text-align: left;
  padding: 15px 20px;
  border: 1px solid #d6e1e4;
}
table tr:hover td,
.table tr:hover td,
table__tr:hover td,
.table__tr:hover td,
table tr:hover table,
.table tr:hover table,
table__tr:hover table,
.table__tr:hover table,
table tr:hover .table__td,
.table tr:hover .table__td,
table__tr:hover .table__td,
.table__tr:hover .table__td {
  background-color: #fffae4;
}
.table {
  border-collapse: collapse;
  display: table;
}
.table__tr {
  display: table-row;
}
.table__thead {
  display: table-header-group;
}
.table__tbody {
  display: table-row-group;
}
.table__tfoot {
  display: table-footer-group;
}
.table__col {
  display: table-column;
}
.table__colgroup {
  display: table-column-group;
}
.table__td,
.table__th {
  display: table-cell;
}
.table__caption {
  display: table-caption;
}
.table-scrollable {
  overflow: auto;
}
.table-scrollable__container {
  min-width: 1400px;
}
@media only screen and (max-width: 950px) {
  .table-separated {
    border: none;
  }
  .table-separated,
  .table-separated tbody {
    display: block;
  }
  .table-separated thead {
    display: none;
  }
  .table-separated tr {
    border: 1px solid #c5c5c5;
    display: block;
  }
  .table-separated tr + tr {
    margin-top: 20px;
  }
  .table-separated td {
    border: none;
    display: block;
  }
}
@media only screen and (min-width: 951px) {
  .table-separated__caption {
    display: none;
  }
}
.tabs__toggles {
  display: -ms-flexbox;
  display: flex;
  transition: all 0.7s ease;
}
.tabs__toggle {
  border-bottom: none;
  margin-right: 40px;
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  cursor: pointer;
  color: #9e9e9e;
  transition: all 0.7s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .tabs__toggle {
    margin-right: 30px;
  }
  .tabs__toggle:last-child .tabs__toggle-content {
    margin-right: 40px;
  }
}
.tabs__toggle:not(.active):hover {
  background-color: transparent;
  color: #d50000;
}
.tabs__toggle + .tabs__toggle {
  border-left: none;
}
.tabs__toggle.active .tabs__toggle-content {
  border-bottom: 3px solid #d50000;
  color: #d50000;
}
.tabs__toggle.active .tabs__toggle-content:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d50000;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
}
.tabs__tab:not(.active) {
  display: none;
}
.tabs__toggle-content {
  padding-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .tabs__toggle-content {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 560px) {
  .js-tabs--gradient-left {
    position: relative;
  }
  .js-tabs--gradient-left:after {
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 38px;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
    position: absolute;
  }
}
@media only screen and (max-width: 560px) {
  .js-tabs--gradient-right {
    position: relative;
  }
  .js-tabs--gradient-right:before {
    content: "";
    top: 0;
    right: -1px;
    width: 40px;
    height: 38px;
    background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .tabs-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 560px) {
  .tabs-scroll {
    margin-right: -15px;
  }
  .tabs-scroll .tabs__toggle {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .tabs-scroll::-webkit-scrollbar {
    display: none;
  }
}
.technology {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 950px) {
  .technology {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.technology__title {
  color: #212121;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .technology__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.technology__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.technology__article {
  width: calc(100vw * 0.68 - 80px);
  max-width: 920px;
  margin-right: 40px;
}
@media only screen and (max-width: 950px) {
  .technology__article {
    width: 100%;
    margin-right: 0;
  }
}
.technology__text {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .technology__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.technology-series {
  margin-top: 55px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 950px) {
  .technology-series {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.technology-series__title {
  color: #212121;
  font-family: Rubik;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .technology-series__title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.technology-series__text {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
}
@media only screen and (max-width: 950px) {
  .technology-series__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
.technology-series__table {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(33,33,33,0.12);
  padding: 10px 40px 10px 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 560px) {
  .technology-series__table {
    margin-top: 30px;
    padding: 5px 30px 5px 30px;
  }
}
.technology-series__table-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 560px) {
  .technology-series__table-item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.technology-series__table-item:first-child {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .technology-series__table-item:first-child {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.technology-series__table-item:first-child:before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/future_2019/markup/dist/css/../images/gr-line-up.svg");
  background-repeat: repeat;
  width: 100%;
  height: 8px;
  top: auto;
  bottom: 0;
  right: 0;
}
.technology-series__table-parameters {
  color: #ff6d00;
  font-family: Rubik;
  font-size: 32px;
  line-height: 34px;
  font-weight: 100;
  width: 30%;
  margin-right: 35px;
}
@media only screen and (max-width: 950px) {
  .technology-series__table-parameters {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 560px) {
  .technology-series__table-parameters {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.technology-series__table-description {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  width: 70%;
  max-width: 480px;
}
@media only screen and (max-width: 950px) {
  .technology-series__table-description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 560px) {
  .technology-series__table-description {
    width: 100%;
    margin-top: 5px;
  }
}
.text-page {
  padding-bottom: 70px;
}
@media only screen and (max-width: 560px) {
  .text-page {
    padding-bottom: 25px;
    padding-top: 5px;
  }
}
.text-page p {
  color: #212121;
  font-size: 17px;
  line-height: 29px;
  margin-top: 25px;
}
@media only screen and (max-width: 560px) {
  .text-page p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.text-page h2 {
  color: #212121;
  font-family: Rubik;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 55px;
}
@media only screen and (max-width: 560px) {
  .text-page h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 14px;
  }
}
.tooltip {
  width: 16px;
  height: 16px;
  text-transform: none;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.tooltip:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.4;
  display: block;
  background: #000 url("/local/templates/future_2019/markup/dist/css/../images/icon-question.svg") 50% no-repeat;
}
.tooltip:hover:before {
  opacity: 0.7;
}
.tooltip:hover .tooltip__content {
  left: calc(100% + 14px);
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.tooltip--extended {
  width: auto;
  height: auto;
  margin: 0;
}
.tooltip--extended:before {
  display: none;
}
.tooltip--extended .tooltip__сontent {
  margin: auto;
  left: calc(100% + 18px);
}
.tooltip__content {
  width: 285px;
  min-height: 50px;
  color: #000;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 400;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);
  padding: 11px 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -18px;
  left: calc(100% + 18px);
  z-index: -1;
  transition: all 0.3s, transform 0s;
}
.tooltip__content:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: -3px 3px 4px 0 rgba(0,0,0,0.04);
  border-top: none;
  border-right: none;
  position: absolute;
  top: 18px;
  left: -8px;
  display: block;
  transform: rotate(45deg);
}
.tooltip__content.small {
  width: 200px;
  min-height: 37px;
  top: -12px;
}
.tooltip__content.small:after {
  top: 12px;
}
.tooltip-icon {
  text-transform: none;
  position: relative;
  border: 1px solid #f00;
}
.tooltip-icon:hover .tooltip-icon__content {
  left: calc(100% + 14px);
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.tooltip-icon--extended:before {
  display: none;
}
.tooltip-icon--extended .tooltip-icon__сontent {
  margin: auto;
  left: calc(100% + 18px);
}
.tooltip-icon__content {
  width: 285px;
  min-height: 50px;
  color: #000;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 400;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);
  padding: 11px 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -18px;
  left: calc(100% + 18px);
  z-index: -1;
  transition: all 0.3s, transform 0s;
}
.tooltip-icon__content:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: -3px 3px 4px 0 rgba(0,0,0,0.04);
  border-top: none;
  border-right: none;
  position: absolute;
  top: 18px;
  left: -8px;
  display: block;
  transform: rotate(45deg);
}
.tooltip-icon__content.small {
  width: 200px;
  min-height: 37px;
  top: -12px;
}
.tooltip-icon__content.small:after {
  top: 12px;
}
.tool[data-tippy-red] {
  color: #f00;
}
.tippy-tooltip.whitetool-theme {
  font-family: FiraSans;
  background-color: #fff;
  padding: 12px 20px 13px 20px;
  display: block;
  color: #212121;
  font-size: 17px;
  margin-bottom: 2px;
  border-radius: 0;
  box-shadow: 0 0 20px 4px rgba(154,161,177,0.15), 0 4px 80px -8px rgba(36,40,47,0.25), 0 4px 4px -2px rgba(91,94,105,0.15);
}
.tippy-tooltip.whitetool-theme[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-tooltip.whitetool-theme[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-tooltip.whitetool-theme[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-tooltip.whitetool-theme[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-tooltip.whitetool-theme .tippy-backdrop {
  background-color: #fff;
}
.tippy-tooltip.whitetool2-theme {
  font-family: FiraSans;
  background-color: #fff;
  padding: 12px 20px 13px 20px;
  display: block;
  color: #212121;
  font-size: 17px;
  margin-bottom: 9px;
  border-radius: 0;
  box-shadow: 0 0 20px 4px rgba(154,161,177,0.15), 0 4px 80px -8px rgba(36,40,47,0.25), 0 4px 4px -2px rgba(91,94,105,0.15);
}
.tippy-tooltip.whitetool2-theme[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-tooltip.whitetool2-theme[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-tooltip.whitetool2-theme[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-tooltip.whitetool2-theme[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-tooltip.whitetool2-theme .tippy-backdrop {
  background-color: #fff;
}
.input-text-error {
  color: #d84315;
  font-size: 14px;
  line-height: 26px;
  display: none;
}
.input-text-error--order-page {
  margin-left: 20px;
}
@media only screen and (max-width: 560px) {
  .input-text-error--order-page {
    margin-left: 0;
    margin-top: 10px;
  }
}
.validate-error .input-text-error {
  display: block;
  position: absolute;
}
.validate-error:before {
  background-color: #d84315 !important;
  color: #fff !important;
}
.validate-error input[type="text"] {
  border: 1px solid #d84315;
}
.validate-error textarea {
  border: 1px solid #d84315;
}
.validate-error .application-order__label-content--phone:before {
  background-color: #d84315;
  color: #fff;
}
.validate-success:before {
  background-color: #2e7d32 !important;
  color: #212121 !important;
}
.validate-success input[type="text"] {
  border: 1px solid #2e7d32;
}
.validate-success textarea {
  border: 1px solid #2e7d32;
}
.validate-success .application-order__label-content--phone:before {
  background-color: #2e7d32;
  color: #212121;
}
.js-validation-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.js-validation-form label {
  width: 47%;
}
.js-validation-form label input {
  width: 100%;
}
@media only screen and (max-width: 420px) {
  .hide-small {
    display: none;
  }
}
@media only screen and (min-width: 421px) {
  .hide-moresmall {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 561px) {
  .hide-moremobile {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .hide-tablet {
    display: none;
  }
}
@media only screen and (min-width: 951px) {
  .hide-moretablet {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-desc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-moredesc {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .hide-bigDesc {
    display: none;
  }
}
@media more-bigDesc {
  .hide-morebigDesc {
    display: none;
  }
}
.hidden,
[hidden] {
  display: none;
}
.overflow {
  overflow-x: hidden;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.adm-workarea label,
.bxml-dialog label,
.bxml-subdialog-cont label {
  display: initial;
}
.adm-workarea textarea,
.bxml-dialog textarea,
.bxml-subdialog-cont textarea,
.adm-workarea select,
.bxml-dialog select,
.bxml-subdialog-cont select,
.adm-workarea input,
.bxml-dialog input,
.bxml-subdialog-cont input {
  width: auto;
  height: auto;
  min-height: 0;
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  margin-top: 0;
  margin-bottom: 0;
}
.adm-workarea select,
.bxml-dialog select,
.bxml-subdialog-cont select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}
.adm-workarea select[multiple],
.bxml-dialog select[multiple],
.bxml-subdialog-cont select[multiple] {
  -webkit-appearance: listbox;
     -moz-appearance: listbox;
          appearance: listbox;
}
.adm-workarea input,
.bxml-dialog input,
.bxml-subdialog-cont input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.adm-workarea input[type="button"],
.bxml-dialog input[type="button"],
.bxml-subdialog-cont input[type="button"] {
  -webkit-appearance: push-button;
     -moz-appearance: push-button;
          appearance: push-button;
}
.adm-workarea input[type="checkbox"],
.bxml-dialog input[type="checkbox"],
.bxml-subdialog-cont input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.adm-workarea input[type="radio"],
.bxml-dialog input[type="radio"],
.bxml-subdialog-cont input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.adm-workarea table,
.bxml-dialog table,
.bxml-subdialog-cont table {
  table-layout: auto;
}
.adm-workarea .ml-title-cell table,
.bxml-dialog .ml-title-cell table,
.bxml-subdialog-cont .ml-title-cell table,
.adm-workarea .ml-head-cont table,
.bxml-dialog .ml-head-cont table,
.bxml-subdialog-cont .ml-head-cont table,
.adm-workarea .ml-buttons-cont table,
.bxml-dialog .ml-buttons-cont table,
.bxml-subdialog-cont .ml-buttons-cont table,
.adm-workarea .bxhtmled-img-dialog-cnt table,
.bxml-dialog .bxhtmled-img-dialog-cnt table,
.bxml-subdialog-cont .bxhtmled-img-dialog-cnt table,
.adm-workarea .ml-title-cell td,
.bxml-dialog .ml-title-cell td,
.bxml-subdialog-cont .ml-title-cell td,
.adm-workarea .ml-head-cont td,
.bxml-dialog .ml-head-cont td,
.bxml-subdialog-cont .ml-head-cont td,
.adm-workarea .ml-buttons-cont td,
.bxml-dialog .ml-buttons-cont td,
.bxml-subdialog-cont .ml-buttons-cont td,
.adm-workarea .bxhtmled-img-dialog-cnt td,
.bxml-dialog .bxhtmled-img-dialog-cnt td,
.bxml-subdialog-cont .bxhtmled-img-dialog-cnt td {
  border: none;
}

/* End */
/* /local/templates/future_2019/markup/dist/css/fonts.css?15838334711140 */
/* /local/templates/future_2019/markup/dist/css/all.css?1583833471205935 */
