@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* remove the blue background of my button on click */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* делаем рабочими ссылки с svg объектами */
object[type="image/svg+xml"] {
  pointer-events: none;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 100%;
  font-weight: 500;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect.selected:not(.open) p {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  color: #fff;
}

.SumoSelect.selected:not(.open) > .CaptionCont > label > i {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Users%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolyline%20class%3D%22arrow_sm%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%229%2C3%205%2C7%201%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E);
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  margin: 0 28px;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.SumoSelect.open > .search > label {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.SumoSelect.open > .search > span {
  display: none;
}

.SumoSelect.open:after {
  /*content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  height: 15px;
  width: 15px;
  background-image: url(../img/svg/search_sm.svg);*/
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
  height: 50px;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  border-color: #c51a1b;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #e8e8e8;
  min-height: 14px;
  background-color: #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #2f2f2f;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Users%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolyline%20class%3D%22arrow_sm%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%229%2C3%205%2C7%201%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect:focus > .CaptionCont > label > i, .SumoSelect:hover > .CaptionCont > label > i,
.SumoSelect.open > .CaptionCont > label > i, .SumoSelect.open > .CaptionCont > label > i {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Users%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolyline%20class%3D%22arrow_sm%22%20fill%3D%22none%22%20stroke%3D%22%23c51a1b%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%229%2C3%205%2C7%201%2C3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 10;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e8e8e8;
  border: 1px solid #c51a1b;
  border-top: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 48px;
  display: block;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  padding: 10px 10px 10px 0;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 15px 6px;
  position: relative;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  padding-top: 2px;
  overflow: hidden;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child i {
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  border-bottom: none;
  padding-bottom: 2px;
  overflow: hidden;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child i {
  -webkit-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
          transform: translate(0, 7px);
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}

/*.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }*/
.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  z-index: 40;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 42px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
          box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url("../img/checked.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  height: 100%;
  position: relative;
  z-index: 1;
  margin-right: 12px;
  margin-left: 12px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
}

.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  right: -12px;
  top: -8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  -webkit-box-shadow: 1px 2px 3px 0.75px #2f2f2f;
          box-shadow: 1px 2px 3px 0.75px #2f2f2f;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -12px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #e8e8e8;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.noUi-connects {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.noUi-connect {
  background: #c51a1b;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #FFF;
  cursor: pointer;
}

/*
.noUi-active {

}
*/
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #2f2f2f;
}

@media (max-width: 850px) {
  body.lock {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
}

input:not([type="checkbox"], [type="radio"]),
button {
  background: #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  cursor: pointer;
  height: 50px;
  padding: 10px;
  width: 100%;
  font-weight: 500;
}

input[type="submit"],
button[type="submit"] {
  color: #fff;
  background-color: #c51a1b;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

a.link-btn,
.content a.link-btn {
  border: none;
  cursor: pointer;
  height: 50px;
  padding: 10px;
  width: 272px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #c51a1b;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

a.link-btn:hover,
.content a.link-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

select {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  height: 50px;
  border-color: #e8e8e8;
}

button {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

button.light {
  background-color: transparent;
  border: 1px solid #c51a1b;
  -webkit-transition: .5s ease 0s;
  -o-transition: .5s ease 0s;
  transition: .5s ease 0s;
}

button.light svg {
  margin-right: 10px;
}

button.light:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  color: #fff;
}

button.light:hover .svg_obj {
  stroke: #fff;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #2f2f2f;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #2f2f2f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2f2f2f;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #2f2f2f;
  opacity: 1;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.size16 {
  font-size: 16px;
}

.red-color {
  color: #c51a1b;
}

.SumoSelect ::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

.SumoSelect ::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.SumoSelect ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #c51a1b;
}

.SumoSelect ::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

.SumoSelect ::-webkit-scrollbar {
  width: 10px;
}

.header {
  position: relative;
  background-color: #191919;
  color: #9d9d9c;
  overflow: hidden;
  z-index: 31;
}

.header__bglion {
  position: absolute;
  right: 0;
  top: 10px;
  opacity: .05;
}

.header__bglion img {
  height: 600px;
  width: 600px;
  -webkit-transform: translate(350px, -20px);
      -ms-transform: translate(350px, -20px);
          transform: translate(350px, -20px);
}

.header__logo .logo-mini {
  display: none;
}

.header__burger-wrapper {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 992px) {
  .header__burger-wrapper {
    display: none;
  }
}

.header__burger {
  height: 52px;
  width: 52px;
  background-color: #c51a1b;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}

.header__burger .svg_obj {
  stroke: url(#SVG_ST_NORM);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header__burger.open-menu {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.header__burger.open-menu .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.header_search.search-text {
  display: none;
}

@media (max-width: 992px) {
  .header_search.search-text.active-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    -webkit-animation-name: show_text_search;
            animation-name: show_text_search;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
  }
}

.header__sticky {
  -webkit-transition: padding-bottom .5s ease-out;
  -o-transition: padding-bottom .5s ease-out;
  transition: padding-bottom .5s ease-out;
  z-index: 31;
}

@media (max-width: 991px) {
  .header__sticky {
    position: relative;
  }
}

.header__sticky .logo-mini {
  display: block;
  height: 84px;
  width: 93px;
  min-width: 68px;
}

.header__sticky .logo-normal {
  display: none;
}

@media (max-width: 992px) {
  .header__sticky.active-search {
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .header__sticky .logo-mini {
    display: none;
  }
  .header__sticky .logo-normal {
    display: block;
  }
}

.header__sticky .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
}

@media (min-width: 992px) {
  .header__sticky .container {
    padding: 20px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header__sticky.active-search .header__search-trigger-btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  border-color: transparent;
}

.header__sticky.active-search .header__search-trigger-btn .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.header.fixed {
  padding-top: 88px;
}

@media (min-width: 992px) {
  .header.fixed {
    padding-top: 145px;
  }
}

.header.fixed .header__sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #191919;
  -webkit-animation-name: show_header;
          animation-name: show_header;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-box-shadow: 2.5px 4.33px 10px 0px black;
          box-shadow: 2.5px 4.33px 10px 0px black;
}

.header.fixed .header__sticky .container {
  padding: 2px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.fixed .header__sticky .header_search.search-text {
  display: none;
}

@media (min-width: 992px) {
  .header.fixed .header__sticky .header_search.search-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (max-width: 992px) {
  .header.fixed .header__sticky .header_search.search-text.active-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 15px;
    right: 15px;
  }
}

.header.fixed .header__sticky .header__contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (min-width: 992px) {
  .header.fixed .header__sticky .header__contact {
    margin-right: 33px;
  }
}

.header.fixed .header__sticky .header__phonenum-icon {
  font-size: 0;
  margin-top: 19px;
}

.header.fixed .header__sticky .header__phonenum-icon:before {
  background: url(../img/req_call_mini.png) no-repeat;
  height: 52px;
  width: 52px;
  top: -23px;
}

.header.fixed .header__sticky .header__address {
  display: none;
}

.header.fixed .header__logo .logo-mini {
  display: block;
  height: 84px;
  width: 93px;
}

.header.fixed .header__logo .logo-normal {
  display: none;
}

.header__search-trigger-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 52px;
  color: #959595;
  text-decoration: none;
  border: 2px solid #9d9d9c;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px;
  /*
        &:hover {
            color: #fff;

            .svg_obj {
                stroke:url(#SVG_ST_HOVER);
            }
        }
        */
}

@media (min-width: 992px) {
  .header__search-trigger-btn {
    display: none;
  }
}

.header__search-trigger-btn svg {
  display: inline-block;
}

.header__search-trigger-btn .svg_obj {
  stroke: url(#SVG_ST_NORM);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header__contact {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (min-width: 992px) {
  .header__contact {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.header__phonenum a {
  font-size: 0;
  font-weight: bold;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 52px;
  color: #959595;
  text-decoration: none;
  border: 2px solid #9d9d9c;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  /*
        &:hover {
            background: $colorRedGradient;
            border-color: transparent;
        }
        */
}

.header__phonenum a svg {
  display: inline-block;
}

.header__phonenum a .svg_obj {
  fill: url(#SVG_ST_NORM);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header__phonenum a:hover {
  color: #fff;
}

.header__phonenum a:hover .svg_obj {
  fill: url(#SVG_ST_HOVER);
}

@media (min-width: 992px) {
  .header__phonenum a {
    display: inline-block;
    font-size: 18px;
    height: auto;
    width: auto;
    border: none;
    margin: 0;
  }
  .header__phonenum a svg {
    display: none;
  }
}

.header__phonenum-icon {
  position: relative;
  color: #c51a1b;
  font-weight: 500 !important;
  font-size: 15px;
  padding-left: 20px;
  line-height: 20px;
  display: none;
  margin-left: 15px;
  -webkit-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
          transform: translate(0, -1px);
  cursor: pointer;
}

@media (min-width: 992px) {
  .header__phonenum-icon {
    display: inline-block;
  }
}

.header__phonenum-icon:before {
  content: '';
  position: absolute;
  background: url(../img/svg/req_call.svg) no-repeat;
  height: 24px;
  width: 20px;
  left: 0;
  top: -1px;
}

.header__phonenum-icon:hover {
  color: #db1d1e;
}

.header__phonenum-icon:hover:before {
  background: url(../img/svg/req_call_hover.svg) no-repeat;
}

.header__address {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  display: none;
}

@media (min-width: 992px) {
  .header__address {
    display: block;
  }
}

.header__basket-counter {
  position: absolute;
  display: none;
  right: -10px;
  top: -10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #c51a1b;
  height: 24px;
  min-width: 24px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
}

.header__basket-icon {
  display: block;
  background: #c51a1b;
  height: 52px;
  width: 52px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
}

.header__basket-icon .cart {
  position: absolute;
  top: 11px;
  left: 7px;
}

.header__basket-icon .cart .svg_obj {
  stroke: url(#SVG_ST_NORM);
}

.header__basket-icon .cart .svg_obj.fill {
  fill: url(#SVG_ST_NORM);
}

.header__basket-icon .tyres {
  position: absolute;
  top: 13px;
  left: 17px;
  display: none;
}

.header__basket-icon.full .tyres {
  display: block;
}

.header__basket-icon.full .header__basket-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__basket {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 5px;
}

.header__basket a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c51a1b;
  text-decoration: none;
}

@media (min-width: 992px) {
  .header__basket {
    margin: 0 0 5px 0;
  }
}

.header__basket:hover a {
  color: #db1d1e;
}

.header__basket:hover__basket-icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.header__basket:hover .cart .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.header__basket:hover .cart .svg_obj.fill {
  fill: url(#SVG_ST_HOVER);
}

.header__basket:hover .header__basket-counter {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  -webkit-box-shadow: 0px 0px 7px 2px #ff0001;
          box-shadow: 0px 0px 7px 2px #ff0001;
}

.header__basket-label {
  padding-left: 15px;
  display: none;
}

@media (min-width: 992px) {
  .header__basket-label {
    display: block;
  }
}

.header__slider-wrapper {
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .header__slider-wrapper {
    padding-bottom: 13px;
  }
}

@-webkit-keyframes show_text_search {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show_text_search {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes show_header {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes show_header {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.mainmenu {
  position: relative;
  padding: 2px 0 27px;
  display: none;
}

@media (min-width: 992px) {
  .mainmenu {
    display: block;
  }
}

@media (max-width: 992px) {
  .mainmenu.open-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    padding-top: 88px;
    z-index: 30;
    background: #191919;
  }
  .mainmenu.open-menu .mainmenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .mainmenu.open-menu .mainmenu__ilem a {
    font-size: 18px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    display: block;
  }
  .mainmenu.open-menu .mainmenu__ilem a svg {
    width: 22px;
    height: 22px;
  }
}

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

.mainmenu__ilem {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

@media (min-width: 767px) and (max-width: 1210px) {
  .mainmenu__ilem {
    font-size: -webkit-calc(8px + 8 * (100vw / 1210));
    font-size: calc(8px + 8 * (100vw / 1210));
  }
}

@media (max-width: 767px) {
  .mainmenu__ilem {
    font-size: -webkit-calc(8px + 13.6 * ((100vw - 320px) / 1210));
    font-size: calc(8px + 13.6 * ((100vw - 320px) / 1210));
  }
}

.mainmenu__ilem a {
  color: #959595;
  text-decoration: none;
  line-height: 28px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.mainmenu__ilem a object[type="image/svg+xml"],
.mainmenu__ilem a svg {
  -webkit-transform: translate(0px, 5px);
      -ms-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  display: inline-block;
  position: relative;
  margin-right: 4px;
  height: 20px;
  width: 20px;
}

@media (min-width: 767px) and (max-width: 1210px) {
  .mainmenu__ilem a object[type="image/svg+xml"],
  .mainmenu__ilem a svg {
    margin-right: -webkit-calc(0px + 4 * (100vw / 1210));
    margin-right: calc(0px + 4 * (100vw / 1210));
  }
}

@media (max-width: 767px) {
  .mainmenu__ilem a object[type="image/svg+xml"],
  .mainmenu__ilem a svg {
    margin-right: -webkit-calc(0px + 6.8 * ((100vw - 320px) / 1210));
    margin-right: calc(0px + 6.8 * ((100vw - 320px) / 1210));
  }
}

@media (min-width: 767px) and (max-width: 1210px) {
  .mainmenu__ilem a object[type="image/svg+xml"],
  .mainmenu__ilem a svg {
    height: -webkit-calc(5px + 15 * (100vw / 1210));
    height: calc(5px + 15 * (100vw / 1210));
  }
}

@media (max-width: 767px) {
  .mainmenu__ilem a object[type="image/svg+xml"],
  .mainmenu__ilem a svg {
    height: -webkit-calc(5px + 25.5 * ((100vw - 320px) / 1210));
    height: calc(5px + 25.5 * ((100vw - 320px) / 1210));
  }
}

@media (min-width: 767px) and (max-width: 1210px) {
  .mainmenu__ilem a object[type="image/svg+xml"],
  .mainmenu__ilem a svg {
    width: -webkit-calc(5px + 15 * (100vw / 1210));
    width: calc(5px + 15 * (100vw / 1210));
  }
}

@media (max-width: 767px) {
  .mainmenu__ilem a object[type="image/svg+xml"],
  .mainmenu__ilem a svg {
    width: -webkit-calc(5px + 25.5 * ((100vw - 320px) / 1210));
    width: calc(5px + 25.5 * ((100vw - 320px) / 1210));
  }
}

.mainmenu__ilem a .svg_obj {
  fill: url(#SVG_ST_NORM);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.mainmenu__ilem a:hover {
  color: #fff;
}

.mainmenu__ilem a:hover .svg_obj {
  fill: url(#SVG_ST_HOVER);
}

.mainslider {
  position: relative;
  margin-bottom: 50px;
  display: none;
}

@media (min-width: 1300px) {
  .mainslider {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (min-width: 992px) {
  .mainslider {
    display: block;
  }
}

.mainslider__item {
  position: relative;
}

.mainslider__item img {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.mainslider__btn {
  position: absolute;
  z-index: 1;
  bottom: 29px;
  left: 152px;
  background-color: #c51a1b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding: 13px 34px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.mainslider .slick-slider {
  min-width: 0;
}

.mainslider .slick-list {
  overflow: hidden;
}

.mainslider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainslider .slick-dots {
  position: absolute;
  bottom: -34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.mainslider .slick-dots button {
  background-color: #959595;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  margin: 0 10px;
  cursor: pointer;
  padding: 0;
}

.mainslider .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.mainslider .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -webkit-calc(50% - 28px);
  bottom: calc(50% - 28px);
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 54px;
  width: 54px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.mainslider .slick-arrow:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.mainslider .slick-prev {
  left: 50px;
}

.mainslider .slick-prev:before {
  background-image: url(../img/svg/arrow_prev.svg);
}

.mainslider .slick-prev:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.mainslider .slick-prev:hover:before {
  background-image: url(../img/svg/arrow_prev_hover.svg);
}

.mainslider .slick-next {
  right: 50px;
}

.mainslider .slick-next:before {
  background-image: url(../img/svg/arrow_next.svg);
}

.mainslider .slick-next:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.mainslider .slick-next:hover:before {
  background-image: url(../img/svg/arrow_next_hover.svg);
}

/***************  front-search seection  ********************************************/
.front-search {
  padding: 30px 0;
}

.front-search__search-text {
  max-width: 770px;
  margin: 0 auto 30px;
}

.front-search__search-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front-search__bglion {
  position: absolute;
  opacity: .05;
  height: 650px;
  width: 100%;
  margin: 0 -15px;
  overflow: hidden;
  pointer-events: none;
}

.front-search__bglion img {
  height: 100%;
  max-width: none;
  position: absolute;
  right: 15px;
  top: -5px;
}

@media (min-width: 650px) {
  .front-search__bglion {
    display: none;
  }
}

.front-search__search-types-tab {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  height: 160px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .front-search__search-types-tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .front-search__search-types-tab.tab-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .front-search__search-types-tab.tab-2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .front-search__search-types-tab.tab-3 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

.front-search__search-types-tab:hover .front-search__search-types-tab-btn, .front-search__search-types-tab.active .front-search__search-types-tab-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 26, 27, 0.8)), to(#c51a1b));
  background: -webkit-linear-gradient(top, rgba(197, 26, 27, 0.8), #c51a1b);
  background: -o-linear-gradient(top, rgba(197, 26, 27, 0.8), #c51a1b);
  background: linear-gradient(-180deg, rgba(197, 26, 27, 0.8), #c51a1b);
}

.front-search__search-types-tab:hover .front-search__search-types-tab-img, .front-search__search-types-tab.active .front-search__search-types-tab-img {
  top: 10px;
}

.front-search__search-types-tab-img {
  position: absolute;
  top: 50px;
  left: -webkit-calc(50% - 100px);
  left: calc(50% - 100px);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.front-search__search-types-tab-btn {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(137, 137, 137, 0.8)), to(#181818));
  background: -webkit-linear-gradient(top, rgba(137, 137, 137, 0.8), #181818);
  background: -o-linear-gradient(top, rgba(137, 137, 137, 0.8), #181818);
  background: linear-gradient(-180deg, rgba(137, 137, 137, 0.8), #181818);
  height: 89px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.front-search__search-types-form {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: none;
}

@media (max-width: 650px) {
  .front-search__search-types-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .front-search__search-types-form.tab-form-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .front-search__search-types-form.tab-form-2 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .front-search__search-types-form.tab-form-3 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

.front-search__search-types-form.active {
  display: block;
  -webkit-animation-name: show_tab_filter;
          animation-name: show_tab_filter;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
}

.front-search__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -7px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 992px) {
  .front-search__fields {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.front-search__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  margin: 0 7px;
  height: 50px;
  margin-bottom: 34px;
}

@media (min-width: 992px) {
  .front-search__field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.front-search__clear-form {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  margin-bottom: 34px;
  color: #959595;
}

@media (min-width: 992px) {
  .front-search__clear-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.front-search__clear-form svg {
  margin: 0 10px;
  height: 18px;
  width: 18px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.front-search__clear-form .svg_obj {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.front-search__clear-form:hover {
  color: #2f2f2f;
}

.front-search__clear-form:hover .svg_obj {
  stroke: #c51a1b;
}

.front-search__actions {
  text-align: center;
}

.front-search__actions input {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  height: 50px;
  width: 270px;
}

@-webkit-keyframes show_tab_filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show_tab_filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.search-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-text__searchstr {
  width: 100% !important;
  height: 52px;
  padding: 6px 12px 8px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  margin-right: -2px;
}

.search-text__submit {
  width: 52px;
  height: 50px;
  font-size: 0;
  color: transparent;
}

.search-text button .svg_obj {
  stroke: url(#SVG_ST_NORM);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.search-text button:hover {
  color: #fff;
}

.search-text button:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

/******************** front-about section ************************/
.front-about {
  background-color: #191919;
  color: #9d9d9c;
  padding: 71px 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .front-about {
    padding: 90px 0 71px;
  }
}

.front-about__text {
  position: relative;
  z-index: 2;
  padding-right: 0px;
}

@media (min-width: 992px) {
  .front-about__text {
    padding-right: 370px;
  }
}

@media (min-width: 992px) and (min-width: 767px) and (max-width: 1210px) {
  .front-about__text {
    padding-right: -webkit-calc(0px + 370 * (100vw / 1210));
    padding-right: calc(0px + 370 * (100vw / 1210));
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .front-about__text {
    padding-right: -webkit-calc(0px + 629 * ((100vw - 320px) / 1210));
    padding-right: calc(0px + 629 * ((100vw - 320px) / 1210));
  }
}

.front-about__tyre {
  position: absolute;
  top: -33px;
  right: -465px;
}

@media (min-width: 992px) {
  .front-about__tyre {
    top: -58px;
    right: -148px;
  }
}

@media (min-width: 992px) and (min-width: 767px) and (max-width: 1210px) {
  .front-about__tyre {
    right: -webkit-calc(-45px + -103 * (100vw / 1210));
    right: calc(-45px + -103 * (100vw / 1210));
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .front-about__tyre {
    right: -webkit-calc(-45px + -175.1 * ((100vw - 320px) / 1210));
    right: calc(-45px + -175.1 * ((100vw - 320px) / 1210));
  }
}

.front-about h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.front-about p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 23px;
}

.read_more__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .8s ease 0s;
  -o-transition: .8s ease 0s;
  transition: .8s ease 0s;
}

@media (min-width: 992px) {
  .read_more__content {
    max-height: 3000px;
  }
}

.read_more__toggler {
  display: block;
}

@media (min-width: 992px) {
  .read_more__toggler {
    display: none;
  }
}

.read_more__toggler svg {
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -webkit-transition: .8s linear 0s;
  -o-transition: .8s linear 0s;
  transition: .8s linear 0s;
}

.read_more__toggler .svg_obj {
  stroke: #c51a1b;
}

.read_more.open .read_more__content {
  max-height: 3000px;
}

.read_more.open svg {
  -webkit-transform: rotate(-180deg) translate(0, -5px);
      -ms-transform: rotate(-180deg) translate(0, -5px);
          transform: rotate(-180deg) translate(0, -5px);
}

/******************** advantages section ************************/
.advantages {
  padding: 58px 0;
}

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

@media (min-width: 992px) {
  .advantages .container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.advantages__items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 500px) {
  .advantages__items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media (min-width: 992px) {
  .advantages__items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

.advantages__img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.advantages__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #c51a1b;
  margin-bottom: 20px;
}

.advantages__description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

/******************** fromt-news section ************************/
.front-news {
  background-color: #e8e8e8;
  padding-top: 56px;
  padding-bottom: 30px;
  overflow: hidden;
}

.front-news__slider {
  max-width: 370px;
  margin: 0 auto;
}

@media (min-width: 650px) {
  .front-news__slider {
    max-width: 770px;
  }
}

@media (min-width: 992px) {
  .front-news__slider {
    max-width: inherit;
  }
}

.front-news__slider svg {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
}

.front-news__slider .svg_obj {
  stroke: url(#SVG_ST_RED);
}

.front-news__slider:hover .svg_obj {
  stroke: url(#SVG_ST_RED);
}

.front-news__slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front-news .slick-slider {
  min-width: 0;
  margin-bottom: 30px;
}

.front-news .slick-list {
  /*overflow: hidden;*/
  margin: 0 -15px;
}

.front-news .slick-slide {
  margin: 0 15px;
}

.front-news .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.front-news .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 21px 20px 0;
}

.front-news .slick-dots button {
  background-color: #959595;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  margin: 0 8px;
  cursor: pointer;
  padding: 0;
}

.front-news .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.front-news .slick-arrow {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 54px;
  width: 54px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.front-news .slick-arrow:before {
  content: '';
  position: absolute;
  height: 54px;
  width: 54px;
  background-repeat: no-repeat;
  background-position: center;
}

.front-news .slick-prev {
  left: 50px;
}

.front-news .slick-prev:before {
  background-image: url(../img/svg/arrow_prev.svg);
}

.front-news .slick-prev:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.front-news .slick-prev:hover:before {
  background-image: url(../img/svg/arrow_prev_hover.svg);
}

.front-news .slick-next {
  right: 50px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.front-news .slick-next:before {
  background-image: url(../img/svg/arrow_next.svg);
}

.front-news .slick-next:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.front-news .slick-next:hover:before {
  background-image: url(../img/svg/arrow_next_hover.svg);
}

.info-teaser {
  position: relative;
  height: 100%;
}

.info-teaser__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 23px 31px;
  -webkit-transition: background .8s ease;
  -o-transition: background .8s ease;
  transition: background .8s ease;
}

@media (min-width: 992px) {
  .info-teaser__text {
    padding: 23px 31px;
  }
}

.info-teaser__title {
  color: #c51a1b;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: bold;
}

@media (max-width: 400px) {
  .info-teaser__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.info-teaser__description {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}

@media (max-width: 400px) {
  .info-teaser__description {
    font-size: 12px;
    line-height: 20px;
  }
}

.info-teaser:hover .info-teaser__text {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.info-teaser:hover .info-teaser__title {
  color: #fff;
}

.info-teaser:hover .svg_obj {
  stroke: #fff;
}

.news-teaser {
  position: relative;
}

.news-teaser__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 23px 31px;
  padding-top: -webkit-calc(50% + 23px);
  padding-top: calc(50% + 23px);
  -webkit-transition: background .8s ease;
  -o-transition: background .8s ease;
  transition: background .8s ease;
}

.news-teaser__title {
  color: #c51a1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}

@media (max-width: 400px) {
  .news-teaser__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.news-teaser__description {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 400px) {
  .news-teaser__description {
    font-size: 12px;
    line-height: 20px;
  }
}

.news-teaser:hover .news-teaser__text {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  top: 50%;
  padding-top: 23px;
}

.news-teaser:hover .news-teaser__title {
  color: #fff;
}

.news-teaser:hover .svg_obj {
  stroke: #fff;
}

.stock-teaser {
  position: relative;
}

.stock-teaser__marker {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.stock-teaser__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 23px 31px;
  padding-top: -webkit-calc(50% + 23px);
  padding-top: calc(50% + 23px);
  -webkit-transition: background .8s ease;
  -o-transition: background .8s ease;
  transition: background .8s ease;
}

.stock-teaser__title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}

@media (max-width: 400px) {
  .stock-teaser__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.stock-teaser__description {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 400px) {
  .stock-teaser__description {
    font-size: 12px;
    line-height: 20px;
  }
}

.stock-teaser:hover .stock-teaser__text {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  top: 50%;
  padding-top: 23px;
}

.stock-teaser:hover .stock-teaser__title {
  color: #fff;
}

.stock-teaser:hover .svg_obj {
  stroke: #fff;
}

/******************** partners section ************************/
.partners {
  padding: 68px 0 38px;
}

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

.partners .slick-slider {
  min-width: 0;
  margin-bottom: 30px;
}

.partners .slick-list {
  overflow: hidden;
}

.partners .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/******************** footer section ************************/
.footer {
  background-color: #191919;
  padding-top: 80px;
  padding-bottom: 25px;
  color: #9d9d9c;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}

.footer a {
  color: #9d9d9c;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__wrapper > div {
  margin-bottom: 40px;
}

.footer__col1 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 992px) {
  .footer__col1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

.footer__logo {
  margin-top: -21px;
  max-width: 170px;
  margin-bottom: 20px;
}

.footer__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer__phones {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
  }
}

.footer__phones .svg_obj {
  fill: url(#SVG_ST_NORM);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.footer__phones .messenger {
  display: block;
  height: 28px;
  overflow: hidden;
}

.footer__phones .messenger.first {
  margin-left: 0;
}

@media (min-width: 992px) {
  .footer__phones .messenger.first {
    margin-left: 17px;
  }
}

.footer__phones .messenger.last {
  margin-right: 7px;
}

.footer__phones svg:hover .svg_obj {
  fill: url(#SVG_ST_HOVER);
}

.footer__city {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 992px) {
  .footer__city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.footer__address {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer__mail {
  margin-bottom: 22px;
}

.footer__mail a {
  color: #c51a1b;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social-link {
  background: rgba(0, 0, 0, 0.6);
  height: 56px;
  width: 56px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.footer__social-link:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.footer__social-link.min img {
  height: 24px;
  width: 24px;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #555555;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__bottom a {
  color: #555555;
}

.footer__copyright {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}

.footer__pay-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .footer__pay-methods {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}

.footer__pay-methods img {
  margin: 0 10px;
}

.footer__pay-methods img:first-child {
  margin-left: 0;
}

.footer__pay-methods img:last-child {
  margin-right: 0;
}

.footer__visa {
  height: 21px;
  width: 60px;
}

.footer__mastercard {
  height: 51px;
  width: 64px;
}

.footer__mir {
  height: 20px;
  width: 70px;
}

.bottom__menu-first li:nth-child(5) {
  margin-bottom: 32px;
}

/**************** popup-form ****************************/
.popup-form {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 2.5px 4.33px 10px 0px black;
          box-shadow: 2.5px 4.33px 10px 0px black;
  max-height: 100vh;
  overflow: auto;
  -webkit-transform: translate(0, -120%);
      -ms-transform: translate(0, -120%);
          transform: translate(0, -120%);
  opacity: 0;
  /*
    &__link-btn {

        border: none;
        cursor: pointer;
        height: 50px;
        padding: 10px;
        width: 272px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #c51a1b;
        transition: all .5s ease 0s;
        border-radius: 2px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;

        &:hover {
            background: $colorRedGradient;
        }
    }
    */
}

.popup-form.init {
  -webkit-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.popup-form.open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.popup-form__wrapper {
  padding: 33px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-form__title {
  color: #2f2f2f;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 0 26px;
  border-bottom: 2px solid #2f2f2f;
}

.popup-form__text {
  color: #2f2f2f;
  font-weight: 500;
}

.popup-form__description {
  color: #2f2f2f;
  font-size: 13px;
  line-height: 16px;
}

.popup-form__close-btn {
  position: absolute;
  right: 15px;
  top: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 54px;
  width: 54px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-form__close-btn svg {
  position: absolute;
  left: 18px;
  top: 17px;
}

.popup-form__close-btn .svg_obj {
  fill: url(#SVG_ST_NORM);
}

.popup-form__close-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.popup-form__close-btn:hover .svg_obj {
  fill: url(#SVG_ST_HOVER);
}

.popup-form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.popup-form__back-btn {
  background: none;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 235px;
  color: #7c7c7c;
  font-weight: 500;
}

.popup-form__back-btn img {
  margin-right: 5px;
}

/**************** request-call-form ****************************/
.request-call-form__title {
  margin-bottom: 25px;
}

.request-call-form__text {
  margin-bottom: 32px;
}

.request-call-form__field {
  margin-right: 20px;
  margin-bottom: 20px;
}

.request-call-form__field:last-child {
  margin-right: 0px;
}

.request-call-form__description {
  margin-bottom: 30px;
  padding-left: 35px;
  background-image: url(../img/svg/accept_green.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}

/**************** request-call-form ****************************/
.breadcrumbs {
  background: #e8e8e8;
  padding: 16px 0 18px;
  font-weight: 500;
}

.breadcrumbs__link {
  color: #2f2f2f;
  text-decoration: none;
  margin-right: 2px;
  padding-right: 33px;
  background-image: url(../img/svg/arrow_r_red.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.breadcrumbs__span {
  color: #2f2f2f;
}

/*********  content  ************/
p {
  margin-bottom: 27px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 11px 0 31px;
}

h2.black {
  font-size: 36px;
  line-height: 36px;
  color: 000;
  border-bottom: 2px solid #000;
  padding: 46px 0 20px;
  margin-bottom: 30px;
}

.black {
  font-weight: 900;
}

.content a {
  color: #c51a1b;
  text-decoration: none;
}

.content ul {
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
}

.content ul > li {
  padding-left: 36px;
  position: relative;
}

.content ul > li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 1px;
  width: 15px;
  background-color: #c51a1b;
}

.page-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 15px 0 22px;
  margin-bottom: 30px;
}

.paragraph {
  position: relative;
  padding-left: 64px;
  margin-bottom: 44px;
}

.paragraph.marker:before {
  position: absolute;
  left: 0;
  content: '';
  height: 55px;
  width: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.d_box:after,
.wallet:after,
.guarantee:after,
.shop:after,
.service:after,
.completed:after,
.person:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center;
}

.d_box:after {
  background-image: url(../img/svg/d_box.svg);
}

.wallet:after {
  background-image: url(../img/svg/wallet.svg);
}

.guarantee:after {
  background-image: url(../img/svg/warr_f.svg);
}

.shop:after {
  background-image: url(../img/svg/shop.svg);
}

.service:after {
  background-image: url(../img/svg/service.svg);
}

.completed:after {
  background-image: url(../img/svg/check-grad.svg);
}

.person:after {
  background-image: url(../img/svg/user-grad.svg);
}

.strong {
  font-weight: bold;
}

.red {
  color: #c51a1b;
}

.grey {
  color: #7c7c7c;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-container__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 43px;
  padding-bottom: 41px;
}

@media (min-width: 992px) {
  .flex-container__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.flex-container__img {
  margin: 0 auto;
}

.flex-container__title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #c51a1b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*********** contact *************/
.contact__address {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 992px) {
  .contact__phones {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
  }
}

.contact__phones .svg_obj {
  fill: #c51a1b;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.contact__phones .messenger {
  display: block;
  height: 28px;
  overflow: hidden;
}

.contact__phones .messenger.first {
  margin-left: 0;
}

@media (min-width: 992px) {
  .contact__phones .messenger.first {
    margin-left: 17px;
  }
}

.contact__phones .messenger.last {
  margin-right: 7px;
}

.contact__phones svg:hover .svg_obj {
  fill: #c51a1b;
}

/****************  map-collapse   ****************/
.map-collapse__toggler {
  margin-bottom: 15px;
}

.map-collapse__area {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.map-collapse__area.open {
  max-height: 400px;
}

.map-collapse.open .map-collapse__area {
  max-height: 400px;
}

/********* news-view **********/
.news-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.news-view .svg_obj {
  stroke: url(#SVG_ST_RED);
}

.news-view > a {
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(400px - 30px);
      -ms-flex: 0 0 calc(400px - 30px);
          flex: 0 0 calc(400px - 30px);
}

.news-view > a:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.news-view svg {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
}

.news-pager,
.catalog-pager {
  margin: 0 0 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news-pager > *,
.catalog-pager > * {
  display: inline-block;
  height: 38px;
  width: 38px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px 7px 0;
  font-weight: 500;
}

.news-pager > *:last-child,
.catalog-pager > *:last-child {
  margin-right: 0;
}

@media (min-width: 550px) {
  .news-pager > *,
  .catalog-pager > * {
    margin: 0 13px 15px 0;
    height: 55px;
    width: 55px;
  }
}

span.arrow {
  border: 1px solid #dddddd;
}

span.arrow .svg_obj {
  stroke: #dddddd;
}

a.arrow {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

a.arrow .svg_obj {
  stroke: url(#SVG_ST_NORM);
}

a.arrow:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

a.arrow:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

span.page {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  color: #fff;
}

a.page {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  text-decoration: none;
  color: #2f2f2f;
}

a.page:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
  color: #fff;
}

.news-image {
  margin: 0 auto 30px;
}

/**********  sidebar-container  ************/
@media (min-width: 992px) {
  .sidebar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sidebar-container__sidebar {
  width: 270px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  display: none;
}

@media (min-width: 992px) {
  .sidebar-container__sidebar {
    display: block;
  }
}

@media (max-width: 991px) {
  .sidebar-container__sidebar.open {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 15px;
    width: auto;
    margin: 0;
    overflow: auto;
  }
  .sidebar-container__sidebar.open .catalog__field-sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidebar-container__sidebar.open .catalog__field-sizes > div {
    margin: 0 7px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 180px;
        -ms-flex: 1 0 180px;
            flex: 1 0 180px;
  }
  .sidebar-container__sidebar.open .price-slider-wripper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar-container__sidebar.open .price-slider-wripper > div {
    margin: 0 7px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 220px;
        -ms-flex: 1 0 220px;
            flex: 1 0 220px;
  }
}

.sidebar-container__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/************************************/
.catalog {
  font-weight: 500;
}

.catalog .sizes {
  margin-bottom: 16px;
  margin-top: -4px;
}

.catalog__res-filters-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border: 1px solid #c51a1b;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  order: 1;
}

.catalog__res-filters-trigger:active {
  background: #db1d1e;
  color: #fff;
}

@media (min-width: 992px) {
  .catalog__res-filters-trigger {
    display: none;
  }
}

.catalog__filter-header {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .catalog__filter-header {
    display: none;
  }
}

.catalog__filter-close-btn {
  position: absolute;
  right: 1px;
  top: 5px;
}

.catalog__res-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  margin-top: -20px;
}

@media (max-width: 600px) {
  .catalog__res-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.catalog__res-count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
	order: 3;
}

@media (max-width: 600px) {
  .catalog__res-count {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 10px 15px 0;
    text-align: center;
  }
}

.catalog__res-order {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 450px;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
	order: 3;
}

@media (max-width: 600px) {
  .catalog__res-order {
		flex: 0 0 100%;
		margin: 24px 0 0 0;
  }
}

.catalog__res-order .SumoSelect::after {
  display: none;
}

.catalog__res-order .SumoSelect .options li.opt {
  padding: 15px 8px;
}

.catalog__res-order .SumoSelect .CaptionCont span {
  padding-right: 0px;
}

.catalog__res-order .SumoSelect .CaptionCont label {
  position: relative;
}

.catalog__res-order .SumoSelect .CaptionCont label i {
  display: block;
  position: relative;
  background-image: none;
  height: 13px;
  width: 16px;
  margin: 2px 2px 2px 10px;
}

.catalog__res-order .SumoSelect .CaptionCont label i:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 13px;
  width: 16px;
  background: url(../img/svg/arrow_sort.svg) no-repeat 0px -1px;
}

.catalog__res-order .SumoSelect .CaptionCont label i:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 13px;
  width: 16px;
  background: url(../img/svg/arrow_sort.svg) no-repeat 0px -1px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog__res-order.down .SumoSelect .CaptionCont label i:before {
  background: url(../img/svg/arrow_sort_red.svg) no-repeat 0px -1px;
}

.catalog__res-order.up .SumoSelect .CaptionCont label i:after {
  background: url(../img/svg/arrow_sort_red.svg) no-repeat 0px -1px;
}

.catalog__res-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e8e8e8;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  width: 100px;
  min-width: 100px;
  height: 52px;
  padding: 0 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  order: 4;
}

@media (max-width: 600px) {
	.catalog__res-view {
		order: 2;
	}
}


.catalog__res-view:before {
  left: 1px;
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: rgba(47, 47, 47, 0.5) 1px 1px 2px 0.75px;
          box-shadow: rgba(47, 47, 47, 0.5) 1px 1px 2px 0.75px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.catalog__res-view.view-rows:before {
  left: 47px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.catalog__res-view img {
  position: relative;
  height: 24px;
  width: 24px;
}

.catalog__res-banner {
  margin-bottom: 23px;
  display: none;
}

@media (min-width: 992px) {
  .catalog__res-banner {
    display: block;
  }
}

.catalog__hr {
  margin: 0 0 15px;
  border: none;
  border-top: 1px solid #959595;
}

.catalog__field-sizes {
  margin-bottom: 30px;
}

.catalog__field {
  margin-bottom: 23px;
  height: 50px;
}

.catalog__price-slider input {
  text-align: center;
}

.catalog__field-title {
  margin-bottom: 15px;
}

.catalog__actions {
  margin-top: 23px;
  text-align: center;
}

.catalog__clear-form {
  cursor: pointer;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  margin-top: 30px;
  margin-bottom: 34px;
  color: #959595;
  /*height: 50px;*/
}

@media (min-width: 992px) {
  .catalog__clear-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.catalog__clear-form svg {
  margin: 0 7px 0 0;
  height: 18px;
  width: 18px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.catalog__clear-form .svg_obj {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.catalog__clear-form:hover {
  color: #2f2f2f;
}

.catalog__clear-form:hover .svg_obj {
  stroke: #c51a1b;
}

.catalog .catalog-pager {
  margin-bottom: 115px;
}

.catalog .res-count-hint {
  position: absolute;
  z-index: 1;
  left: 315px;
  white-space: nowrap;
  height: 51px;
  min-height: 51px;
  padding: 10px 30px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: rgba(47, 47, 47, 0.5) 1px 2px 10px 1.75px;
          box-shadow: rgba(47, 47, 47, 0.5) 1px 2px 10px 1.75px;
  background: #c51a1b;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog .res-count-hint:before {
  content: "";
  position: absolute;
  border-width: 8px 12px 8px 8px;
  border-style: solid;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  left: -20px;
  top: 17px;
  border-color: transparent;
  border-right-color: #c51a1b;
}

.price-slider {
  margin-bottom: 15px;
}

.price-slider__values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.price-slider__values input {
  width: 125px;
}

.price-slider__progress {
  margin: 0 3px 12px;
}

/******************************/
.checkbox-group {
  margin-bottom: 15px;
}

.checkbox-group label {
  display: block;
  padding: 7px 6px 6px 37px;
  position: relative;
  cursor: pointer;
}

.checkbox-group label:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8e8e8;
}

.checkbox-group label.checked:before {
  background-image: url(../img/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox-group label:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  padding-top: 2px;
  overflow: hidden;
}

.checkbox-group label:first-child:before {
  top: -8px;
}

.checkbox-group label:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border-bottom: none;
  padding-bottom: 2px;
  overflow: hidden;
}

.checkbox-group label:last-child:before {
  bottom: -6px;
}

.checkbox-group label input {
  display: none;
}

.collapsed-group {
  position: relative;
  overflow: hidden;
  max-height: 315px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.collapsed-group__toggler {
  position: absolute;
  margin: auto;
  right: -7px;
  top: -3px;
  width: 25px;
  height: 25px;
  background-image: url(../img/svg/arrow_sm.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .4;
  cursor: pointer;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.collapsed-group.closed {
  max-height: 22px;
}

.collapsed-group.closed .collapsed-group__toggler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapsed-group.checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.collapsed-group.checkbox-group .checkbox-group__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
}

.collapsed-group.checkbox-group .checkbox-group__wrapper::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

.collapsed-group.checkbox-group .checkbox-group__wrapper::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.collapsed-group.checkbox-group .checkbox-group__wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #c51a1b;
}

.collapsed-group.checkbox-group .checkbox-group__wrapper::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

.collapsed-group.checkbox-group .checkbox-group__wrapper::-webkit-scrollbar {
  width: 10px;
}

.checkbox-single {
  margin-bottom: 15px;
}

.checkbox-single label {
  display: block;
  padding: 7px 6px;
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}

.checkbox-single label:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8e8e8;
}

.checkbox-single label.checked:before {
  background-image: url(../img/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox-single label input {
  display: none;
}

.res {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 15px;
}

@media (min-width: 500px) {
  .res {
    margin: 0 -15px 17px;
  }
}

.res__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 15px 0px;
  border: 1px solid #959595;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 18px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

@media (min-width: 500px) {
  .res__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    margin: 15px;
  }
}

@media (min-width: 700px) {
  .res__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.3333% - 30px);
        -ms-flex: 0 0 calc(33.3333% - 30px);
            flex: 0 0 calc(33.3333% - 30px);
  }
}

.res__item a {
  text-decoration: none;
  color: #2f2f2f;
}

.res__item:hover {
  -webkit-box-shadow: rgba(47, 47, 47, 0.5) 1px 2px 10px 1.75px;
          box-shadow: rgba(47, 47, 47, 0.5) 1px 2px 10px 1.75px;
  border-color: #c51a1b;
}

.res__item:hover .res__item-title {
  color: #c51a1b;
}

.res__item-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.res__item-image {
  max-width: 100%;
  margin-bottom: 18px;
}

.res__item-image img {
  max-width: 100%;
  margin: 0 auto;
}

.res__season-marker {
  position: absolute;
  top: 7px;
  right: 2px;
}

.res__season-marker img {
  margin-bottom: 5px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.res__item-markers {
  position: absolute;
  top: 1px;
  left: 2px;
}

.res__item-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 170px);
      -ms-flex: 0 1 calc(100% - 170px);
          flex: 0 1 calc(100% - 170px);
}

.res__item-title-size {
  display: block;
  margin-bottom: 15px;
}

.res__item-availability {
  font-size: 13px;
  font-weight: 400;
  color: #9d9d9c;
}

.res__item-price-wrapper {
  position: relative;
  padding: 4px 0;
}

.res__item-price {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.res__item-price-old {
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
}

.res__item-price-curenci {
  font-weight: 500;
}

.res__item-tobasket {
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
  background: #c51a1b;
  -webkit-transition: .8 ease;
  -o-transition: .8 ease;
  transition: .8 ease;
}

.res__item-tobasket span {
  display: none;
}

.res__item-tobasket .svg_obj {
  stroke: url(#SVG_ST_NORM);
}

.res__item-tobasket .svg_obj.fill {
  fill: url(#SVG_ST_NORM);
}

.res__item-tobasket:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.res__item-tobasket:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.res__item-tobasket:hover .svg_obj.fill {
  fill: url(#SVG_ST_HOVER);
}

.hit,
.boo,
.gift,
.guarantee-goods {
  height: 36px;
  width: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -5px;
  cursor: pointer;
  position: relative;
}

.hit span,
.boo span,
.gift span,
.guarantee-goods span {
  display: none;
  position: absolute;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 60px;
  top: -7px;
  white-space: nowrap;
  height: 51px;
  padding: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: rgba(47, 47, 47, 0.5) 1px 2px 10px 1.75px;
          box-shadow: rgba(47, 47, 47, 0.5) 1px 2px 10px 1.75px;
}

.hit span:before,
.boo span:before,
.gift span:before,
.guarantee-goods span:before {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-right: 12px solid;
  left: -20px;
  top: 17px;
}

.hit:hover span,
.boo:hover span,
.gift:hover span,
.guarantee-goods:hover span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hit {
  background: #c51a1b;
}

.hit span {
  background: #c51a1b;
}

.hit span:before {
  border-right-color: #c51a1b;
}

.hit .svg_obj {
  stroke: url(#SVG_ST_NORM);
}

.hit:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.hit:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.boo {
  background: #000;
}

.boo:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#0e0e0e));
  background: -webkit-linear-gradient(bottom, #000, #0e0e0e);
  background: -o-linear-gradient(bottom, #000, #0e0e0e);
  background: linear-gradient(0deg, #000, #0e0e0e);
}

.boo:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.gift {
  background: #1a6ac5;
}

.gift span {
  background: #1a6ac5;
}

.gift span:before {
  border-right-color: #1a6ac5;
}

.gift .svg_obj {
  stroke: url(#SVG_ST_NORM);
}

.gift:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#1a6ac5), to(#00a2ff));
  background: -webkit-linear-gradient(bottom, #1a6ac5, #00a2ff);
  background: -o-linear-gradient(bottom, #1a6ac5, #00a2ff);
  background: linear-gradient(0deg, #1a6ac5, #00a2ff);
}

.gift:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.guarantee-goods {
  background: #23aa15;
}

.guarantee-goods span {
  background: #23aa15;
}

.guarantee-goods span:before {
  border-right-color: #23aa15;
}

.guarantee-goods .svg_obj {
  stroke: url(#SVG_ST_NORM);
}

.guarantee-goods:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#23aa15), to(#28de15));
  background: -webkit-linear-gradient(bottom, #23aa15, #28de15);
  background: -o-linear-gradient(bottom, #23aa15, #28de15);
  background: linear-gradient(0deg, #23aa15, #28de15);
}

.guarantee-goods:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.catalog__res.view-rows .res__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 30px);
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  padding: 10px 18px 10px 10px;
}

.catalog__res.view-rows .res__item-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__res.view-rows .res__item-image {
  position: relative;
  margin-bottom: 0px;
  min-width: 140px;
  max-width: 140px;
  margin-right: 30px;
}

.catalog__res.view-rows .res__item-image img {
  max-height: 100%;
  margin-bottom: 0;
}

.catalog__res.view-rows .res__item-markers {
  left: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.catalog__res.view-rows .res__item-marker {
  margin: 0 5px;
}

.catalog__res.view-rows .res__item-title {
  padding-right: 20px;
}

.catalog__res.view-rows .res__item-title-size {
  display: inline;
  margin-bottom: 0;
}

.catalog__res.view-rows .res__item-price-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__res.view-rows .res__item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__res.view-rows .res__item-price-old {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66px;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
}

.catalog__res.view-rows .res__item-tobasket {
  position: relative;
}

.catalog__res.view-rows .res__item-tobasket svg {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.catalog__res.view-rows .res__item-availability {
  padding-right: 10px;
}

@media (min-width: 992px) {
  .catalog__res.view-rows .res__item-price-wrapper {
    min-width: 350px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .catalog__res.view-rows .res__item-tobasket {
    width: 240px;
  }
  .catalog__res.view-rows .res__item-tobasket span {
    display: block;
    color: #fff;
    margin-left: 7px;
    text-transform: uppercase;
  }
  .catalog__res.view-rows .res__item-availability {
    position: absolute;
    bottom: -22px;
    right: 76px;
  }
}

@media (max-width: 700px) {
  .catalog__res.view-rows .res__item-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog__res.view-rows .res__item-title {
    text-align: center;
  }
  .catalog__res.view-rows .res__item-price-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 500px) {
  .catalog__res.view-rows .res {
    margin: 0 -15px 17px;
  }
  .catalog__res.view-rows .res__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 15px 0;
  }
}

/********************/
.get-call-block {
  position: relative;
  margin-top: 58px;
}

.get-call-block__img {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.get-call-block__rect {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(137, 137, 137, 0.8)), to(#181818));
  background: -webkit-linear-gradient(top, rgba(137, 137, 137, 0.8), #181818);
  background: -o-linear-gradient(top, rgba(137, 137, 137, 0.8), #181818);
  background: linear-gradient(-180deg, rgba(137, 137, 137, 0.8), #181818);
  border: 1px solid #ece5e5;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  padding: 24px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.get-call-block__rect > button {
  margin-top: 20px;
}

@media (min-width: 700px) {
  .get-call-block__rect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .get-call-block__rect > button {
    width: 35%;
    min-width: 35%;
    margin-top: 0px;
  }
  .get-call-block__rect > div {
    width: 54%;
    min-width: 54%;
  }
}

.get-call-block__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
}

.get-call-block__description {
  margin-bottom: 10px;
}

.info-text {
  padding: 0 0 40px;
  line-height: 24px;
}

.info-text .get-call-block {
  margin-top: 90px;
  margin-bottom: 32px;
}

.goods-page {
  font-weight: 500;
}

.goods-page .slick-slider {
  min-width: 0;
  margin: 30px auto 60px;
  max-width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .goods-page .slick-slider {
    margin: 30px 117px 90px 30px;
  }
}

.goods-page .slick-list {
  overflow: hidden;
}

.goods-page .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.goods-page .slick-dots {
  position: absolute;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 992px) {
  .goods-page .slick-dots {
    bottom: -80px;
  }
}

.goods-page .slick-dots li {
  padding-left: 0;
}

.goods-page .slick-dots li::before {
  display: none;
}

.goods-page .slick-dots button {
  background-color: #959595;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  margin: 0 10px;
  cursor: pointer;
  padding: 0;
}

.goods-page .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.goods-page .product__top {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .goods-page .product__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.goods-page .product__slider .slick-slide {
  cursor: pointer;
}

.goods-page .product__slider img {
	width: auto;
	max-height: 400px;
}

.goods-page__param-season {
  margin-bottom: 22px;
  margin-top: 7px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .goods-page__param-season {
    display: block;
  }
}

.goods-page__param-season-icons {
  display: inline;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .goods-page__param-season-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -10px;
    top: -2px;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    margin-right: 0;
  }
}

.goods-page__param-season-icons img {
  margin-left: 10px;
  display: inline;
}

.goods-page__param-season-icons img:first-child {
  margin-left: 0;
}

.goods-page__param {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.goods-page__param label {
  min-width: 155px;
  padding-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 155px;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
}

.goods-page__param.red-color {
  margin: 5px 0;
}

.goods-page__param.red-color img {
  margin-right: 10px;
}

.goods-page__param-attention {
  margin: 22px 0 28px;
}

.goods-page__param-val {
  font-weight: bold;
}

.goods-page__param-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.goods-page__param-price > * {
  margin: 0 5px;
}

.goods-page__buy-one-click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 537px;
  margin-top: 20px;
  cursor: pointer;
}

.goods-page__buy-one-click .buy-one-click__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c51a1b;
}

.goods-page__buy-one-click .buy-one-click__btn .svg_obj {
  stroke: #c51a1b;
}

.goods-price__val {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (min-width: 600px) {
  .goods-price__val {
    font-size: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

.goods-price__val-item {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin: 3px 0 2px;
}

.goods-price__val-curenci {
  font-weight: 500;
}

.goods-price__count {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (min-width: 600px) {
  .goods-price__count {
    font-size: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 128px;
        -ms-flex: 0 0 128px;
            flex: 0 0 128px;
  }
}

.goods-price__count input {
  width: auto;
  min-width: auto;
  max-width: 128px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  padding-left: 25px;
}

.goods-price__tobasket {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  background: #c51a1b;
  -webkit-transition: .8 ease;
  -o-transition: .8 ease;
  transition: .8 ease;
  color: #fff;
  font-size: 0;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .goods-price__tobasket {
    font-size: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

.goods-price__tobasket svg {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  margin-right: 10px;
}

.goods-price__tobasket .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.goods-price__tobasket .svg_obj.fill {
  fill: url(#SVG_ST_HOVER);
}

.goods-price__tobasket:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.goods-price__tobasket:hover .svg_obj {
  stroke: url(#SVG_ST_HOVER);
}

.goods-price__tobasket:hover .svg_obj.fill {
  fill: url(#SVG_ST_HOVER);
}

.products-slider,
.slider-fullscreen__big,
.slider-fullscreen__tumbs {
  position: relative;
}

@media (min-width: 500px) {
  .products-slider .slick-list,
  .slider-fullscreen__big .slick-list,
  .slider-fullscreen__tumbs .slick-list {
    margin: 0px -15px;
  }
}

.products-slider .slick-slider,
.slider-fullscreen__big .slick-slider,
.slider-fullscreen__tumbs .slick-slider {
  min-width: 0;
}

.products-slider .slick-list,
.slider-fullscreen__big .slick-list,
.slider-fullscreen__tumbs .slick-list {
  overflow: hidden;
}

.products-slider .slick-track,
.slider-fullscreen__big .slick-track,
.slider-fullscreen__tumbs .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-slider .res__item,
.slider-fullscreen__big .res__item,
.slider-fullscreen__tumbs .res__item {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  background: #fff;
}

.products-slider-pagger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-slider-pagger .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 21px 20px 0;
}

.products-slider-pagger .slick-dots button {
  background-color: #959595;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  margin: 0 8px;
  cursor: pointer;
  padding: 0;
}

.products-slider-pagger .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.products-slider-pagger .slick-arrow {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 54px;
  width: 54px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.products-slider-pagger .slick-arrow:before {
  content: '';
  position: absolute;
  height: 54px;
  width: 54px;
  background-repeat: no-repeat;
  background-position: center;
}

.products-slider-pagger .slick-prev {
  left: 50px;
}

.products-slider-pagger .slick-prev:before {
  background-image: url(../img/svg/arrow_prev.svg);
}

.products-slider-pagger .slick-prev:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.products-slider-pagger .slick-prev:hover:before {
  background-image: url(../img/svg/arrow_prev_hover.svg);
}

.products-slider-pagger .slick-next {
  right: 50px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.products-slider-pagger .slick-next:before {
  background-image: url(../img/svg/arrow_next.svg);
}

.products-slider-pagger .slick-next:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.products-slider-pagger .slick-next:hover:before {
  background-image: url(../img/svg/arrow_next_hover.svg);
}

.slider-fullscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2f2f2f;
  z-index: 1000;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
}

.slider-fullscreen.open {
  display: block;
  opacity: 1;
}

.slider-fullscreen .slick-arrow {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 54px;
  width: 54px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
}

.slider-fullscreen .slick-arrow:before {
  content: '';
  position: absolute;
  height: 54px;
  width: 54px;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-fullscreen .slick-prev {
  left: -68px;
}

.slider-fullscreen .slick-prev:before {
  background-image: url(../img/svg/arrow_prev.svg);
}

.slider-fullscreen .slick-prev:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.slider-fullscreen .slick-prev:hover:before {
  background-image: url(../img/svg/arrow_prev_hover.svg);
}

.slider-fullscreen .slick-next {
  right: -68px;
}

.slider-fullscreen .slick-next:before {
  background-image: url(../img/svg/arrow_next.svg);
}

.slider-fullscreen .slick-next:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.slider-fullscreen .slick-next:hover:before {
  background-image: url(../img/svg/arrow_next_hover.svg);
}

.slider-fullscreen__wrapper {
  padding: 30px 80px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.slider-fullscreen__title {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 767px) and (max-width: 1210px) {
  .slider-fullscreen__title {
    font-size: -webkit-calc(12px + 24 * (100vw / 1210));
    font-size: calc(12px + 24 * (100vw / 1210));
  }
}

@media (max-width: 767px) {
  .slider-fullscreen__title {
    font-size: -webkit-calc(12px + 40.8 * ((100vw - 320px) / 1210));
    font-size: calc(12px + 40.8 * ((100vw - 320px) / 1210));
  }
}

.slider-fullscreen__big .slick-list {
  overflow: inherit;
}

.slider-fullscreen__big .slider-fullscreen__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-fullscreen__big img {
  max-height: -webkit-calc(100vh - 250px);
  max-height: calc(100vh - 250px);
  max-width: -webkit-calc(100vw - 300px);
  max-width: calc(100vw - 300px);
  -webkit-box-shadow: 0 4.33px 13px 8px black;
          box-shadow: 0 4.33px 13px 8px black;
}

.slider-fullscreen__tumbs img {
  max-height: 200px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.slider-fullscreen__tumbs img.slick-center, .slider-fullscreen__tumbs img:hover {
  opacity: 1;
}

.product__description {
  margin-top: 26px;
  padding: 24px 0 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.similar-products {
  padding: 30px 0 45px;
}

.similar-products h2 {
  padding-bottom: 10px;
}

.watched-products {
  background-color: #e8e8e8;
  padding: 36px 0 32px;
}

.watched-products h2 {
  padding-bottom: 10px;
}

.spinner__wripper {
  position: relative;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden;
}

.spinner__up, .spinner__down {
  background-color: #c51a1b;
  position: absolute;
  height: 50%;
  width: 25px;
  right: 0;
  background-image: url(../img/svg/arrow_up.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.spinner__up:hover, .spinner__down:hover {
  background-color: #e40b0c;
}

.spinner__up {
  top: 0;
  background-image: url(../img/svg/arrow_up.svg);
  background-position: 7px center;
}

.spinner__down {
  bottom: 0;
  background-image: url(../img/svg/arrow_down.svg);
  background-position: 8px center;
}

.one-click-buy-form .res__item,
.to-basket-info .res__item {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 500;
  max-width: 860px;
}

.one-click-buy-form .res__item:hover,
.to-basket-info .res__item:hover {
  border: none;
  cursor: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.one-click-buy-form .res__item .res__season-marker,
.to-basket-info .res__item .res__season-marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  left: 166px;
  right: auto;
  top: -2px;
}

.one-click-buy-form .res__item .res__season-marker > *,
.to-basket-info .res__item .res__season-marker > * {
  margin-right: 10px;
}

.one-click-buy-form .res__item .res__item-price-wrapper,
.to-basket-info .res__item .res__item-price-wrapper {
  min-width: 170px;
}

.one-click-buy-form .res__item .res__item-title,
.to-basket-info .res__item .res__item-title {
  font-weight: bold;
}

.one-click-buy-form .res__item:hover .res__item-title,
.to-basket-info .res__item:hover .res__item-title {
  color: inherit;
}

.one-click-buy-form__title,
.to-basket-info__title {
  margin-bottom: 25px;
}

.one-click-buy-form__text,
.to-basket-info__text {
  margin-bottom: 32px;
}

.one-click-buy-form__text svg,
.to-basket-info__text svg {
  -webkit-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
          transform: translate(0, 7px);
}

.one-click-buy-form__field,
.to-basket-info__field {
  margin-right: 20px;
  margin-bottom: 20px;
}

.one-click-buy-form__field:last-child,
.to-basket-info__field:last-child {
  margin-right: 0px;
}

.one-click-buy-form__description,
.to-basket-info__description {
  margin-bottom: 30px;
  padding-left: 35px;
  background-image: url(../img/svg/accept_green.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.one-click-buy-form .popup-form__actions,
.to-basket-info .popup-form__actions {
  margin-top: 30px;
}

.one-click-buy-form .basket-icon,
.to-basket-info .basket-icon {
  position: relative;
  height: 40px;
  width: 40px;
}

.one-click-buy-form .basket-icon .tyres,
.to-basket-info .basket-icon .tyres {
  position: absolute;
  left: 10px;
  top: 2px;
}

.one-click-buy-form .basket-icon .cart,
.to-basket-info .basket-icon .cart {
  position: relative;
}

.basket-page {
  margin-bottom: 50px;
}

.basket-page .page-title {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .basket-page .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.basket-page .container .column-basket {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 700px) {
  .basket-page .container .column-basket {
    margin-right: 30px;
  }
}

.basket-page .container .column-sum {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  padding-top: 73px;
}

.basket-page .container .column-sum .basket-sum__wrapper {
  min-height: 100px;
  background-color: #e8e8e8;
}

.basket__item-delete-btn {
  position: absolute;
  z-index: 1;
  right: 11px;
  top: -6px;
  cursor: pointer;
}

.basket__item-delete-btn .svg_obj {
  fill: #959595;
}

.basket__item-delete-btn:hover .svg_obj {
  fill: url(#SVG_ST_RED);
}

.basket__item {
  font-weight: 500;
  position: relative;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 35px 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-bottom: 1px solid #959595;
}

@media (min-width: 500px) {
  .basket__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 700px) {
  .basket__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.3333% - 30px);
        -ms-flex: 0 0 calc(33.3333% - 30px);
            flex: 0 0 calc(33.3333% - 30px);
  }
}

.basket__item-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 700px) {
  .basket__item-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.basket__item-image {
  position: relative;
  margin-bottom: 0px;
  min-width: 140px;
  max-width: 140px;
  margin-right: 30px;
}

.basket__item-image img {
  max-height: 100%;
  margin-bottom: 0;
}

.basket__season-marker {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  left: 166px;
  right: auto;
  top: -2px;
  font-size: 0;
}

@media (min-width: 700px) {
  .basket__season-marker {
    font-size: 15px;
  }
}

.basket__season-marker > * {
  margin-right: 10px;
}

.basket__season-marker img {
  margin-bottom: 5px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.basket__item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 700px) {
  .basket__item-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-right: 20px;
  }
}

.basket__item-title-size {
  display: inline;
  margin-bottom: 0;
}

.basket__product-nom-wripper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .basket__product-nom-wripper {
    margin-bottom: 0;
  }
}

.basket__item-count-sum-wripper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .basket__item-count-sum-wripper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.basket__item-count {
  max-width: 125px;
}

.basket__item-count input {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
}

.basket__item-price-wrapper {
  padding: 4px 0;
  position: relative;
  min-width: 145px;
  text-align: right;
}

.basket__item-price {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.basket__item-price-curenci {
  font-weight: 500;
}

@media (min-width: 992px) {
  .basket .basket__item-price-wrapper {
    min-width: 350px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .basket .basket__item-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .basket .basket__item-title {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .basket .basket__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 15px 0;
  }
  .basket .basket__item-price-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.basket-sum {
  font-weight: 500;
}

.basket-sum__wrapper {
  padding: 25px 15px 30px;
}

.basket-sum__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 14px 18px;
}

.basket-sum__product-count {
  padding-bottom: 20px;
  border-bottom: 1px solid #2f2f2f;
  margin: 0px 14px 21px;
}

.basket-sum__product-sum {
  padding-bottom: 18px;
  border-bottom: 2px solid #2f2f2f;
  margin: 0 14px 25px;
}

.basket-sum__product-sum-clear-label {
  margin-bottom: 7px;
  margin: 0px 14px 10px;
}

.basket-sum__product-sum-clear {
  font-size: 24px;
  line-height: 30px;
  margin: 0 14px 25px;
}

.basket-sum__product-sum-clear-val {
  font-weight: bold;
}

.create-order {
  background: #c51a1b;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

.create-order:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

.basket-page-confirm .page-title {
  margin-bottom: 30px;
}

.basket-page-confirm h2 {
  text-transform: uppercase;
}

.basket-page-confirm .paragraph {
  margin-bottom: 5px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .tabs {
    border-bottom: 1px solid #959595;
  }
}

.tab {
  font-size: 16px;
  margin-right: 25px;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.tab.active {
  border-bottom: 1px solid #c51a1b;
  color: #c51a1b;
}

@media (min-width: 992px) {
  .tab:hover {
    border-bottom: 1px solid #c51a1b;
    color: #c51a1b;
  }
}

.tab-page {
  display: none;
  margin-bottom: 40px;
}

.tab-page.active {
  display: block;
}

.form_radio {
  margin-bottom: 10px;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #e8e8e8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

/* Checked */
.form_radio input[type=radio]:checked + label:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#c51a1b), to(#e21e1f));
  background: -webkit-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: -o-linear-gradient(bottom, #c51a1b, #e21e1f);
  background: linear-gradient(0deg, #c51a1b, #e21e1f);
}

/* Hover */
.form_radio label:hover:before {
  -webkit-box-shadow: 0.5px 0.33px 3px 0px #2f2f2f;
          box-shadow: 0.5px 0.33px 3px 0px #2f2f2f;
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.form-wrapper {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form-wrapper input {
  border: 1px solid transparent;
  margin: 0 10px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 272px;
      -ms-flex: 1 1 272px;
          flex: 1 1 272px;
}

.form-wrapper input:hover, .form-wrapper input:focus {
  border: 1px solid #c51a1b;
}

.form-wrapper input.fullsize {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 20px);
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
}

.tooltip {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #c51a1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  margin-top: 1px;
}

.tooltip__body {
  opacity: 0;
  position: absolute;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  right: 0;
  max-width: 80vw;
  background: #fff;
  -webkit-box-shadow: 0.5px 1.33px 14px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0.5px 1.33px 14px 0px rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 7px 8px;
  color: #2f2f2f;
}

.tooltip__body:before {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  border: 8px solid transparent;
  border-bottom: 12px solid #fff;
}

.has-tooltip {
  cursor: help;
}

.has-tooltip:hover .tooltip__body {
  opacity: 1;
}

.catalog-brand .page-title {
  border-bottom: none;
}

.catalog-brand .catalog__res-brand {
  padding: 50px 0 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #000;
}

.catalog-brand .catalog__res-brand-logo {
  margin-bottom: 65px;
}

.catalog-brand .catalog__res-top {
  margin-bottom: 4px;
}

@media (min-width: 767px) {
	button {
		width: 272px;
	}
}

/*

    @include adaptive-param('padding-right', 200, 0, 'px');

    @media (min-width: 600px) {
        flex: 0 0 100%;
        padding-right: 0;
    }

*/
/*# sourceMappingURL=style.css.map */
