

/* Start:/local/templates/.default/markup/build/css/main.css?1744624564117450*/
@charset "UTF-8";
/*=== Default === */
@font-face {
  font-family: "GothamPro";
  src: url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro.eot");
  src: url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro.woff") format("woff"), url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamPro-Bold";
  src: url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Bold.eot");
  src: url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Bold.woff") format("woff"), url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamPro-Light";
  src: url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Light.eot");
  src: url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Light.woff") format("woff"), url("/local/templates/.default/markup/build/css/../fonts/GothaPro/GothamPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 27px;
  height: 44px;
  cursor: pointer;
  margin-top: -22px;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  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");
}

.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-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-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  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");
}

.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-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-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 0;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007aff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  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 bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .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, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  content: "";
  display: block;
  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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}
body.no-scroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  body {
    min-width: 990px;
  }
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 800;
}

h2, h3, h4, h5, h6, b {
  font-family: inherit;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.container {
  width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.icon-arrow-next-s {
  width: 9.789px;
  height: 8.777px;
}

.icon-arrow-next {
  width: 13.789px;
  height: 8.777px;
}

.icon-arrow-prev-s {
  width: 9.789px;
  height: 8.777px;
}

.icon-arrow-prev {
  width: 13.789px;
  height: 8.777px;
}

.icon-minsklogo {
  width: 19.263px;
  height: 9.797px;
}

/*=== Blocks === */
.b-button {
  position: relative;
  display: inline-block;
  padding: 14px 40px 10px;
  outline: none;
  border: none;
  border-radius: 7px;
  background: transparent;
  color: #fff;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 18px;
  transition: 300ms;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-button {
    padding: 10px 30px;
    font-size: 16px;
  }
  .b-button.orange {
    padding: 10px 30px;
  }
}
.b-button.green {
  width: 100%;
  padding: 14px 20px 10px;
  background: #8AC43F;
  color: #fff;
  text-transform: uppercase;
  max-width: 166px;
}
.b-button.green:hover {
  background: #7db337;
}
.b-button.green:active {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}
.b-button.red {
  background: #e11018;
  color: #fff;
}
.b-button.red:hover {
  background: #c90e15;
}
.b-button.red:active {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}

.b-pager {
  padding: 30px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-pager {
    padding: 20px 0 30px;
  }
}

.b-pager__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  color: #29A9E0;
}
@media screen and (max-width: 767px) {
  .b-pager__item {
    margin: 0;
    padding: 6px 8px 3px;
  }
}
.b-pager__item.is-active {
  color: #000;
  font-size: 18px;
}
.b-pager__item svg {
  fill: transparent;
  stroke: #29A9E0;
}

fieldset {
  position: relative;
  margin: 0 0 10px;
  border: none;
}
fieldset label {
  display: block;
  margin: 0 0 5px 10px;
  color: #999999;
}
fieldset.error .b-field {
  border-color: #e11018;
}

.b-field {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: transparent;
  font-size: 18px;
  transition: 200ms;
}
.b-field:focus {
  border-color: #a6a6a6;
}

textarea.b-field {
  height: 175px;
  font-family: "Myriad Pro", Arial, sans-serif;
  resize: none;
}
@media screen and (max-width: 767px) {
  textarea.b-field {
    height: 100px;
  }
}

.jq-selectbox {
  display: block !important;
  width: 100%;
}
.jq-selectbox.opened .jq-selectbox__select {
  border-color: #a6a6a6;
}
.jq-selectbox.opened .jq-selectbox__trigger {
  top: 11px;
  border: 6px solid transparent;
  border-bottom: 6px solid #999999;
}
.jq-selectbox.error .jq-selectbox__select {
  border-color: #e11018;
}

.jq-selectbox__select {
  position: relative;
  height: 43px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-size: 18px;
  line-height: 44px;
  transition: 200ms;
  cursor: pointer;
  white-space: nowrap;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 18px;
  right: 15px;
  margin: auto;
  border: 6px solid transparent;
  border-top: 6px solid #999999;
}

.jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: none;
}
.jq-selectbox__dropdown li {
  display: block;
  padding: 13px 15px;
  color: #333333;
  font-size: 16px;
  transition: 200ms;
  cursor: pointer;
}
.jq-selectbox__dropdown li.selected {
  color: #999999;
}
.jq-selectbox__dropdown li:hover {
  background: #ececec;
}

.b-header {
  height: 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .b-header {
    height: auto;
    padding: 32px 0 16px;
  }
}
.b-header .container {
  position: relative;
  height: 100%;
}
.b-header .b-header__wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .b-logo {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 21px;
  }
}
.b-logo img {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .b-logo img {
    display: block;
    width: 206px;
    margin: auto;
  }
}

.b-header-nav {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .b-header-nav {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
    padding: 0 20px;
    background: #fff;
  }
  .b-header-nav.open {
    display: block;
  }
}
.b-header-nav > ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .b-header-nav > ul {
    flex-direction: column;
  }
}
.b-header-nav .js-submenu-link {
  position: relative;
  padding: 32px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .b-header-nav .js-submenu-link {
    display: inline-block;
    vertical-align: top;
  }
  .b-header-nav .js-submenu-link:last-child .js-submenu-link__text {
    border: none;
  }
  .b-header-nav .js-submenu-link:nth-of-type(4) .js-submenu-link__text {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .b-header-nav .js-submenu-link {
    padding: 0;
    border-top: 1px solid #CACACA;
    text-align: center;
  }
  .b-header-nav .js-submenu-link:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }
}
.b-header-nav .js-submenu-link.is-active > .js-submenu-link__text {
  color: rgb(161,19,44);
}
.b-header-nav .js-submenu-link.is-active > .js-submenu-link__text:after {
  display: none;
}
@media (min-width: 768px) {
  .b-header-nav .js-submenu-link:first-child > a {
    margin-left: 30px;
  }
}
.b-header-nav .js-submenu-link > .js-submenu-link__text {
  position: relative;
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .b-header-nav .js-submenu-link > .js-submenu-link__text {
    display: block;
    margin: 0;
    padding: 10px 0 7px;
    font-size: 16px;
    text-transform: uppercase;
    border-right: none;
  }
}
@media (min-width: 768px) {
  .b-header-nav .js-submenu-link > .js-submenu-link__text {
    padding: 0 20px;
  }
  .b-header-nav .js-submenu-link > .js-submenu-link__text:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: calc(100% - 30px);
    height: 2px;
    transform: translateX(-50%);
    background-color: rgb(161,19,44);
  }
}
@media (min-width: 768px) {
  .b-header-nav .js-submenu-link a {
    transition: 200ms;
  }
  .b-header-nav .js-submenu-link a:hover {
    color: rgb(161,19,44);
  }
}
.b-header-nav .js-submenu-link .burger-menu-wrapper {
  position: absolute;
  top: 50%;
  left: 30px;
  display: flex;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .b-header-nav .js-submenu-link .burger-menu-wrapper {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 15px;
    transform: translateY(0);
  }
}
.b-header-nav .js-submenu-link .burger-menu-wrapper .burger-menu {
  position: relative;
  width: 10px;
  height: 1px;
  background-color: rgb(161,19,44);
}
.b-header-nav .js-submenu-link .burger-menu-wrapper .burger-menu:after, .b-header-nav .js-submenu-link .burger-menu-wrapper .burger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: rgb(161,19,44);
}
.b-header-nav .js-submenu-link .burger-menu-wrapper .burger-menu:after {
  top: 4px;
}
.b-header-nav .js-submenu-link .burger-menu-wrapper .burger-menu:before {
  bottom: 4px;
}

.submenu-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  padding: 0 50px 20px;
  transition: opacity 0.3s;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(29, 29, 27, 0.95);
}
@media screen and (max-width: 767px) {
  .submenu-fullscreen {
    position: relative;
    flex-grow: 1;
    display: none;
    width: 100%;
    margin: 0 -20px;
    padding: 20px 0;
    opacity: 1;
    visibility: visible;
  }
}
.submenu-fullscreen.open {
  transition: opacity 0.3s;
  opacity: 1;
  visibility: visible;
}
.submenu-fullscreen.open .b-header-subnav {
  display: block;
}
.submenu-fullscreen__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .submenu-fullscreen__close {
    display: none;
  }
}
.submenu-fullscreen__close:before, .submenu-fullscreen__close:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 19px;
  display: block;
  width: 2px;
  height: 25px;
  background-color: #fff;
}
.submenu-fullscreen__close:after {
  transform: rotate(-45deg);
}
.submenu-fullscreen__close:before {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .b-header-subnav {
    display: none;
  }
  .submenu-fullscreen .b-header-subnav {
    display: block;
  }
}
@media (min-width: 768px) {
  .b-header-subnav {
    position: absolute;
    top: 78px;
    left: 30px;
    z-index: 10;
    display: none;
    width: 756px;
    padding: 25px 30px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .submenu-fullscreen .b-header-subnav {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    margin: auto;
    box-shadow: none;
    max-width: 1000px;
    background-color: transparent;
  }
  .submenu-fullscreen .b-header-subnav ul {
    column-rule: none;
    column-gap: 65px;
  }
  .submenu-fullscreen .b-header-subnav ul li {
    padding-left: 45px;
  }
  .submenu-fullscreen .b-header-subnav ul li.is-active a,
  .submenu-fullscreen .b-header-subnav ul li.is-active span {
    color: #ffec00;
  }
  .submenu-fullscreen .b-header-subnav ul a,
  .submenu-fullscreen .b-header-subnav ul span {
    color: #fff;
  }
  .submenu-fullscreen .b-header-subnav ul a:hover,
  .submenu-fullscreen .b-header-subnav ul span:hover {
    color: #ffec00;
  }
  .submenu-fullscreen .b-header-subnav > li {
    margin-bottom: 15px;
  }
  .submenu-fullscreen .b-header-subnav > li:hover .b-header-subnav__label {
    text-decoration: underline;
  }
  .b-header-subnav.min-nav {
    width: 150px;
  }
  .b-header-subnav.min-nav li {
    margin: 0;
  }
  .b-header-subnav.min-nav .b-header-subnav__label {
    color: #979797;
    font-size: 14px;
    text-transform: none;
  }
  .b-header-subnav.min-nav .b-header-subnav__label:hover {
    color: #E11018;
  }
}
.b-header-subnav > li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .b-header-subnav > li {
    margin: 0;
  }
  .b-header-subnav > li:not(:last-of-type) {
    padding-bottom: 15px;
  }
}
.b-header-subnav ul {
  padding: 10px 0;
  column-count: 2;
  column-rule: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .b-header-subnav ul {
    display: none;
  }
}
.b-header-subnav ul li {
  padding-left: 20px;
  padding-bottom: 3px;
}
.b-header-subnav ul li.-is-active a {
  color: #e11018;
}
.b-header-subnav ul a {
  display: inline-block;
  color: #979797;
}

.b-header-subnav__label {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}
.submenu-fullscreen .b-header-subnav__label {
  position: relative;
  color: #ffec00;
  padding-left: 30px;
}
.submenu-fullscreen .b-header-subnav__label.is-active {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .submenu-fullscreen .b-header-subnav__label {
    padding-left: 0;
  }
}
.submenu-fullscreen .b-header-subnav__label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("/local/templates/.default/markup/build/css/../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .submenu-fullscreen .b-header-subnav__label:before {
    display: none;
  }
}
.submenu-fullscreen .b-header-subnav__label:hover {
  color: #ffec00 !important;
  text-decoration: underline;
}
.submenu-fullscreen .b-header-subnav__label + ul {
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .b-header-subnav__label {
    display: block;
    padding: 5px 0 2px;
  }
}

.b-hamburger {
  flex-shrink: 0;
  display: none;
  width: 50px;
  padding: 15px 10px 10px;
  cursor: pointer;
  order: 4;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-hamburger {
    display: block;
    width: 23px;
    height: 23px;
    padding: 0;
  }
}
.b-hamburger.is-active .b-hamburger__line:first-child {
  top: 9px;
  transform: rotate(45deg);
}
.b-hamburger.is-active .b-hamburger__line:nth-child(2) {
  opacity: 0;
}
.b-hamburger.is-active .b-hamburger__line:last-child {
  top: -9px;
  transform: rotate(-45deg);
}

.b-hamburger__line {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 0 0 6px;
  background: #666666;
  transition: 200ms;
}
.page-not-found .b-hamburger__line {
  background: #fff;
}

.b-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 10px;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .b-area {
    flex-grow: 0;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.b-area__descr {
  font-size: 10px;
}
.page-not-found .b-area__descr {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-area__descr {
    display: none;
  }
}
.b-area__name {
  color: rgb(161,19,44);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .b-area__name {
    line-height: 1.2;
    max-width: 200px;
    text-align: left;
    word-break: break-all;
  }
}
.b-area__phone {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.page-not-found .b-area__phone {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-area__phone {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .b-grid:after {
    content: "";
    display: table;
    clear: both;
  }

  .b-col__half {
    float: left;
    width: calc(50% - 10px);
  }
  .b-col__half:nth-child(2n + 2) {
    float: right;
  }
}
.gm-infowindow {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  padding-top: 5px;
}
.gm-infowindow p {
  font-size: 15px !important;
}
.gm-infowindow a.js-map__label {
  display: none;
}
.gm-infowindow b {
  font-weight: 700;
}
.gm-infowindow b a {
  text-decoration: underline;
}

.map-modal-info {
  font-size: 15px;
}
.map-modal-info a, .map-modal-info b {
  display: block;
}
.map-modal-info b {
  font-weight: 700;
}
.map-modal-info b a {
  text-decoration: underline;
}
.map-modal-info a:empty,
.map-modal-info b:empty {
  display: none;
}

p + p {
  margin-top: 20px;
}

h1 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

.b-section__title {
  margin: 0 0 25px;
  color: #E11018;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.b-section__title.black {
  color: #000;
}
.b-section__title + .b-section__spare {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .b-section__title {
    margin: 0 0 15px;
    font-size: 24px;
  }
  .-in-category .b-section__title {
    margin: 0 0 30px;
  }
}

.b-main__slider {
  height: calc(100vh - 80px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-main__slider {
    height: 480px;
  }
}
.b-main__slider .swiper-container {
  height: 100%;
}
.b-main__slider .swiper-pagination-bullets {
  bottom: 25px;
}

.slider-block__title {
  position: absolute;
  top: 23px;
  left: 48px;
  z-index: 2;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .slider-block__title {
    top: 13px;
    left: 38px;
    font-size: 24px;
  }
}

.b-main__slide {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .b-main__slide {
    box-shadow: -280px 0 280px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .b-main__slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

.b-main__tip {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E53739;
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .b-main__tip {
    top: 20px;
    left: 20px;
  }
}
.b-main__tip span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.b-main__slide-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-main__slide-info {
  position: absolute;
  top: 50px;
  right: 35px;
  z-index: 2;
  overflow: hidden;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .b-main__slide-info {
    top: auto;
    right: 20px;
    bottom: 50px;
    padding-left: 10px;
  }
}
.b-main__slide-info h4 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .b-main__slide-info h4 {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
.b-main__slide-info h3 {
  margin: 0 0 20px;
  font-size: 37px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .b-main__slide-info h3 {
    margin: 0 0 10px;
    font-size: 30px;
  }
}
.b-main__slide-info h3 span {
  display: block;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .b-main__slide-info h3 span {
    font-size: 20px;
  }
}
.b-main__slide-info table {
  color: #fff;
  margin-bottom: 10px;
}
.b-main__slide-info table td {
  white-space: nowrap;
}
.b-main__slide-info table td:first-child {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .b-main__slide-info table td:first-child {
    padding-right: 15px;
  }
}
.b-main__slide-info .b-triangle__item {
  float: right;
}

.b-triangle__item {
  width: 29px;
  height: 29px;
  background: url("/local/templates/.default/markup/build/css/../images/triangle.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .b-triangle__item {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e53739;
}

.b-main-category {
  padding: 30px 0;
}
.b-main-category:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .b-main-category {
    margin: 0 -15px 30px;
    padding: 0;
  }
}

.b-main-category__item {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .b-main-category__item {
    float: left;
    width: calc(50% - 10px);
    height: 290px;
    margin: 0 0 20px 0;
  }
  .b-main-category__item:nth-child(2n + 2) {
    float: right;
  }
  .b-main-category__item:hover .b-main-category__cover {
    transform: scale(1.09);
  }
}
.b-main-category__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: inset 0 -100px 120px rgba(0, 0, 0, 0.7);
}
.b-main-category__item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: url("/local/templates/.default/markup/build/css/../images/triangle-large.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .b-main-category__item:after {
    width: 50px;
    height: 50px;
  }
}

.b-main-category__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  transition: 400ms;
  object-fit: cover;
}

.b-main-category__title {
  position: absolute;
  left: 12px;
  bottom: 17px;
  z-index: 3;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .b-main-category__title {
    left: 15px;
    font-size: 22px;
  }
}

.b-section {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .b-section:last-child {
    margin: 0 0 10px;
  }
}

.b-event__item {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 15px 35px;
  border: 1px solid #F0F0F0;
}
@media (min-width: 768px) {
  .b-event__item {
    transition: 200ms ease-out;
  }
  .b-event__item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
  }
}
.b-event__item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  background: url("/local/templates/.default/markup/build/css/../images/triangle.svg") no-repeat;
}
.-cheaper .b-event__item:before {
  background: url("/local/templates/.default/markup/build/css/../images/triangle-yellow.svg");
}
.b-event__item h5 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 700;
}
.b-event__item p {
  color: #000;
}
.b-event__item .b-section__title {
  margin: 0;
}

.b-event__date {
  color: #e53739;
}

.b-dots__item {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #e53739;
  font-size: 20px;
}

.b-about__box {
  padding: 15px;
  border: 1px solid #F0F0F0;
  color: #000;
}
.b-about__box-title {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .b-prod__grid {
    margin: 0 -5px;
  }
  .b-prod__grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .b-prod__grid {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .b-prod__col {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 0 auto 15px;
    padding: 0 5px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .b-prod__col {
    float: left;
    width: calc(25%);
    padding: 0 5px;
  }
}

.b-prod__tile {
  position: relative;
  display: block;
  border: 1px solid #F0F0F0;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .b-prod__tile {
    transition: 200ms ease-out;
  }
  .b-prod__tile:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
  }
}
.b-prod__tile.-cheaper .b-circle__tip.-cheaper {
  display: block;
}
.b-prod__tile:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  background: url("/local/templates/.default/markup/build/css/../images/triangle-yellow.svg") no-repeat;
}
.b-prod__tile .b-prod__table {
  padding: 0 0 0 15px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: 10px;
}

.wsnormal {
  white-space: normal;
}

.triangle--red:before {
  background: url("/local/templates/.default/markup/build/css/../images/triangle.svg") no-repeat;
}

.b-prod__tile-cover {
  width: 100%;
  height: 201px;
  border-bottom: 1px solid #f0f0f0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.b-prod__tile-title {
  padding: 25px 5px 15px 15px;
  overflow: hidden;
  color: #e53739;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: 10px;
}

.b-prod__table td {
  vertical-align: top;
}
.b-prod__table td:first-child {
  padding-right: 10px;
}

.b-circle__tip {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 60px;
  height: 60px;
  padding: 17px 6px 0;
  border-radius: 50%;
  background: #E53739;
  color: #fff;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}
.b-circle__tip.-cheaper {
  left: 80px;
  display: none;
  background-color: #ed9420;
  background-image: url(/local/templates/.default/markup/build/css/../images/icons/refurb.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.-cheaper .b-circle__tip.-cheaper {
  display: block;
}
.b-circle__tip.-not-available {
  left: 80px;
  display: block;
  background-color: #797979;
}
.b-circle__tip.-not-available span {
  font-size: 11px;
  line-height: 8px;
}
.-not-available .b-circle__tip.-not-available {
  display: block;
}
.b-circle__tip span {
  display: block;
  font-size: 11px;
  line-height: 10px;
  text-align: right;
}

.b-circle__text {
  display: inline-block;
}

.b-porduct-top__top {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
}
.b-porduct-top__top img {
  width: 100%;
}

.b-page__head {
  height: 100px;
  margin: 0 0 10px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .b-page__head {
    margin: 0 -15px 20px;
    padding: 10px 10px 7px;
  }
  .b-page__head .b-page__head-title {
    display: flex;
    align-items: center;
  }
}
.b-page__head + .b-section {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .b-page__head + .b-section {
    margin-top: 30px;
  }
  .b-page__head + .b-section.-in-category {
    margin-top: 20px;
  }
}

.b-page__head-title {
  height: 100%;
}
.b-page__head-title h1 {
  font-weight: 800;
}
@media (min-width: 768px) {
  .b-page__head-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.b-page__head-info {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 110px;
}
.b-page__head-info.default {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .b-page__head-info.default {
    padding-left: 0;
  }
}
.b-page__head-info.default .b-page__head-label h1 {
  color: #fff;
  font-weight: 700;
}
.b-page__head-info.default .b-page__head-label:last-child {
  margin-bottom: 0;
}

.b-page__head-tip {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  z-index: 2;
  width: 85px;
  height: 85px;
  margin: auto;
  border-radius: 50%;
  background: #E53739;
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
}
.b-page__head-tip span {
  display: block;
  font-size: 24px;
  line-height: 26px;
}

.b-page__head-label {
  font-size: 16px;
}
.b-page__head-label h1 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.b-page__head-label span {
  margin-bottom: 5px;
}

.b-breadcrumb {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .b-breadcrumb {
    margin: 0 0 20px;
    font-size: 12px;
  }
}
.b-breadcrumb ul:after {
  content: "";
  display: table;
  clear: both;
}
.b-breadcrumb li {
  position: relative;
  float: left;
  color: #e63739;
}
.b-breadcrumb li:first-child:after {
  display: none;
}
.b-breadcrumb li:after {
  content: "";
  float: left;
  width: 12px;
  height: 1px;
  margin: 10px 3px 0;
  background: #000;
}
.b-breadcrumb a {
  color: #000;
  transition: 200ms;
}
.b-breadcrumb a:hover {
  color: #e63739;
}

@media (min-width: 768px) {
  .b-category__list {
    font-size: 0;
  }
  .b-category__list + hr {
    margin-top: 15px;
  }
}

hr {
  height: 1px;
  margin: 0;
  border: none;
  background: #cacaca;
}

.b-category__item {
  margin: 0 0 10px;
  font-size: 14px;
}
.-in-category .b-category__item {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .b-category__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin: 0 0 15px;
  }
  .b-category__item a {
    transition: 200ms;
  }
  .b-category__item a:hover {
    opacity: 0.7;
  }
  .b-category__item a:active {
    opacity: 0.4;
  }
}
.b-category__item img {
  display: inline-block;
  vertical-align: middle;
  margin-left: -70px;
  margin-right: 10px;
}
.-in-category .b-category__item img {
  margin-right: 25px;
}
.b-category__item > a {
  position: relative;
  display: block;
  padding: 0 0 0 85px;
}

.b-category__item-box {
  position: relative;
  display: block;
  padding: 0 0 0 70px;
}

.b-category__label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.b-category__label p + p {
  margin: 0;
}

.b-category__title {
  color: #000000;
  text-decoration: underline;
}

.green--section .b-section__title {
  color: #437C38;
}

.orange--section .b-section__title {
  color: #ef5a24;
}

.blue--section .b-section__title {
  color: #009EE2;
}

.dark-blue--section .b-section__title {
  color: #4da5c2;
}

.pale-mauve--section .b-section__title {
  color: #7E6263;
}

.violet--section .b-section__title {
  color: #703C7F;
}

.orderessay--section .b-section__title {
  color: #DEBA71;
}

.khaki--section .b-section__title {
  color: #CBC598;
}

.light-green--section .b-section__title {
  color: #76A153;
}

.gray--section .b-section__title {
  color: #000;
}

.yellow--section .b-section__title {
  color: #f8af00;
}

.crayola--section .b-section__title {
  color: #dad6b7;
}

/*Product list */
.b-product__list .b-product__item {
  display: block;
  border: 1px solid #F0F0F0;
}
.b-product__list .b-product__item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  background: url("/local/templates/.default/markup/build/css/../images/triangle.svg") no-repeat;
}
.b-product__list .b-product__item.-cheaper:before {
  background: url("/local/templates/.default/markup/build/css/../images/triangle-yellow.svg");
}
@media (min-width: 768px) {
  .b-product__list .b-product__item {
    transition: 200ms;
  }
  .b-product__list .b-product__item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.11);
  }
}
@media screen and (max-width: 767px) {
  .b-product__list .b-product__info {
    padding: 15px 10px 15px;
  }
}
.b-product__list .b-product__info.-on-orice .b-section__title {
  margin-bottom: 0;
}
.b-product__list .b-product__info .b-section__title {
  line-height: 1.2;
  margin-bottom: 8px;
}

.b-product__item {
  position: relative;
  height: 330px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .b-product__item {
    height: auto;
    margin: 0 0 20px;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .b-product__item {
    height: auto;
    min-height: 330px;
    padding-left: 330px;
  }
}

.b-product__cover {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .b-product__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    box-shadow: 0 0 0 1px #f0f0f0;
    min-height: 328px;
    max-height: 350px;
  }
}
.b-product__cover-img {
  display: block;
  height: 100%;
  margin: auto;
  max-width: 100%;
  object-fit: contain;
}
.-not-available .b-product__cover-img {
  opacity: 0.7;
}
.b-product__cover-empty {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 100%;
  object-fit: cover;
}

.b-product__info {
  padding: 0 22px 8px;
}
@media screen and (max-width: 767px) {
  .b-product__info {
    padding: 20px 0 15px;
  }
}

.b-product__description {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
.b-product__description:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.53) 20%, #ffffff 100%);
}

.b-char__table table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .b-char__table table td {
    font-size: 14px;
  }
  .b-char__table table td:first-child {
    width: 320px;
  }
}
.b-char__table table.with_margin {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-char__table table {
    border-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b-char__table {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .b-char__table td:last-child {
    padding-left: 10px;
  }
}
.b-char__table.large--table table {
  line-height: 1.3;
}
.b-char__table.large--table table.with_margin {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .b-char__table.large--table {
    font-size: 14px;
  }
}
.b-char__table.large--table .b-char__caption {
  font-size: 21px;
}
.b-char__table.large--table td {
  font-size: 19px;
}
.b-char__table th,
.b-char__table td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .b-char__table th,
  .b-char__table td {
    width: 50%;
  }
}

.with_margin {
  margin-bottom: 6px;
}

.b-char__caption {
  font-size: 14px;
  font-weight: 700;
}

.b-default__link {
  color: #29A9E0;
  text-decoration: underline;
}
.b-default__link.-cheaper {
  text-transform: uppercase;
}
.b-default__link:hover {
  text-decoration: none;
}

.b-char__link {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

/* ╨в╨╛╨▓╨░╤А */
.b-product {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .b-product {
    padding: 10px 0 0;
    margin-bottom: 60px;
  }
  .b-product .b-product__item {
    min-height: 420px;
    padding-left: 45%;
  }
  .b-product .b-product__cover {
    width: 42.2%;
    height: 405px;
    max-height: 405px;
  }
  .b-product .b-product__info {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 405px;
    max-height: 405px;
    padding-bottom: 0;
  }
}

.b-char__buttons {
  padding: 20px 0 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .b-char__buttons a {
    display: inline-block;
    margin-top: 20px;
  }
}
.b-char__buttons .b-button {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .b-char__buttons .b-button {
    margin-right: 10px;
  }
}

.b-article {
  padding-bottom: 30px;
}
.b-article .b-section__title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .b-article .b-section__title {
    margin-top: 30px;
  }
}
.b-article .b-section__title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .b-article p {
    font-size: 16px;
  }
}
.b-article p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .b-article p + p {
    margin-top: 25px;
  }
}
.b-article ul, .b-article ol {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 20px;
  margin-bottom: 35px;
}
.b-article ul li {
  list-style: disc;
}
.b-article ol li {
  list-style: decimal;
}
.b-article img {
  max-width: 100%;
}
.b-article a {
  color: #00aeef;
  text-decoration: underline;
}

/* Accordion */
.b-accordion {
  max-width: 600px;
  margin-bottom: 25px;
}

.b-accordion__item {
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .b-accordion__item {
    margin: 0 -15px 1px;
  }
}

.b-accordion__label {
  position: relative;
  padding: 17px 30px 13px 10px;
  background: #F0F0F0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  transition: 200ms;
  cursor: pointer;
}
@media (min-width: 768px) {
  .b-accordion__label {
    padding: 17px 40px 13px;
    font-size: 16px;
  }
}
.b-accordion__label:hover {
  background: #e3e3e3;
}
.b-accordion__label.is-active:before {
  top: 10px;
  transform: rotate(-180deg);
}
.b-accordion__label:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  border: 9px solid transparent;
  border-top: 9px solid #B1B1B1;
}
@media screen and (max-width: 767px) {
  .b-accordion__label:before {
    top: 18px;
    right: 10px;
    border: 7px solid transparent;
    border-top: 7px solid #B1B1B1;
  }
}

.b-accordion__dropdown {
  display: none;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .b-accordion__dropdown {
    padding: 15px 40px;
  }
}

.b-article .b-section__deliver-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 650px;
  padding-left: 0;
}
@media (max-width: 500px) {
  .b-article .b-section__deliver-list {
    flex-direction: column;
  }
}
.b-article .b-section__deliver-list li {
  position: relative;
  text-transform: uppercase;
  padding-left: 65px;
  list-style: none;
}
.b-article .b-section__deliver-list li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
}
.b-article .b-section__deliver-list li:nth-of-type(1) {
  margin-right: 50px;
}
@media (max-width: 500px) {
  .b-article .b-section__deliver-list li:nth-of-type(1) {
    margin: 5px 0 35px;
  }
}
.b-article .b-section__deliver-list li:nth-of-type(1):before {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-sklad.svg");
}
.b-article .b-section__deliver-list li:nth-of-type(2):before {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-tractor-green.svg");
}

.b-technical__char {
  margin-bottom: 40px;
}

.b-technical__char-item {
  position: relative;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .b-technical__char-item {
    padding-left: 80px;
  }
}

.b-technical__char-icon {
  display: none;
}
@media (min-width: 768px) {
  .b-technical__char-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}

.b-technical__char-table table {
  width: 100%;
  max-width: 560px;
}
@media (min-width: 768px) {
  .b-technical__char-table table td:first-child {
    width: 365px;
  }
}
@media screen and (max-width: 767px) {
  .b-technical__char-table table td:first-child {
    width: 50%;
    padding-right: 10px;
  }
}

.b-aricle__gallery {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .b-aricle__gallery {
    margin: 10px -15px;
  }
}
.b-aricle__gallery .swiper-pagination {
  position: static;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .b-aricle__gallery .swiper-pagination {
    padding: 10px 0;
  }
}
.b-aricle__gallery .swiper-pagination-bullet {
  background: #ccc;
}
.b-aricle__gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e53739;
}
.b-aricle__gallery .swiper-button-next,
.b-aricle__gallery .swiper-button-prev {
  outline: none;
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/arrow-slider.svg");
}
.b-aricle__gallery .swiper-button-prev {
  transform: scale(-1, 1);
}

.b-file__link {
  position: relative;
  margin: 0 0 15px;
  padding-left: 25px;
}
.b-file__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 15px;
  margin: auto;
  background: url("/local/templates/.default/markup/build/css/../images/file.svg") no-repeat;
  background-size: 100%;
}
.b-file__link a {
  position: relative;
}

.b-events .b-event__date {
  color: #000;
  font-weight: 700;
}
.b-events .b-event__item {
  padding: 50px 20px 55px;
  background: #F0F0F0;
}
.b-events .b-event__item p {
  color: #000;
}
.b-events .b-event__item.share--item {
  background: #fff;
}
.b-events .b-event__item .b-section__title {
  position: absolute;
  top: 10px;
}
.b-events .b-default__link {
  position: absolute;
  bottom: 15px;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .b-events .b-event__date {
    font-size: 21px;
  }
  .b-events .b-event__item p {
    font-size: 21px;
  }
  .b-events .b-section__title {
    top: 5px;
  }
}

.b-news__article {
  position: relative;
  padding: 10px 10px 40px;
  border: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
.b-news__article img {
  width: 100%;
}
.b-news__article ul {
  margin-bottom: 20px;
}
.b-news__article--about a {
  color: #0d85cb;
  text-decoration: underline;
}
.b-news__article--about p + .b-section__title {
  margin-top: 40px;
}
.b-news__article .b-news__name-article {
  font-size: 21px;
  font-weight: 400;
}

.b-news__author {
  margin: 10px 0 30px;
  font-size: 14px;
}

.b-news__text-article {
  margin-top: 20px;
}
.b-news__text-article a {
  text-decoration: underline;
}
.b-news__text-article table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .b-news__text-article table {
    font-size: 13px;
  }
}
.b-news__text-article td {
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-news__text-article td {
    padding: 0;
  }
}
.b-news__text-article .wrapper-table {
  overflow: auto;
}

.wrapper-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
}

.wrapper-video iframe,
.wrapper-video object,
.wrapper-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-article__img {
  margin: 25px -10px 0;
}
@media screen and (max-width: 767px) {
  .b-article__img {
    margin-bottom: 20px;
  }
}

.b-news__date {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .b-news__date {
    font-size: 21px;
    font-weight: 700;
  }
}

.b-share--title {
  margin: 0;
}

.b-back__link {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 0 0 10px 30px;
}
.b-back__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("/local/templates/.default/markup/build/css/../images/triangle-left.svg") no-repeat;
}

.b-form__container {
  margin: auto;
  padding: 50px 0;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .b-form__container {
    padding: 10px 0 20px;
  }
}

.b-large__logo {
  margin: 0 0 20px;
}
.b-large__logo img {
  width: 100%;
}

.b-form__button {
  padding-top: 10px;
  text-align: center;
}

.b-information__text {
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .b-information__text {
    padding: 0 0 20px;
  }
}
.b-information__text .b-section__title {
  margin: 0 0 10px;
}
.b-information__text p + p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .b-address__list {
    padding-top: 10px;
  }
}
.b-address__list .b-section__title {
  margin: 0;
}

.b-address__item {
  margin-bottom: 30px;
}
.b-address__item:last-child {
  margin-bottom: 0;
}
.b-address__item .b-section__title {
  margin: 10px 0;
}
.b-address__item .b-section__title-dealers {
  display: block;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}
.b-address__item .b-section__title-dealers.red {
  color: #e11018;
  margin-top: 45px;
}
.b-address__item .b-section__title-dealers a {
  text-decoration: underline;
}
.b-address__item b {
  font-weight: 700;
}
.b-address__list-office .b-address__item b a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .b-address__item .b-default__link {
    display: none;
  }
}

.b-address__email {
  text-decoration: underline;
}

.b-address__text {
  margin-top: 10px;
}

.b-address__wrapper {
  font-size: 16px;
  font-style: normal;
}
.b-address__wrapper + .b-address__wrapper {
  margin-top: 10px;
}
.b-address__wrapper .tel-wrapper span {
  display: inline-block;
}

.b-map-box {
  margin: 0 -20px 20px;
}
@media screen and (max-width: 767px) {
  .b-map-box {
    display: none;
  }
}
.b-map-box .b-map {
  height: 470px;
}
@media screen and (max-width: 767px) {
  .b-map-box .b-map {
    height: 200px;
  }
}

.b-map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .b-dealer-page .b-map-box {
    display: block;
    margin-bottom: 0 !important;
  }
  .b-dealer-page .b-map-box .b-map {
    display: none;
  }
  .b-dealer-page .b-map-box .b-section__title {
    margin-bottom: 0;
  }
}

.b-contacts .b-map-box {
  width: auto;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .b-contacts .b-news__article {
    padding-bottom: 20px;
  }
}
.b-contacts .b-address__wrapper {
  margin-bottom: 30px;
}

.b-section__head {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .b-section__head {
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}
.b-section__head p {
  margin: 0 0 15px;
}

.b-section__spare {
  border-bottom: 1px solid #cacaca;
  padding-top: 45px;
  padding-bottom: 50px;
}
.b-section__spare:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-section__spare:last-child {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .b-section__spare {
    padding-bottom: 25px;
    padding-top: 35px;
  }
}
.b-section__spare .b-category__title {
  cursor: pointer;
}

@media (min-width: 768px) {
  .b-section__spare-list {
    padding-left: 60px;
  }
  .b-section__spare-list ul {
    column-count: 2;
  }
  .b-section__spare-list li {
    position: relative;
    vertical-align: top;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b-section__spare-list {
    padding-top: 10px;
  }
  .b-section__spare-list li {
    margin-bottom: 15px;
  }
}

/* Credit & Leasing Page */
.top_wide_image .tw_head h1 {
  color: #fff;
  font-family: "OpenSans Extrabold";
  font-size: 72px;
  text-transform: uppercase;
}

/* faq */
.question-list {
  margin-bottom: 30px;
}
.question-list__item {
  margin-bottom: 1px;
}
.question-list__item.open .question-list__question:before {
  transform: translateY(-50%) rotate(180deg);
}
.question-list__question {
  position: relative;
  display: flex;
  padding: 13px 40px 13px 26px;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  justify-content: flex-start;
  background-color: #EBE8E8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .question-list__question {
    padding-left: 16px;
  }
}
.question-list__question:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  transition: transform 0.3s;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #B1B1B1;
}
.question-list__answer-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.question-list__answer {
  padding: 10px 10px 10px 25px;
  border: 1px solid #F0F0F0;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 25px;
  background-color: #F8F8F8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .question-list__answer {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.question-list__answer p {
  margin-bottom: 15px;
}
.question-list__answer p + p {
  margin-top: 0;
}
.question-list__answer ul {
  margin-bottom: 15px;
  padding-left: 17px;
}
.question-list__answer ul li {
  padding-bottom: 5px;
  list-style-type: disc;
}
.question-list__answer a {
  color: #00719b;
  text-decoration: underline;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.rating {
  display: flex;
  overflow: hidden;
  font-size: 45px;
  align-items: center;
}
.rating-init .rating__item {
  cursor: pointer;
}
.rating-static .rating__item {
  cursor: default;
}
.rating-count {
  color: #1ba8e3;
  font-size: 14px;
  line-height: 18.2px;
  margin-left: 7px;
  font-style: italic;
  text-align: left;
}
.rating__item {
  width: 15px;
  height: 15px;
  transition: background-image 0.2s;
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-star-empty.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.rating__item.rated {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-star.svg");
}
.rating__item:not(:first-of-type) {
  margin-left: 1px;
}

/* filter product */
.filter-container {
  position: relative;
}

.filter-wrapper {
  margin: 30px 0;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .filter-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.filter-list {
  position: relative;
  float: left;
  font-size: 0;
  transition: transform 0.3s;
}
.filter-list__item {
  display: inline-flex;
  height: 25px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.filter-list__item.active {
  color: #000;
  background-color: #D6D6D6;
}
.filter-list__item:not(:first-of-type) {
  margin-left: 1px;
}

.btn-filter {
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  width: 70px;
  height: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .btn-filter {
    display: none;
  }
}
.btn-filter:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 133px;
  height: 100%;
  pointer-events: none;
}
.btn-filter.next {
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.btn-filter.next:after {
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
[data-overflowing="both"] ~ .btn-filter.next, [data-overflowing="right"] ~ .btn-filter.next {
  opacity: 1;
  pointer-events: auto;
}
.btn-filter.next:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1BA8E3;
}
.btn-filter.prev {
  left: 0;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
}
.btn-filter.prev:after {
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
[data-overflowing="none"] ~ .btn-filter.prev {
  pointer-events: none;
}
[data-overflowing="both"] ~ .btn-filter.prev, [data-overflowing="left"] ~ .btn-filter.prev {
  opacity: 1;
  pointer-events: auto;
}
.btn-filter.prev:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #1BA8E3;
}
.btn-filter:before {
  content: "";
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
}

.pn-ProductNav_Contents-no-transition {
  -webkit-transition: none;
  transition: none;
  /*  REVIEW  */
}

.review-list__item {
  padding: 15px 20px 25px;
  background-color: #F0F0F0;
  margin-bottom: 10px;
}
.review-list__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.review-list__content-wrapper {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .review-list__content-wrapper {
    flex-direction: column;
  }
}
.review-list__date {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .review-list__date {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.review-list__date span {
  font-size: 12px;
  line-height: 1.2;
}
.review-list__name {
  flex-grow: 1;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  padding-right: 10px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .review-list__name {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .review-list__rating {
    width: 100%;
    margin-top: 5px;
  }
}
.review-list__text {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 15px;
  /* pagination */
}

.page-pagination {
  display: flex;
  margin: 40px 0;
  align-items: center;
  justify-content: center;
}
.page-pagination__arrow {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
}
.page-pagination__arrow--start {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-double-arrow-pagination.svg");
}
.page-pagination__arrow--step-back {
  margin-left: 10px;
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-arrow-pagination.svg");
}
.page-pagination__arrow--next {
  margin-right: 10px;
  transform: rotate(180deg);
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-arrow-pagination.svg");
}
.page-pagination__arrow--end {
  transform: rotate(180deg);
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-double-arrow-pagination.svg");
}
.page-pagination__list {
  display: flex;
  padding: 0 20px;
}
.page-pagination__item.active {
  color: #000;
  font-size: 18px;
}
.page-pagination__item:not(:last-of-type) {
  margin-right: 4vw;
}
.page-pagination__item a {
  color: #29A9E0;
  font-size: 14px;
}

.review-block {
  display: flex;
  padding: 15px 30px 0;
  flex-direction: column;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .review-block {
    margin: 0 -15px;
  }
}
.review-block__wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.3s;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .review-block__wrapper {
    margin: 0 -15px;
  }
}
.review-block__top {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 25px;
}
.review-block__link {
  color: #0d85cb;
  font-family: Roboto-Bold, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.review-block__link:hover {
  opacity: 0.8;
}

.review-item {
  flex-shrink: 0;
  display: flex;
  padding: 30px 70px 50px 30px;
  margin-bottom: 15px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .review-item {
    padding: 15px 30px 20px 15px;
  }
}
.review-item__img {
  flex-shrink: 0;
  margin-right: 20px;
}
.review-item__name {
  margin: 4px 0 0;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.7;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .review-item__name {
    margin-bottom: 15px;
  }
}
.review-item__text {
  margin: 6px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.7;
}

.btn-add-review {
  padding: 0;
  border: none;
  font-size: 14px;
  margin-left: 15px;
  background-color: transparent;
}

.review_form_js {
  padding-top: 40px !important;
}

.review-btn {
  margin-bottom: 15px;
}

.b-footer {
  background: #F0F0F0;
}

.b-footer__top {
  margin: 0 0 20px;
}
.b-footer__top:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .b-footer__top {
    margin: 0 0 10px;
  }
}
.b-footer__top .b-section__title {
  float: left;
  margin-top: 40px;
}
.b-footer__logo img {
    width: 174px;
}
@media (min-width: 768px) {
  .b-footer__logo {
    float: right;
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .b-footer__logo {
    margin: 30px 0 20px;
  }
}

@media (min-width: 768px) {
  .b-footer__main {
    display: flex;
    padding: 0 0 40px 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .b-footer-nav__col {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .b-footer-nav__col:nth-child(3) {
    padding-left: 4px;
  }
  .b-footer-nav__col:nth-child(4) {
    padding-left: 6px;
  }
  .b-footer-nav__col:last-of-type {
    padding-right: 28px;
  }
}

.b-footer-nav__label {
  display: inline-block;
  margin: 0 0 20px;
  color: #4D4D4D;
  font-size: 18px;
  text-transform: uppercase;
  transition: 200ms;
}
@media screen and (max-width: 767px) {
  .b-footer-nav__label {
    margin: 0 0 10px;
  }
}

.b-footer-nav {
  color: #979797;
  font-size: 14px;
}
.b-footer-nav li {
  margin-bottom: 2px;
}
.b-footer-nav a {
  text-decoration: underline;
}
.b-footer-nav a:hover {
  text-decoration: none;
}

.call-btn {
  display: flex;
  border: none;
  color: #2ca6e2;
  font-size: 11px;
  line-height: 1.2;
  align-items: flex-end;
  margin-top: 2px;
  background-color: transparent;
  text-align: left;
}
.call-btn img {
  margin-right: 3px;
  margin-bottom: 1px;
}
.call-btn__inner {
  display: flex;
  align-items: flex-end;
}
.call-btn__text {
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: underline;
}

.b-footer__bottom {
  position: relative;
  padding: 0 0 20px;
}
.b-footer__bottom p {
  color: #666666;
  font-size: 12px;
}

.b-footer__bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .b-footer__bottom-info {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .b-footer__site-link {
    text-align: center;
  }
}

.b-footer__link {
  display: inline-block;
  color: #E11018;
  text-decoration: underline;
}
.b-footer__link:hover {
  text-decoration: none;
}
.b-footer__link svg {
  display: inline-block;
  vertical-align: middle;
  fill: #E11018;
  margin-right: 10px;
}

.b-developer__item {
  width: 200px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-developer__item {
    position: relative;
    margin: 20px 0;
  }
}

.b-footer__copyright span {
  position: relative;
  left: 3px;
}
@media screen and (max-width: 767px) {
  .b-footer__copyright span {
    left: 0;
  }
}

.b-developer__link {
  color: #4D4D4D;
  transition: 200ms;
}
.b-developer__link:hover {
  color: #E11018;
}

.clearfix:after {
  content: ' ';
  display: block;
  overflow: hidden;
  clear: both;
}

.credit_page {
  height: auto !important;
}

.snow_image {
  float: right;
}
.snow_image img {
  mix-blend-mode: overlay;
}

.container_wide_top {
  padding-top: 144px;
  padding-bottom: 160px;
}

.container_wide_top h1 {
  /*font-family: 'Myriad Pro';*/
  color: #ffffff;
  font-size: 72px;
}

.container_wide_top p {
  max-width: 530px;
  padding-top: 10px;
}

.container_wide_top p span {
  display: inline;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  /*font-family: 'Open Sans Extrabold';*/
  font-weight: bold;
}

.block_header {
  color: #abad87;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 26px;
  padding-bottom: 16px;
}

.content p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 26px;
}

.content ul {
  padding-top: 8px;
  margin-bottom: 26px;
}

.content li {
  position: relative;
  z-index: 1;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 22px;
}

.content ul.dashed li:before {
  content: "\2014";
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 4px;
}

.content .btn_box {
  text-align: center;
}

.b-section-text ul, .b-section-text ol {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 20px;
  padding-bottom: 26px;
}
.b-section-text ul li {
  list-style: disc;
}
.b-section-text ol li {
  list-style: decimal;
}
.b-section-text a {
  text-decoration: underline;
}

.b-button.orange {
  background: #ed9421;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  padding-right: 55px;
}

.with_traktor {
  background: url("/local/templates/.default/markup/build/css/../images/vintage_traktor.png") no-repeat center right;
}

.lease_partners {
  display: inline-block;
  /*display: box;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  width: 100%;
  text-align: center;
  /*vertical-align: middle;*/
  margin-top: 60px;
  margin-bottom: 60px;
}

.lease_partners > div {
  display: inline-block;
  vertical-align: middle;
  width: calc(33.3% - 4px);
  /*height: 80px;*/
}

.lease_partners > div:first-child {
  text-align: left;
}

.lease_partners > div:nth-child(2) {
  text-align: center;
}

.lease_partners > div:last-child {
  text-align: right;
}

.lease_partners img {
  max-width: 100%;
  max-height: 100%;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
}

.blue_text {
  display: block;
  width: 100%;
  color: #0d85cb;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.banks {
  text-align: center;
}

.banks li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  padding-left: 26px;
  padding-right: 26px;
}

.banks li a {
  color: #0d85cb;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}

.banks li a:hover {
  text-decoration: none;
}

.yellow_bg_text {
  padding: 16px 25px;
  background: #ffff79;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-left: -25px;
  margin-right: -25px;
}

.advantages {
  margin-left: -55px;
  margin-right: -55px;
  text-align: center;
  margin-top: 16px;
}

.advantage {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 4px);
  text-align: center;
}

.advantage_img {
  position: relative;
  z-index: 10;
  width: 154px;
  height: 154px;
  margin: 0 auto 36px auto;
  -webkit-border-radius: 154px;
  -moz-border-radius: 154px;
  border-radius: 154px;
}

/*.advantage_img:before {*/
/*display: block;*/
/*content: ' ';*/
/*position: absolute;*/
/*z-index: -1;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*-webkit-border-radius: 154px;*/
/*-moz-border-radius: 154px;*/
/*border-radius: 154px;*/
/*background: #a2cf61;*/
/*}*/
.advantage p {
  color: #337351;
  font-size: 14px;
}

.advantage p .big {
  text-transform: uppercase;
}

.credit_page .b-product__item {
  border: 0 none;
  border-bottom: 1px solid #c8c8c8;
  padding-left: 245px;
  min-height: 216px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.credit_page .b-product__item:hover {
  box-shadow: inset 0 0 0 0;
}

.credit_page .b-product__item:before {
  display: none;
}

.credit_page .b-product__item:last-child {
  border-bottom: 0 none;
}

.credit_page .b-product__item .b-product__cover {
  width: 216px;
  height: 216px;
  box-shadow: none;
  min-height: 216px;
  margin-left: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.credit_page .b-product__item td {
  width: 30%;
  padding: 0 10px;
}

.credit_page .text_green {
  width: 100%;
  color: #337351;
  font-size: 14px;
  text-transform: uppercase;
}

.credit_page .text_blue {
  width: 100%;
  color: #0d85cb;
  font-size: 14px;
  text-transform: uppercase;
}

.credit_page .text_green.big {
  font-size: 30px;
  margin-top: 24px;
}

.credit_page .text_blue.big {
  font-size: 30px;
  font-weight: bold;
  margin-top: 24px;
}

.credit_page .text p {
  line-height: 1.2;
}

.credit_page .b-default__link {
  font-size: 14px;
}

.credit_page .b-product__list {
  margin-left: -35px;
  margin-right: -35px;
}

.credit_page .b-product__list .btn_box {
  text-align: right;
}

.credit_page .b-product__item td.bottom_td {
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 6px;
}

.credit_page .b-product__info {
  padding-bottom: 26px;
}

.container_wide_bottom {
  height: 458px;
  margin-top: 140px;
}

.traktor_info .cols {
  float: left;
  width: 28%;
  padding: 0 15px;
}

.traktor_info .col-1 {
  width: 320px;
}

.traktor_info .col-4 {
  position: relative;
  width: 50%;
  height: 60px;
}

.traktor_info .col-5 {
  width: 50%;
}

.credit_page .traktor_info .b-char__link {
  position: absolute;
  left: 15px;
  bottom: 0px;
}

.b-main-category {
  padding-bottom: 0;
}

.discount_block {
  position: relative;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.discount_block:before, .discount_block:after {
  display: none;
}

.discount_block h3 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 22px;
  letter-spacing: 1px;
}

.discount_block p {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .discount_block p {
    font-size: 14px;
  }
}

.discount_block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: url(/local/templates/.default/markup/build/css/../images/triangle-large.svg) no-repeat;
  background-size: auto auto;
  background-size: 100%;
}

.b-product__list .b-product__item .b-product__cover .note {
  position: absolute;
  z-index: -2;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 34px 25px 8px;
  background: #E93432;
  color: #fff;
  transition: all 0.3s ease;
  flex-direction: column;
  opacity: 0;
}

.b-product__cover .note h4 {
  font-size: 58px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .b-product__cover .note h4 {
    font-size: 40px;
  }
}

.b-product__cover .note > span {
  display: block;
  font-size: 21px;
  margin-bottom: 15px;
}

.b-product__cover .note span.big {
  font-size: 59px;
  font-weight: 600;
}

.b-product__list .b-product__item:hover .b-product__cover .note {
  z-index: 10;
  opacity: 1;
}

.b-product__item .b-product__info {
  display: flex;
  flex-direction: column;
  min-height: 328px;
}

.b-product__item .b-section__title {
  font-size: 25px;
  margin-bottom: 13px;
}

.b-button.white {
  width: 100%;
  background: #fff;
  color: #6B9331;
  max-width: 166px;
  margin-top: auto;
}

.b-product__wrapper-btn {
  display: flex;
  margin-top: auto;
}
.b-product__wrapper-btn .b-char__link {
  width: 45%;
}
@media (max-width: 767px) {
  .b-product__wrapper-btn .b-char__link {
    width: 50%;
    padding-left: 10px;
  }
}

.b-product__btn-buy {
  width: 55%;
}
@media (max-width: 767px) {
  .b-product__btn-buy {
    width: 50%;
  }
}

@media all and (max-width: 960px) {
  .credit_page .block_header {
    text-align: center;
  }

  .container_wide_top h1 {
    font-size: 58px;
  }

  .snow_image {
    display: none;
    max-width: 100%;
    margin-bottom: 30px;
  }

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

  .container_wide_top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container_wide_top p {
    padding: 2px 10px;
    background: #8ac43f;
    max-width: 100%;
  }

  .container_wide_top p span {
    padding: 0;
    font-size: 26px;
  }

  .lease_partners > div {
    display: block;
    width: 100% !important;
    height: 33px;
    text-align: left !important;
    margin-bottom: 20px;
  }

  .lease_partners > div img {
    display: block;
  }

  .yellow_bg_text {
    margin-left: 0;
    margin-right: 0;
  }

  .advantages {
    margin-left: 0;
    margin-right: 0;
  }

  .advantage {
    width: 100%;
  }

  .advantage_img {
    margin-bottom: 16px;
  }

  .container_wide_bottom {
    height: 238px;
  }

  .traktor_info .cols {
    width: 100%;
  }

  .credit_page .b-product__list .b-product__item {
    padding-left: 0;
  }

  .credit_page .b-product__list {
    margin-left: 0;
    margin-right: 0;
  }

  .credit_page .b-product__item .b-product__cover {
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .credit_page .text_green.big,
  .credit_page .text_blue.big {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .credit_page .traktor_info .b-char__link {
    position: static;
    margin-top: 0;
    text-align: center;
  }

  .credit_page .b-product__list .btn_box {
    text-align: center;
  }

  .traktor_info .col-4 {
    height: 40px;
  }

  .credit_page .text_blue.big {
    margin-bottom: 10px;
  }

  .lease_partners {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .banks li {
    display: block;
  }

  .lease_partners_block .blue_text {
    margin-bottom: 10px;
  }

  .lease_partners_block ul {
    margin-bottom: 0;
  }
}
/* max-width 960 */
/* Modal */
.modal,
.modal-callback,
.modal-review {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
}

.modal.open,
.modal-callback.open,
.modal-review.open {
  z-index: 1000;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.modal_close:after, .modal_close:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 19px;
  display: block;
  width: 2px;
  height: 25px;
  background-color: #000;
}
.modal_close:after {
  transform: rotate(-45deg);
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
}

.form_outer_block {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  max-width: 830px;
}

.form_outer_block .modal_content {
  /*position: absolute;*/
  /*width: 100%;*/
  /*left: 0;*/
  /*top: 60px;*/
}
@media screen and (max-width: 767px) {
  .form_outer_block .modal_content {
    padding: 0 10px 20px;
  }
}

.form_outer_block .form_descr {
  color: #8ac43f;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.form_block {
  padding: 33px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px #ccc;
  background: #fff;
}

.form_block p {
  width: 350px;
  margin: 0 auto 50px;
  text-align: center;
}

.form_block form .btn_box {
  text-align: center;
}

/*.form_block input {*/
/*border: 1px solid #d4d4d4;*/
/*}*/
.b-feedback__col {
  float: left;
  width: calc(50% - 20px);
  padding: 0 10px;
  margin-bottom: 36px;
}

.b-fieldset {
  position: relative;
}
.b-fieldset--rating {
  display: flex;
}
.b-fieldset--rating .b-fieldset__label {
  position: relative !important;
  top: auto !important;
}

.b-field {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  color: #404040;
  font-size: 24px;
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-appearance: none;
}

.b-field.focus, .b-field:focus {
  /*border-color: #e6e6e6*/
}

.b-field.focus + .b-fieldset__label, .b-field:focus + .b-fieldset__label {
  top: -23px;
  color: #acd3f1;
}

.pseudo_overlay {
  display: none;
}

@media screen and (max-width: 960px) {
  .b-field.focus + .b-fieldset__label, .b-field:focus + .b-fieldset__label {
    opacity: 1;
  }

  .form_outer_block:not(.modal_block) > div {
    position: static;
  }

  .container_wide_bottom {
    margin-top: 0;
  }

  .b-feedback__col {
    width: 100%;
  }

  .b-feedback__col select {
    width: 100%;
  }

  .modal.open {
    display: block;
  }

  .form_block {
    padding: 15px;
  }

  .form_outer_block h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .form_block p {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .b-feedback__col {
    margin-bottom: 25px;
  }

  .traktor_info .cols {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .pseudo_overlay {
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 10;
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.75);
  }

  .with_traktor {
    background: 0 none;
  }

  .b-product__list .b-product__item:hover .b-product__cover .note {
    display: none;
  }

  .modal .b-feedback__col {
    height: 48px;
  }
}
/* max width 960px */
@media all and (max-height: 560px) {
  .modal.open {
    overflow-y: scroll;
  }

  .modal .form_outer_block {
    margin-bottom: 60px;
  }
}
.b-field.is-error {
  border-color: red !important;
}

.b-field.fill__field {
  border-radius: 2px;
  background: #fff;
  color: #3a3a3a;
  border-color: #fff;
}

.b-field.fill__field + .b-fieldset__label {
  color: #3a3a3a;
}

.b-field.fill__field.focus + .b-fieldset__label, .b-field.fill__field:focus + .b-fieldset__label {
  color: #fff;
}

textarea.b-field {
  height: 135px;
}

.b-fieldset__label {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #689bc1;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 200ms;
  transition: 200ms;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

select.b-field {
  padding-right: 35px;
  appearance: none !important;
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/select_arr.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  text-overflow: '';
}

select.b-field:hover {
  cursor: pointer;
}

select.b-field option:first-of-type {
  display: none;
}

.b-char__table.old_price_table table {
  line-height: 1;
}

.b-char__table.large--table .new-num {
  font-size: 21px;
}

.b-char__table.large--table.new_price_table table.with_margin {
  margin-bottom: 0;
}

.old_price .old-num {
  font-size: 16px;
  text-decoration: line-through;
}

.old_price .red {
  text-decoration: line-through;
}

.price .new-num {
  color: #e11018;
}

.price td:last-child span:first-child {
  font-weight: bold;
}

.b-char__table.old_price_table table td {
  font-size: 14px !important;
}

.old_price td:first-child,
.price td:first-child {
  width: 50%;
}

.price td {
  font-size: 21px;
}

.price .red {
  color: #F00;
}

.b-char__table td {
  font-size: 12px;
}

.red_txt {
  color: #e11018;
}

.markdown_reason {
  height: 18px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 10px;
  white-space: nowrap;
}

.page-not-found {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #000;
}
.page-not-found .b-wrap {
  flex: 1;
  height: 100vh;
}
.page-not-found .b-header {
  position: relative;
  z-index: 3;
  background-color: transparent;
}
.page-not-found .b-header-nav .js-submenu-link > a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-not-found .b-header-nav .js-submenu-link > a {
    color: #000;
  }
}
.page-not-found .b-header-subnav__label {
  color: #666;
}
.page-not-found .b-header-subnav ul a {
  color: #979797;
}
.page-not-found .b-header-subnav ul a:hover {
  color: #E11018;
}
.page-not-found .b-footer {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-not-found .b-footer-nav__label {
  color: #fff;
}
.page-not-found .b-footer-nav {
  color: #fff;
}
.page-not-found .b-footer__bottom p {
  color: #fff;
}
.page-not-found .b-developer__item a {
  color: #fff;
}

.bg-404 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("/local/templates/.default/markup/build/css/../images/not-found-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 49% 0;
}

.not-found-wrapper {
  display: flex;
  padding: 20px 15px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found-wrapper h1 {
  position: relative;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 12px;
  margin-left: -3px;
  padding-bottom: 26px;
  font-weight: 800;
}
.not-found-wrapper h1 span {
  display: inline-block;
  padding: 0 6px;
  line-height: 1.2;
  background-color: rgba(226, 6, 19, 0.5);
}
.not-found-wrapper h1 span:first-of-type {
  padding-top: 5px;
}
.not-found-wrapper h1 span:last-of-type {
  padding-bottom: 5px;
}
.not-found-wrapper .num-not-found {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 670px;
  margin-top: 75px;
  margin-bottom: 230px;
}
.not-found-wrapper .num-not-found .color-num {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  color: #e20613;
  font-size: 439px;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.not-found-wrapper .num-not-found span {
  color: #fff;
  font-size: 100px;
  font-weight: 800;
}

/*╤В╤Г╤В ╨║╨╛╤А╨╛╤З╨╡ ╤В╨╛╨╗╤М╨║╨╛ ╤В╨░╨║, ╨▓ SASS .parentSelector& ╤З╤В╨╛ ╨▒╤Л ╤А╨░╤Б╨║╤А╤Л╨╗╤Б╤П ╨▓ .parentSelector.otherParentSelector ╨╜╨╡╨╗╤М╨╖╤П */
/*╤А╨░╨▒╨╛╤В╨░╨╡╤В ╤В╨╛╨╗╤М╨║╨╛ .parentSelector & */
.-service.b-landing h2,
.-branch.b-landing h2 {
  color: #e20613;
}

.b-landing h2 {
  color: #abad87;
  font-size: 2.25rem;
  line-height: 1.17;
  text-transform: uppercase;
  padding-top: 26px;
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .b-landing h2 {
    font-size: 1.875rem;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b-landing h2 {
    font-size: 1.5625rem;
  }
}
.b-landing p {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
}
.b-landing p + p {
  margin-top: 0;
}
.b-landing .yellow_bg_text {
  margin: 0 -25px;
  padding: 10px 25px;
  background: #ffff79;
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .b-landing .yellow_bg_text {
    margin: 0;
  }
}
.b-landing .title-list {
  font-size: 1rem;
  font-weight: 700;
}
.b-landing .b-landing__simple-list {
  margin: 0;
  padding: 0;
}
.b-landing .b-landing__simple-list li {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1px;
  padding-left: 35px;
}
.b-landing .b-landing__simple-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 4px;
}
.b-landing__banner {
  padding-top: 144px;
  padding-bottom: 160px;
}
.-branch .b-landing__banner {
  padding-top: 125px;
  padding-bottom: 189px;
}
.b-landing__banner .container {
  display: flex;
}
.b-landing__banner .title {
  flex: 1 1 60%;
  margin-top: 3px;
  margin-left: -8px;
}
.b-landing__banner .title h1 {
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .-branch .b-landing__banner .title h1 {
    font-size: 2rem;
  }
}
.-branch .b-landing__banner .title h1 .small {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.059rem;
}
@media (max-width: 768px) {
  .b-landing__banner .title h1 {
    font-size: 3.5625rem;
  }
}
.b-landing__banner .title h1 span {
  display: block;
}
.b-landing__banner .title p {
  position: relative;
  display: inline;
  padding: 0 8px;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #c2920b;
  font-weight: 800;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .b-landing.-branch .b-landing__banner .title p {
    font-size: 1.5rem;
  }
}
.b-landing__banner .title p span {
  line-height: 0;
}
.b-landing.-service .b-landing__banner .title p, .b-landing.-branch .b-landing__banner .title p {
  background-color: #e20613;
}
.credit_page .b-landing__banner .title p {
  background-color: #8ac43f;
}
.b-landing__banner .banner {
  position: relative;
  flex: 0 1 40%;
}
@media (max-width: 768px) {
  .b-landing__banner .banner {
    display: none;
  }
}
.b-landing__banner .banner img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  mix-blend-mode: overlay;
}
.-service .b-landing__banner .banner img {
  mix-blend-mode: hard-light;
}
.-branch .b-landing__banner .banner img {
  mix-blend-mode: unset;
}

.b-landing__with-btn {
  padding-bottom: 60px;
}
.b-landing.-service .b-landing__with-btn, .b-landing.-branch .b-landing__with-btn {
  padding-bottom: 20px;
}
.b-landing__with-btn p {
  line-height: 1.7;
  padding-bottom: 26px;
}
.b-landing__with-btn .title-list {
  display: inline-block;
  margin-top: 5px;
}
.b-landing.-service .b-landing__with-btn .title-list {
  margin: 45px 0 40px;
  padding: 0;
  color: #000;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
}
.b-landing__with-btn .b-landing__simple-list {
  margin-top: 3px;
  margin-left: 35px;
  margin-bottom: 30px;
}
.b-landing.-service .b-landing__with-btn .b-landing__simple-list {
  margin-left: 0 !important;
}
@media (max-width: 460px) {
  .b-landing__with-btn .b-landing__simple-list {
    margin-left: 10px;
  }
}
.b-landing__with-btn .btn_box {
  padding-top: 10px;
  text-align: center;
}
.b-landing.-service .b-landing__with-btn .yellow_bg_text + p {
  margin: 40px 0 0;
}
.b-landing.-service .b-landing__with-btn .yellow_bg_text + p a {
  font-weight: 700;
}

.b-landing__current-prog {
  position: relative;
  text-align: center;
}
.b-landing__current-prog .img-traktor {
  position: absolute;
  top: -134px;
}
@media (max-width: 1240px) {
  .b-landing__current-prog .img-traktor {
    width: 200px;
  }
}
@media (max-width: 1190px) {
  .b-landing__current-prog .img-traktor {
    display: none;
  }
}
.b-landing__current-prog .img-traktor.-left {
  left: 0;
}
.b-landing__current-prog .img-traktor.-right {
  right: 0;
}
.b-landing__current-prog p {
  color: #0d85cb;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 32px;
  font-weight: 800;
}
.b-landing__current-prog nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-landing__current-prog ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.b-landing__current-prog ul li {
  color: #0d85cb;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 1190px) {
  .b-landing__current-prog ul li {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .b-landing__current-prog ul li {
    font-size: 0.8125rem;
  }
}
@media (max-width: 400px) {
  .b-landing__current-prog ul li {
    font-size: 0.6875rem;
  }
}

.b-landing__procedure {
  display: flex;
  padding-top: 95px;
}
.b-landing__procedure h2 {
  text-align: center;
}
.b-landing__procedure .procedure-list {
  position: relative;
  display: flex;
  margin: 60px auto 0;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .procedure-list {
    margin: 10px auto 0;
  }
}
.b-landing__procedure .procedure-list:after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 2px;
  height: 475px;
  background: #daa40c;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .procedure-list:after {
    top: 0;
  }
}
.b-landing__procedure .item-procedure {
  position: relative;
  display: flex;
  margin-bottom: -34px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure {
    margin-bottom: 9px;
  }
}
.b-landing__procedure .item-procedure:nth-child(1) .item-circle {
  background-image: url(/local/templates/.default/markup/build/css/../images/icons/1_specialist.svg);
  background-size: 102px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure:nth-child(1) .item-circle {
    background-size: calc(102px /1.5);
  }
}
.b-landing__procedure .item-procedure:nth-child(2) .item-circle {
  background-image: url(/local/templates/.default/markup/build/css/../images/icons/2_expert.svg);
  background-size: 104px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure:nth-child(2) .item-circle {
    background-size: calc(104px /1.5);
  }
}
.b-landing__procedure .item-procedure:nth-child(3) .item-circle {
  background-image: url(/local/templates/.default/markup/build/css/../images/icons/3_docs.svg);
  background-size: 73px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure:nth-child(3) .item-circle {
    background-size: calc(73px /1.5);
  }
}
.b-landing__procedure .item-procedure:nth-child(4) .item-circle {
  background-image: url(/local/templates/.default/markup/build/css/../images/icons/4_calc.svg);
  background-size: 86px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure:nth-child(4) .item-circle {
    background-size: calc(86px /1.5);
  }
}
.b-landing__procedure .item-procedure:nth-child(5) .item-circle {
  background-image: url(/local/templates/.default/markup/build/css/../images/icons/5_handShake.svg);
  background-size: 109px;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure:nth-child(5) .item-circle {
    background-size: calc(109px /1.5);
  }
}
.b-landing__procedure .item-procedure:nth-child(2n) {
  justify-content: flex-end;
}
.b-landing__procedure .item-procedure:nth-child(2n) .item-circle {
  margin-right: 20px;
}
.b-landing__procedure .item-procedure:nth-child(2n) .item-circle:before {
  left: -62px;
}
.b-landing__procedure .item-procedure:nth-child(2n) .item-circle:after {
  right: 206px;
}
.b-landing__procedure .item-procedure:nth-child(2n + 1) .item-circle {
  order: 2;
  margin-left: 20px;
}
.b-landing__procedure .item-procedure:nth-child(2n + 1) .item-circle:before {
  right: -62px;
}
.b-landing__procedure .item-procedure:nth-child(2n + 1) .item-circle:after {
  left: 208px;
}
.b-landing__procedure .item-procedure:nth-child(2n + 1) .item-procedure__text {
  text-align: right;
}
.b-landing__procedure .item-procedure__text {
  flex: 0 1 24.74%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure__text {
    flex: 0 1 48%;
  }
}
.b-landing__procedure .item-procedure__text .title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}
.b-landing__procedure .item-procedure__text p {
  margin: 0;
  color: #337351;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 400px) {
  .b-landing__procedure .item-procedure__text p {
    font-size: 0.6875rem;
  }
}
.b-landing__procedure .item-procedure.-end-circle {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b-landing__procedure .item-procedure.-end-circle .item-circle {
  order: 1;
  margin-top: 63px;
  margin-left: 0;
  margin-bottom: 25px;
  background-color: #daa40c;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-procedure.-end-circle .item-circle {
    margin-top: 15px;
  }
}
.b-landing__procedure .item-procedure.-end-circle .item-circle:before, .b-landing__procedure .item-procedure.-end-circle .item-circle:after {
  display: none;
}
.b-landing__procedure .item-procedure.-end-circle p {
  color: #337351;
  text-transform: uppercase;
  order: 2;
  text-align: center;
}
.b-landing__procedure .item-circle {
  position: relative;
  flex-shrink: 0;
  display: flex;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #53a6ef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-circle {
    width: 100px;
    height: 100px;
  }
}
.b-landing__procedure .item-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 57px;
  height: 2px;
  background: #daa40c;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-circle:before {
    display: none;
  }
}
.b-landing__procedure .item-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #daa40c;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .b-landing__procedure .item-circle:after {
    display: none;
  }
}

.b-landing__recovey {
  padding-top: 57px;
}
.b-landing__recovey h2 {
  color: #53a6ef;
}
.b-landing__recovey .yellow_bg_text a {
  font-weight: 700;
}

.b-landing__form-block {
  position: relative;
  padding: 60px 0;
}
.b-landing.-service .b-landing__form-block {
  padding-top: 0;
}
.b-landing__form-block .bg-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: url("/local/templates/.default/markup/build/css/../images/banner_tradein.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.b-landing__form-block p {
  color: #daa40c;
  font-size: 2.0625rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 23px;
  text-align: center;
  font-weight: 700;
}

.b-landing__form {
  position: relative;
  margin: 25px auto 0;
  padding: 35px;
  border-radius: 5px;
  box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.35);
  max-width: 683px;
  padding-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .b-landing__form {
    padding: 30px 10px 20px;
  }
}
.b-landing__form p.form-title {
  margin: 0 auto 40px;
  color: #404040;
  font-size: 18px;
  text-transform: none;
  max-width: 375px;
  font-weight: 400;
  text-align: center;
}
.b-landing__form .b-fieldset {
  margin-bottom: 35px;
}
.b-landing__form .b-fieldset__label {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #689bc1;
  font-size: 16px;
  text-transform: uppercase;
  transition: 200ms;
  font-weight: 400;
  pointer-events: none;
}
.b-landing__form .b-fieldset textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  min-width: 100%;
  min-height: 97px;
  padding-top: 17px;
  padding-left: 20px;
}
.b-landing__form .b-fieldset textarea:focus .b-fieldset__label {
  top: -19px;
}
.b-landing__form .b-fieldset__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .b-landing__form .b-fieldset__wrap {
    flex-wrap: wrap;
  }
}
.b-landing__form .b-fieldset__wrap .b-fieldset {
  width: 50%;
}
@media (max-width: 768px) {
  .b-landing__form .b-fieldset__wrap .b-fieldset {
    width: 100%;
  }
}
.b-landing__form .b-fieldset__wrap .b-fieldset:nth-of-type(2) {
  with: calc(50% - 45px);
  margin-left: 45px;
}
@media (max-width: 768px) {
  .b-landing__form .b-fieldset__wrap .b-fieldset:nth-of-type(2) {
    with: 100%;
    margin-left: 0;
  }
}
.b-landing__form .btn_box {
  text-align: center;
}
.b-landing__form .upload-info {
  position: absolute;
  top: -23px;
  left: 20px;
}
.b-landing__form .upload-info p {
  line-height: 1;
  transition: opacity 0.6s;
  margin-top: 0;
  text-align: left;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
}
.b-landing__form .upload-info__load {
  color: #acd3f1;
  font-size: 16px;
  text-transform: uppercase;
  transition: 200ms;
  font-weight: 400;
  pointer-events: none;
}
.b-landing__form .upload-info__load.-visible {
  transition: opacity 0.6s;
  opacity: 1;
  visibility: visible;
}
.b-landing__form .upload-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}
.b-landing__form .upload-error p {
  color: red;
  font-size: 9px;
  transition: opacity 0.6s;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
}
.b-landing__form .upload-error__text.-visible {
  transition: opacity 0.6s;
  opacity: 1;
  visibility: visible;
}
.b-landing__form .input-upload {
  position: relative;
  width: 100%;
  border: 1px dashed #e6e6e6;
  min-height: 97px;
  background-color: #f4f4f4;
}
.b-landing__form .input-upload.highlight .input-upload__label {
  display: none;
}
.b-landing__form .input-upload.upload .progress-load {
  display: flex;
}
.b-landing__form .input-upload .progress-load {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.b-landing__form .input-upload__gallery img {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin: 10px;
}
.b-landing__form .input-upload__label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  color: #b6b6b6;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  opacity: 0;
}
.b-landing__form .input-upload__label.-visible {
  opacity: 1;
}
.b-landing__form .input-upload__label .icon-upload {
  width: 25px;
  margin-bottom: 5px;
}
.b-landing__form .input-upload__hidden-input {
  display: none;
}

.b-landing__branch-decsr h2 {
  padding-bottom: 25px;
  text-align: left;
}
.b-landing__branch-decsr p {
  line-height: 1.7;
}

.b-landing__contacts {
  padding: 20px 15px 60px;
}
.b-landing__contacts h2 {
  color: #000 !important;
  text-align: left;
}
.b-landing__contacts .contacts-block {
  position: relative;
  display: flex;
  font-size: 1rem;
  line-height: 1.2;
  flex-wrap: wrap;
  justify-content: space-around;
  border-right: 2px solid #0079a2;
  border-left: 2px solid #0079a2;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 660px) {
  .b-landing__contacts .contacts-block {
    padding: 0 15px;
    font-size: 0.8125rem;
    line-height: 1.1;
    align-items: end;
  }
}
@media (max-width: 540px) {
  .b-landing__contacts .contacts-block {
    flex-direction: column;
    align-items: center;
  }
}
.b-landing__contacts .contacts-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #0079a2;
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .b-landing__contacts .contacts-block:before {
    display: none;
  }
}
.b-landing__contacts .contacts-block > div {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 540px) {
  .b-landing__contacts .contacts-block > div {
    max-width: 222px;
  }
}
.b-landing__contacts .contacts-block .text-address {
  line-height: 1.8;
}
@media (max-width: 660px) {
  .b-landing__contacts .contacts-block .text-address {
    font-size: 0.8125rem;
  }
}
.b-landing__contacts .contacts-block .link-map {
  display: block;
  color: #00719b;
  padding-top: 6px;
  text-decoration: underline;
}
@media (max-width: 660px) {
  .b-landing__contacts .contacts-block .link-map {
    margin-bottom: 10px;
  }
}
.b-landing__contacts .contacts-block .tel {
  position: relative;
  display: flex;
  line-height: 1.8;
  justify-content: space-between;
}
.b-landing__contacts .contacts-block .tel > span {
  margin-right: 23px;
}
@media (max-width: 660px) {
  .b-landing__contacts .contacts-block .tel > span {
    margin-right: 23px;
  }
}
.b-landing__contacts .contacts-block .tel a {
  display: block;
}
.b-landing__contacts .contacts-block .tel a span {
  font-weight: 700;
}
.b-landing__contacts .contacts-block .email-contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 6px;
}
@media (max-width: 660px) {
  .b-landing__contacts .contacts-block .email-contact {
    font-size: 0.8125rem;
  }
}
.b-landing__contacts .contacts-block .email-contact span {
  padding-right: 50px;
}
.b-landing__contacts .contacts-block .email-contact a {
  color: #00719b;
  text-decoration: underline;
}

.soc-block__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.soc-block__item a {
  color: #00719b;
  text-decoration: underline;
}
.soc-block__icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.soc-block__icon.whatsapp {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-whatsapp.svg");
}
.soc-block__icon.viber {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-viber.svg");
}
.soc-block__icon.skype {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-skype.svg");
}
.soc-block__icon.instagram {
  background-image: url("/local/templates/.default/markup/build/css/../images/icons/ico-instagram.svg");
}

.slider-block {
  padding-bottom: 115px;
}
.slider-block .container {
  position: relative;
}
.slider-block .b-main__slider {
  height: 720px;
}
@media screen and (max-width: 767px) {
  .slider-block .b-main__slider {
    height: 480px;
  }
}

.manager-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 90px;
}
.manager-block__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .manager-block__item {
    flex-direction: column;
  }
}
.manager-block__item:not(:last-of-type) {
  margin-bottom: 85px;
}
.manager-block .manager-pic {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .manager-block .manager-pic {
    margin-bottom: 10px;
  }
}
.manager-block .manager-pic img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
}

.manager-info {
  flex-grow: 1;
  padding-left: 77px;
}
@media screen and (max-width: 767px) {
  .manager-info {
    padding-left: 0;
    text-align: center;
  }
}
.manager-info .name {
  font-size: 2.25rem;
  text-transform: uppercase;
  max-width: 370px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .manager-info .name {
    margin: auto;
    font-size: 1.875rem;
    max-width: 310px;
  }
}
.manager-info .position {
  margin-bottom: 8px;
}
.manager-info .tel {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .manager-info .tel {
    justify-content: center;
  }
}
.manager-info .tel-wrapper a {
  display: block;
}
.manager-info .tel a {
  margin-left: 35px;
}
.manager-info .tel .tel-additional {
  margin-left: 10px;
}
.manager-info .mail a {
  margin-left: 18px;
}
.manager-info a {
  color: #00719b;
}

.b-map-box {
  margin: 0 0 50px !important;
}
.b-map-box h2 {
  font-size: 2.25rem;
  text-align: left;
}

/* End */


/* Start:/local/templates/.default/components/system/menu/.default/style.css?1753690014591*/
/*.b-header-nav .js-submenu-link:last-child {*/
/*    display: none;*/
/*}*/
.b-header-nav .js-submenu-link:nth-of-type(4) .js-submenu-link__text {
    border: none;
}
@media (min-width: 768px) {
    .b-header-nav .js-submenu-link:last-child {
        display: inline-block;
    }
    .b-header-nav .js-submenu-link:nth-of-type(4) .js-submenu-link__text {
        border-right: 1px solid #000;
    }

    header.b-header .b-header-nav .js-submenu-link a {
        padding: 0 10px;
    }
    header.b-header .b-header-nav .js-submenu-link:first-child > a{
        padding-left: 20px;
    }
}

/* End */


/* Start:/local/templates/inner/styles.css?1680243860409*/
.link {
    text-decoration: underline;
    color: #00f;
}
.list {
    margin: 5px 0;
    padding: 0 20px;
}
.list li {
    list-style: disc;
    margin-bottom: 5px;
}
.list-number {
    margin: 5px 0;
    padding: 0 20px;
}
.list-number li {
    list-style: decimal;
    margin-bottom: 5px;
}
.b-about__box h5 {
    font-size: 18px;
    font-weight: 700;
}
/*.b-section__head p {*/
    /*color: gray;*/
/*}*/
/* End */
/* /local/templates/.default/markup/build/css/main.css?1744624564117450 */
/* /local/templates/.default/components/system/menu/.default/style.css?1753690014591 */
/* /local/templates/inner/styles.css?1680243860409 */
