/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;max-width:325px;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:16px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;border: 2px solid #e3e3e3;color: #36373e;font-size: 14px;line-height: 18px;height: 40px;vertical-align: middle;border-radius: 2px;box-sizing: border-box;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:40px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:6px;right:4px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* 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;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  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: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.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: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.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;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
@supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;-webkit-transition-timing-function:cubic-bezier(.55,.06,.68,.19);transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;-webkit-transition:opacity .2s;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider, .fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before, .fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image, .fancybox-placeholder, .fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image, .fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"\D7";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;-webkit-transition:background .2s;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:-webkit-linear-gradient(top,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));background:linear-gradient(180deg,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a, .fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button, .fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after, .fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after, .fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after, .fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after, .fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap{right:0}}/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

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

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

/* grow */

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

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

/* swing */

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

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

/* fall */

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

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

.tooltipster-fall.tooltipster-show {
}

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

/* slide */

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

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

.tooltipster-slide.tooltipster-show {
}

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

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

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

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading 400ms;
	        animation: tooltipster-fading 400ms;
}

/* rotate */

@-webkit-keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	75% {
		-webkit-transform: rotate(2deg);
		        transform: rotate(2deg);
	}
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}

@keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	75% {
		-webkit-transform: rotate(2deg);
		        transform: rotate(2deg);
	}
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating 600ms;
	        animation: tooltipster-rotating 600ms;
}

/* scale */

@-webkit-keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling 600ms;
	        animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

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

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

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

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

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

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

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
.pickmeup{background:#000;border-radius:.4em;box-sizing:content-box;display:inline-block;position:absolute;-ms-touch-action:manipulation;touch-action:manipulation}.pickmeup *{box-sizing:border-box}.pickmeup.pmu-flat{position:relative}.pickmeup.pmu-hidden{display:none}.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}.pickmeup .pmu-instance .pmu-button{color:#eee;cursor:pointer;outline:none;text-decoration:none}.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#88c5eb}.pickmeup .pmu-instance .pmu-button:hover{background:transparent;color:#88c5eb}.pickmeup .pmu-instance .pmu-not-in-month{color:#666}.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover{color:#333;cursor:default}.pickmeup .pmu-instance .pmu-selected{background:#136a9f;color:#eee}.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}.pickmeup .pmu-instance nav{color:#eee;display:-ms-flexbox;display:-webkit-box;display:flex;line-height:2em}.pickmeup .pmu-instance nav *:first-child :hover{color:#88c5eb}.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}.pickmeup .pmu-instance nav .pmu-month{width:14em}.pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}.pickmeup .pmu-instance .pmu-day-of-week{color:#999;cursor:default}.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next{display:block}.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month{width:13em}.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years{display:none}
* {
    box-sizing: border-box;
}
html {
  font-size: 13px;
  height: 100%;
}
body{
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #2d2d2d;
  margin: auto;
  background: #fff;
  font-size: 14px;
  overflow-x: hidden;
}
body.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
main{
}
.container{
  max-width: 1336px;
  margin: auto;
  padding: 0 20px;
}
@media(max-width: 760px){
    .container {
        padding: 0 15px;
    }
}
.container--no-padding{
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  font-weight: 500;
}
h2{
  margin-bottom: 18px;
  font-size: 22px;
}
h3{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 19px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
a{
  color: inherit;
  text-decoration: none;
  outline: none;

}
.clearfix:after, .clearfix:before {
    content: '';
    display: table;
    clear: both;
}
ul, ol{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
input{
  border: 0;
  box-shadow: none;
  padding: 0;
}
textarea{
  width: 100%;
  resize: vertical;
}
select, input, button, textarea, [type='submit']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none !important;
}
button{
  border: 0;
  box-shadow: none;
  padding: 0;
  font-family: inherit;
  outline: 0 !important;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear {
    display: none;
}
p{
  margin: 0;
}
b {
  font-weight: bold;
}
*.margin-bottom-00 {
    margin-bottom: 00px !important;
}
*.margin-bottom-05 {
    margin-bottom: 05px !important;
}
*.margin-bottom-10 {
    margin-bottom: 10px !important;
}
*.margin-bottom-15 {
    margin-bottom: 15px !important;
}
*.margin-bottom-20 {
    margin-bottom: 20px !important;
}
*.margin-bottom-25 {
    margin-bottom: 25px !important;
}
*.margin-bottom-30 {
    margin-bottom: 30px !important;
}
*.margin-bottom-35 {
    margin-bottom: 35px !important;
}
*.margin-bottom-40 {
    margin-bottom: 40px !important;
}
*.margin-bottom-45 {
    margin-bottom: 45px !important;
}
*.margin-bottom-50 {
    margin-bottom: 50px !important;
}
*.margin-bottom-55 {
    margin-bottom: 55px !important;
}
*.margin-top-00 {
    margin-top: 00px !important;
}
*.margin-top-05 {
    margin-top: 05px !important;
}
*.margin-top-10 {
    margin-top: 10px !important;
}
*.margin-top-15 {
    margin-top: 15px !important;
}
*.margin-top-20 {
    margin-top: 20px !important;
}
*.margin-top-25 {
    margin-top: 25px !important;
}
*.margin-top-30 {
    margin-top: 30px !important;
}
*.margin-top-35 {
    margin-top: 35px !important;
}
*.margin-top-40 {
    margin-top: 40px !important;
}
*.margin-top-45 {
    margin-top: 45px !important;
}
*.margin-top-50 {
    margin-top: 50px !important;
}
*.margin-top-55 {
    margin-top: 55px !important;
}
.custom-input input {
  display: none;
}
.h-hide {
  display: none;
}
.success-text {
  color: green;
}
.error-text {
  color: red;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.rouble::after{
    content: 'i';
    color: inherit;
    font-family: 'ALSRubl';
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    vertical-align: baseline;
}
.i-icon {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.i-icon--save {
  fill: #fff;
  stroke: #3d3d3d;
}
.i-icon--save.saved {
  fill: var(--yellow);
  stroke: var(--yellow);
}
@font-face {
  font-family: "MyriadProSemiBold";
  src: url(/local/client/build/fonts/MyriadProSemiBold/MyriadProSemiBold.eot);
  src: url(/local/client/build/fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix)format("embedded-opentype"),
  url(/local/client/build/fonts/MyriadProSemiBold/MyriadProSemiBold.woff) format("woff"),
  url(/local/client/build/fonts/MyriadProSemiBold/MyriadProSemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ALSRubl";
  src: url(/local/client/build/fonts/ALSRubl/ALSRubl.eot);
  src: url(/local/client/build/fonts/ALSRubl/ALSRubl.eot?#iefix)format("embedded-opentype"),
  url(/local/client/build/fonts/ALSRubl/ALSRubl.woff) format("woff"),
  url(/local/client/build/fonts/ALSRubl/ALSRubl.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url(/local/client/build/fonts/Ubuntu/ubuntu-regular-webfont.eot);
  src: url(/local/client/build/fonts/Ubuntu/ubuntu-regular-webfont.eot?#iefix) format("embedded-opentype"),
  url(/local/client/build/fonts/Ubuntu/ubuntu-regular-webfont.woff) format("woff"),
  url(/local/client/build/fonts/Ubuntu/ubuntu-regular-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ubuntu Medium";
  src: url(/local/client/build/fonts/Ubuntu/ubuntu-medium-webfont.eot);
  src: url(/local/client/build/fonts/Ubuntu/ubuntu-medium-webfont.eot?#iefix) format("embedded-opentype"),
  url(/local/client/build/fonts/Ubuntu/ubuntu-medium-webfont.woff) format("woff"),
  url(/local/client/build/fonts/Ubuntu/ubuntu-medium-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}.atlwdg-popup{
  width: 100% !important;
  max-width: 830px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 10px;
  background-color: transparent !important;
  box-shadow: none !important;

}
.atlwdg-popup iframe{
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  background-color: white;

}.mfp-fade.mfp-bg{
  background-color: rgba(0, 0, 0, .36);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transform: scale(.85);
          transform: scale(.85);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: scale(.85);
          transform: scale(.85);
  opacity: 0;
}

.button.mfp-close{
  display: none !important;
}.noUi-target{
  background-color: #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.noUi-horizontal{
  height: 6px;
}

.noUi-horizontal .noUi-handle{
  width: 16px;
  height: 16px;
  cursor: pointer;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 0;
  left: -8px;
}

.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before{
  display: none;
}

.noUi-connect{
  box-shadow: none;
  background-color: #c71623;
}.ps-scrollbar-y-rail{
  right: 3px !important;
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail{
  width: 5px;
  background-color: #e3e3e3;
  opacity: 1;
  border-radius: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{
  right: 0;
  width: 5px !important;
  background-color: #d7202a !important;
  border-radius: 4px;
}.about-slider .swiper-container{
    padding: 0 35px;
}
.about-slider__item{
    text-align: center;
}
.about-slider__item a{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 1.2;
}.advantages-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.advantages-list__item-icon {
    max-width: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-right: 30px;
    max-height: 100px;
}
.advantages-list__item-icon img{
    width: 100%;
    height: 100%;
}
@media (max-width: 480px) {
    .advantages-list__item-icon {
        max-width: 35px;
        margin-right: 15px;
    }
}
.advantages-list .content-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .advantages {
    margin: 0 -15px;
    overflow: auto;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}
.advantages__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 210px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.advantages__item:hover {
  color: #d7202a;
}
@media (max-width: 760px) {
  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    padding-right: 0;
    padding-left: 25px;
  }
}
.advantages__icon {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  margin-right: 10px;
  color: #ffffff;
}
.advantages__icon img{
  width: 100%;
  height: 100%;
}
.advantages__image {
  min-width: 55px;
}
.advantages__image--no-link {
  cursor: default;
}
.advantages__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  line-height: 1.2;
}.arrow-link{
  width: 40px;
  height: 40px;
  background-color: #d7202a;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.arrow-link:hover{
  background-color: #b3141f;

}
.arrow-link--medium{
  width: 34px;
  height: 34px;
  line-height: 34px;

}.scroll-top {
    position: fixed;
    z-index: 10;
    bottom: 47px;
    right: 20px;
    color:#f4f4f4;
    background: #42444c;
    font-size: 22px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    line-height: 50px;
    opacity: 0.3;
    filter: alpha(opacity=70);
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.scroll-top .si-arrow_down {
    display: block;
    -webkit-transform: scale(1,-1) translateZ(0) rotate(90deg);
    transform: scale(1,-1) translateZ(0) rotate(90deg);
    width: 22px;
    height: 22px;
    line-height: 34px;
    margin: 15px 0px 0px 15px;
}
.scroll-top:hover{
    opacity: 1;
    background: #575a68;
}.article-item__head {
    position: relative;
    height: 334px;
    margin-bottom: 16px;
    display: block;
}
@media(max-width: 760px){
    .article-item__head {
        height: 192px;
        margin-bottom: 8px;
    }
}
.article-item__view-count {
    position: absolute;
    top: 27px;
    right: 21px;
    color: #a8a8a8;
}
.article-item__view-count > * {
    display: inline-block;
    vertical-align: middle;
}
.article-item__view-count .i-icon {
    width: 19px;
    height: 10px;
    margin-right: 2px;
}
.article-item__view-count .i-icon path {
    fill: transparent;
}
.article-item__image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.article-item__date{
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: rgba(0, 0, 0, .53);
    padding: 7px 10px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
}
@media(max-width: 760px){
    .article-item__date {
        left: 13px;
        top: 13px;
        padding: 5px 7px;
        font-size: 12px;
    }
}
.article-item__content{
    position: relative;
}
.article-item__title{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1754b9;
    line-height: 1.375;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media(max-width: 760px){
    .article-item__title {
        margin-bottom: 4px;
    }
}
.article-item__title:hover{
    color: #2d2d2d;
}
.article-item__text{
    color: #5c5757;
    line-height: 1.429;
    position: relative;
    padding-right: 65px;
}
@media(max-width: 1000px){
    .article-item__text {
        padding-right: 0;
    }
}
@media(max-width: 760px){
    .article-item__text {
        line-height: 1.3;
    }
}
.article-item__arrow{
    right: 0;
    top: 4px;
    position: absolute;
    cursor: pointer;
}
@media(max-width: 1000px){
    .article-item__arrow {
        display: none;
    }
}
.article-item--no-image .article-item__head{
    display: none;
}
.article-item--no-image .article-item__text{
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 0;
}
.article-item--no-image .article-item__text-inner{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.article-item--no-image .article-item__arrow{
    position: relative;
    top: 0;
    margin-top: 14px;
}
@media(max-width: 1000px){
    .article-item--no-image .article-item__arrow {
        display: block;
    }
}
.article-item--no-image .article-item__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.article-item__arrow-icon {
    padding: 8px;
}.articles-box{
  padding-top: 43px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 45px;
  overflow: hidden;
}
.articles-box__wrap{
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 760px){
  .articles-box__wrap{
    display: block;
    margin-left: 0;
  }
}
.articles-box__item{
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.333% - 30px);
      flex-basis: calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin-bottom: 20px;
}
@media(max-width: 760px){
  .articles-box__item{
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}.articles-detail .page-heading {
    padding-right: 70px;
}
.articles-detail__head {
    margin-bottom: 40px;
}
.articles-detail__head .wide-banner {
    height: 150px;
    min-height: auto;
    padding: 10px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
@media (max-width: 600px) {
    .articles-detail__head .wide-banner {
        height: 180px;
        padding: 10px 20px;
    }
}
.articles-detail__head .wide-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.articles-detail__head .wide-banner__title {
    margin-right: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 26px;
}
.articles-detail__head .wide-banner__title h2 {
    margin-bottom: 0;
}
@media (max-width: 1171px) {
    .articles-detail__head .wide-banner__title {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 20px;
    }
}
@media (max-width: 320px) {
    .articles-detail__head .wide-banner__title {
        margin-bottom: 15px;
    }
}
.articles-detail__head .wide-banner__btns {
    margin-top: 0;
}
.articles-detail__items-wrap {
    margin-bottom: 20px !important;
}
.articles-detail__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .articles-detail__items {
        margin-left: 0;
    }
}
.articles-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
}
@media (max-width: 1171px) {
    .articles-detail__item {
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 960px) {
    .articles-detail__item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .articles-detail__item {
        width: 100%;
        margin-left: 0;
    }
}
.articles-detail__item .catalog-lvl2-card {
    display: block;
}
.articles-detail__item .catalog-lvl2-card__name {
    margin-top: 25px;
    margin-bottom: 10px;
}
.articles-detail__item-image {
    height: 125px;
    width: 168px;
    margin-bottom: 25px;
}
.articles-detail__item-title {
    height: 15px;
    width: 100%;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articles-detail__item-text {
    //height: 75px;
    //overflow: hidden;
    color: #aeaeae;
    line-height: 18px;
}
.articles-detail__list {
    margin: 20px 0 !important;
}
.articles-detail__footer-btn {
    width: 170px !important;
}.grid, .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid, .articles {
        margin-left: 0;
        display: block;
    }
}
.grid-half, .articles > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half, .articles > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.articles {
  margin-top: 40px;
}
.articles .article-item {
    margin-bottom: 40px;
}.aside-info {
  margin: 25px 0;
  padding: 26px 24px 15px;
  background-color: #f4f4f4;
}
@media(max-width: 1000px){
  .aside-info {
    display: none;
  }
}
.aside-info__title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}
.aside-info__content {
  line-height: 1.429;
  color: #3d3d3d;
}
.aside-info__content p {
  margin-bottom: 8px;
}
.aside-info__link {
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.aside-info__link:hover{
  color: #d7202a;
  border-bottom: 1px solid #d7202a;
}
@media(min-width: 1001px){
  .aside-info--hidden {
    display: none;
  }
}.aside-sections--menu {
    padding-bottom: 10px;
}
.aside-sections__back{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 20px;
    background-color: #eaeaea;
    color: #484848;
    margin: 0 -20px;
}
.aside-sections__title{
    font-size: 16px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 500;
}
@media (max-width: 1000px) {
    .aside-sections__title {
        position: relative;
        width: 100%;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .aside-sections__title::before {
        -webkit-transition: all ease-out 200ms;
        transition: all ease-out 200ms;
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -2px;
        width: 0px;
        height: 0px;
        border-bottom: solid 4px #000;
        border-left: solid 4px transparent;
        border-right: solid 4px transparent;
    }
    .aside-sections__title.active::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.aside-sections__list-item{
    margin-bottom: 17px;
    color: #454545;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.aside-sections__list-item:hover, .aside-sections__list-item.active{
    color: #c71623;
}
.aside-sections__list-item--first-level{
    font-weight: 500;
}
.aside-sections__list{
    padding-left: 5px;
}
.aside-sections__content{
    padding-top: 27px;
    padding-bottom: 1px;
}
@media (max-width: 1000px) {
    .aside-sections__content {
        padding-top: 15px;
    }
}
.aside-sections__back-text{
    display: inline-block;
    vertical-align: middle;
}
.aside-sections__back-icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    width: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.aside-sections__back-icon::after, .aside-sections__back-icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 1px;
    background-color: #5b5b5b;
    -webkit-transform-origin: left;
            transform-origin: left;
}
.aside-sections__back-icon::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.aside-sections__back-icon::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.aside-sections .new_news{
    position: relative;
}
.aside-sections .new_news::after{
    content: " ";
    background-color: #71cb5b;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -20px;
    top: 3px;
    border-radius: 50%;
}.aside{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 1000px){
  .aside{
    display: block;
  }
}
.aside__left{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 269px;
          flex: 0 0 269px;
  max-width: 269px;
  padding-right: 30px;
  width: 269px;
}
.aside__left--margin {
  margin-bottom: 20px;
}
@media(max-width: 1000px){
  .aside__left{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
}
.aside__left-fixed{
  width: 239px;
}
@media(max-width: 1000px){
  .aside__left-fixed{
    width: 100%;
  }
}
.aside__left-fixed.is_stuck{
  z-index: 2;
}
.aside__main{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 269px);
      flex-basis: calc(100% - 269px);
  max-width: calc(100% - 269px);
}
@media(max-width: 1000px){
  .aside__main{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.aside__left-container{
  background-color: #f4f4f4;
  padding: 0 20px;
  padding-bottom: 1px;
}
.aside__left-container--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media(max-width: 1000px){
  .aside__left-container{
    margin-bottom: 25px;
  }
}
.aside__filter{
  margin-top: 25px;
}
.aside__filter--brand{
  margin-top: 20px;
}
@media(max-width: 1000px){
  .aside__filter--brand{
    margin-top: 0;
  }
}
@media(max-width: 1000px){
  .aside__filter{
    margin-top: 0;
  }
}
.aside__filter-btn {
  display: none !important;
}
@media (max-width: 1000px) {
  .aside__filter-btn{
    margin: 15px 0;
    display: inline-block !important;
  }
}
.aside__menu{
  padding: 30px 18px;
  background-color: #f4f4f4;
}
@media (max-width: 1000px) {
  .aside__menu{
    padding: 15px 18px 0;
  }
}
.aside__menu-title{
  font-size: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .aside__menu-title{
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .aside__menu-title::before {
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    margin-top: -2px;
    width: 0px;
    height: 0px;
    border-bottom: solid 4px #000;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
  }
  .aside__menu-title.active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.aside__menu-list{
  padding-left: 8px;
}
@media (max-width: 1000px) {
  .aside__menu-list{
    padding-bottom: 15px;
  }
}
.aside__menu-list-item{
  font-size: 13px;
  color: #545562;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.aside__menu-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.aside__menu-list-item:hover, .aside__menu-list-item.active{
  color: #d7202a;
}
.aside__menu-list-link{
  display: block;
}.b-404{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media(max-width: 760px){
  .b-404{
    display: block;
    padding: 0;
  }
}
.b-404__buttons{
  margin-top: 20px;
}
.b-404__content{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
.b-404__content-inner{
  max-width: 420px;
}
@media(max-width: 760px){
  .b-404__content-inner{
    max-width: 100%;
  }
}
.b-404__button:not(:last-of-type){
  margin-right: 20px;
}
@media(max-width: 760px){
  .b-404__button:not(:last-of-type){
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media(max-width: 760px){
  .b-404__button{
    width: 100%;
  }
}
.b-404__search{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.b-404__search-btn{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-404__search-input-wrap{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 295px;
          flex: 0 1 295px;
}
.b-404__image{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
@media(max-width: 760px){
  .b-404__image{
    display: none;
  }
}.b-action{
  height: 300px;
  position: relative;
  color: #ffffff;
}
@media(max-width: 760px){
  .b-action{
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.b-action--black-font{
  color: #3d3d3d;
}
.b-action--wide{
  height: auto;
  margin-bottom: 20px;
}
.b-action--wide .b-action__content{
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media(max-width: 760px){
  .b-action--wide .b-action__content{
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
.b-action--wide .b-action__btn{
  margin-top: 0;
}
@media(max-width: 760px){
  .b-action--wide .b-action__btn{
    margin-top: 10px;
  }
}
.b-action--wide .b-action__title{
  font-size: 30px;
}
@media(max-width: 760px){
  .b-action--wide .b-action__title{
    font-size: 16px;
  }
}
.b-action--banner {
  height: auto;
  margin-bottom: 30px;
}
.b-action__image{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.b-action__image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-action__content{
  position: absolute;
  top: 0;
  right: 13px;
  max-width: 190px;
  padding-top: 45px;
}
@media(max-width: 760px){
  .b-action__content{
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 125px;
  }
}
.b-action__label{
  margin-bottom: 7px;
}
.b-action__title{
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
@media(max-width: 760px){
  .b-action__title{
    font-size: 16px;
    line-height: 1.3;
  }
}
.b-action__subtitle{
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
@media(max-width: 760px){
  .b-action__subtitle{
    font-size: 16px;
    margin-top: 0;
  }
}
.b-action__btn{
  margin-top: 35px;
}
@media(max-width: 760px){
  .b-action__btn{
    margin-top: 10px;
  }
}
.b-action__product{
  margin-bottom: 15px;
  font-size: 15px;
}.b-block{
  margin-bottom: 55px;
}
@media(max-width: 760px){
  .b-block{
    margin-bottom: 40px;
  }
}.b-cart {
  margin-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 65px;
}
.b-cart--no-line-bottom {
  border-bottom-color: transparent;
}
.b-cart--no-padding-bottom {
  padding-bottom: 0;
}
.b-cart--modal {
  margin-bottom: 20px;
  padding-bottom: 0;
  margin-top: 0;
  border-bottom: 0;
}
.b-cart--modal .b-cart__head {
  padding-left: 40px;
}
.b-cart--modal .b-cart__head .b-cart__cell--product {
  padding-left: 0;
}
@media (max-width: 760px) {
  .b-cart--modal .b-cart__head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.b-cart--modal .b-cart__item {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 760px) {
  .b-cart--modal .b-cart__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 760px) {
  .b-cart--modal .b-cart__footer-count {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.b-cart--modal .b-cart__footer {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .b-cart--modal .b-cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-cart--modal .b-cart__footer > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .b-cart--modal .b-cart__footer .btn {
    width: 100%;
  }
}
.b-cart--modal .b-cart__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .b-cart--modal .b-cart__summary {
    display: block;
    margin-top: 10px;
  }
}
.b-cart--modal .b-cart__summary-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 45px;
}
@media (max-width: 760px) {
  .b-cart--modal .b-cart__summary-info {
    margin-left: 0;
    margin-top: 15px;
  }
}
.b-cart--modal .b-cart__summary-row:not(:last-of-type) {
  margin-bottom: 6px;
}
.b-cart--modal .b-cart__summary-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-cart--modal .b-cart__summary-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-cart--modal .b-cart__summary-content {
  margin-left: 25px;
}
@media (max-width: 760px) {
  .b-cart {
    border-top: 1px solid #e8e8e8;
  }
}
.b-cart__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f4f4;
}
@media (max-width: 760px) {
  .b-cart__head {
    display: none;
  }
}
.b-cart__head .b-cart__cell--product {
  padding-left: 20px;
}
.b-cart__head--authorized-by-user {
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-cart__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .b-cart__line {
    display: block;
  }
}
.b-cart__line--text {
  margin-right: 15px;
}
@media (max-width: 640px) {
  .b-cart__line--text {
    margin-bottom: 5px;
  }
  .b-cart__line--text:last-child {
    margin-bottom: 0;
  }
}
.b-cart__line--text:last-child {
  margin-right: 0;
}
.b-cart__cell {
  padding: 0 10px;
}
@media (max-width: 760px) {
  .b-cart__cell {
    padding: 0;
  }
}
.b-cart__cell--product {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
  padding-left: 0;
}
.b-cart__cell--avail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 225px;
          flex: 0 1 225px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .b-cart__cell--avail {
    margin-bottom: 15px;
  }
}
.b-cart__cell--price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
}
.b-cart__cell--count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  text-align: center;
}
@media (max-width: 1000px) {
  .b-cart__cell--count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 118px;
            flex: 0 0 118px;
  }
}
.b-cart__cell--total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
}
.b-cart__cell--funcs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
}
.b-cart__cell--checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  text-align: center;
}
.b-cart__cell--checkbox .b-checkbox__box {
  margin: auto;
}
.b-cart__cell--collapse-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 118px;
          flex: 0 0 118px;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.b-cart__item {
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.b-cart__item--portal {
  padding: 10px 0 0 20px;
}
.b-cart__item--portal {
  padding: 10px 0 0 20px;
}
@media (max-width: 760px) {
  .b-cart__item {
    display: block;
  }
  .b-cart__item--portal {
    padding: 20px 0;
  }
}
.b-cart__item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 760px) {
  .b-cart__item-product {
    margin-bottom: 15px;
  }
}
.b-cart__item-link {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b-cart__item-link:hover {
  color: #d7202a;
}
.b-cart__item-image {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
  padding-right: 20px;
  font-size: 0;
  display: block;
}
@media (max-width: 850px) {
  .b-cart__item-image {
    max-width: 100px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.b-cart__item-image img {
  display: block;
  margin: auto;
}
.b-cart__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-cart__item-title {
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .b-cart__item-title {
    margin-bottom: 8px;
  }
}
.b-cart__item-article {
  font-size: 13px;
  color: #a8a8a8;
}
.b-cart__item-article--push {
  margin-bottom: 8px;
}
.b-cart__item-price {
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.b-cart__item-price .price-block {
  font-size: 18px;
}
@media (max-width: 760px) {
  .b-cart__item-price .price-block {
    display: inline-block;
  }
}
.b-cart__item-btn-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .b-cart__item-btn-wrap:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
.b-cart__item-btn {
  color: #a8a8a8;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-cart__item-btn.active{
  color: #009d07;
}
.b-cart__item-btn:hover .b-cart__item-btn-text {
  text-decoration: none;
}
.b-cart__item-btn-text {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: underline;
  min-width: 100px;
  padding-left: 5px;
}
.b-cart__item-btn-text--remove {
  position: relative;
  padding-left: 15px;
  min-width: 80px;
}
.b-cart__item-btn-text--remove::before, .b-cart__item-btn-text--remove::after {
  content: '';
  height: 1px;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #a8a8a8;
}
.b-cart__item-btn-text--remove::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-cart__item-btn-text--remove::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.b-cart__item-btn-text--remove_basket {
  position: relative;
  padding-left: 15px;
  min-width: 0;
}
.b-cart__item-btn-text--remove_basket::before, .b-cart__item-btn-text--remove_basket::after {
  content: '';
  height: 1px;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #a8a8a8;
}
.b-cart__item-btn-text--remove_basket::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-cart__item-btn-text--remove_basket::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.b-cart__item-btn-icon {
  display: inline-block;
  vertical-align: middle;
}
.b-cart__item-mobile-title {
  display: none;
}
@media (max-width: 760px) {
  .b-cart__item-mobile-title {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .b-cart__item-count {
    max-width: 140px;
    margin: 10px 0;
  }
}
@media (max-width: 760px) {
  .b-cart__item-btns {
    margin-top: 15px;
  }
}
.b-cart__footer {
  margin-top: 40px;
}
.b-cart__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 760px) {
  .b-cart__summary {
    display: block;
  }
}
.b-cart__coupon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 20px;
  max-width: 450px;
}
@media (max-width: 760px) {
  .b-cart__coupon {
    max-width: 100%;
    padding-right: 0;
  }
}
.b-cart__coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
}
@media (max-width: 760px) {
  .b-cart__coupon-inner {
    max-width: 100%;
  }
}
.b-cart__coupon-item {
  margin: 10px 0;
  max-width: 350px;
  position: relative;
}
@media (max-width: 760px) {
  .b-cart__coupon-item {
    max-width: 100%;
  }
}
.b-cart__coupon-item .input-text {
  padding-right: 30px;
}
.b-cart__coupon-message {
  margin-bottom: 15px;
}
.b-cart__coupon-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-cart__coupon-btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  cursor: pointer;
}
.b-cart__coupon-btn .i-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
}
.b-cart__summary-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 760px) {
  .b-cart__summary-info {
    margin-top: 25px;
    text-align: right;
  }
}
.b-cart__summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-cart__summary-row .price-block {
  font-size: 14px;
  font-weight: normal;
}
.b-cart__summary-row:not(:last-of-type) {
  margin-bottom: 12px;
}
.b-cart__summary-row--big {
  font-size: 16px;
  font-weight: 500;
}
.b-cart__summary-row--big .price-block {
  font-weight: 500;
  font-size: 16px;
}
.b-cart__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 760px) {
  .b-cart__btns {
    display: block;
  }
}
@media (max-width: 760px) {
  .b-cart__btns .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.b-cart__continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media (max-width: 760px) {
  .b-cart__continue {
    display: block;
  }
}
.b-cart__coupon-item-remove {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
}
.b-cart__coupon-item-remove::after, .b-cart__coupon-item-remove::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  background-color: #a8a8a8;
  margin: auto;
}
.b-cart__coupon-item-remove::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-cart__coupon-item-remove::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.b-cart .bx_ordercart_coupon_notes {
  margin-top: 10px;
}
.b-cart__item-disable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .9);
  text-align: center;
}
.b-cart__item-disable-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}
.b-cart__item-disable-text {
  display: inline-block;
  padding: 10px;
  border: 1px solid #d7202a;
  margin-bottom: 10px;
}
.b-cart__item-disable-btns a {
  display: inline-block;
  vertical-align: middle;
  color: #918e8e;
  text-decoration: underline;
}
.b-cart__item-disable-btns a:not(:last-of-type) {
  margin-right: 8px;
}
.b-cart__note {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-cart__note .b-cart__continue {
  margin-left: auto;
}
.b-cart__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .b-cart__text {
    text-align: center;
  }
}.b-catalog {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .b-catalog__head {
    display: block;
  }
}
.b-catalog__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  background: #ffffff;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .b-catalog__types {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.b-catalog__count {
  margin-bottom: 15px;
  color: #d7202a;
}
.b-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
@media (max-width: 1260px) {
  .b-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%;
  }
}
@media (max-width: 760px) {
  .b-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .b-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.b-catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}
.b-catalog__body--line {
  display: block;
}
.b-catalog__body--line .b-catalog__item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-top: -2px;
}
.b-catalog__body--line.b-catalog__table .b-catalog__item {
  margin-top: -1px;
}
@media (max-width: 480px) {
  .b-catalog__body {
    display: block;
  }
}
.b-catalog__table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .b-catalog__table-head {
    display: block;
  }
}
@media (max-width: 760px) {
  .b-catalog__table-head .b-catalog__table-cell {
    display: none;
  }
}
.b-catalog__table-cell--checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
}
.b-catalog__table-cell--checkbox .b-checkbox__text {
  display: none;
}
@media (max-width: 760px) {
  .b-catalog__table-cell--checkbox .b-checkbox__text {
    display: block;
  }
}
@media (max-width: 760px) {
  .b-catalog__table-cell--checkbox {
    display: block !important;
  }
}
.b-catalog__table-cell--title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-catalog__table-cell--article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
@media (max-width: 1200px) {
  .b-catalog__table-cell--article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
.b-catalog__table-cell--available {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
}
@media (max-width: 1200px) {
  .b-catalog__table-cell--available {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
.b-catalog__table-cell--price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media (max-width: 1200px) {
  .b-catalog__table-cell--price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
.b-catalog__table-cell--count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
}
@media (max-width: 1200px) {
  .b-catalog__table-cell--count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
}
.b-catalog__table-cell--delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media (max-width: 1200px) {
  .b-catalog__table-cell--delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.b-catalog__table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.b-catalog__table-footer--top {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .b-catalog__table-footer {
    display: block;
  }
  .b-catalog__table-footer .btn {
    width: 100%;
  }
}
.b-catalog__table-footer-total {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .b-catalog__table-footer-total {
    text-align: center;
    margin-top: 15px;
  }
}.b-checkbox{
  display: inline-block;
  vertical-align: middle;
}
.b-checkbox__input{
  display: none;
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__box{
  background-color: #d7202a;
  border: 1px solid #d7202a;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__line::after{
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__line--short::after{
  -webkit-transition: all .15s;
  transition: all .15s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__line--long::after{
  -webkit-transition: all .15s;
  transition: all .15s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.b-checkbox__label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.b-checkbox__label.disabled{
  cursor: default;
  opacity: .7;
}
.b-checkbox__box{
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  max-width: 17px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  position: relative;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.b-checkbox__text{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  color: #595959;
}
.b-checkbox__line{
  position: absolute;
  left: 6px;
  bottom: 3px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 2px;
}
@media(max-width: 760px){
  .b-checkbox__line{
    left: 5px;
  }
}
.b-checkbox__line::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
}
.b-checkbox__line--short{
  height: 6px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media(max-width: 760px){
  .b-checkbox__line--short{
    margin-left: 1px;
  }
}
.b-checkbox__line--short::after{
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
.b-checkbox__line--long{
  height: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.b-checkbox__line--long::after{
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}.b-count--small .b-count__wrap {
    height: 30px;
}
.b-count--small .b-count__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
}
.b-count--medium .b-count__wrap {
    height: 35px;
}
.b-count--medium .b-count__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
}
.b-count__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}
.b-count__wrap--narrow {
    max-width: 219px;
}
.b-count__btn {
    background-color: transparent;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
    color: #a8a8a8;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.b-count__btn:hover {
    color: #d7202a;
}
.b-count__btn::before, .b-count__btn::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.b-count__btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.b-count__btn--minus::after {
    display: none;
}
.b-count__input-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b-count__input {
    width: 100%;
    height: calc(100% - 2px);
    text-align: center;
    font-size: 15px;
    display: block;
}.b-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 760px) {
    .b-form__wrap {
        display: block;
    }
}
.b-form__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 495px;
            flex: 0 1 495px;
    max-width: 495px;
}
.b-form__main .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}
.b-form__main .success_message, .b-form__main .errors_message {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 18px;
    color: #0f9d58;
}
.b-form__main .errors_message {
    color: #d7202a;
}
@media (max-width: 760px) {
    .b-form__main {
        max-width: 100%;
    }
}
.b-form__additional {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-left: 40px;
    min-width: 250px;
}
@media (max-width: 760px) {
    .b-form__additional {
        min-width: 0;
        margin-left: 0;
    }
}
@media (min-width: 761px) {
    .b-form__additional .textarea-text {
        height: 202px;
    }
}
.b-form__submit--right {
    text-align: right;
}
.b-form__submit--policy{
    font-size: 11px;
}
.b-form--inline .title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.b-form--inline .b-form__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
}
.b-form--inline .b-form__main .b-form__block {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
}
@media (max-width: 760px) {
    .b-form--inline .b-form__main .b-form__block {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}
.b-form--inline .b-form__submit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.b-form__block .b-radio {
    margin-right: 15px;
}
.b-form__block--or {
    margin-bottom: 25px !important;
}
.b-form__block.captcha-block img {
    vertical-align: bottom;
}
.b-form__block.captcha-block input {
    width: 180px;
}
.b-form__block--full {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.b-form__block--add-file {
    margin-top: 10px;
    margin-bottom: 20px;
}
.b-form__block--add-file input[type=button] {
    height: 24px;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer;
}
.b-form__block--file {
    margin-bottom: 0 !important;
}
.b-form__block--file .input-block__error-text {
    margin-bottom: 10px;
}
.b-form__block--file .input-block {
    margin-bottom: 0;
}
.b-form__block--file .input-file {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
}
.b-form__block--file .input-file input[type=file] {
    width: 80%;
    margin-bottom: 0;
}
.b-form__block--file .input-file input[type=button] {
    position: absolute;
    top: 0;
    right: 0;
}
.b-form__block--file .input-file input[type=button].input-text-remove{
    top: 8px;
}
.b-form__block--file .input-file input[type=text] {
    width: calc(100% - 40px);
}
.b-form__block--file input[type=button] {
    height: 24px;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer;
}
.b-form .b-radio ~ .b-radio {
    margin-top: 5px;
}
.b-form .b-checkbox ~ .b-checkbox {
    margin-top: 5px;
}
.b-form-coupled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.b-form-coupled .b-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}
@media (max-width: 600px) {
    .b-form-coupled {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.b-form-coupled .contact-sections {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
            flex: 0 0 315px;
    margin-left: 40px;
}
@media (max-width: 1025px) {
    .b-form-coupled .contact-sections {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px;
    }
}
@media (min-width: 769px) and (max-width: 1000px) {
    .b-form-coupled .contact-sections {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 292px;
                flex: 0 0 292px;
    }
}
@media (max-width: 600px) {
    .b-form-coupled .contact-sections {
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
.b-form-coupled .contact-sections__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding: 35px 20px;
    padding-bottom: 10px;
}
.b-form-coupled .contact-sections__hint {
    font-size: 13px;
    line-height: 1.429;
    color: #a8a8a8;
}
.b-form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.4;
}
.b-form__submit .btn {
    margin-right: 15px;
}
.b-form__submit a {
    color: #d7202a;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
}
.b-form__submit a:hover {
    text-decoration: none;
}

.b-kp-notification {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 5px;
  padding-left: 20px;
}
.b-kp-notification__tooltip {
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 4px 8px 1px rgba(0,0,0,0.1);
  padding: 10px 15px;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: calc(100% + 15px);
  opacity: 0;
}
.b-kp-notification__tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
.b-kp-notification__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #4285f4;
  border-radius: 20px;
  position: relative;
}
.b-kp-notification__button--new:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: #7dce49;
}
.b-kp-notification:hover .b-kp-notification__button{
  background-color: #1754b9;
}
.b-kp-notification:hover .b-kp-notification__button .b-kp-notification__tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-kp-notification__icon {
  width: 21px;
  height: 21px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #ffffff;
}.b-label{
  color: #ffffff;
  width: 86px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.b-label--sale, .b-label--stock{
  background-color: #d7202a;
}
.b-label--top, .b-label--hit{
  background-color: #f9b207;
}
.b-label--new{
  background-color: #009d07;
}
.b-label--recommend{
  background-color: #893ca9;
}.b-price{
  white-space: nowrap;
  display: inline-block;
  vertical-align: baseline;
}
.b-price::after{
  content: 'i';
  color: inherit;
  font-family: 'ALSRubl';
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
  vertical-align: baseline;
  text-indent: -2px;
  margin-left: 4px;
}
.b-price--pushed::after {
  padding-left: 3px;
}
.b-price sup{
  margin-right: -4px;
  font-size: 9px;
  font-weight: 400;
}
[data-currency-sign=Br] .b-price:after {
  font-family: "Arial", "sans-serif";
  content: 'Br';
}
[data-currency-sign=₸] .b-price:after {
  font-family: "Arial", "sans-serif";
  content: '\20B8';
}
[data-currency-sign=Br] .rouble:after {
  font-family: "Arial", "sans-serif";
  content: 'Br';
}
[data-currency-sign=₸] .rouble:after {
  font-family: "Arial", "sans-serif";
  content: '\20B8';
}.b-product-line{
  position: relative;
}
.b-product-line:hover{
  z-index: 2;
}
.b-product-line__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 13px;
  border: 2px solid #f1f1f1;
  background-color: #ffffff;
}
@media(max-width: 760px){
  .b-product-line__wrap{
    display: block;
  }
}
.b-product-line__image{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 233px;
          flex: 0 0 233px;
  height: 160px;
  max-width: 233px;
  font-size: 0;
  text-align: center;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media(max-width: 1150px){
  .b-product-line__image{
    height: 150px;
    max-width: 190px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}
@media(max-width: 760px){
  .b-product-line__image{
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 15px;
  }
}
.b-product-line__image::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-product-line__image img{
  display: inline-block;
  vertical-align: middle;
}
.b-product-line__body{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  max-width: 310px;
  padding-left: 19px;
  padding-right: 40px;
}
@media(max-width: 1150px){
  .b-product-line__body{
    padding-right: 25px;
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}
@media(max-width: 760px){
  .b-product-line__body{
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.b-product-line__rating{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.b-product-line__article{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #a8a8a8;
}
.b-product-line__info{
  margin-bottom: 13px;
}
.b-product-line__title{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  line-height: 1.3;
}
.b-product-line__table-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.b-product-line__table-row:not(:last-of-type){
  margin-bottom: 8px;
}
.b-product-line__cell{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 12px;
}
.b-product-line__cell--label{
  color: #a8a8a8;
}
.b-product-line__status{
  margin-bottom: 20px;
}
@media(max-width: 1300px){
  .b-product-line__status{
    margin-bottom: 10px;
  }
}
.b-product-line__footer{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 1300px){
  .b-product-line__footer{
    display: block;
  }
}
@media(max-width: 760px){
  .b-product-line__footer{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 15px;
  }
}
.b-product-line__delivery-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-product-line__delivery-item:not(:last-of-type){
  margin-bottom: 10px;
}
.b-product-line__delivery-icon{
  font-size: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-right: 10px;
}
.b-product-line__delivery-text{
  font-size: 13px;
}
.b-product-line__cart{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding-left: 20px;
  max-width: 250px;
}
@media(max-width: 1300px){
  .b-product-line__cart{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    padding-left: 0;
    margin-top: 10px;
  }
}
.b-product-line__price{
  margin-bottom: 20px;
}
@media(max-width: 1300px){
  .b-product-line__price{
    margin-bottom: 10px;
  }
}
.b-product-line__cart-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.b-product-line__count{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.b-product-line__cart-btn{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.b-product-line__cart-btn .btn{
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.b-product-line__funcs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-product-line__one-click{
  font-size: 12px;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b-product-line__one-click:hover{
  border-bottom: 1px dashed transparent;
}
.b-product-line__funcs-link:not(:last-of-type){
  margin-right: 10px;
}.b-product-table{
  position: relative;
  padding-left: 27px;
}
.b-product-table:hover{
  z-index: 1;
}
.b-product-table:hover .b-product-table__wrap{
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.b-product-table__checkbox{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.b-product-table__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f1f1f1;
  padding: 13px 0;
}
@media(max-width: 760px){
  .b-product-table__wrap{
    display: block;
    padding: 13px;
  }
}
.b-product-table__title{
  font-size: 13px;
  line-height: 1.385;
  padding: 0 13px;
}
@media(max-width: 760px){
  .b-product-table__title{
    padding: 0;
    margin-bottom: 15px;
  }
}
.b-product-table__article{
  font-size: 13px;
}
.b-product-table__price .price-block{
  font-size: 18px;
}
@media(max-width: 1100px){
  .b-product-table__price .price-block{
    font-size: 16px;
  }
}
.b-product-table__count-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
}
.b-product-table__cart-btn{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.b-product-table__cart-btn .btn{
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.b-product-table__count-block{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media(max-width: 760px){
  .b-product-table__article{
    margin-bottom: 7px;
  }
}
.b-product-table__price{
  margin: 10px 0;
}.b-product {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.b-product--full {
  / / height: 100 %;
}
.b-product:hover {
  z-index: 2;
}
.b-product__wrap {
  width: 100%;
  outline: 1px solid #f1f1f1;
  padding: 13px 13px 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.b-product__wrap:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.b-product--no-footer .b-product__wrap {
  padding-bottom: 18px;
}
.b-product__image-wrap {
  height: 146px;
  display: block;
  font-size: 0;
  margin-bottom: 13px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 146px;
          flex: 0 0 146px;
}
.b-product__image-wrap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-product__image {
  display: inline-block;
  vertical-align: middle;
}
.b-product__title {
  text-align: center;
  margin-bottom: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 760px) {
  .b-product__title {
    font-size: 13px;
  }
}
.b-product__title-link {
  line-height: 1.385;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b-product__title-link:hover {
  color: #d7202a;
}
.b-product__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}
.b-product__article {
  color: #a8a8a8;
}
@media (max-width: 760px) {
  .b-product__article {
    font-size: 13px;
  }
}
.b-product__status {
  margin-bottom: 8px;
}
.b-product__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 16px;
}
.b-product__cart-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.b-product__cart-btn .btn {
  width: 100%;
  padding: 0 5px;
}
.b-product__cart-btn--pushed {
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-product__count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.b-product__funcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-product__funcs-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-product__one-click {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b-product__one-click:hover {
  border-bottom: 1px dashed transparent;
}
.b-product__funcs-link:not(:last-of-type) {
  margin-right: 10px;
}
.b-product__labels {
  position: absolute;
  top: 18px;
  left: 2px;
  z-index: 1;
}
.b-product__label {
  margin-bottom: 10px;
}
.b-product__rating {
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 1;
}
.b-product__avail {
  vertical-align: middle;
  font-size: 12px;
  min-width: 80px;
}
.b-product__avail span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #0f9d58;
}
.b-product__avail--less span {
  background-color: #4285f4;
}
.b-product__avail--unavail span {
  background-color: #d7202a;
}
.b-product__footer {
  padding: 8px 13px 18px;
  margin: 0 -13px;
  background-color: #fafafa;
}
.b-product__footer--unavailable {
  padding: 12px 13px 12px;
}.b-radio {
  display: inline-block;
  vertical-align: middle;
}
.b-radio__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.b-radio__flex-container--left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 0;
}
.b-radio__flex-container--margin {
  margin-bottom: 30px;
}
.b-radio__item-container {
  margin-right: 20px;
}
.b-radio__item-container:last-child {
  margin-right: 0;
}
.b-radio__input {
  display: none;
}
.b-radio__input:checked + label:not(.disabled) .b-radio__box {
  box-shadow: inset 0 0 0 4px #d7202a;
}
.b-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.b-radio__label.disabled {
  cursor: default;
  opacity: .7;
}
.b-radio__box {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  max-width: 15px;
  margin-right: 10px;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #e2e2e2;
  border-radius: 50%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b-radio__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  color: #595959;
}.b-rating{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.b-rating__item{
  font-size: 12px;
  color: #e0e0e0;
}
.b-rating__item.active{
  color: #f9b207;
}
.b-rating__item:not(:last-of-type){
  margin-right: 4px;
}.b-soc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-soc__item{
  display: block;
  width: 29px;
  height: 29px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  max-width: 29px;
  text-align: center;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b-soc__item:hover{
  opacity: .6;
}
.b-soc__item::after{
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.b-soc__item:not(:last-of-type){
  margin-right: 9px;
}
.b-soc__item--vk{
  background-color: #3772af;
}
.b-soc__item--fb{
  background-color: #1d4c7b;
}
.b-soc__item--tw{
  background-color: #49d6ff;
}
.b-soc__item img{
  display: inline-block;
  vertical-align: middle;
}.b-sorting {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 20px;
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.b-sorting--wrap {
  padding-top: 12px;
  padding-bottom: 0;
}
.b-sorting--wrap select {
  max-width: 179px;
}
@media (max-width: 830px) {
  .b-sorting {
    display: block;
  }
}
.b-sorting__select--full {
  width: 100%;
}
.b-sorting__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 830px) {
  .b-sorting__sort {
    display: block;
  }
}
.b-sorting__sort--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-sorting__select-title {
  margin-right: 9px;
}
@media (max-width: 830px) {
  .b-sorting__select-title {
    font-size: 13px;
  }
}
.b-sorting__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.b-sorting__item.open {
  z-index: 2;
}
.b-sorting__item.active .bordered-link {
  color: #d7202a;
  border: 1px solid #d7202a;
}
.b-sorting__item--wrap {
  margin-bottom: 12px;
}
.b-sorting__item:not(:last-of-type) {
  margin-right: 45px;
}
@media (max-width: 830px) {
  .b-sorting__item:not(:last-of-type) {
    margin-right: 0;
  }
}
@media (max-width: 830px) {
  .b-sorting__item {
    margin-bottom: 12px;
  }
}
.b-sorting__item-btn {}
.b-sorting--knowledge {
  padding: 14px 20px;
}
.b-sorting--knowledge .select__inner-head {
  background: transparent;
}
.b-sorting--contractor  {
  padding: 18px 20px;
}
.b-sorting--contractor .select__inner-head {
  color: #a8a8a8;
}
.b-sorting--contractor .select__inner {
  padding-left: 8px;
}
.b-sorting--contractor .b-sorting__sort {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.b-sorting--contractor .b-sorting__item {
  -webkit-box-flex:0;
      -ms-flex:0 1 230px;
          flex:0 1 230px;
  margin-right: 20px;
}
.b-sorting--contractor .b-sorting__item .select {
  width: 100%;
}
.b-sorting--contractor .b-sorting__item:last-child {
  display: block;
  text-align: right;
  margin-right: 0px;
}
.b-sorting--contractor .b-sorting__item:last-child .btn {
  min-width: 48%;
  padding: 0;
}
@media (max-width: 830px) {
  .b-sorting--contractor .b-sorting__item {
    margin-right: 0;
    display: block;
  }
  .b-sorting--contractor .b-sorting__item .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 980px) {
  .b-sorting--knowledge .b-sorting {
    display: block;
  }
}
.b-sorting--knowledge .b-sorting__sort {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 980px) {
  .b-sorting--knowledge .b-sorting__sort {
    display: block;
  }
}
.b-sorting--knowledge .b-sorting__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  margin-right: 20px;
}
.b-sorting--knowledge .b-sorting__item .select {
  width: 100%;
}
.b-sorting--knowledge .b-sorting__item--buttons {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  text-align: right;
  margin-right: 0px;
}
.b-sorting--knowledge .b-sorting__item--buttons .btn {
  min-width: 125px;
}
@media (max-width: 830px) {
  .b-sorting--knowledge .b-sorting__item {
    margin-right: 0;
    display: block;
  }
  .b-sorting--knowledge .b-sorting__item .btn {
    display: block;
    width: 100%;
  }
}
.b-sorting__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-sorting__search-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-sorting__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 515px;
          flex: 0 1 515px;
  padding-left: 15px;
  max-width: 515px;
}
@media (max-width: 830px) {
  .b-sorting__search {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.b-sorting__search-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-sorting__radios {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.b-sorting__radios-item:not(:last-of-type) {
  margin-right: 30px;
}.b-tabs__head-item{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-bottom: 8px;
    overflow: hidden;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 15px;
    cursor: pointer;
}
.b-tabs__head-item:hover{
    color: #d7202a;
}
.b-tabs__head-item::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    height: 2px;
    background-color: #c81e2b;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.b-tabs__head-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 2px solid #c81e2b;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.b-tabs__head-item:not(:last-child){
    margin-right: 35px;
}
.b-tabs__head-item.del_items{
    float: right;
}
@media (max-width: 760px){
    .b-tabs__head-item.del_items{
        float: none;
    }
}
.b-tabs__head-item.active{
    color: #d7202a;
}
.b-tabs__head-item.active::after{
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.b-tabs__head-item.active::before{
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
.b-tabs__body {
    position: relative;
}
.b-tabs__body--detail {
    padding: 37px 0px;
    margin-top: -15px;
}
.b-tabs__body-item{
    display: none;
}
.b-tabs__body-item.active{
    display: block;
}
.b-tabs__body-overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background: #f1f1f1;
}
.b-tabs__icon {
    color: #5c5757;
    border: none !important;
}.base-search{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media(max-width: 480px){
  .base-search{
    margin-left: 0;
    display: block;
  }
}
.base-search__item{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 20px);
      flex-basis: calc(25% - 20px);
  width: calc(25% - 20px);
  margin-left: 20px;
  max-width: calc(25% - 20px);
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media(max-width: 1200px){
  .base-search__item{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media(max-width: 760px){
  .base-search__item{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media(max-width: 480px){
  .base-search__item{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.base-search__item:hover .base-search__item-title{
  text-decoration: none;
}
.base-search__item-image{
  height: 68px;
  display: block;
}
.base-search__item-image img{
  width: 100%;
  height: 68px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
}
.base-search__item-title{
  display: block;
  background-color: #f4f4f4;
  padding: 16px 20px 13px;
  text-decoration: underline;
  line-height: 1.3;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}.bonus-block{
  margin-bottom: 60px;
}
.bonus-block--card{
  padding: 53px 0;
}
.bonus-block--card .bonus-block__wrap{
  height: 195px;
}
@media(max-width: 760px){
  .bonus-block--card .bonus-block__wrap{
    height: auto;
  }
}
.bonus-block--card .bonus-block__left{
  text-align: center;
  padding-left: 53px;
  padding-right: 53px;
}
@media(max-width: 760px){
  .bonus-block--card .bonus-block__left{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
  }
}
.bonus-block--card .bonus-block__left img{
  width: auto;
  height: auto;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.bonus-block__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  background-color: #d7202a;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media(max-width: 760px){
  .bonus-block__wrap{
    display: block;
    height: auto;
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.bonus-block__wrap > *{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media(max-width: 760px){
  .bonus-block__wrap > *{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.bonus-block__right{
  padding-left: 45px;
  padding-right: 45px;
}
@media(max-width: 760px){
  .bonus-block__right{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
  }
}
.bonus-block__left{
  position: relative;
  height: 275px;
  font-size: 0;
}
.bonus-block__left .rounded-card {
  border-radius: 10px;
}
@media(max-width: 760px){
  .bonus-block__left{
    height: 130px;
  }
}
.bonus-block__left::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.bonus-block__left img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
  vertical-align: middle;
}.bonus-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media(max-width: 760px){
  .bonus-list{
    display: block;
  }
}
.bonus-list__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media(max-width: 760px){
  .bonus-list__item{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.bonus-list__item:not(:last-of-type){
  padding-right: 15px;
}
@media(max-width: 760px){
  .bonus-list__item:not(:last-of-type){
    padding-right: 0;
  }
}
.bonus-list__item:hover{
  color: #d7202a;
}
.bonus-list__text{
  font-weight: bold;
  max-width: 175px;
  line-height: 1.2;
}
.bonus-list__image{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  margin-right: 20px;
}.bordered-link{
  padding: 12px 30px;
  border: 1px solid #f1f1f1;
  color: #3d3d3d;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bordered-link:hover, .bordered-link.active{
  color: #d7202a;
  border: 1px solid #d7202a;
}.brands-slider .swiper-container{
    padding: 0 35px;
}
.brands-slider__item{
    display: block;
    height: 50px;
    font-size: 0;
    text-align: center;
}
.brands-slider__item::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.brands-slider__item img{
    display: inline-block;
    vertical-align: middle;
}.brands-detail .page-heading {
    padding-right: 115px;
}
.brands-detail .ph-service-block__icon {
    margin-right: 0;
    margin-left: 7px;
    border: 1px solid #e8e8e8;
    font-size: 30px;
    padding: 6px;
    color: #5c5757;
}
.brands-detail .ph-service-block__content {
    color: #aeaeae;
}
.brands-detail .brands-logo {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    min-width: 200px;
}
@media (max-width: 480px) {
    .brands-detail .brands-logo {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
.brands-detail .ph-service-block {
    cursor: pointer;
}
.brands-detail__list {
    margin: 20px 0 !important;
}
.brands-detail__include-product {
    margin-bottom: 15px;
}.brands-logo {
  display: block;
  height: 110px;
  padding: 10px;
  border: 2px solid #f1f1f1;
  font-size: 0;
  text-align: center;
}
.brands-logo::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.brands-logo img{
  display: inline-block;
  vertical-align: middle;
}.brands__pointer {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: bold;
}
.brands__items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
}
@media (max-width: 320px) {
    .brands__items-container {
        margin-left: 0;
    }
}
.brands__item {
    width: calc(20% - 25px);
    margin-left: 25px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .brands__item {
        width: calc(33.333% - 25px);
    }
}
@media (max-width: 480px) {
    .brands__item {
        width: calc(50% - 25px);
    }
}
@media (max-width: 320px) {
    .brands__item {
        width: 100%;
        margin-left: 0;
    }
}
.brands__item-title {
    margin-top: 15px;
    text-align: center;
}.breadcrumbs {
  padding: 0px 0 7px;
  font-size: 13px;
  color: #a8a8a8;
}
@media (max-width: 760px) {
  .breadcrumbs {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 0 30px;
    padding-right: 20px;
  }
}
.breadcrumbs-container {
  position: relative;
}
@media (max-width: 760px) {}
.breadcrumbs-container::after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255, 0.4), #ffffff 100%);
  background: linear-gradient(to right, rgba(255,255,255, 0.4), #ffffff 100%);
}
@media (max-width: 760px) {
  .breadcrumbs-container::after {
    display: block;
  }
}
@media (max-width: 760px) {
  .breadcrumbs-wrapper {
    overflow: hidden;
    height: 25px;
  }
}
.breadcrumbs > * {
  vertical-align: middle;
  display: inline-block;
}
.breadcrumbs__separator {
  width: 12px;
  height: 20px;
  position: relative;
  padding-bottom: 7px;
}
.breadcrumbs__separator-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 760px) {
  .breadcrumbs__separator-inner {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
}
.breadcrumbs__separator-inner::after, .breadcrumbs__separator-inner::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 1px;
  background-color: currentColor;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.breadcrumbs__separator-inner::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumbs__separator-inner::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbs__item {
  position: relative;
  padding-bottom: 7px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.breadcrumbs__item--dropdown:hover .breadcrumbs__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.breadcrumbs__item--dropdown:hover + .breadcrumbs__separator {
  color: #d7202a;
}
.breadcrumbs__item--dropdown:hover + .breadcrumbs__separator .breadcrumbs__separator-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.breadcrumbs__item:hover {
  color: #d7202a;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}
.breadcrumbs__item > span {
  color: #a8a8a8;
}
.breadcrumbs__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #d7202a;
  width: 210px;
  padding: 12px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 3;
}
@media (max-width: 768px) {
  .breadcrumbs__dropdown {
    width: 150px;
    padding: 10px;
  }
}
@media (max-width: 760px) {
  .breadcrumbs__dropdown {
    display: none;
  }
}
.breadcrumbs__list-item {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #2d2d2d;
}.btn-hint {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding: 10px 5px;
  bottom: 100%;
  margin-bottom: 10px;
  right: 50%;
  width: 120px;
  text-align: center;
  background-color: #cd2e39;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.btn-hint::after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #cd2e39 transparent transparent;
}.btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #d7202a;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover {
  background-color: #b3141f;
}
.btn--unclicable {
  background-color: #d7202a!important;
  cursor: default;
}
.btn--medium {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}
.btn--small {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn--wide {
  padding-left: 42px;
  padding-right: 42px;
}
.btn--long-wide {
  padding-left: 68px;
  padding-right: 68px;
}
.btn--white-bg {
  box-shadow: inset 0 0 0 1px #f1f1f1;
  color: #5c5757;
  background-color: #ffffff;
}
.btn--white-bg:hover {
  background-color: #ffffff;
  color: #d7202a;
  box-shadow: inset 0 0 0 1px #d7202a;
}
.btn--modal_btn {
  background-color: #ffffff;
  color: #d7202a;
  box-shadow: inset 0 0 0 1px #d7202a;
}
.btn--modal_btn:hover {
  background-color: #d7202a;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #d7202a;
}
.btn--transparent {
  box-shadow: inset 0 0 0 1px #f1f1f1;
  color: #3d3d3d;
  background-color: transparent;
}
.btn--transparent:hover {
  color: #ffffff;
}
.btn--grey {
  background-color: #f4f4f4;
  color: #575a67;
}
.btn--grey:hover {
  color: #ffffff;
  background-color: #575a67;
}
.btn:disabled {
  background-color: #f4f4f4;
  color: #575a67;
  cursor: default;
}
.btn--icon {
  font-size: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.btn__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.btn__text {
  font-size: 14px;
}
.btn-nav {
  position: relative;
  padding: 0 15px;
}
.btn-nav::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid currentColor;
}
.btn-nav--next {
  padding-right: 30px;
}
.btn-nav--next::after {
  right: 15px;
}
.btn-nav--prev {
  padding-left: 30px;
}
.btn-nav--prev::after {
  left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn--inline {
  margin-bottom: 10px;
}
.btn--inline:first-child {
  margin-right: 15px;
}.table-emulate {
    display: table;
    table-layout: fixed;
}
.table-emulate > div, .table-emulate > ul {
    display: table-cell;
}
.table-emulate li {
    display: block;
}
.table-emulate--middle > div {
    vertical-align: middle;
}
.table-emulate--top > div {
    vertical-align: top;
}
.table-emulate--bottom > div {
    vertical-align: bottom;
}
.inline-block {
    display: inline-block;
}
.justify {
    text-align: justify;
    margin-bottom: -1.2em;
}
.justify * {
    text-align: left;
}
.justify > div {
    display: inline-block;
}
.justify::after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}
.justify.vert-middle > div
        {
    vertical-align: middle;
}
.justify.vert-top > div
        {
    vertical-align: top;
}
.justify.vert-bot > div
        {
    vertical-align: bottom;
}
.cell-emulate
{
    display: table-cell;
}
.align-right
{
    text-align: right;
}
.align-left
{
    text-align: left;
}
.align-center
{
    text-align: center;
}
.full
{
    width: 100%;
    max-width: 100%;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.no-padding {
    padding: 0;
}
.no-padding-important {
    padding: 0 !important;
}
.no-padding-right {
    padding-right: 0;

}
.no-padding-left {
    padding-left: 0;
}
.relative {
    position: relative;
}
.no-margin {
    margin: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.rounded {
    border-radius: 100%;
}
.bold {
    font-family: "Roboto";
}
.big-zindex {
    z-index: 500;
}
.white-back {
    background: white;
}
.vert-middle {
    vertical-align: middle;
}
.vert-top {
    vertical-align: top;
}
.wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
.half-width {
    width: 50%;
}
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.hidden {
    display: none !important;
}
.border-none {
    border: none !important;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.margin-auto {
    margin: auto;
    display: block;
}
@media (min-width: 761px) {
    .desktop-hidden {
        display: none !important;
    }
}
@media(max-width: 760px){
    .mobile-hidden {
        display: none !important;
    }
}
.red-text{
    color: #d7202a;
}
.blue-link, .styled-text a:not(.btn), .b-systems-detail__description a:not(.btn) {
    color: #4285f4;
    text-decoration: underline;
}
.blue-link:hover, .styled-text a:not(.btn):hover, .b-systems-detail__description a:not(.btn):hover {
    text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.styled-text, .b-systems-detail__description {
  line-height: 19px;
  font-size: 14px;

}
.styled-text h1, .b-systems-detail__description h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text h2, .b-systems-detail__description h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text h3, .b-systems-detail__description h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text p, .b-systems-detail__description p {
    margin-bottom: 20px;
}
.styled-text ul, .styled-text ol, .b-systems-detail__description ul, .b-systems-detail__description ol {
    margin: 40px 0;
}
.styled-text ul, .styled-text ol, .b-systems-detail__description ul, .b-systems-detail__description ol {
    list-style-type: none;
}
.styled-text ul li, .styled-text ol li, .b-systems-detail__description ul li, .b-systems-detail__description ol li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
.styled-text ul li:before, .styled-text ol li:before, .b-systems-detail__description ul li:before, .b-systems-detail__description ol li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 6px;
}
.styled-text ul li::before, .b-systems-detail__description ul li::before {
    width: 5px;
    height: 5px;
    background: #d7202a;
}
.styled-text ol, .b-systems-detail__description ol {
    list-style-type: none;
    counter-reset: num;
}
.styled-text ol li, .b-systems-detail__description ol li {
    padding-left: 25px;
}
.styled-text ol li::before, .b-systems-detail__description ol li::before {
    top: 0px;
    content: counter(num) '. ';
    counter-increment: num;
    color: #d7202a;
}
.styled-text ol li, .b-systems-detail__description ol li {
    margin-bottom: 10px;
}
.styled-text a.dashed-link, .b-systems-detail__description a.dashed-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 15px;
}
.styled-text a.dashed-link:hover, .b-systems-detail__description a.dashed-link:hover {
    border-bottom: 0;
    padding-bottom: 1px;
}
.styled-text a.black-title, .b-systems-detail__description a.black-title {
    text-decoration: none;
    color: black;
}
.styled-text a.black-title:hover, .styled-text a.black-title.active, .b-systems-detail__description a.black-title:hover, .b-systems-detail__description a.black-title.active{
    color: #d7202a;
}
.styled-text .list-title, .b-systems-detail__description .list-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.styled-text > *:last-child, .b-systems-detail__description > *:last-child {
    margin-bottom: 0px;
}
.styled-text .grey, .b-systems-detail__description .grey {
    color: #918e8e;
}
.b-systems-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 35px;
}
@media (max-width: 760px) {
    .b-systems-detail {
        display: block;
    }
}
.b-systems-detail__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 30px;
}
@media (max-width: 1200px) {
    .b-systems-detail__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 400px;
                flex: 0 0 400px;
    }
}
@media (max-width: 760px) {
    .b-systems-detail__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 0;
    }
}
.b-systems-detail__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 25px;
}
@media (max-width: 1200px) {
    .b-systems-detail__image {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(100% - 400px);
            flex-basis: calc(100% - 400px);
        padding: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 760px) {
    .b-systems-detail__image {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 0 15vw;
    }
}
@media (max-width: 480px) {
    .b-systems-detail__image {
        padding: 0;
    }
}
.b-systems-detail__description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.b-systems-detail__description ol {
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
@media (max-width: 480px) {
    .b-systems-detail__description ol {
        -webkit-column-count: auto;
           -moz-column-count: auto;
                column-count: auto;
    }
}
.b-systems-detail__description ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    line-height: 27px;
}
.b-systems-detail__description ol li:not(:last-of-type) {
    margin-bottom: 15px;
}
.b-systems-detail__description ol li:before {
    content: counter(num);
    width: 27px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27px;
            flex: 0 0 27px;
    height: 27px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #d7202a;
    line-height: 27px;
    text-align: center;
    margin-right: 12px;
}
.b-systems-detail__description ul {
    margin-top: 15px;
}
.b-systems-detail__description h2 {
    margin-bottom: 8px;
}
.b-systems-detail__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
.b-systems-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.b-systems-detail__item:not(:last-of-type) {
    margin-bottom: 15px;
}
.b-systems-detail__item:hover, .b-systems-detail__item.active {
    color: #d7202a;
}
.b-systems-detail__item:hover .b-systems-detail__item-icon, .b-systems-detail__item.active .b-systems-detail__item-icon {
    background-color: #ffffff;
    color: #3d3d3d;
    box-shadow: inset 0 0 0 1px #d7202a;
}
.b-systems-detail__item-icon {
    width: 27px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27px;
            flex: 0 0 27px;
    height: 27px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #d7202a;
    line-height: 27px;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.b-systems-detail__item-text {
    font-family: "Ubuntu";
}
.b-systems-detail__image-wrap {
    position: relative;
}
.b-systems-detail__image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain;
    max-height: 250px;
}
.b-systems-detail__marker {
    position: absolute;
    z-index: 1;
    background-color: #d7202a;
    width: 19px;
    height: 19px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.b-systems-detail__marker::after {
    content: attr(data-system-marker);
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    color: #ffffff;
}
.b-systems-detail__marker:hover, .b-systems-detail__marker.active {
    background-color: #ffffff;
    color: #3d3d3d;
    box-shadow: inset 0 0 0 1px #d7202a;
}
.b-systems-detail__marker:hover::after, .b-systems-detail__marker.active::after {
    color: #3d3d3d;
}
.b-systems-detail__bottom {
    margin-top: 30px;
}
@media (max-width: 760px) {
    .b-systems-detail__bottom .b-tabs__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .b-systems-detail__bottom .b-tabs__head .b-tabs__head-item {
        margin-right: 0;
    }
}
.b-systems-detail__bottom .b-tabs__body {
    padding-bottom: 0;
}
.b-systems-detail-documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
}
.b-systems-detail-documents__title {
    font-weight: 500;
    margin-bottom: 12px;
}
.b-systems-detail-documents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2px 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
}
.b-systems-detail-documents__item-size {
    font-size: 12px;
    color: #707370;
    position: relative;
    padding-left: 20px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.b-systems-detail-documents__item-size:after {
    content: '';
    width: 16px;
    height: 18px;
    background-image: url("/html/images/building-systems/download.png");
    position: absolute;
    left: 0;
    bottom: 0;
}
.b-systems-detail-documents__item-size:hover {
    color: #d7202a;
    -webkit-text-decoration-color: #d7202a;
            text-decoration-color: #d7202a;
}
.b-systems-detail-bottom__description {
    font-family: 'Ubuntu';
    font-size: 14px;
    line-height: 17px;
}
.b-systems-detail-bottom__description p {
    margin-bottom: 10px;
}
.b-systems-detail-bottom__description-title {
    font-weight: 500;
}.b-systems {
    font-family: "Ubuntu";
}
.b-systems-options {
    font-family: "Ubuntu Medium";
    margin-bottom: 15px;
}
.b-systems-options__header {
    position: relative;
    height: 45px !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 50px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}
@media (max-width: 760px) {
    .b-systems-options__header {
        padding: 0 35px;
        font-size: 14px;
    }
}
.b-systems-options__header.active:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    top: 45%;
}
.b-systems-options__header .i-icon {
    position: absolute;
    width: 15px;
    height: 32px;
    top: calc(50% - 16px);
    left: 12px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
@media (max-width: 760px) {
    .b-systems-options__header .i-icon {
        top: calc(50% - 10px);
        left: 8px;
        width: 20px;
        height: 20px;
    }
}
.b-systems-options__header:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid currentColor;
    width: 0;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 760px) {
    .b-systems-options__header:after {
        top: calc(50% - 2px);
        right: 15px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid currentColor;
    }
}
.b-systems-options__header--red {
    background-color: #d7202a;
}
.b-systems-options__header--red:hover {
    background-color: #b3141f;
}
.b-systems-options__header--grey {
    background-color: #a9a9a9;
}
.b-systems-options__header--grey:hover {
    background-color: #918e8e;
}
.b-systems-options__body {
    display: none;
    margin-top: 15px;
    padding: 25px;
}
@media (max-width: 760px) {
    .b-systems-options__body {
        padding: 10px;
    }
}
.b-systems-options__body--bg {
    background-color: #f8f8f8;
}
.b-systems-options__body--detail {
    padding: 25px 0 0;
}
.b-systems-options__body--detail.active {
    display: block;
}
.b-systems-options__body--detail .b-systems-options-list {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.b-systems-options__body--detail .b-systems-options-list .b-systems-options-item .b-systems-options-item__title {
    font-family: "Ubuntu";
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}
.b-systems-options__body--detail .product-section__options {
    margin-bottom: 0;
}
.b-systems-options__body--detail .product-section__options .product-section__option-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.b-systems-options__body--detail .product-section__options .product-section__option-list .product-section__checkbox {
    margin-right: 0;
    padding-right: 15px;
    min-width: 15%;
}
.b-systems-options-type {
    /*display: flex;*/
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
}
.b-systems-options-type__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 15px;
}
.b-systems-options-type__item:not(:last-of-type) {
    padding-right: 20px;
}
.b-systems-options-type__item .b-systems-radio__input:checked + label.b-systems-radio__label:not(.disabled) .b-systems-radio__text, .b-systems-options-type__item .b-systems-radio__input:checked + label.b-systems-radio__label:not(.disabled) .b-systems-options-type__img * {
    fill: #d7202a;
    color: #d7202a;
}
.b-systems-options-type__img {
    width: 26px;
    height: 26px;
    margin-bottom: 12px;
}
.b-systems-options-type__img * {
    fill: #707070;
    -webkit-transition: .2s;
    transition: .2s;
}
.b-systems-options-type__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.b-systems-options-type__label .b-systems-radio__text {
    margin-bottom: 12px;
    color: #2d2d2d;
    font-size: 11px;
    -webkit-transition: .2s;
    transition: .2s;
}
.b-systems-options-type__label .b-systems-radio__box {
    margin: 0;
}
.b-systems-options-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5px;
}
@media (max-width: 1395px) {
    .b-systems-options-list {
        padding: 0 30px;
    }
}
@media (max-width: 1020px) {
    .b-systems-options-list {
        padding: 0 25px;
    }
}
@media (max-width: 760px) {
    .b-systems-options-list {
        padding: 0 15px;
    }
}
.b-systems-options-item {
    padding: 0 50px 15px 0;
    min-width: calc(100% / 3);
}
.b-systems-options-item__title {
    margin-bottom: 15px;
    line-height: 18px;
}
.b-systems-options-item__radio {
    line-height: 16px;
    margin: 0 30px 15px 10px;
}
.b-systems-options-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.b-systems-options-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b-systems-options-btns__show {
    margin-right: 15px;
}
.b-systems-options-btns__clear {
    color: #d7202a;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
}
.b-systems-options-btns__clear:hover {
    text-decoration: none;
}
.b-systems-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 15px;
}
.b-systems-result__item {
    width: calc(100%/3);
    border: 1px solid #E1E1E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
    margin: 0 -1px -1px 0;
}
@media (max-width: 1171px) {
    .b-systems-result__item {
        width: 50%;
    }
}
@media (min-width: 769px) and (max-width: 1000px) {
    .b-systems-result__item {
        width: calc(100%/3);
    }
}
@media (max-width: 600px) {
    .b-systems-result__item {
        width: 100%;
    }
}
.b-systems-result__img {
    margin: 0 auto 10px auto;
    height: 210px;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
}
.b-systems-result__img--link{
    text-align: center;
}
.b-systems-result__title {
    font-family: "Ubuntu Medium";
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #313131;
}
.b-systems-result__price {
    font-family: "Ubuntu Medium";
    font-size: 16px;
    line-height: 18px;
    color: #313131;
}
.b-systems-result__description {
    font-family: "Ubuntu";
    font-size: 13px;
    line-height: 16px;
    color: #505050;
    margin: 10px 0 15px 0;
}
.b-systems-description {
    font-family: "Ubuntu Medium";
    font-size: 14px;
    line-height: 18px;
    color: #454545;
}
.b-systems-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-systems-radio__input:checked + label.b-systems-radio__label:not(.disabled) .b-systems-radio__box:after {
    opacity: 1;
}
.b-systems-radio__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.b-systems-radio__box {
    position: relative;
    width: 16px;
    height: 16px;
    box-shadow: inset 0 0 0 1px #aeaeae;
    background-color: #ffffff;
    border-radius: 3px;
    margin-right: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.b-systems-radio__box:hover {
    box-shadow: inset 0 0 0 1px #918e8e;
}
.b-systems-radio__box:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 3px;
    background-color: #d7202a;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.b-systems-radio__text {
    font-size: 12px;
    color: #6F6F6F;
    -webkit-transition: .2s;
    transition: .2s;
}
.b-systems__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d7202a;
    height: 40px;
    width: 181px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: auto;
    font-family: "Ubuntu Medium";
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.b-systems__btn:hover {
    background-color: #b3141f;
}
@media (max-width: 760px) {
    .b-systems__btn {
        width: auto;
    }
}
.b-systems-product-section {
    font-family: "Ubuntu";
}
.b-systems-product-section__cart {
    margin-bottom: 20px;
}
.b-systems-product-section__cart-section {}
.b-systems-product-section__cart-analog {
    display: none;
}
.b-systems-product-section__cart-analog .b-systems-product-section__collapse-btn {
    display: none;
}
.b-systems-product-section__cart .b-cart__item {
    padding: 10px 12px;
    border: 1px solid #D7D7D7;
    margin-bottom: -1px;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.b-systems-product-section__cart .b-cart__item .b-systems-radio__box {
    margin: 0;
}
.b-systems-product-section__cart .b-cart__item .b-cart__item-article {
    font-size: 14px;
}
.b-systems-product-section__cart .b-cart__item .b-product__avail {
    font-size: 14px;
    color: #A7A7A7;
}
.b-systems-product-section__cart .b-cart__item .price-block {
    font-size: 20px;
}
.b-systems-product-section__cart .b-cart__item .b-count__btn::before, .b-systems-product-section__cart .b-cart__item .b-count__btn::after {
    width: 8px;
}
.b-systems-product-section__cart .b-cart__item .b-systems-product-section__collapse-btn {
    background: #ffffff;
}
.b-systems-product-section__cart .b-cart__item-title {
    margin-bottom: 4px;
}
.b-systems-product-section__cart .b-cart__item sup {
    top: -0.7em;
    font-size: 14px;
    margin-right: -3px;
    margin-left: 3px;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item .b-cart__cell {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 10px;
    }
}
.b-systems-product-section__cart .b-cart__item .b-cart__cell--product {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 375px;
            flex: 0 1 375px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item .b-cart__cell--product {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 25px;
    }
}
.b-systems-product-section__cart .b-cart__item .b-cart__cell--product .b-cart__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    max-width: 85px;
    padding-right: 5px;
}
.b-systems-product-section__cart .b-cart__item .b-cart__cell--price {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item .b-cart__cell--price {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 10px;
    }
}
.b-systems-product-section__cart .b-cart__item .b-cart__cell--count {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item .b-cart__cell--count {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 15px;
    }
}
.b-systems-product-section__cart .b-cart__item .b-cart__cell--total {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    padding: 0 25px;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item .b-cart__cell--total {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 10px;
    }
}
.b-systems-product-section__cart .b-cart__item .b-cart__cell--collapse-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
    word-break: keep-all;
}
@media (max-width: 760px) {
    .b-systems-product-section__cart .b-cart__item .b-cart__cell--collapse-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }
}
.b-systems-product-section__collapse-btn {
    cursor: pointer;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.b-systems-product-section__collapse-btn-text {
    font-family: "Ubuntu";
    font-size: 14px;
    color: #d7202a;
}
.b-systems-product-section__collapse-btn-arrow {
    width: 13px;
    height: 7px;
    position: relative;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.b-systems-product-section__collapse-btn-arrow:before, .b-systems-product-section__collapse-btn-arrow:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 8px;
    background-color: #d7202a;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}
.b-systems-product-section__collapse-btn-arrow:before {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
}
.b-systems-product-section__collapse-btn-arrow:after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
}
.b-systems-product-section__collapse-btn.active .b-systems-product-section__collapse-btn-arrow {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
.b-systems-product-section__title {
    font-family: "Ubuntu";
    font-size: 16px;
    line-height: 19px;
    color: #272727;
    margin-bottom: 10px;
}
.b-systems-product-section__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
}
@media (max-width: 760px) {
    .b-systems-product-section__total {
        display: block;
    }
}
.b-systems-product-section__total-price {
    margin-right: 15px;
}
@media (max-width: 760px) {
    .b-systems-product-section__total-price {
        margin-bottom: 15px;
    }
}
.b-systems-product-section__total-buttons .btn {
    width: 185px;
}
@media (max-width: 760px) {
    .b-systems-product-section__total-buttons .btn {
        width: 100%;
    }
}
.b-systems-product-section__total-buttons .btn:not(:last-child) {
    margin-right: 25px;
}
@media (max-width: 760px) {
    .b-systems-product-section__total-buttons .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}.bx-basket {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.calc-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
    .calc-input {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.calc-input__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
}
.calc-input__label--wide {
    min-width: 99px;
}
.calc-input__holder {
    width: 100%;
}
.calc-input__overflow {
    display: inline-block;
    max-height: 113px;
    max-width: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
}
.calc-input__overflow:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: red;
    z-index: 10;
}
.calc-input__overflow-helper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.calc-input__overflow-label:hover .calc-input__overflow-helper {
    box-shadow: inset 0 0 0 1px #d7202a;
}
.calc-input__overflow-name {
    font-weight: 500;
    margin-top: 15px;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.calc-mobile__table-name {
    display: none;
}
@media (max-width: 600px) {
    .calc-mobile__table-name {
        display: block;
        margin-bottom: 7px;
    }
}
@media (max-width: 600px) {
    .calc-mobile__hide {
        display: none;
    }
}
@media (max-width: 600px) {
    .calc-mobile__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .calc-mobile__full {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
}
@media (max-width: 600px) {
    .calc-mobile__long {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
    }
}
@media (max-width: 600px) {
    .calc-mobile__short {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33%;
                flex: 1 0 33%;
    }
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.calc-options {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 80px;
}
@media (max-width: 1171px) {
    .calc-options {
        margin-right: 0;
    }
}
.calc-options__block:not(:last-child) {
    margin-bottom: 25px;
}
.calc-options__radio-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .calc-options__radio-block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.calc-options__radio-block--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.calc-options__radio-items {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
@media (max-width: 480px) {
    .calc-options__radio-items {
        margin-top: 10px;
        margin-left: 0px;
    }
}
.calc-options__radio-items > * {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
@media (max-width: 480px) {
    .calc-options__radio-items > * {
        margin-left: 0px;
        margin-right: 10px;
    }
}
.calc-options__radio-items .calc__roof-input label {
    width: auto;
    padding: 7px 16px;
}
.calc-options__radio-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 22%;
            flex: 1 0 22%;
    font-weight: 500;
}
.calc-options__radio-name.additional {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
}
.calc-options__input {
    max-width: 122px;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.calc__container {
    font-weight: 400;
}
.calc__container h2 {
    font-size: 18px;
}
.calc__type-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.calc__radio-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 33px;
}
@media (max-width: 640px) {
    .calc__radio-block {
        margin-left: 0;
    }
}
.calc__radio-item {
    -ms-flex-preferred-size: calc(100% / 3 - 20px);
        flex-basis: calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-left: 20px;
    max-width: calc(100% / 3 - 20px);
    margin-bottom: 27px;
}
@media (max-width: 640px) {
    .calc__radio-item {
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
}
.calc__roof-input .label.calc-input__overflow-label {
    max-height: none;
    padding: 0;
    border: 0;
}
.calc__roof-input .label.calc-input__overflow-label:hover {
    box-shadow: none;
    border: 0;
}
.calc__roof-input .label {
    background: transparent;
    border: 1px solid #efefef;
    padding: 22px 0 18px;
    cursor: pointer;
    width: 100%;
}
.calc__roof-input .label:hover {
    box-shadow: inset 0 0 0 1px #d7202a;
}
.calc__roof-input.custom-input input:checked + .label::before {
    box-shadow: inset 0 0 0 2px #d7202a;
    top: 0;
    bottom: 0;
    background: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 2;
}
.calc__roof-input--overflow.custom-input input:checked + .label::before {
    box-shadow: none;
    border: 0;
}
.calc__roof-input--overflow.custom-input input:checked + .label::after {
    border: none;
}
.calc__roof-input--overflow.custom-input .label::before {
    background: 0;
}
.calc__roof-input--overflow.custom-input input:checked + .label .calc-input__overflow-helper {
    box-shadow: inset 0 0 0 2px #d7202a;
}
.calc__roof-input--overflow.custom-input input:checked + .label > .calc-input__overflow:before {
    background: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    bottom: 0;
}
.calc__roof-input--overflow.custom-input input:checked + .label > .calc-input__overflow:after {
    height: 0px;
    width: 0px;
    border-bottom: solid 3px #d7202a;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    margin-left: -6px;
    left: 50%;
    bottom: 2px;
    position: absolute;
    content: "";
}
.calc__roofpic {
    max-height: 90px;
    max-width: 150px;
    margin: 10px;
    width: 100%;
    height: 100%;
}
.calc__material {
    -ms-flex-preferred-size: calc(100% / 4 - 20px);
        flex-basis: calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px);
    max-width: calc(100% / 4 - 20px);
}
@media (max-width: 640px) {
    .calc__material {
        -ms-flex-preferred-size: calc(100% / 2 - 10px);
            flex-basis: calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
        max-width: calc(100% / 2 - 10px);
        margin-right: 20px;
    }
    .calc__material:nth-child(even) {
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    .calc__material {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}
.calc__material label:hover img.calc__matpic {
    -webkit-transform: rotate(-11deg) translateY(-80px) translateX(-30px);
            transform: rotate(-11deg) translateY(-80px) translateX(-30px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.calc__material .custom-input.calc__roof-input input:checked + label img.calc__matpic {
    -webkit-transform: rotate(-11deg) translateY(-80px) translateX(-30px);
            transform: rotate(-11deg) translateY(-80px) translateX(-30px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.calc__matpic {
    -webkit-transform: rotate(-11deg) translateY(55px);
            transform: rotate(-11deg) translateY(55px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    z-index: -1;
    max-width: none;
    width: 300px;
    max-height: none;
    height: 300px;
}
@media (max-width: 400px) {
    .calc__matpic {
        width: 400px;
        height: 400px;
    }
}
.calc__calc-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 506px;
            flex: 0 0 506px;
}
@media (max-width: 1171px) {
    .calc__calc-right {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}
.calc__calc-block {
    padding: 18px 30px 30px;
    border: 1px solid #d7202a;
}
.calc__calc-img {
    text-align: center;
    margin-bottom: 15px;
}
.calc__calc-img img {
    max-width: 100%;
}
.calc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1171px) {
    .calc__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 25px;
    }
}
.calc__calc-submit-btn{
    text-align: center;
}
.calc__calc-submit-btn .btn{
    font-size: 18px;
}
.calc__sum {
    margin-top: 15px;
    font-weight: 500;
}
.calc__all {
    margin-top: 38px;
    text-align: right;
    font-weight: 500;
}
.calc__all .b-price {
    margin-left: 35px;
    font-size: 18px;
}
.calc__all .btn {
    margin-top: 25px;
    font-size: 18px;
}.cart-modal{
  position: absolute;
  top: 100%;
  right: 0;
  width: 628px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cart-modal.show{
  opacity: 1;
  visibility: visible;
}
.cart-modal.show .cart-modal__overlay{
  opacity: 1;
  visibility: visible;
}
.cart-modal__wrap{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-color: #ffffff;
}
.cart-modal__head{
  position: relative;
  padding: 18px 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-right: 24px;
  padding-left: 0;
  margin: 0 20px 10px;
}
.cart-modal__footer{
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-modal__head-count{
  color: #a8a8a8;
}
.cart-modal__close{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0px;
  background-color: #ffffff;
  margin: auto;
  cursor: pointer;
}
.cart-modal__close::after, .cart-modal__close::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #a8a8a8;
  width: 2px;
  height: 18px;
}
.cart-modal__close::after{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cart-modal__close::before{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-modal__body{
  max-height: 300px;
  position: relative;
  padding: 0 20px;
}
.cart-modal__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-right: 25px;
  position: relative;
}
.cart-modal__item:not(:first-of-type){
  margin-top: 15px;
}
.cart-modal__item-image{
  height: 75px;
  width: 129px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 129px;
          flex: 0 0 129px;
  max-width: 129px;
  padding-right: 18px;
  font-size: 0;
  text-align: center;
}
.cart-modal__item-image::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.cart-modal__item-image img{
  display: inline-block;
  vertical-align: middle;
}
.cart-modal__item-title{
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.cart-modal__item-count{
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  margin-right: 18px;
}
.cart-modal__item-remove{
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 0px;
  background-color: #ffffff;
  margin: auto;
  cursor: pointer;
}
.cart-modal__item-remove::after, .cart-modal__item-remove::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #a8a8a8;
  width: 1px;
  height: 10px;
}
.cart-modal__item-remove::after{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cart-modal__item-remove::before{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-modal__item-price{
  display: inline-block;
  vertical-align: middle;
}
.cart-modal__footer-price{
  font-size: 18px;
}
.cart-modal__footer-btn:not(:last-of-type){
  margin-right: 8px;
}
.cart-modal__overlay{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .36);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cart-modal__item-content{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}.catalog-menu--main .catalog-menu__sub-menu{
    min-height: calc(100% + 20px);
}
@media(max-width: 1000px){
    .catalog-menu--main{
        display: none;
    }
}
.catalog-menu__list{
    position: relative;
}
@media(max-width: 760px){
    .catalog-menu__list{
        overflow: hidden;
    }
}
.catalog-menu__item{
    margin-bottom: 30px;
}
@media(min-width: 761px){
    .catalog-menu__item:hover .catalog-menu__sub-menu{
        opacity: 1;
        visibility: visible;
        min-height: 100%;
        height: auto;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .catalog-menu__item:hover .catalog-menu__sub-list {
        padding: 40px 40px 5px;
    }
}
.catalog-menu__item:hover .catalog-menu__link, .catalog-menu__item:hover .catalog-menu__link-icon{
    color: #c71623;
}
.catalog-menu__item.active .catalog-menu__link, .catalog-menu__item.active .catalog-menu__link-icon{
    color: #c71623;
}
@media(max-width: 760px){
    .catalog-menu__item{
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e8e8e8;
    }
}
.catalog-menu__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #2d2d2d;
}
@media(max-width: 760px){
    .catalog-menu__link{
        height: 45px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(100% - 45px);
            flex-basis: calc(100% - 45px);
        max-width: calc(100% - 45px);
    }
}
.catalog-menu__link-icon{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47px;
            flex: 0 0 47px;
    max-width: 47px;
    color: #aeaeae;
    display: block;
    padding-left: 10px;
}
.catalog-menu__link-text{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    max-width: calc(100% - 47px);
}
.catalog-menu__sub-menu{
    min-height: 0;
    height: 0;
    position: absolute;
    left: 100%;
    padding-left: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    top: -20px;
    z-index: 3;
    width: calc(100vw - (100vw - 1296px) - 269px + 30px);
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    overflow: hidden;
}
@media(max-width: 1336px){
    .catalog-menu__sub-menu{
        width: calc(100vw - 269px - 40px + 13px);
    }
}
.header-menu .catalog-menu__sub-menu {
    padding-left: 15px;
    width: calc(100vw - (100vw - 1296px) - 269px);
}
@media(max-width: 1336px){
    .header-menu .catalog-menu__sub-menu{
        width: calc(100vw - 269px - 55px);
    }
}
@media(max-width: 760px){
    .catalog-menu__sub-menu{
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        padding-left: 0;
        top: 0;
        width: 100% !important;
        left: 0;
        background-color: #e8e8e8;
        overflow: auto;
        bottom: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}
.catalog-menu__sub-menu.opened{
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.catalog-menu__sub-menu.opened .catalog-menu__sub-list {
    padding: 0 15px 15px;
    overflow: unset;
}
.catalog-menu__sub-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    padding: 0;
    background-color: #e8e8e8;
    height: 100%;
    overflow: hidden;
}
@media(max-width: 1000px){
    .catalog-menu__sub-list{
        padding: 20px 20px 5px 5px;
        margin-left: 0;
    }
}
@media(max-width: 760px){
    .catalog-menu__sub-list{
        display: block;
        margin-left: 0;
        padding: 0 15px 15px;
    }
}
.catalog-menu__sub-item{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(33% - 15px);
        flex-basis: calc(33% - 15px);
    max-width: calc(33% - 15px);
    width: calc(33% - 15px);
    margin-left: 15px;
    margin-bottom: 35px;
}
@media(max-width: 1000px){
    .catalog-menu__sub-item{
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        width: calc(50% - 15px);
    }
}
@media(max-width: 760px){
    .catalog-menu__sub-item{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
}
.catalog-menu__sub-title{
    display: inline-block;
    font-weight: 500;
    margin-bottom: 18px;
    color: #2d2d2d;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media(max-width: 760px){
    .catalog-menu__sub-title{
        margin-bottom: 10px;
    }
}
.catalog-menu__sub-title:hover{
    color: #c71623;
}
.catalog-menu__sub-sub-item{
    color: #5c5757;
    margin-bottom: 10px;
}
.catalog-menu__sub-sub-more{
    display: inline-block;
    color: #d7202a;
    border-bottom: 1px solid currentColor;
    margin-top: 7px;
}
@media(max-width: 760px){
    .catalog-menu__sub-sub-more{
        margin-top: 0;
    }
}
.catalog-menu__sub-sub-link{
    -webkit-transition: color .3s;
    transition: color .3s;
}
.catalog-menu__sub-sub-link:hover{
    color: #c71623;
}
.catalog-menu__sub-menu-back{
    display: none;
}
@media(max-width: 760px){
    .catalog-menu__sub-menu-back{
        display: block;
        padding: 15px;
        color: #2d2d2d;
    }
}
.catalog-menu__arrow{
    display: none;
}
@media(max-width: 760px){
    .catalog-menu__arrow{
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
                flex: 0 0 45px;
        height: 45px;
        position: relative;
    }
    .catalog-menu__arrow::after, .catalog-menu__arrow::before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform-origin: right;
                transform-origin: right;
        width: 7px;
        height: 1px;
        background-color: #a8a8a8;
    }
    .catalog-menu__arrow:after{
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .catalog-menu__arrow:before{
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}.catalog-systems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 760px) {
  .catalog-systems {
    display: block;
  }
}
.catalog-systems__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 348px;
          flex: 0 0 348px;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .catalog-systems__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media (max-width: 760px) {
  .catalog-systems__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }
}
.catalog-systems__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 348px);
      flex-basis: calc(100% - 348px);
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .catalog-systems__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 250px);
        flex-basis: calc(100% - 250px);
    padding: 0;
    margin-bottom: 20px;
  }
}
.catalog-systems__content-wrap {
  padding: 28px 20px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.catalog-systems__title {
  font-size: 16px;
  line-height: 1.125;
  margin-bottom: 16px;
}
.catalog-systems__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.catalog-systems__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.catalog-systems__item--inactive {
  color: black !important;
  cursor: default;
}
.catalog-systems__item--inactive .catalog-systems__item-icon {
  background-color: white !important;
  box-shadow: inset 0 0 0 1px #e7e7e7!important;
  color: black !important;
  cursor: default;
}
.catalog-systems__item:hover, .catalog-systems__item.active {
  color: #d7202a;
}
.catalog-systems__item:hover .catalog-systems__item-icon, .catalog-systems__item.active .catalog-systems__item-icon {
  background-color: #d7202a;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #d7202a;
}
.catalog-systems__item-icon {
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  box-shadow: inset 0 0 0 1px #e7e7e7;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
}
.catalog-systems__item-text {
  display: inline-block;
}
.catalog-systems__image-wrap {
  position: relative;
}
.catalog-systems__marker {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  display: block;
}
.catalog-systems__marker::after {
  content: attr(data-system-marker);
}
.catalog-systems__marker--inactive {
  background-color: white !important;
  box-shadow: inset 0 0 0 1px #e7e7e7!important;
  color: black !important;
  cursor: default;
}
.catalog-systems__marker:hover, .catalog-systems__marker.active {
  background-color: #d7202a;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #d7202a;
}.catalog-type{
  width: 13px;
  height: 13px;
  position: relative;
  color: #cccccc;
  -webkit-transition: color .3s;
  transition: color .3s;
  display: block;
}
.catalog-type:not(:last-of-type){
  margin-right: 22px;
}
.catalog-type.active, .catalog-type:hover{
  color: #d70022;
}
.catalog-type--flat .catalog-type__line{
  width: 3px;
  right: 0;
  margin: auto;
}
.catalog-type--flat .catalog-type__line::after, .catalog-type--flat .catalog-type__line::before{
  width: 3px;
}
.catalog-type--flat .catalog-type__line::before{
  left: -5px;
}
.catalog-type--flat .catalog-type__line::after{
  right: -5px;
}
.catalog-type--line .catalog-type__line{
  width: 3px;
}
.catalog-type--line .catalog-type__line::after{
  width: 8px;
  left: 5px;
}
.catalog-type--table .catalog-type__line{
  width: 12px;
}
.catalog-type__line{
  position: absolute;
  height: 3px;
  background-color: currentColor;
  left: 0;
}
.catalog-type__line::after, .catalog-type__line::before{
  content: '';
  position: absolute;
  height: 3px;
  background-color: currentColor;
  top: 0;
}
.catalog-type__line:nth-of-type(1){
  top: 0;
}
.catalog-type__line:nth-of-type(2){
  top: 5px;
}
.catalog-type__line:nth-of-type(3){
  top: 10px;
}.catalog-additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -23px;
}
@media(max-width: 760px){
  .catalog-additional {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.catalog-additional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin-left: 23px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.333% - 23px);
      flex-basis: calc(33.333% - 23px);
  max-width: calc(33.333% - 23px);
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
}
.catalog-additional__item:hover {
  color: #b3141f;
  box-shadow: 0px 0px 17px -1px #cccccc;
}
@media(max-width: 1240px)  and (min-width: 761px){
  .catalog-additional__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media(max-width: 760px){
  .catalog-additional__item {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.catalog-additional__item-icon {
  font-size: 23px;
  margin-right: 15px;
}.catalog-lvl1-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 37px 15px;
    box-shadow: 0px 0px 17px -1px #cccccc;
}
@media (max-width: 640px) {
    .catalog-lvl1-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
}
.catalog-lvl1-card a, .catalog-lvl1-card a span {
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}
.catalog-lvl1-card__image {
    max-width: 185px;
    padding-right: 15px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
@media (max-width: 640px) {
    .catalog-lvl1-card__image {
        margin: 0 auto;
    }
}
.catalog-lvl1-card__name {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 19px;
    font-weight: 500;
}
.catalog-lvl1-card__name:hover {
    color: #d7202a
}
.catalog-lvl1-card__list {
    margin-top: 11px;
}
.catalog-lvl1-card__list-item {
    font-size: 14px;
    margin-top: 11px;
}
.catalog-lvl1-card__list-item-count {
    color: #aeaeae;
}
.catalog-lvl1-card__list-item a:hover, .catalog-lvl1-card__list-item a:hover * {
    color: #d7202a
}.catalog-lvl2-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 15px;
  box-shadow: 0px 0px 2px 0px #cccccc;
  text-align: center;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
}
.catalog-lvl2-card:hover {
  box-shadow: 0px 0px 17px -1px #cccccc;
}
.catalog-lvl2-card__image {
  max-width: 185px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-lvl2-card__image img {
  max-width: 100%;
}
.catalog-lvl2-card__name {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
}.grid, .catalog--lvl-1, .catalog--lvl-2, .catalog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid, .catalog--lvl-1, .catalog--lvl-2, .catalog__grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half, .catalog--lvl-1 > *, .catalog__grid > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half, .catalog--lvl-1 > *, .catalog__grid > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth, .catalog--lvl-2 > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth, .catalog--lvl-2 > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth, .catalog--lvl-2 > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth, .catalog--lvl-2 > * {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.catalog:not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 1395px) {
    .catalog__grid > * {
        max-width: calc(33.33% - 15px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 15px);
            flex-basis: calc(33.33% - 15px);
    }
}
@media (max-width: 1171px) {
    .catalog__grid > * {
        max-width: calc(50% - 15px);
    }
}
@media (max-width: 768px) {
    .catalog__grid > * {
        max-width: 100%;
    }
}
.catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.product-detail-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}
.product-detail-grid__el {
    padding-right: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    max-width: 200px;
}
.product-detail-grid__el .tall-block, .product-detail-grid__el .price-block {
    padding-top: 8px;
}
@media(max-width: 760px){
    .product-detail-grid__el .tall-block, .product-detail-grid__el .price-block {
        padding-top: 4px;
    }
}
@media (max-width: 760px) {
    .product-detail-grid {
        display: block;
        text-align: center;
    }
    .product-detail-grid__el {
        max-width: none;
        padding-right: 0px;
    }
}.product-detail .ph-service-block__content {
    color: #aeaeae;
}
.product-detail .ph-service-block__icon {
    margin-right: 0;
    margin-left: 7px;
    border: 1px solid #e8e8e8;
    font-size: 30px;
    padding: 6px;
    color: #5c5757;
}
@media (max-width: 768px) {
    .product-detail .ph-service-block {
        display: none;
    }
}
.product-detail__slider {
    position: relative;
    border: solid 1px #f3f3f3;
}
.product-detail__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
}
@media (min-width: 1025px) {
    .product-detail__wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
.product-detail__wrap-left {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 487px;
            flex: 0 0 487px;
    margin: 0 auto;
    max-width: 487px;
    margin-right: 39px;
}
@media (max-width: 1025px) {
    .product-detail__wrap-left {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}
.product-detail__wrap-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
}
.product-detail__card-property {
    margin-bottom: 25px;
}
.product-detail__card-property .label {
    padding: 8px 20px;
    min-width: 89px;
    min-height: 31px;
    margin-right: 5px;
}
.product-detail__card-property .label.upak{
    margin-top: 5px;
    cursor: pointer;
}
.product-detail__card-property--inline .product-detail__card-property-head, .product-detail__card-property--inline .product-detail__card-property-body {
    display: inline-block;
    vertical-align: middle;
}
.product-detail__card-property--inline .product-detail__card-property-head {
    margin-bottom: 0px;
    margin-right: 7px;
}
@media (max-width: 760px) {
    .product-detail__card-property--inline .product-detail__card-property-head {
        margin-bottom: 11px;
    }
}
.product-detail__card-property-head {
    margin-bottom: 11px;
    font-weight: 500;
}
.product-detail__card-property .custom-input, .product-detail__card-property .tooltip {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 760px) {
    .product-detail__card-property .custom-input, .product-detail__card-property .label {
        width: 100%;
    }
    .product-detail__card-property .tooltip {
        display: block;
        margin: 10px auto;
    }
    .product-detail__card-property-body {
        width: 100%;
    }
}
.product-detail__buy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-detail__buy-buttons .i-icon {
    font-size: 18px;
}
.product-detail__buy-buttons .btn {
    margin-right: 6px;
}
.product-detail__buy-buttons-big {
    margin-right: 14px;
}
.product-detail__buy-buttons-big .btn {
    width: 181px;
    max-width: 100%;
}
@media (max-width: 760px) {
    .product-detail__buy-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .product-detail__buy-buttons-big {
        margin-right: 0px;
    }
    .product-detail__buy-buttons-big .btn {
        display: block;
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }
    .product-detail__buy-buttons-small {
        text-align: center;
    }
}
.product-detail__available {
    margin-bottom: 16px;
}
.product-detail__available.green {
    color: #009d07;
}
.product-detail__available.red {
    color: #d7202a;
}
.product-detail__delivery-blocks {
    margin-top: 35px;
}
.product-detail__bottom-section {
    margin-bottom: 70px;
}
.product-detail__bottom-section:last-child {
    margin-bottom: 40px;
}
.product-detail__buy-buttons-small-link {
    height: 40px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}
.product-detail__buy-buttons-small-link:hover {
    background-color: transparent;
    color: #b3141f;
}
.product-detail__buy-buttons-small-link.active {
    background-color: transparent;
    color: #b3141f;
}
.product-detail__buy-buttons-small-link.active .heart-fill {
    fill: #b3141f;
}
.product-detail__buy-buttons-small-link.active .bag2 {
    fill: #008000;
}
.product-detail__bottom-text {
    margin-top: -35px;
    margin-bottom: 35px;
}.city-choose__main-cities{
    margin-bottom: 10px;
}
.city-choose__main-city{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.city-choose__main-city:hover{
    color: #d7202a;
}
.city-choose__main-city:not(:last-child){
    margin-right: 13px;
}
.city-choose__main-city__active{
    color: #d7202a;
}
.city-choose__tabs-body-item{
    display: none;
}
.city-choose__tabs-body-item.active{
    display: block;
}
.city-choose__tabs-head-item{
    background: #ffffff;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 9px;
    width: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.city-choose__tabs-head-item:hover, .city-choose__tabs-head-item.active{
    color: #d7202a;
}
.city-choose__tabs-head-item:not(:last-child){
    margin-right: 9px;
}
.city-choose__tabs-body{
    margin-left: -40px;
    margin-right: -40px;
    padding: 19px 40px 9px;
    background-color: #f4f4f4;
}
@media(max-width: 760px){
    .city-choose__tabs-body{
        margin-left: -25px;
        margin-right: -25px;
    }
}
.city-choose__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.city-choose__list-item{
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: 10px;
    margin-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
}
@media(max-width: 800px){
    .city-choose__list-item{
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(33.333% - 15px);
            flex-basis: calc(33.333% - 15px);
        max-width: calc(33.333% - 15px);
    }
}
@media(max-width: 600px){
    .city-choose__list-item{
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}
.city-choose__list-link{
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.city-choose__list-link:hover{
    color: #d7202a;
}.city-select{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.city-select:hover .city-select__text{
  border-bottom: 1px dashed transparent;
}
.city-select__icon{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #d7202a;
  display: block;
  font-size: 12px;
}
.city-select__content{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
.city-select__text{
  color: #5c5757;
  border-bottom: 1px dashed rgba(87, 90, 104, .4);
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .city-select__text{
    font-size: 11px;
  }
}.comments-count__link {
    text-decoration: none !important;
}
.comments-count__number {
    vertical-align: middle;
}
.comments-count .i-icon {
    margin-right: 5px;
    color: #d3d3d3;
    font-size: 18px;
}.compare-slider .swiper-container {
    margin-left: -1px;
    padding-left: 1px;
    margin-top: -1px;
    padding-top: 1px;
}
@media (max-width: 768px) {
    .compare-slider .swiper-container {
        //margin-right: -15px;
    }
}
.compare-slider .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (max-width: 640px) {
    .compare-slider .swiper-slide {
        width: 270px !important;
    }
}
.compare-slider .swiper-slide:last-child .product-card {
    border-right: 1px solid #e1e1e1;
}
.compare-slider .slider-block__nav {
    position: absolute;
    right: 0;
    top: -60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.compare-slider .slider-block__nav.swiper-button-disabled {
    opacity: 0.4;
}
.compare-slider .slider-block__nav:hover .i-icon path {
    fill: #3d3d3d;
}
.compare-slider .slider-block__nav--prev {
    right: 40px;
}
.compare-slider .slider-block__nav--next .i-icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}
.compare-slider .slider-block__nav .i-icon {
    width: 17px;
    height: 17px;
}
.compare-slider .slider-block__nav .i-icon path {
    fill: #666666;
    -webkit-transition: .2s;
    transition: .2s;
}.compare-sticky-block {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  background-color: #ffffff;
  box-shadow: -4px 11px 23px -10px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #d7202a;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all ease.3s;
  transition: all ease.3s;
}
@media (max-width: 760px) {
  .compare-sticky-block {
    top: 55px;
  }
}
@media (max-width: 640px) {
  .compare-sticky-block {
    display: none;
  }
}
.compare-sticky-block.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.compare-sticky-block__left-col {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 960px) {
  .compare-sticky-block__left-col {
    display: none;
  }
}
.compare-sticky-block__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1336px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 960px) {
  .compare-sticky-block__slider {
    padding: 0 15px;
  }
}
.compare-sticky-block__slider .swiper-container {
  width: calc(100% - 250px);
  margin-right: 0px;
}
@media (max-width: 960px) {
  .compare-sticky-block__slider .swiper-container {
    width: 100%;
  }
}
.compare-sticky-block__slider .swiper-slide {
  padding: 20px;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .compare-sticky-block__slider .swiper-slide {
    font-size: 13px;
  }
}

.compare-table {
    border-left: 0;
    margin-top: auto;
}
@media (max-width: 960px) {
    .compare-table--head {
        display: none;
    }
}
.compare-table__row {
    min-height: 52px;
    line-height: 1.4;
    margin: -1px;
    color: rgba(0, 0, 0, 0.7);
    background-color: #F4F4F4;
}
.compare-table__row:nth-child(even) {
    background-color: #FFF;
}
.compare-table__row-name {
    display: none;
    padding: 16px 20px;
    background: #d6d6d6;
}
@media (max-width: 960px) {
    .compare-table__row-name {
        display: block;
    }
}
.compare-table__row-value {
    padding: 16px 20px;
}
.compare-table__row:first-child {
    border-top: 0;
}.compare {
  margin-bottom: 30px;

}
.compare__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  //height: 100%;
  padding: 0px 10px 20px;

}
.compare__product .b-product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;

}
.compare__product-delete {
  text-align: right;
  margin-bottom: 10px;

}
.compare__product-delete .icon, .compare__product-delete a {
  display: inline-block;
  vertical-align: middle;
  color: #A8A8A8;

}
.compare__product-delete .icon {
  font-size: 21px;
  line-height: 11px;
  padding-bottom: 3px;

}
.compare__product-delete a {
  border-bottom: solid 1px #A8A8A8;
  padding-bottom: 1px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;

}
.compare__product-delete:hover .icon, .compare__product-delete:hover a {
  border-color: #d7202a;
  color: #d7202a;

}
.compare__count {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;

}
.compare__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;

}
@media (max-width: 960px) {
  .compare__wrap {
    display: block;

  }

}
.compare__left {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}
@media (max-width: 960px) {
  .compare__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;

  }

}
.compare__left .compare-table__row-value {
  font-weight: 500;

}
.compare__right {
  width: calc(100% - 250px);
  position: relative;
  margin-top: -5px;

}
@media (max-width: 960px) {
  .compare__right {
    width: 100%;
    margin-top: 30px;

  }

}
.compare__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;

}
.compare__info-block {
  padding: 0px 0px;

}
@media (max-width: 768px) {
  .compare__info {
    padding: 0;
    padding-right: 8px;

  }

}
.compare__type-heading {
  margin-bottom: 20px;

}
@media (max-width: 768px) {
  .compare__type-heading {
    display: none;

  }

}
.compare__type-radios > *:not(:last-child) {
  margin-bottom: 10px;

}
@media (max-width: 960px) {
  .compare__type-radios > *:not(:last-child) {
    width: 100%;

  }

}
@media (max-width: 768px) {
  .compare__type-radios > *:not(:last-child) {
    margin-bottom: 14px;

  }

}
.compare__clear {
  margin-top: 30px;

}
.compare__clear .btn {
  border: 0;
  width: 100%;
  max-width: 100%;

}
@media (max-width: 768px) {
  .compare__clear {
    margin-bottom: 10px;

  }
  .compare__clear .btn {
    width: 100%;

  }

}.contact-sections{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -22px;
  margin-bottom: 45px;
}
@media(max-width: 480px){
  .contact-sections{
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.contact-sections__item{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 22px);
      flex-basis: calc(25% - 22px);
  max-width: calc(25% - 22px);
  width: calc(25% - 22px);
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 19px;
  margin-left: 22px;
  margin-bottom: 22px;
}
@media(max-width: 760px){
  .contact-sections__item{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 22px);
        flex-basis: calc(50% - 22px);
    max-width: calc(50% - 22px);
    width: calc(50% - 22px);
  }
}
@media(max-width: 480px){
  .contact-sections__item{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.contact-sections__image{
  height: 75px;
  margin-bottom: 15px;
}
.contact-sections__title{
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
}
.contact-sections__link{
  color: #4285f4;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border .3s;
  transition: border .3s;
}
.contact-sections__link:hover{
  border-bottom: 1px solid transparent;
}
.contact-sections__content{
  margin: 13px 0 25px;
  line-height: 1.429;
}.contacts-addresses__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    width: 70%;
    max-width: 70%;
}
@media (max-width: 600px) {
    .contacts-addresses__col {
        width: 100%;
        max-width: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
.contacts-addresses__col .product-detail__wrap-left {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.contacts-addresses__col.product-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
}
@media (max-width: 600px) {
    .contacts-addresses__col.product-detail {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 300px;
        width: 100%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 25px;
    }
}
.contacts-addresses__col.product-detail .detail-slider__slide {
    height: 190px;
}
@media (max-width: 760px) {
    .contacts-addresses__col.product-detail .detail-slider__slide {
        height: 140px;
    }
}
.contacts-addresses__col.product-detail .detail-slider__image {
    height: 100%;
}
.contacts-addresses__col.product-detail .detail-slider__image img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 760px) {
    .contacts-addresses__col.product-detail .detail-slider__image img {
        height: 140px;
    }
}
@media (max-width: 1171px) {
    .contacts-addresses__col.product-detail .detail-slider-thumbs {
        padding: 0 45px;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    .contacts-addresses__col.product-detail .detail-slider-thumbs {
        padding: 0 65px;
    }
}
@media (max-width: 375px) {
    .contacts-addresses__col.product-detail .detail-slider-thumbs {
        padding: 0 100px;
    }
}
.contacts-addresses__col.product-detail .detail-slider-thumbs .swiper-slide img {
    height: 30px;
}
.contacts-addresses__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contacts-addresses__city {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    margin-right: 20px;
}
@media (max-width: 760px) {
    .contacts-addresses__city {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 178px;
                flex: 0 0 178px;
    }
}
.contacts-addresses__city--form {
    width: 100% !important;
    margin: 0;
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
}
.contacts-addresses__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 760px) {
    .contacts-addresses__head {
        display: block;
    }
}
@media (max-width: 760px) {
    .contacts-addresses__buttons {
        margin-top: 10px;
    }
}
.contacts-addresses__button:not(:last-of-type) {
    margin-right: 10px;
}
.contacts-addresses__button.active {
    background-color: #d7202a;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px #d7202a;
}
.contacts-addresses__body-item {
    display: none;
}
.contacts-addresses__body-item.active {
    display: block;
}
.contacts-addresses__map {
    height: 450px;
}
.contacts-addresses__map .contacts-addresses__list-item-print-link {
    float: right;
    padding-left: 5px;
}
@media (max-width: 760px) {
    .contacts-addresses__map .contacts-addresses__list-item-print-link {
        display: none;
    }
}
@media (max-width: 760px) {
    .contacts-addresses__map {
        height: 300px;
    }
}
.contacts-addresses__list-item {
    margin-bottom: 20px;
}
.contacts-addresses__list-item-head {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f4f4f4;
}
.contacts-addresses__list-item-title {
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 760px) {
    .contacts-addresses__list-item-title {
        font-size: 16px;
    }
}
.contacts-addresses__list-item-print-link {
    display: inline-block;
    font-size: 13px;
    color: #a8a8a8;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contacts-addresses__list-item-print-link:hover {
    color: #c81e2b;
}
.contacts-addresses__list-item-print-link:hover .i-icon {
    color: #c81e2b;
}
.contacts-addresses__list-item-print-text {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 760px) {
    .contacts-addresses__list-item-print-text {
        display: none;
    }
}
.contacts-addresses__list-item-print-icon {
    font-size: 30px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding: 6px;
    color: #5c5757;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 760px) {
    .contacts-addresses__list-item-print-icon {
        margin-left: 0;
    }
}
.contacts-addresses__list-item-body {
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 20px;
    position: relative;
}
.contacts-addresses__list-item-body--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 600px) {
    .contacts-addresses__list-item-body--cols {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.contacts-addresses__list-item-body--cols .contacts-addresses__list-item-row {
    padding-right: 80px;
}
@media (max-width: 1171px) {
    .contacts-addresses__list-item-body--cols .contacts-addresses__list-item-row {
        padding-right: 30px;
    }
}
.contacts-addresses__list-item-cell {
    line-height: 1.2;
}
.contacts-addresses__list-item-cell a {
    display: block;
    color: #4285f4;
    text-decoration: underline;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contacts-addresses__list-item-cell a:not(:last-child) {
    margin-bottom: 5px;
}
.contacts-addresses__list-item-cell a:hover {
    text-decoration: none;
}
.contacts-addresses__list-item-cell--title {
    font-weight: 500;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
    padding-right: 15px;
}
@media (max-width: 760px) {
    .contacts-addresses__list-item-cell--title {
        margin-bottom: 5px;
        padding-right: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}
.contacts-addresses__list-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    padding-right: 220px;
}
@media (max-width: 760px) {
    .contacts-addresses__list-item-row {
        display: block;
        padding-right: 0;
    }
}
.contacts-addresses__list-item-btn {
    position: absolute;
    right: 20px;
    bottom: 24px;
}
@media (max-width: 760px) {
    .contacts-addresses__list-item-btn {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 15px;
    }
}.contacts-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media(max-width: 760px){
  .contacts-info{
    display: block;
    margin-left: 0;
  }
}
.contacts-info__item{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
}
@media(max-width: 760px){
  .contacts-info__item{
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.contacts-info__title{
  background-color: #f4f4f4;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}
.contacts-info__body{
  padding: 18px 20px;
}
.contacts-info__body-title{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
}
.contacts-info__body-block:not(:last-of-type){
  margin-bottom: 20px;
}
.contacts-info__body-cell a{
  color: #4285f4;
  border-bottom: 1px solid #4285f4;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.contacts-info__body-cell a:hover{
  border-bottom: 1px solid transparent;
}
.contacts-info__body-cell--title{
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  padding-right: 15px;
}
.contacts-info__body-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}.content-block-title_2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 19px;
}
.content-block-title_3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}.content-block {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .content-block {
    margin-bottom: 30px;
  }
}
.content-block ul {
  margin: 20px 0 !important;
}
.content-block__inner2 {
  padding-left: 30px;
}
@media (max-width: 480px) {
  .content-block__inner2 {
    padding-left: 20px;
  }
}.content-img img {
    width: 100%;
    height: 100%;
}.content-table {
  overflow-x: auto;
}
.content-table table {
  width: 100%;
  min-width: 725px;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.contractor-info {
    margin-bottom: 50px;
}
.contractor-info__reviews {
    margin-top: 70px;
}
.contractor-info__reviews .btn {
    margin-top: 11px;
    padding: 0 32px;
}
.contractor-info__work {
    margin-bottom: 70px;
}
.contractor-info__work .list-wrap {
    margin-top: 30px !important;
}
.contractor-info__work  .list-wrap li {
    margin-bottom: 10px !important;
}
.contractor-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.contractor-info__application-leave {
    margin-top: 4px;
    display: inline-block;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.contractor-review__item {
    margin-top: 30px;
    margin-bottom: 35px;
}
.contractor-review__item:last-child {
    margin-bottom: 0;
}
.contractor-review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contractor-review__top h3 {
    margin-bottom: 0 !important;
}
.contractor-review__date {
    font-size: 13px;
    margin: 6px 0;
    color: #a8a8a8;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.contractor-slider {
    margin: 0 45px;
    text-align: center;
}
@media (max-width: 480px) {
    .contractor-slider {
        margin: 0;
    }
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.find-contractor-charact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7px;
}
.find-contractor-charact__value {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.find-contractor-charact__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    font-weight: 500;
}
.find-contractor-charact__subvalue {
    margin-bottom: 5px;
}.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.find-contractor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: -20px;
}
@media (max-width: 640px) {
    .find-contractor {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: 0px;
    }
}
.find-contractor__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 640px) {
    .find-contractor__sort {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.find-contractor__sort.styled-text h2 {
    margin-bottom: 0;
}
@media (max-width: 640px) {
    .find-contractor__sort.styled-text h2 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 15px;
    }
}
.find-contractor__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin-left: 25px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}
.find-contractor__item:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1171px) {
    .find-contractor__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 640px) {
    .find-contractor__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}
.find-contractor__image {
    position: relative;
    max-width: 175px;
    height: 175px;
    overflow: hidden;
}
.find-contractor__image img {
    position: absolute;
    left: -50%;
    top: -50%;
    bottom: -50%;
    right: -50%;
    margin: auto;
}
@media (max-width: 1171px) {
    .find-contractor__image {
        margin: auto;
    }
}
@media (max-width: 640px) {
    .find-contractor__image {
        max-width: 250px;
        height: 250px;
    }
}
.find-contractor__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
}
@media (max-width: 1171px) {
    .find-contractor__reviews {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 1171px) {
    .find-contractor__reviews-level {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}
.find-contractor__reviews-comments .comment-amount {
    font-size: 13px;
    margin-left: 3px;
}
@media (max-width: 1171px) {
    .find-contractor__reviews-comments {
        margin-top: 10px;
    }
}
.find-contractor__reviews-comments img {
    max-width: 15px;
    vertical-align: middle;
}
.find-contractor__left {
    margin-right: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
}
@media (max-width: 1171px) {
    .find-contractor__left {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.find-contractor__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
}
.find-contractor__pagination {
    max-width: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-bottom: 50px;
}
.contractor-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 20px;
}.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    z-index: 999!important;
}
@media (max-width: 1171px) {
    .cookie-alert {
        max-width: 100%;
    }
}
.cookie-alert__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
}
@media (max-width: 480px) {
    .cookie-alert__inner {
        display: block;
    }
}
.cookie-alert__btn {
    display: inline-block;
    vertical-align: middle;
    background: #d7202a;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    margin-left: 15px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 480px) {
    .cookie-alert__btn {
        margin-left: 0;
        margin-top: 10px;
    }
}
.cookie-alert__btn:hover {
    background-color: #b3141f;
}
.cookie-alert a {
    color: #d7202a;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
}
.cookie-alert a:hover {
    text-decoration: none;
}.delivery {
  margin-top: 30px;

}
.delivery__map{
  text-align: center;

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

}
@media (max-width: 480px) {
  .delivery__tabs-head-item {
    width: 60% !important;
    min-width: 160px;
    margin-right: 0 !important;
    margin-bottom: 10px;

  }

}
.delivery__head {
  margin-bottom: 40px;

}
.delivery__option-list-wrap {
  position: relative;
  height: 85px;
  margin: 40px 0;
  overflow: hidden;

}
.delivery__option-list-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255, 0.3), #ffffff 100%);
  background: linear-gradient(to right, rgba(255,255,255, 0.3), #ffffff 100%);

}
.delivery__option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 30px;

}
.delivery__option-item {
  min-width: 100px;
  text-align: center;

}
.delivery__option-item:not(:last-child) {
  margin-right: 20px;

}
.delivery__option-icon {
  width: 55px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;

}
.delivery__option-title {
  margin-top: 10px;
  text-align: center;

}
.delivery__footer-cbt3 {
  margin-bottom: 10px;

}
.delivery__numbered-list-wrap {
  padding-left: 35px;
  margin-bottom: 20px;

}
.delivery__footer-numbered-list {
  margin: 0 !important;

}
.delivery__footer-numbered-list li {
  margin-bottom: 10px !important;
  line-height: 19px;

}
.delivery__footer-cbi {
  margin-bottom: 40px;

}
@media (max-width: 480px) {
  .delivery__footer-cbi {
    margin-bottom: 30px;

  }

}
.delivery__table-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: auto;

}
@media (max-width: 480px) {
  .delivery__table-wrap {
    margin-top: 30px;
    margin-bottom: 30px;

  }

}
.delivery__table-wrap table {
  width: 100%;
  min-width: 1027px;
  font-size: 14px;
  border-collapse: collapse;
  border-bottom: 2px solid #f4f4f4;

}
.delivery__table-wrap table td {
  padding: 15px 15px;

}
.delivery__table-wrap table tr td, .delivery__table-wrap table th {
  white-space: nowrap;
  overflow: hidden;

}
.delivery__table-wrap table tr th {
  padding: 15px;
  text-align: center;
  background: #f4f4f4;

}
.delivery__table-wrap table tr th:first-child {
  text-align: left;

}
.delivery__table-wrap table tr td {
  text-align: center;

}
.delivery__table-wrap table tr td:first-child {
  text-align: left;

}
.delivery__table-wrap table tr:nth-child(even) td {
  background: #f4f4f4;

}.detail-info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 235px;
}
@media (max-width: 600px) {
  .detail-info-line {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.detail-info-line .special-info {
  display: block;
  margin: 0;
  padding: 34px;
}
@media (max-width: 480px) {
  .detail-info-line .special-info {
    padding: 25px;
  }
}
.detail-info-line .special-info__content {
  height: 80px;
  margin-bottom: 16px;
  overflow: hidden;
}
.detail-info-line .special-info__content::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 31px;
  background: -webkit-linear-gradient(top, rgba(244,244,244, 0.4), #f4f4f4 100%);
  background: linear-gradient(to bottom, rgba(244,244,244, 0.4), #f4f4f4 100%);
}
@media (max-width: 600px) {
  .detail-info-line .special-info__content::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .detail-info-line .special-info__content {
    height: auto;
  }
}
.detail-info-line__item {
  width: 50%;
}
@media (max-width: 600px) {
  .detail-info-line__item {
    width: 100%;
  }
}
.detail-info-line__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 600px) {
  .detail-info-line__image {
    height: 235px;
  }
}.detail-slider-thumbs {
  position: relative;
  padding: 0px 65px;
  margin: 19px 0px;
}
.detail-slider-thumbs .swiper-slide {
  cursor: pointer;
  background: white;
  border: solid 1px transparent;
}
.detail-slider-thumbs .swiper-slide.active {
  border-color: #d7202a;
}
.detail-slider-thumbs .swiper-slide img {
  display: block;
  height: 90px;
  width: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
.detail-slider-thumbs .swiper-slide.active {
  cursor: default;
}
.detail-slider {
    background: white;
    z-index: 0;
    position: relative;
}
.detail-slider__slide {
    height: 323px;
    position: relative;
}
.detail-slider__image {
    max-height: 100%;
    text-align: center;
}
.detail-slider__image *{
    font-family: none !important;
}
.detail-slider__image img {
    height: 323px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    font-family: "object-fit:contain", none;
}
.bx-ie .detail-slider__image img {
    height: 323px;
    width: auto;
    margin: auto;
    -o-object-fit: none;
       font-family: "object-fit:none";
       object-fit: none;
}
@media print {
    .bx-ie .detail-slider__image img {
        margin: 0;
    }
}.faq__title {
    margin-bottom: 20px;
    color: #d7202a;
}
.faq__section {
    margin-bottom: 40px;
}
.faq__group {
    margin-bottom: 10px;
}
.faq__group-head {
    position: relative;
    padding: 15px 34px 15px 22px;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #e8e8e8;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
.faq__group-head:hover, .faq__group-head.active {
    color: #d7202a;
    border-color: #d7202a;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.faq__group-head:hover::before {
    border-top: solid 4px #d7202a;
}
.faq__group-head::before {
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -4px;
    width: 0px;
    height: 0px;
    border-top: solid 4px #000000;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
}
.faq__group-head.active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-top: solid 4px #d7202a;
}
.faq__group-items {
    display: none;
}
.faq__group-item {
    width: 100%;
    padding: 15px;
    border: 1px solid #e8e8e8;
    background-color: #f4f4f4;
}
.faq__group-item:first-child {
    margin-top: 3px;
}
.faq__group-item:not(:last-child) {
    margin-bottom: 2px;
}.fast-order{
  padding: 28px 30px 20px;
  background-color: #5d606d;
}
.fast-order__body{
  margin-bottom: 30px;
}
.fast-order__row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fast-order__cell{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: calc(50% - 15px);
  text-align: center;
}
.fast-order__input{
  width: 100%;
  height: 30px;
  padding: 0 18px;
  color: #3c3a3a;
}
.fast-order__head{
  margin-bottom: 9px;
}
.fast-order__item:not(:last-of-type){
  margin-bottom: 12px;
}
.fast-order__footer{
  text-align: center;
}
.fast-order__more{
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
}
.fast-order__footer-btn{
  width: 195px;
  padding: 0;
}
.fast-order__footer-btn:not(:first-of-type){
  margin-top: 10px;
}
.fast-order__error_block, .fast-order__answer_block{
  padding: 0px 10px 10px 10px;
}.filter{
  padding-bottom: 20px;
  position: relative;
}
@media(max-width: 1000px){
  .filter{
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    left: 0;
    width: 269px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #f4f4f4;
    border-right: 1px solid #e0e0e0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 6;
    padding: 15px;
  }
  .filter.opened{
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.filter__head{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.filter__item-head{
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  background-color: transparent;
  color: #3d3d3d;
  width: 100%;
  display: block;
  text-align: left;
  padding-right: 15px;
  position: relative;
}
.filter__item-head[data-collapse-btn]{
  cursor: pointer;
}
.filter__item-head.active .filter__item-arrow{
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.filter__item{
  margin-bottom: 0;
  padding-right: 14px;
}
.filter__item--range{
  padding-right: 0;
}
.filter__item--range .filter__item-body{
  max-height: none;
  overflow: visible;
  padding-left: 0;
  display: block;
}
.filter__item-body{
  margin-bottom: 20px;
  max-height: 144px;
  overflow-y: auto;
  display: none;
  padding-left: 8px;
  margin-top: 10px;
}
.filter__item-body.active{
  display: block;
}
.filter__checkbox{
  display: block;
}
.filter__checkbox:not(:last-of-type) {
  margin-bottom: 8px;
}
.filter__item-arrow{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 5px;
  width: 10px;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.filter__item-arrow::after, .filter__item-arrow::before{
  content: '';
  position: absolute;
  right: 4px;
  width: 1px;
  height: 5px;
  background-color: #5b5b5b;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.filter__item-arrow::after{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filter__item-arrow::before{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filter__buttons{
  margin-top: 35px;
}
.filter__button{
  width: 100%;
}
.filter__button:not(:first-of-type){
  margin-top: 5px;
}
.filter__close{
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
}
@media(max-width: 1000px){
  .filter__close{
    display: block;
  }
}
.filter__close::after, .filter__close::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 16px;
  background-color: #2d2d2d;
}
.filter__close::after{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filter__close::before{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filter__result{
  position: absolute;
  left: calc(100% + 38px);
  height: 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media(max-width: 1000px){
  .filter__result{
    position: relative;
    left: 0;
    margin: 15px 0;
  }
}
.filter__result::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-top: 1px solid #d7202a;
  border-left: 1px solid #d7202a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
}
@media(max-width: 1000px) {
  .filter__result::before{
    display: none;
  }
}
.filter__result-count{
  background-color: #ffffff;
  border: 1px solid #d7202a;
  padding: 0 14px;
  line-height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media(max-width: 1000px){
  .filter__result-count{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media(max-width: 1000px){
  .filter__result-btn{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .filter__result-btn .btn{
    width: 100%;
  }
}.footer{
  padding-top: 50px;
}
.footer__top{
  background-color: #575a68;
}
.footer__top-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 760px){
  .footer__top-wrap{
    display: block;
    height: auto;
    padding: 18px 0;
  }
}
.footer__top-text{
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(65% - 45px);
      flex-basis: calc(65% - 45px);
  max-width: calc(65% - 45px);
}
.footer__top-text--policy{
  font-size: 11px;
}
@media(max-width: 1171px){
  .footer__top-text{
    font-size: 14px;
    line-height: 1.3;
  }
}
@media(max-width: 760px){
  .footer__top-text{
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media(max-width: 1020px){
  .footer__top-text div{
    display: inline;
  }
}
@media(max-width: 760px){
  .footer__top-text div{
    display: block;
  }
}
.footer__top-text a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer__top-text a:hover {
  text-decoration: none;
}
.footer__top-form{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(35% - 45px);
      flex-basis: calc(35% - 45px);
  max-width: calc(35% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 760px){
  .footer__top-form{
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.footer__top-input-wrap{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__top-btn{
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  cursor: pointer;
}
.footer__top-input{
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.footer__top-btn-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
}
.footer__main{
  padding-top: 38px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 1000px){
  .footer__main{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
}
@media(max-width: 760px){
  .footer__main{
    display: block;
    padding-top: 0;
    padding-bottom: 17px;
  }
}
.footer__main-item{
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  vertical-align: top;
}
.footer__main-item--info{
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 205px;
          flex: 0 0 205px;
}
.footer__main-item--info .footer__main-item-title{
  border-bottom: 0;
}
@media(max-width: 760px){
  .footer__main-item--info{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
}
@media(max-width: 1000px) {
  .footer__main-item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 25px;
  }
}
@media(max-width: 760px){
  .footer__main-item{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
  }
}
.footer__main-item-title{
  font-weight: 500;
  margin-bottom: 12px;
}
@media(max-width: 760px){
  .footer__main-item:not(.footer__main-item--info) .footer__main-item-title{
    height: 51px;
    padding-left: 15px;
    padding-right: 45px;
    line-height: 50px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }
}
.footer__main-item-title.active .footer__main-item-arrow{
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.footer__main-item-arrow{
  display: none;
}
@media(max-width: 760px){
  .footer__main-item-arrow{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 5px;
    width: 10px;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center;
    display: block;
    right: 15px;
  }
  .footer__main-item-arrow::after, .footer__main-item-arrow::before{
    content: '';
    position: absolute;
    right: 4px;
    width: 1px;
    height: 5px;
    background-color: #5b5b5b;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .footer__main-item-arrow::after{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer__main-item-arrow::before{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.footer__main-list{
  margin-top: 15px;
  display: block;
}
@media(max-width: 760px){
  .footer__main-list{
    display: none;
    padding: 0 15px 15px;
  }
  .footer__main-list.active{
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
}
.footer__main-list-item{
  line-height: 1.1;
  color: #545454;
}
.footer__main-list-item:not(:last-of-type){
  margin-bottom: 10px;
}
.footer__main-phone{
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #d7202a;
}
.footer__main-list-link{
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer__main-list-link:hover{
  color: #d7202a;
  border-bottom: 1px solid #d7202a;
}
.footer__credit-cards{
  margin-top: 38px;
}
.footer__credit-cards img{
  display: inline-block;
  vertical-align: middle;
  max-width: 33px;
}
.footer__credit-cards img:not(:last-of-type){
  margin-right: 11px;
}
@media(max-width: 760px){
  .footer__credit-cards{
    margin-top: 17px;
  }
}
.footer__found-error{
  margin-top: 38px;
}
@media(max-width: 760px){
  .footer__found-error{
    margin-top: 17px;
  }
}
.footer__found-error a:hover{
  color: #d7202a;
  border-bottom: 1px solid #d7202a;
}
.footer__bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #717171;
  font-size: 12px;
  padding: 17px 0;
  border-top: 1px solid #dfdfdf;
}
@media(max-width: 760px){
  .footer__bottom{
    display: block;
    text-align: center;
    padding: 12px 0;
  }
}
.footer__developer a{
  border-bottom: 1px solid currentColor;
}
@media(max-width: 760px){
  .footer__developer{
    margin-top: 8px;
  }
}
@media(max-width: 760px){
  .footer__container{
    padding: 0;
  }
}
.footer .b-soc__item{
  padding: 0;
}.func-item{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.func-item .bag2 {
  fill: #b3141f;
}
.func-item.active {
  background-color: transparent;
  color: #b3141f;
}
.func-item.active .heart-fill {
  fill: #b3141f;
}
.func-item.active .bag2 {
  fill: #008000;
}
.func-item--small{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  padding: 3px;
  border: 1px solid #e8e8e8;
  background-color: #f4f4f4;
  color: #5c5757;
}
.func-item:hover{
  color: #d7202a;
}@media (max-width: 600px) {
  .halva-advant {
    background: url("/local/templates/tstn/images/halva-2-2.jpg") no-repeat center top;
    background-size: cover;
    height: 299px;
  }
}
@media (max-width: 600px) {
  .halva-advant img {
    display: none;
  }
}
.halva-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 700px) {
  .halva-cols {
    display: block;
  }
}
.halva-cols .halva-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 20px 20px 0;
  font-size: 13px;
}
.halva-cols .halva-col ul {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .halva-cols .halva-col {
    padding: 0;
  }
}
.halva-cols .halva-col .halva-title {
  display: block;
  color: #fd4f4e;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  .halva-cols .halva-col .halva-title {
    text-align: center;
  }
}
.halva-btn {
  position: relative;
}
@media (max-width: 600px) {
  .halva-btn {
    background: url("/local/templates/tstn/images/halva-3-2.jpg") no-repeat center top;
    background-size: cover;
    height: 208px;
  }
}
@media (max-width: 600px) {
  .halva-btn img {
    display: none;
  }
}
.halva-btn a {
  display: block;
  position: absolute;
  left: 19%;
  top: 77%;
  height: 40px;
  width: 135px;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  background: #fe4e50;
}
@media (max-width: 768px) {
  .halva-btn a {
    top: 76%;
    left: 18%;
    height: 35px;
    line-height: 35px;
    width: 130px;
  }
}
@media (max-width: 500px) {
  .halva-btn a {
    left: 15%;
  }
}
@media (max-width: 450px) {
  .halva-btn a {
    left: 10%;
  }
}
@media (max-width: 400px) {
  .halva-btn a {
    left: 4%;
  }
}
@media (max-width: 350px) {
  .halva-btn a {
    left: 1%;
  }
}.header-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  position: relative;
}
@media(max-width: 760px){
  .header-main{
    padding: 5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
  }
}
.header-main__left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 760px) {
  .header-main__left{
    margin-right: 30px;
  }
}
.header-main__logo{
  display: block;
  margin-right: 41px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  width: 94px;
  -webkit-transition: .3s;
  transition: .3s;
}
@media(max-width: 1000px){
  .header-main__logo{
    margin-right: 20px;
  }
}
@media(max-width: 760px){
  .header-main__logo{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47px;
            flex: 0 0 47px;
    width: 47px;
    margin-right: 0;
  }
}
.header-main__logo img{
  display: block;
}
.header-main__search{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 421px;
          flex: 0 1 421px;
}
@media (max-width: 768px) {
  .header-main__search{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px;
  }
}
@media(max-width: 760px){
  .header-main__search{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header-main__search.active{
    height: 47px;
    margin-top: 10px;
  }
}
.header-main__phones{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 15px;
}
@media(max-width: 760px){
  .header-main__phones{
    margin: 0;
  }
}
.header-main__phone{
  color: #5c5757;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media(max-width: 760px){
  .header-main__phone{
    font-size: 12px;
  }
}
.header-main__phone:last-of-type{
  margin-top: 5px;
}
@media(max-width: 760px){
  .header-main__phone:last-of-type{
    margin-top: 2px;
  }
}
.header-main__phone-sub{
  color: #aeaeae;
  margin-top: 2px;
  font-weight: normal;
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media(max-width: 760px){
  .header-main__phone-sub{
    font-size: 8px;
  }
}
.header-main__menu-btn{
  display: none;
}
@media(max-width: 760px){
  .header-main__menu-btn{
    display: block;
    margin-left: -8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
    height: 45px;
    margin-right: 8px;
    background: #ffffff;
    position: relative;
  }
}
.header-main__menu-btn-line{
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #2d2d2d;
}
.header-main__menu-btn-line::before, .header-main__menu-btn-line::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2d2d2d;
}
.header-main__menu-btn-line::before{
  top: -4px;
}
.header-main__menu-btn-line::after{
  bottom: -4px;
}
.header-main__search-btn{
  display: none;
  color: #5c5757;
}
@media(max-width: 760px){
  .header-main__search-btn{
    width: 33px;
    height: 33px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
    display: block;
    margin: auto;
    background-color: transparent;
  }
}.header-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.header-menu__item{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.header-menu__item:hover{
  background-color: #c71623;
}
@media(max-width: 760px){
  .header-menu__item:not(.header-menu__item--catalog){
    display: none;
  }
}
.header-menu__item--catalog{
  background-color: #545562;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 269px;
          flex: 0 0 269px;
  text-align: left;
}
.header-menu__item--catalog .header-menu__link{
  padding-left: 47px;
}
@media(max-width: 760px){
  .header-menu__item--catalog .header-menu__link{
    background-color: transparent !important;
    padding-left: 25px;
  }
}
@media(max-width: 1000px){
  .header-menu__item--catalog{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media(max-width: 760px){
  .header-menu__item--catalog{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-color: transparent !important;
    text-align: center;
  }
}
@media(min-width: 761px){
  .header-menu__item--catalog:hover .header-menu__catalog{
    opacity: 1;
    visibility: visible;
  }
}
@media(min-width: 761px) {
  .header-menu__item--main.header-menu__item--collapse .header-menu__link::after{
    display: none;
  }
  .header-menu__item--main .header-menu__catalog{
    display: none;
  }
}
.header-menu__item--collapse{
  position: relative;
}
.header-menu__item--collapse .header-menu__link{
  padding-right: 25px;
}
.header-menu__item--collapse .header-menu__link::after{
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid currentColor;
  width: 0;
  height: 0;
}
.header-menu__item--collapse:hover{
  background-color: #545562;
}
.header-menu__item--collapse:hover .header-menu__item-dropdown{
  display: block;
}
.header-menu__item--yellow{
  color: #faba20;
}
.header-menu__link{
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 20px;
  font-size: 13px;
  display: block;
}
.header-menu__link-icon {
  margin-right: 5px;
  color: var(--white);
}
.header-menu__link-text {
  display: inline-block;
  vertical-align: middle;
}
.header-menu__item-catalog-icon{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  color: #ffffff;
}
@media(max-width: 760px){
  .header-menu__item-catalog-icon{
    display: none;
  }
}
.header-menu__item-catalog-icon::after, .header-menu__item-catalog-icon::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}
.header-menu__item-catalog-icon::before{
  top: 4px;
}
.header-menu__item-catalog-icon::after{
  bottom: 4px;
}
.header-menu__item-dropdown{
  text-align: left;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 342px;
  z-index: 3;
}
.header-menu__catalog{
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 3;
  padding-top: 20px;
  width: 269px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 2px 7px -1px rgba(0,0,0,.3);
}
@media(max-width: 760px){
  .header-menu__catalog{
    left: -15px;
    right: -15px;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
}
.header-menu__catalog.active{
  opacity: 1;
  visibility: visible;
}.header-personal__profile, .header-personal__login, .header-personal__slash{
    display: inline-block;
    vertical-align: middle;
    color: #918e8e;
}
.header-personal__profile{
    color: #5c5757;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header-personal__profile:hover{
    color: #c81e2b;
}
.header-personal__slash{
    margin: 0 5px;
}
.header-personal__login{
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header-personal__login:hover{
    color: #c81e2b;
}.header-search__inner{
    position: relative;
}
.header-search__input{
    height: 47px;
    border: 1px solid #e8e8e8;
    padding-left: 24px;
    padding-right: 55px;
    width: 100%;
    font-size: 14px;
}
.header-search__input::-webkit-input-placeholder{
    color: #b5b5b5;
}
.header-search__input:-ms-input-placeholder{
    color: #b5b5b5;
}
.header-search__input::placeholder{
    color: #b5b5b5;
}
.header-search__btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    background-color: transparent;
    font-size: 18px;
    color: #5c5757;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header-search__btn:hover{
    color: #d7202a;
}
.header-search__list{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    background: #ffffff;
    max-height: 250px;
    overflow: auto;
    z-index: 5;
}
.header-search__list-item{
    text-align: left;
}
.header-search__list-item:not(:last-of-type){
    margin-bottom: 10px;
}
.header-search__list-text{
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header-search__list-text:hover{
    color: #d7202a;
}.header-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.header-top__city{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
@media(max-width: 1000px){
  .header-top__city{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
.header-top__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media(max-width: 760px){
  .header-top__list{
    display: none;
  }
}
.header-top__list-item{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #5c5757;
}
@media(max-width: 1000px){
  .header-top__list-item{
    font-size: 11px;
    padding-right: 6px;
  }
}
.header-top__list-item:not(:last-of-type){
  padding-right: 10px;
}
.header-top__list-icon{
  display: inline-block;
  vertical-align: middle;
  color: #d7202a;
  font-size: 11px;
}
.header-top__list-link{
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-top__list-link:hover{
  color: #c81e2b;
}
@media (max-width: 960px) {
  .header-top__list-link span:not(:last-child){
    display: none;
  }
}
.header-top__list-link.partner {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background-color: #dcdcdc;
}
.header-top__list-link.partner:hover {
  color: #fff;
  background-color: #c81e2b;
}
.header-top__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .header-top__login{
    display: none;
  }
}.header{
  padding-bottom: 20px;
}
.header.fixed{
  position: relative;
}
.header.fixed .header__main{
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 5;
}
.header.fixed .header__top{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
@media(min-width: 761px){
  .header.fixed .header-main__logo{
    width: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
  }
}
@media(max-width: 1000px){
  .header.fixed .header-main__logo{
    margin-right: 15px;
  }
}
@media(min-width: 761px){
  .header.fixed .header-main{
    padding: 10px 0;
  }
}
.header.fixed .header-main__left{
  margin-right: 35px;
}
@media(max-width: 1000px){
  .header.fixed .header-main__left{
    margin-right: 15px;
  }
}
.header.fixed .small-cart__body{
  display: none;
}
.header.fixed .small-cart__tooltip{
  display: none;
}
@media(min-width: 761px){
  .header.fixed .header-main__phone-sub{
    font-size: 10px;
  }
}
.header.fixed .header-main__phones{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 1250px){
  .header.fixed .header-main__phones{
    display: block;
  }
}
@media(min-width: 761px){
  .header.fixed .header-main__phone{
    font-size: 16px;
  }
}
@media(min-width: 1251px){
  .header.fixed .header-main__phone{
    margin-top: 0;
  }
  .header.fixed .header-main__phone:not(:last-of-type){
    margin-right: 30px;
  }
}
.header.fixed .header-main__cart{
  margin-top: -13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media(max-width: 1250px) {
  .header.fixed .header-main__cart{
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .header.fixed .header-main__cart{
    position: absolute;
    top: -24px;
    right: 15px;
  }
}
.header.fixed .mobile-menu{
  top: 0;
}
.header.fixed .header__menu {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.header__top{
  background: #e8e8e8;
}
.header__main{
  background-color: #ffffff;
  /*transform: translateZ(0);*/
}
.header__menu{
  background-color: #5d606d;
}
@media(max-width: 760px){
  .header__cart{
    position: absolute;
    top: 7px;
    right: 15px;
  }
}
.header__i-icon {
  margin-right: 5px;
}
.header__i-icon--small {
  font-size: 20px;
}
.header__i-icon--shares {
  color: #f9b207;
}
.header__print-image{
  display: none;
}.heading--h2{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 22px;
}
.heading--description {
    margin-bottom: 15px;
}.hover-line {
  position: relative;
  overflow: hidden;

}

.hover-line::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(215,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  background: linear-gradient(to right, rgba(215,255,255,0) 0%, rgba(255,255,255,.5) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);

}

.hover-line:hover::after {
  -webkit-animation: shine .75s;
          animation: shine .75s;

}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}.hover-scale {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hover-scale:hover {
  -webkit-transform: scale(.9);
          transform: scale(.9);
}.iblock-vote table td div {
    width: 13px;
    height: 13px;
    overflow: hidden;
    background-position: -137px -51px;
}
.iblock-vote table td div.star-empty {
    background-position: -152px -51px;
}
.iblock-vote table td div.star-over {
    background-position: -137px -51px;
}.info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
}.inline-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17px;

}
.inline-properties__info .inline-property {
    margin-right: 8px;

}
.inline-properties__info .inline-property:last-child {
    margin-right: 0px;

}
@media (max-width: 1020px) {
    .inline-properties {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

    }
    .inline-properties__info {
        text-align: center;
        margin-top: 10px;

    }

}.inline-property {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 27px;
}
@media(max-width: 1100px){
    .inline-property {
        margin-right: 21px;
    }
}
.inline-property__name {
    color: #aeaeae;
}
.inline-property a {
    color: #4285f4;
    text-decoration: underline;
}
.inline-property a:hover {
    text-decoration: none;
}
.inline-property__value {
    margin-left: 1px;
    position: relative;
    font-weight: 500;
    color: #3d3d3d;
}
.inline-property .ya-share2 {
    display: none;
}
.inline-property--block{
    display: block;
    margin-right: 0;
}.input-block {
  margin-bottom: 20px;
}
.input-block .inputfile {
  margin-bottom: 15px;
}
.input-block .inputfile:last-of-type {
  margin-bottom: 0;
}
.input-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 400px) {
  .input-block__flex {
    margin-bottom: 15px;
  }
  .input-block__flex:last-of-type {
    margin-bottom: 0;
  }
}
.input-block__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  max-width: 350px;
}
.input-block__period .input-text {
  margin: 0 10px;
}
@media (max-width: 400px) {
  .input-block__period {
    display: block;
  }
}
.input-block__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  min-width: 14px;
}
.input-block__label--for-checkbox {
  margin-bottom: 2px;
}
.input-block__label--for-period {
  margin-top: 8px;
}
.input-block__error-text {
  color: #d7202a;
  margin-top: 7px;
}
.input-block__error-text--push-bottom {
  margin-bottom: 20px;
}
.input-block__success-text {
  color: #0f9d58;
  margin-top: 7px;
}
.input-block__success-text--push-bottom {
  margin-bottom: 20px;
}
.input-block__error-text2 {
  color: #d7202a;
  border: 1px solid #d7202a;
}
.input-block--error .input-text, .input-block--error .textarea-text {
  border: 1px solid #d7202a;
}
.input-block .input-text.input-block--error, .input-block .textarea-text.input-block--error, .input-block select.input-block--error {
  border: 1px solid #d7202a;
}.input-text, .soa-property-container input{
  height: 40px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaebec;
  padding: 0 19px;
}
.input-text--medium, .soa-property-container input--medium{
  height: 35px;
}
.input-text::-webkit-input-placeholder, .soa-property-container input::-webkit-input-placeholder{
  color: #a8a8a8;
}
.input-text:-ms-input-placeholder, .soa-property-container input:-ms-input-placeholder{
  color: #a8a8a8;
}
.input-text::placeholder, .soa-property-container input::placeholder{
  color: #a8a8a8;
}
.input-text:disabled, .soa-property-container input:disabled{
  background-color: #e8e8e8;
}
.input-text[data-readonly], .soa-property-container input[data-readonly]{
  background-color: #e8e8e8;
}.input-textarea label {
    margin-bottom: 10px;
    display: block;
}
.input-textarea textarea {
    background: #fff;
    border: solid 1px #EAEBEC;
    border-radius: 0px;
    min-height: 120px;
    padding: 20px;
}.knowledge-base-item {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.knowledge-base-item {
  //margin-bottom: 37px;
}
.knowledge-base-item__image {
  padding-top: 32%;
  background-size: cover;
  margin-bottom: 15px;
}
.knowledge-base-item__name {
  font-weight: 500;
}
.knowledge-base-item:hover {
  -webkit-transform: scale(.9);
          transform: scale(.9);
}div.knowledge-base-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
div.knowledge-base-section:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1)
}
.knowledge-base-section__name {
    min-height: 68px;
    padding: 10px 20px;
    line-height: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    background-size: cover;
    background-repeat: no-repeat;
}
.knowledge-base-section__name::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}
.knowledge-base-section__name span {
    z-index: 1;
    color: #fff;
}
.knowledge-base-section__items {
    padding: 18px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.knowledge-base-section__items ul li {
    margin-bottom: 13px;
}
.knowledge-base-section__items ul li a:hover {
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    color: #d7202a;
}
.knowledge-base-section__items ul li:last-child {
    margin-bottom: 0px;
}
.knowledge-base-section__hidden {
    display: none;
    margin-top: 12px;
}
.knowledge-base-section__other {
    padding: 5px 20px 15px;
    font-size: 14px;
}
.knowledge-base-section__other a {
    position: relative;
}
.knowledge-base-section__other a:hover {
    color: #d7202a;
    text-decoration: underline;
}
.knowledge-base-section__other a:hover::after {
    color: #d7202a;
}
.knowledge-base-section__other a::after {
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    text-decoration: none;
    content: '\276F';
    font-size: 10px;
    color: #4285f4
}
.knowledge-base-section__other a.active::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}.grid, .knowledge-base__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid, .knowledge-base__items {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth, .knowledge-base__items > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth, .knowledge-base__items > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth, .knowledge-base__items > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth, .knowledge-base__items > * {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.knowledge-base {
  margin-top: 20px;

}
.knowledge-base__buy {
    margin-top: 40px;
}.knowledge-static__center-image {
    padding: 35px 10px;
    text-align: center;
}
.knowledge-static .styled-text {
    margin-bottom: 65px;
}
.knowledge-static .styled-text ol, .knowledge-static .styled-text ul {
    margin-top: 20px;
    padding-left: 15px;
}.label {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    text-align: center;
    background: #f1f1f1;
}

.label--red {
    background: #d7202a;
}

.label--icon {
    padding: 8px;
}

.label--icon .i-icon {
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
}

.label::after, .label::before {
    content: '';
    position: absolute;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.label::before {
    bottom: -2px;
    height: 2px;
    width: 100%;
    left: 0px;
    background: #d7202a;
}

.label::after {
    left: 50%;
    bottom: -3px;
    height: 0px;
    width: 0px;
    border-bottom: solid 3px #d7202a;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    margin-left: -6px;
}

.label.active, .custom-input input:checked + .label {
    color: #d7202a;
}

.label.active::before, .custom-input input:checked + .label::before {
    bottom: 0px;
}

.label.active::after, .custom-input input:checked + .label::after {
    bottom: 2px;
}.loader{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1300;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.loader.active{
  opacity: 1;
  visibility: visible;
}

.loader__inner {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 4px solid #d7202a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
}

.loader__inner::after{
  content: '';
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #d7202a;
  -webkit-animation: loader-inner 2s infinite ease-in;
          animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}.main-about{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-about__image{
  max-width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding-right: 20px;
}
@media(max-width: 760px){
  .main-about__image{
    display: none;
  }
}
.main-about__content{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}.main-news{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 760px){
  .main-news{
    display: block;
  }
}
.main-news__news{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media(max-width: 760px){
  .main-news__news{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.main-news__articles{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(55% - 65px);
      flex-basis: calc(55% - 65px);
}
@media(max-width: 760px){
  .main-news__articles{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.main-news__head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.main-news__head-link{
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-decoration: underline;
}
.main-news__head-link:hover{
  text-decoration: none;
}
@media(max-width: 760px){
  .main-news__news-list .news-item:not(:first-of-type){
    display: none;
  }
}.main-slider {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .main-slider {
    margin: -20px -15px 35px;
  }
}
@media (max-width: 760px) {
  .main-slider .swiper-container {
    padding-bottom: 20px;
  }
}
.main-slider__item {
  height: 292px;
  position: relative;
  color: #ffffff;
}
.main-slider__item--black-font {
  color: #3d3d3d;
}
.main-slider__item--right .main-slider__content {
  left: auto;
  right: 8%;
}
@media (max-width: 760px) {
  .main-slider__item--right .main-slider__content {
    text-align: right;
  }
}
.main-slider__item--center .main-slider__content {
  left: 37%;
}
@media (max-width: 760px) {
  .main-slider__item--center .main-slider__content {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .main-slider__item {
    height: 146px;
  }
}
.main-slider__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-slider__image {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
}
.main-slider__image--mobile {
  display: none;
}
@media (max-width: 760px) {
  .main-slider__image--mobile {
    display: block;
  }
}
@media (max-width: 760px) {
  .main-slider__image--desktop {
    display: none;
  }
}
.main-slider__content {
  position: absolute;
  left: 8%;
  max-width: 330px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 760px) {
  .main-slider__content {
    left: 0 !important;
    padding: 0 15px;
    max-width: 100%;
  }
}
.main-slider__label {
  font-size: 16px;
  margin-bottom: 9px;
}
@media (max-width: 760px) {
  .main-slider__label {
    font-size: 14px;
  }
}
.main-slider__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .main-slider__title {
    font-size: 18px;
  }
}
.main-slider__btn {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .main-slider__btn {
    margin-top: 8px;
  }
}
@media (max-width: 760px) {
  .main-slider .slider-arrows__item {
    display: none;
  }
}.mfp-close-btn-in .mfp-close {
  display: none;
}.mobile-menu{
  display: none;
}
.mobile-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  padding-top: 10px;
}
.mobile-menu__head-item {
  margin-right: 20px;
  margin-left: 20px;
}
.mobile-menu__head-item:hover {
  color: #b3141f;
}
.mobile-menu__head-item .i-icon, .mobile-menu__head-item .small-cart__link-icon .header__i-icon {
  font-size: 20px;
}
.mobile-menu__head-item .small-cart__link-icon {
  margin-right: 0px;
}
@media(max-width: 760px){
  .mobile-menu{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 6;
    overflow: auto;
  }
  .mobile-menu.opened{
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu__wrap{
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .mobile-menu__close{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 15px;
  }
  .mobile-menu__close::after, .mobile-menu__close::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #2d2d2d;
  }
  .mobile-menu__close::before{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mobile-menu__close::after{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mobile-menu__list{
    border-top: 1px solid #e0e0e0;
    margin-bottom: 30px;
  }
  .mobile-menu__list-item{
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    color: #2d2d2d;
  }
  .mobile-menu__links-item{
    text-align: center;
  }
  .mobile-menu__links-item:not(:last-of-type){
    margin-bottom: 30px;
  }
  .mobile-menu__links-link{
    color: #4285f4;
    border-bottom: 1px solid #4285f4;
  }
}@media (max-width: 768px) {
    .modal-cart-added .b-cart {
        border-top: 0;
    }
    .modal-cart-added .b-cart__head {
        display: none;
    }
    .modal-cart-added .b-cart__item-mobile-title {
        margin-right: 4px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
    }
    .modal-cart-added .b-cart__item {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal-cart-added .b-cart__item-product {
        margin-bottom: 15px;
    }
    .modal-cart-added .b-cart__item-count {
        max-width: 140px;
        margin: 10px 0;
    }
    .modal-cart-added .b-cart__item-btns {
        margin-top: 15px;
    }
    .modal-cart-added .b-cart__footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .modal-cart-added .b-cart__footer > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
    .modal-cart-added .b-cart__footer .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .modal-cart-added .b-cart__summary {
        display: block;
        margin-top: 0;
    }
    .modal-cart-added .b-cart__summary-info {
        margin-left: 0;
        margin-top: 10px;
    }
    .modal-cart-added .b-cart__footer-count {
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}.modal {
  max-width: 560px;
  margin: auto;
  background-color: #ffffff;
}
.modal .input-textarea{
  min-height: 80px;
  padding-top: 10px;
}
.modal .one_click_buy_result {
  padding: 10px;
  line-height: 20px;
  text-align: center;
}
.modal--city-confirm {
  max-width: 480px;
}
.modal--city-confirm .modal__body {
  padding: 25px 50px 30px;
}
@media (max-width: 760px) {
  .modal--city-confirm .modal__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal--auth .modal__body {
  padding-bottom: 8px;
}
.modal--form {
  max-width: 500px;
}
.modal--form .modal__body {
  padding: 30px 60px 40px;
}
@media (max-width: 760px) {
  .modal--form .modal__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal--portal-form .b-radio {
  margin: 20px 20px 0 0 !important;
}
.modal--portal-form textarea {
  margin-top: 20px !important;
}
.modal--portal-form a {
  text-decoration: underline;
  font-weight: bold;
}
.modal--big-form{
  max-width: 750px;
}
.modal--big-form .modal__body {
  padding: 30px 40px 40px;
}
@media (max-width: 760px) {
  .modal--big-form .modal__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal--city-choose {
  max-width: 870px;
}
.modal--city-choose .modal__body {
  padding-bottom: 0;
}
.modal--cart-added {
  max-width: 1170px;
}
.modal--cart-added .modal__body {
  padding: 0;
  padding-bottom: 20px;
}
.modal--product{
  max-width: 1000px;
}
.modal__head {
  position: relative;
  padding: 23px 60px;
  text-align: center;
  border-bottom: 2px solid #d7202a;
}
.modal__head .red {
  color: #d7202a;
}
@media (max-width: 760px) {
  .modal__head {
    padding: 23px 25px;
  }
}
.modal__body {
  padding: 30px 40px;
}
@media (max-width: 760px) {
  .modal__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal__form {
  width: 100%;
  max-width: 500px;
  min-width: 160px;
}
.modal__result {
  line-height: 20px;
  font-size: 15px;
  margin-top: 10px;
}
.modal__footer {
  padding: 15px 40px;
  border-top: 1px solid #dfdfdf;
}
.modal__head-title {
  font-size: 22px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.modal__head-title-2 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 15px 0;
}
.modal__close {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 12px;
  top: 21px;
  margin: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.modal__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal__close::after, .modal__close::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #a8a8a8;
}
.modal__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__text {
  line-height: 1.429;
}
.modal__text p {
  margin-bottom: 10px;
}
.modal__text--center {
  text-align: center;
}
.modal__body-confirm-city-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .modal__body-confirm-city-btns {
    display: block;
    margin-top: 15px;
  }
}
.modal__body-confirm-city-btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media (max-width: 760px) {
  .modal__body-confirm-city-btn {
    margin-top: 10px;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.modal__city-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .modal__city-header {
    display: block;
  }
}
.modal__head-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 370px;
          flex: 0 1 370px;
}
@media (max-width: 760px) {
  .modal__head-search {
    width: 100%;
    margin-top: 15px;
  }
}
.modal__input {
  margin-bottom: 10px;
}
.modal__checkbox {
  margin: 15px 0;
}
.modal__auth-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 760px) {
  .modal__auth-btns {
    display: block;
    text-align: center;
  }
}
.modal__footer-link {
  display: inline-block;
  vertical-align: middle;
  color: #4285f4;
  border-bottom: 1px solid #4285f4;
  padding-bottom: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.modal__footer-link:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 760px) {
  .modal__footer-link {
    margin-top: 10px;
  }
}
.modal__auth-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 153px;
          flex: 1 1 153px;
  max-width: 153px;
}
@media (max-width: 760px) {
  .modal__auth-btn {
    display: block;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.modal__products-slider {
  padding: 0 20px;
}
.modal__error {
  margin-top: 7px;
  color: #d7202a;
}
.modal__auth-error {
  margin-bottom: 20px;
  margin-top: -7px;
  color: #d7202a;
}
.modal .result_desc {
  font-size: 15px;
}
.modal .captcha-block img {
  vertical-align: bottom;
}
.modal .captcha-block input {
  width: 180px;
  margin: 0 0 0 10px;
}
.modal .b-form__main{
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}.nav-line {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .nav-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav-line__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .nav-line__socials {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-line__socials-text {
  margin-right: 10px;
  color: var(--grey-text-light);
}
.nav-line__btn {
  width: 180px;
}
@media (max-width: 640px) {
  .nav-line__btn {
    margin-bottom: 10px;
  }
}
.nav-line__btns {
  text-align: center;
}
@media (max-width: 640px) {
  .nav-line__btns {
    margin-left: auto;
    margin-right: auto;
  }
}


.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
.news-item__image {
  width: 110px;
  height: 110px;
  display: block;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
@media (max-width: 760px) {
  .news-item__image {
    margin-right: 10px;
  }
}
.news-item__image img {
  width: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.news-item__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #1754b9;
  line-height: 1.375;
  margin-bottom: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 760px) {
  .news-item__title {
    line-height: 1;
  }
}
.news-item__title:hover {
  color: #2d2d2d;
}
.news-item__title--download {
  margin: 7px 0;
  font-size: 14px;
}
.news-item__title--blue:hover {
  color: #1754b9 !important;
}
.news-item__text {
  color: #5c5757;
  line-height: 1.3;
}
.news-item__text--push {
  margin-bottom: 7px;
}
.news-item__date {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #c6c6c6;
}
.news-item__date-lk {
  float: left;
}
.news-item__date-start {
  margin-right: 20px;
}
.news-item__status {
  position: relative;
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: lighter;
  margin-left: 35px;
  font-family: "Ubuntu Light";
}
.news-item__status::before {
  content: " ";
  background-color: #71cb5b;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 2px;
  border-radius: 50%;
}
.news-item__city {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 13px;
  color: #555555;
}
.news-item--disabled .news-item__title{
  color: #2d2d2d;
  cursor: default;
}
.news-item--disabled .news-item__image{
  opacity: .6;
}
.news-item--disabled .news-item__date-out{
  color: #d7202a;
}
.news-item .price-block {
  margin-top: 12px;
}.news-detail__head-block--right {
    max-width: 50%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    padding: 0 0 15px 15px;
}
@media (max-width: 480px) {
    .news-detail__head-block--right {
        max-width: 100%;
        float: none;
        margin-left: 0;
    }
}
.news-detail__head-block--right img {
    max-height: 490px;
}
.news-detail__head-text {
    margin-bottom: 40px;
    line-height: 19px;
    font-size: 14px;
}
.news-detail__head-special {
    max-width: calc(50% - 25px);
}
@media (max-width: 600px) {
    .news-detail__head-special {
        max-width: 100%;
    }
}
.news-detail__head-list {
    margin-top: 0 !important;
}
.news-detail__date {
    margin-bottom: 25px;
}
.news-detail--kb {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.news-detail--kb .news-detail__date {
    position: absolute;
    top: -30px;
}.news-list__info-line {
    padding: 15px 30px;
    overflow-x: scroll;
    padding-bottom: 35px;
    padding-right: 0;
}
.news-list__info-line-item {
    margin-right: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    white-space: nowrap;
}
.news-list__info-line-item:hover {
    color: #d7202a;
}
.news-list__info-line-item.active {
    color: #d7202a;
}
.news-list__head {
    position: relative;
    height: 46px;
    overflow: hidden;
}
.news-list__head::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(248,248,248, 0.6), #f8f8f8 100%);
    background: linear-gradient(to right, rgba(248,248,248, 0.6), #f8f8f8 100%);
}
.news-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -60px;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .news-list__body {
        margin-left: 0;
    }
}
.news-list .news-item {
    margin-left: 60px;
    width: calc(50% - 60px);
}
@media (max-width: 768px) {
    .news-list .news-item {
        width: 100%;
        margin-left: 0;
    }
}
.news-list--kb {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.news-list--kb .news-list__body {
    margin-top: 0;
}
.news-list--kb .news-list__body .news-item {
    margin-bottom: 20px;
}.numbered-list {
  list-style: decimal;
}.order-excel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.429;
}
@media(max-width: 760px){
  .order-excel{
    display: block;
  }
}
.order-excel__form{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 50px;
  max-width: 50%;
}
@media(max-width: 760px){
  .order-excel__form{
    max-width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
.order-excel__form .textarea-text{
  height: 180px;
}
.order-excel__info{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 50px;
}
@media(max-width: 760px){
  .order-excel__info{
    padding-left: 0;
    max-width: 100%;
  }
}
.order-excel__info img{
  display: inline-block;
  margin: 15px 0 35px;
}.order-item{
  border: 1px solid #f4f4f4;
  border-bottom: 0;
  margin-bottom: 20px;
}
.order-item__head{
  padding: 15px 20px;
  background-color: #f4f4f4;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 760px){
  .order-item__head{
    display: block;
  }
}
.order-item__cell{
  padding-left: 10px;
  padding-right: 10px;
}
@media(max-width: 760px){
  .order-item__cell{
    padding: 0;
  }
  .order-item__cell:not(:last-of-type){
    margin-bottom: 10px;
  }
}
.order-item__cell--title{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 245px;
          flex: 0 0 245px;
  padding-left: 0;
}
.order-item__cell--goods{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.order-item__cell--price{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
}
.order-item__cell--title-portal{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding-left: 0;
}
.order-item__cell--manager-portal{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding-left: 0;
}
.order-item__cell--goods-portal{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
.order-item__cell--price-portal{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
}
.order-item__body-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 760px){
  .order-item__body-row{
    display: block;
  }
}
.order-item__body-title{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.order-item__body-block{
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.order-item__body-label{
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
}
.order-item__body-text{
  line-height: 1.3;
}
.order-item__funcs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media(max-width: 760px){
  .order-item__funcs{
    display: block;
  }
}
.order-item__collapse-link{
  color: #4285f4;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
}
.order-item__collapse-link:hover .order-item__collapse-link-text{
  border-bottom: 1px dashed transparent;
}
.order-item__collapse-link.active .order-item__collapse-link-arrow-inner{
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.order-item__collapse-link-text{
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1px;
  border-bottom: 1px dashed currentColor;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.order-item__collapse-link-arrow{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 10px;
  height: 5px;
}
.order-item__collapse-link-arrow-inner{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 5px;
  width: 10px;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  color: currentColor;
}
.order-item__collapse-link-arrow-inner::after, .order-item__collapse-link-arrow-inner::before{
  content: '';
  position: absolute;
  right: 4px;
  width: 1px;
  height: 5px;
  background-color: #5b5b5b;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.order-item__collapse-link-arrow-inner::after{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.order-item__collapse-link-arrow-inner::before{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.order-item__collapse-link-arrow-inner::after, .order-item__collapse-link-arrow-inner::before{
  background-color: currentColor;
}
.order-item__funcs-btn{
  display: inline-block;
  vertical-align: middle;
  color: #a8a8a8;
}
.order-item__funcs-btn:hover .order-item__funcs-text{
  border-bottom: 1px solid transparent;
}
.order-item__funcs-btn:not(:last-of-type){
  margin-right: 30px;
}
@media(max-width: 760px){
  .order-item__funcs-inner{
    margin-top: 15px;
  }
}
.order-item__funcs-text{
  border-bottom: 1px solid currentColor;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.order-item__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media(max-width: 760px){
  .order-item__info{
    display: block;
  }
}
.order-item__info-btn-wrap{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media(max-width: 760px){
  .order-item__info-btn-wrap{
    margin-top: 15px;
  }
}
.order-item__info-content{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 560px;
          flex: 1 1 560px;
  max-width: 560px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.429;
}
.order-item__info-content.full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
@media(max-width: 760px){
  .order-item__info-content{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
    display: block;
  }
}
.order-item__info-content .order-item__collapse-link{
  margin-top: 10px;
}
.order-item__info-image{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  margin-right: 20px;
  height: 120px;
  padding: 20px;
  text-align: center;
}
.order-item__info-image--icon{
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
}
.order-item__info-text{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media(max-width: 760px){
  .order-item__info-text{
    margin-top: 10px;
  }
}
.order-item__cart .b-cart{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media(min-width: 761px){
  .order-item__cart{
    margin-left: -20px;
    margin-right: -20px;
  }
  .order-item__cart .b-cart__footer{
    padding-right: 20px;
  }
  .order-item__cart .b-cart__item-product{
    padding-left: 20px;
  }
}
/*display: none;*/
.order-item__collapse.active{
  display: block;
}
.order-item__paysystem-change-link{
  display: inline-block;
  margin: 5px 0 0 0;
  border-bottom: 1px dashed black;
  cursor: pointer;
}.b-order-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media (max-width: 768px) {
  .b-order-bonus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

}
.b-order-bonus > #bx-soa-total-mobile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-left: 20px;

}
@media (max-width: 768px) {
  .b-order-bonus > #bx-soa-total-mobile {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;

  }

}
.b-order-bonus > .container-fluid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 444px;

}
@media (max-width: 768px) {
  .b-order-bonus > .container-fluid {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;

  }

}
.b-order-bonus__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.b-order-bonus__input .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 177px;
          flex: 1 0 177px;

}
@media (max-width: 480px) {
  .b-order-bonus__input .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
            flex: 1 0 130px;

  }

}
.b-order-bonus__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media (max-width: 480px) {
  .b-order-bonus__current {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

}
.b-order-bonus__description {
  font-size: 11px;
  color: #a8a8a8;
  line-height: 15px;

}
.b-order-bonus__description--comment {
  margin-top: 20px;
  margin-bottom: -20px;

}
.b-order-bonus__card {
  margin-top: 7px;
  margin-bottom: 20px;

}
.b-order-bonus__current-right {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 197px;
          flex: 1 0 197px;

}
@media (max-width: 480px) {
  .b-order-bonus__current-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;

  }

}
@media (max-width: 480px) {
  .b-order-bonus__current-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;

  }

}
@media (max-width: 640px) {
  .b-order-bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }
  .b-order-bonus > #bx-soa-total-mobile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0px;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;

  }
  .b-order-bonus__current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }
  .b-order-bonus__current-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 0px;
    margin-top: 10px;

  }

}
.table-emulate {
    display: table;
    table-layout: fixed;
}
.table-emulate > div, .table-emulate > ul {
    display: table-cell;
}
.table-emulate li {
    display: block;
}
.table-emulate--middle > div {
    vertical-align: middle;
}
.table-emulate--top > div {
    vertical-align: top;
}
.table-emulate--bottom > div {
    vertical-align: bottom;
}
.inline-block {
    display: inline-block;
}
.justify {
    text-align: justify;
    margin-bottom: -1.2em;
}
.justify * {
    text-align: left;
}
.justify > div {
    display: inline-block;
}
.justify::after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}
.justify.vert-middle > div
        {
    vertical-align: middle;
}
.justify.vert-top > div
        {
    vertical-align: top;
}
.justify.vert-bot > div
        {
    vertical-align: bottom;
}
.cell-emulate
{
    display: table-cell;
}
.align-right
{
    text-align: right;
}
.align-left
{
    text-align: left;
}
.align-center
{
    text-align: center;
}
.full
{
    width: 100%;
    max-width: 100%;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.no-padding {
    padding: 0;
}
.no-padding-important {
    padding: 0 !important;
}
.no-padding-right {
    padding-right: 0;

}
.no-padding-left {
    padding-left: 0;
}
.relative {
    position: relative;
}
.no-margin {
    margin: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.rounded {
    border-radius: 100%;
}
.bold {
    font-family: "Roboto";
}
.big-zindex {
    z-index: 500;
}
.white-back {
    background: white;
}
.vert-middle {
    vertical-align: middle;
}
.vert-top {
    vertical-align: top;
}
.wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
.half-width {
    width: 50%;
}
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.hidden {
    display: none !important;
}
.border-none {
    border: none !important;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.margin-auto {
    margin: auto;
    display: block;
}
@media (min-width: 761px) {
    .desktop-hidden {
        display: none !important;
    }
}
@media(max-width: 760px){
    .mobile-hidden {
        display: none !important;
    }
}
.red-text{
    color: #d7202a;
}
.blue-link, .b-order-confirm__head a:not(.btn) {
    color: #4285f4;
    text-decoration: underline;
}
.blue-link:hover, .b-order-confirm__head a:not(.btn):hover {
    text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.b-order-confirm h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 17px;
}
.b-order-confirm p {
    margin-bottom: 11px;
}
.b-order-confirm__head {
    margin-bottom: 38px;
}
.b-order-confirm__questions {
    margin-bottom: 63px;
}
.b-order-confirm__cart h2 {
    font-size: 22px;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .b-order-confirm__cart .b-cart__summary, .b-order-confirm__cart .b-cart__summary-info {
        text-align: center;
    }
}
.b-order-confirm__phone {
    font-weight: bold;
    font-size: 16px;
}.b-order-confirms {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1px;
}
@media (max-width: 768px) {
  .b-order-confirms {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-order-confirms__el {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: solid 1px #EBEBEB;
  margin-left: -1px;
  padding: 24px 18px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .b-order-confirms__el {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .b-order-confirms__el:not(:last-child) {
    margin-bottom: 10px;
  }
}
.b-order-confirms__el.error {
  border-color: red;
}
.b-order-confirms__el .b-checkbox__label, .b-order-confirms__el .b-checkbox__text {
  height: 100%;
}
.b-order-confirms__el-head {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media(max-width: 640px) {
  .b-order-confirms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-order-confirms__el {
    margin-top: -1px;
    margin-left: 0px;
  }
}.input-text, .soa-property-container input, .b-order-delivery__search input{
  height: 40px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaebec;
  padding: 0 19px;
}

.input-text--medium, .soa-property-container input--medium{
  height: 35px;
}

.input-text::-webkit-input-placeholder, .soa-property-container input::-webkit-input-placeholder, .b-order-delivery__search input::-webkit-input-placeholder{
  color: #a8a8a8;
}

.input-text:-ms-input-placeholder, .soa-property-container input:-ms-input-placeholder, .b-order-delivery__search input:-ms-input-placeholder{
  color: #a8a8a8;
}

.input-text::placeholder, .soa-property-container input::placeholder, .b-order-delivery__search input::placeholder{
  color: #a8a8a8;
}

.input-text:disabled, .soa-property-container input:disabled, .b-order-delivery__search input:disabled{
  background-color: #e8e8e8;
}

.input-text[data-readonly], .soa-property-container input[data-readonly]{
  background-color: #e8e8e8;
}

.b-order-delivery {
  margin-top: 25px;
}

.b-order-delivery__search-wrap {
  margin-bottom: 35px;
}

.b-order-delivery__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.b-order-delivery__search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.b-order-delivery__search a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  background: #f4f4f4;
  line-height: 40px;
}

@media (max-width: 480px) {

  .b-order-delivery__search a{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}

.b-order-delivery__map {
  display: none;
  padding-top: 20px;
}

.b-order-delivery__gruz {
  margin-top: 13px
}

.b-order-delivery__description {
  font-size: 12px;
  color: #A8A8A8;
  max-width: 390px;
  margin-bottom: 8px;
}.b-order-totals {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #e8e9eb;
  margin-bottom: 31px;
}
@media(max-width: 640px) {
  .b-order-totals {
    display: none;
  }
}
.b-order-totals th {
  background: #f4f4f4;
  padding: 14px 25px;
  text-align: left;
}
@media (max-width: 480px) {
  .b-order-totals th {
    padding: 12px 8px;
    text-align: center;
    font-size: 12px;
  }
}
.b-order-totals td {
  padding: 19px 25px;
}
@media (max-width: 480px) {
  .b-order-totals td {
    padding: 12px 8px;
    text-align: center;
    font-size: 12px;
  }
}.bx-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bx-order__total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media(max-width: 1020px) {
  .bx-order__total {
    display: none;
  }
}
.bx-order__soa {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 40px;
}
@media(max-width: 1020px) {
  .bx-order__soa {
    margin-right: 0px;
  }
}
.bx-order .custom-field:not(:last-of-type) {
  margin: 0 0 15px;
}
.bx-order .custom-field input[type=text]{
  max-width: 115px;
}.how-make-order__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 40px 12px 14px;
    background-color: #f4f4f4;
}
.how-make-order__item-body {
    padding: 20px 40px 0 70px;
}
.how-make-order__item {
    border: 1px solid #e8e9eb;
}
.how-make-order__item:not(:last-child) {
    margin-bottom: 20px;
}
.how-make-order__item-title {
    font-size: 16px !important;
    font-weight: 500;
}
.how-make-order__item-icon {
    height: 40px;
    width: 40px;
    margin-right: 15px;
}.orders-block{
  margin-bottom: 35px;
}
.orders-block__title{
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 18px;
}
.orders-block__item{
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.orders-block__item-head{
  background-color: #f4f4f4;
  padding: 15px 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 760px){
  .orders-block__item-head{
    display: block;
  }
}
.orders-block__item-head--portal {
  position: relative;
  cursor: default;
}
.orders-block__item-head--portal .orders-block__item-cell--title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.orders-block__item-head--portal .orders-block__item-cell--goods {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.orders-block__item-head--portal .orders-block__item-cell--status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.orders-block__item-head--collapse {
  cursor: pointer;
}
.orders-block__item-head--collapse::before {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -2px;
  width: 0px;
  height: 0px;
  border-top: solid 4px #000;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.orders-block__item-head--collapse.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg)
}
.orders-block__item-cell{
  padding-left: 10px;
  padding-right: 10px;
}
@media(max-width: 760px){
  .orders-block__item-cell{
    padding: 0;
  }
  .orders-block__item-cell:not(:last-of-type){
    margin-bottom: 10px;
  }
}
.orders-block__item-cell--title{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding-left: 0;
}
.orders-block__item-cell--goods{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
}
.orders-block__item-cell--price{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
.orders-block__item-cell--status{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 310px;
          flex: 0 1 310px;
  padding-right: 0;
}
.orders-block__item-body{
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media(max-width: 760px){
  .orders-block__item-body{
    display: block;
  }
}
.orders-block__link{
  display: inline-block;
  vertical-align: middle;
  color: #a8a8a8;
}
.orders-block__link:hover .orders-block__link-text{
  text-decoration: none;
}
.orders-block__link:not(:last-of-type){
  margin-right: 30px;
}
@media(max-width: 1200px){
  .orders-block__link:not(:last-of-type){
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media(max-width: 1200px){
  .orders-block__link{
    display: block;
  }
}
.orders-block__link-icon {
  font-size: 12px;
  margin-right: 3px;
}
.orders-block__link-text{
  position: relative;
  text-decoration: underline;
}
.orders-block__link-text--denied {
  padding-left: 15px;
}
.orders-block__link-text--denied::before, .orders-block__link-text--denied::after {
  content: '';
  height: 1px;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #a8a8a8;
}
.orders-block__link-text--denied::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.orders-block__link-text--denied::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.orders-block__links{
  text-align: right;
}
@media(max-width: 760px){
  .orders-block__links{
    text-align: left;
  }
}
.orders-block__item-cell--status .i-icon {
  width: 20px;
  height: 16px;
}
.orders-block__item-cell--status .orders-block__link-text {
  text-decoration: none;
}
.orders-block__item-cell--status a.orders-block__link {
  display: inline-block;
  margin-bottom: 0;
}
.orders-block__item-cell--status span.orders-block__link {
  margin-right: 30px;
  display: inline-block;
  color: #3d3d3d;
}
@media (max-width: 400px) {
  .orders-block__item-cell--status span.orders-block__link{
    display: block;
    margin-bottom: 10px;
  }
}
.orders-block__item-cell--status a.orders-block__link:hover {
  color: #d7202a;
}
.orders-block__item-cell--status a.orders-block__link.active {
  color: #d7202a;
}
@media (max-width: 1200px) {
  .orders-block__item-cell--status .orders-block__link--bad{
    margin-left: 30px;
  }
}
.orders-block__item-cell--status .orders-block__link--bad svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}.orders-links{
  margin: 20px 0 30px;
}
.orders-links__item{
  display: inline-block;
  vertical-align: middle;
}
.orders-links__item:not(:last-of-type){
  margin-right: 17px;
}
@media(max-width: 760px){
  .orders-links__item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.orders-links__item .i-icon {
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}.page-heading {
  position: relative;
}
.page-heading h1 {
  margin-top: 13px;
  font-size: 29px;
  margin-bottom: 33px;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .page-heading h1 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-heading h1 {
    font-size: 22px;
  }
}
.page-heading .ph-service-block__content {
  color: #aeaeae;
}
.page-heading .ph-service-block__icon {
  margin-right: 5px;
  margin-left: 7px;
  border: 1px solid #e8e8e8;
  font-size: 30px;
  padding: 6px;
  color: #5c5757;
}
@media (max-width: 760px) {
  .page-heading .ph-service-block {
    display: none;
  }
}
.page-heading--print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-bottom: 33px;
}
.page-heading--print h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-heading--print .ph-service-block {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  margin-right: 0;
  padding-left: 50px;
}
@media (max-width: 1020px) {
  .page-heading--print .ph-service-block {
    padding-left: 30px;
  }
}.pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 39px;
}
@media(max-width: 760px){
  .pagination{
    display: block;
  }
}
.pagination__load-count{
  text-align: center;
  font-size: 12px;
  margin-top: 7px;
  color: #a8a8a8;
}
@media(max-width: 760px){
  .pagination__load{
    text-align: center;
    margin-bottom: 15px;
  }
}
.pagination__load-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__load-btn .i-icon {
  height: 100%;
  font-size: 15px;
}
.pagination__nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
@media(max-width: 760px){
  .pagination__nav{
    text-align: center;
  }
}
.pagination__nav-item{
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #595959;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #f4f4f4;
  position: relative;
}
.pagination__nav-item:not(:last-child){
  margin-right: 10px;
}
.pagination__nav-item:not(.pagination__nav-item--dots).active{
  background-color: #575a67;
  color: #ffffff;
}
.pagination__nav-item:not(.pagination__nav-item--dots):hover{
  background-color: #e8e8e8;
}
@media(max-width: 760px){
  .pagination__nav-item--step{
    display: none;
  }
}
.pagination__nav-item--step::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid currentColor;
}
.pagination__nav-item--step.pagination__nav-item--prev::after{
  border-left: 0;
  border-right: 5px solid currentColor;
}
.pagination__nav-item--jump::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid currentColor;
}
.pagination__nav-item--jump::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid currentColor;
}
.pagination__nav-item--jump.pagination__nav-item--start::after{
  border-left: 0;
  border-right: 5px solid currentColor;
}
.pagination__nav-item--jump.pagination__nav-item--start::before{
  border-left: 0;
  border-right: 5px solid currentColor;
}.email-restore{
  margin: 20px 0 0 0;
}.personal-bonus{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 760px){
  .personal-bonus{
    display: block;
  }
}
.personal-bonus__content{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.personal-bonus__image{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
  text-align: center;
}
@media(max-width: 760px){
  .personal-bonus__image{
    max-width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
.personal-bonus__image img{
  box-shadow: 0 16px 19px -11px rgba(0,0,0,.4)
}
.personal-bonus__form label{
  margin-bottom: 7px;
  display: block;
  font-weight: 500;
}
.personal-bonus__form-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personal-bonus__input-wrap{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 325px;
          flex: 0 1 325px;
}
@media(max-width: 760px){
  .personal-bonus__input-wrap{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.personal-bonus__form-btn{
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
}
.personal-bonus__form-btn .i-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
}.personal-feedback-b-form .b-form__main{
    position: relative;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
@media(max-width: 760px){
    .personal-feedback-b-form .b-form__main{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.personal-feedback-b-form .b-form__additional{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    min-width: 490px;
}
@media(max-width: 1270px){
    .personal-feedback-b-form .b-form__additional{
        min-width: 460px;
    }
}
@media (max-width: 1171px) {
    .personal-feedback-b-form .b-form__additional{
        min-width: 360px;
    }
}
@media (max-width: 1025px) {
    .personal-feedback-b-form .b-form__additional{
        min-width: 210px;
    }
}
@media(max-width: 760px){
    .personal-feedback-b-form .b-form__additional{
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
@media(max-width: 760px){
    .personal-feedback-b-form .b-form__block{
        width: 100%;
    }
}.personal-info{
  margin-bottom: 50px;
}
.personal-info__row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.personal-info__cell--title{
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  padding-right: 10px;
}.ph-service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;

}
.ph-service-block__icon {
  margin-right: 7px;

}.portal-lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .portal-lk {
    display: block;
    margin-left: 0;
  }
}
.portal-lk__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  width: 50%;
  margin-left: 40px;
  margin-bottom: 40px;
  border: solid 1px #e8e8e8;
}
.portal-lk__item--no-border {
  border: none;
}
.portal-lk__item--stick-to-left {
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .portal-lk__item {
    width: 100%;
    margin-left: 0;
  }
}
.portal-lk__item-header {
  display: block;
  overflow: hidden;
  padding: 20px 25px;
  background-color: #f1f1f1;
}
.portal-lk__item-header span {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 500;
}
.portal-lk__item-header a {
  display: block;
  float: right;
  color: #4285f4;
}
.portal-lk__item-content {
  display: block;
  padding: 25px 25px 10px 25px;
  border-top: solid 1px #e8e8e8;
}
.portal-lk__item-content:first-child {
  border-top: none;
}
.portal-lk__item-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .portal-lk__item-line {
    display: block;
  }
}
.portal-lk__item-line span {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .portal-lk__item-line span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .portal-lk__item-line span {
    display: block;
  }
}
.portal-lk__item-line span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  font-weight: 100;
  padding-right: 2%;
}
@media (max-width: 1200px) {
  .portal-lk__item-line span:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
}
@media (max-width: 480px) {
  .portal-lk__item-line span:first-child {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.portal-lk__item-line a {
  color: #4285f4;
}
.portal-lk__item-line .red {
  color: #d7202a;
}
.portal-lk__item-line .reload {
  padding-left: 20px;
  background: url("/html/images/reload.png") no-repeat left center;
  color: #4285f4;
  margin-bottom: 10px;
}
.portal-lk__item-line .reload span {
  display: inline;
  border-bottom: dashed 1px #4285f4;
  font-weight: 400;
  padding-bottom: 0;
}
.portal-lk__item-line .reload:hover span {
  border-bottom: transparent;
}
.portal-lk__item-line:last-child .reload {
  margin: 10px 0 0 0;
}
.portal-lk__item .btn {
  margin: 10px 0 25px;
}.portal-orders .b-sorting__item:not(:last-of-type) {
    margin-right: 12px;
}
.portal-orders .b-sorting__item .bordered-link {
    padding: 8px 10px;
}
.portal-orders .orders-block__item-cell{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}
.portal-orders .orders-block__item-cell--title span {
    color: #2d2d2d;
}
.portal-orders .b-sorting__search {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
.portal-orders .b-sorting__search .input-text {
    width: 120px;
    padding: 0 15px;
}
@media (max-width: 830px) {
    .portal-orders .b-sorting__search .input-text {
        width: 100%;
    }
}
.portal-orders .b-sorting__search .input-text--full-width {
    width: 100%;
}
.portal-orders .b-sorting__search .btn.btn--medium {
    padding: 0 15px;
}
@media (max-width: 1270px) {
    .portal-orders .b-sorting {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.portal-orders .b-sorting form.bfilter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 830px) {
    .portal-orders .b-sorting form.bfilter {
        display: block;
    }
}
.portal-orders .orders-links {
    margin: 20px 0;
}
.portal-orders .orders-links .bordered-link {
    padding: 8px 20px;
}
.portal-orders .orders-links__item:not(:last-of-type) {
    margin-right: 10px;
}
.portal-orders .orders-block__item-body{
    padding: 8px 20px;
}
.portal-orders .orders-block__item-cell--goods, .portal-orders .orders-block__item-cell--price, .portal-orders .orders-block__item-cell--status{
    text-align: center;
}
.portal-orders .orders-block__item-cell--title{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 172px;
    flex: 0 0 172px;
    padding-left: 0;
}
.portal-orders .orders-block__item-cell--goods{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
}
.portal-orders .orders-block__item-cell--price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
}
.portal-orders span.color-credit{
    color: #cd2e39;
}
.portal-orders span.color-non-credit{
    color: #4285f4;
}
.portal-orders span.color-status{
    color: #b3141f;
}
.portal-orders__info {
    border-top: solid 1px #f4f4f4;
}
.portal-orders__info .orders-block__item-cell--title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (max-width: 1300px) {
    .portal-orders__info .orders-block__item-cell--title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px;
    }
}
.portal-orders__info .orders-block__item-cell--title a {
    display: inline-block;
    color: #3d3d3d;
    border-bottom: dashed 1px #3d3d3d;
    font-size: 13px;
    margin-right: 10px;
}
@media (max-width: 1300px) {
    .portal-orders__info .orders-block__item-cell--title a {
        margin-bottom: 10px;
    }
}
.portal-orders__info .orders-block__item-cell--title a:hover {
    border-bottom: dashed 1px transparent;
}
.portal-orders__info .orders-block__item-cell--status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.portal-orders__info .orders-block__item-cell--status span.orders-block__link {
    color: #3d3d3d;
    margin-right: 30px;
}
@media (max-width: 1200px) {
    .portal-orders__info .orders-block__item-cell--status span.orders-block__link {
        margin-right: 0;
        display: inline-block;
    }
}
@media (max-width: 400px) {
    .portal-orders__info .orders-block__item-cell--status span.orders-block__link {
        display: block;
        margin-bottom: 10px;
    }
}
.portal-orders__info .orders-block__item-cell--status .i-icon {
    width: 20px;
    height: 16px;
}
.portal-orders__info .orders-block__item-cell--status .orders-block__link-text {
    text-decoration: none;
}
.portal-orders__info .orders-block__item-cell--status a.orders-block__link:hover {
    color: #d7202a;
}
.portal-orders__info .orders-block__item-cell--status a.orders-block__link:hover svg path {
    fill: #d7202a;
}
.portal-orders__info .orders-block__item-cell--status .orders-block__link--bad svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
}
@media (max-width: 1200px) {
    .portal-orders__info a.orders-block__link {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 30px;
    }
}
@media (max-width: 400px) {
    .portal-orders__info a.orders-block__link {
        margin-left: 0;
        margin-right: 25px;
    }
}
.portal-orders__info .orders-block__item-cell--goods, .portal-orders__info .orders-block__item-cell--price {
    display: none;
}
.portal-orders__filt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15px;
}
@media (max-width: 1270px) {
    .portal-orders__filt {
        margin-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 830px) {
    .portal-orders__filt {
        margin-bottom: 0;
    }
}
@media (max-width: 600px) {
    .portal-orders__filt {
        display: block;
    }
    .portal-orders__filt .b-sorting__item {
        margin-bottom: 0;
    }
}
.portal-orders__detail {
    display: none;
}
.portal-orders__detail .order-item__cart {
    margin-right: 0;
    margin-left: 0;
}
.portal-orders__detail .order-item__cart .b-cart {
    margin-top: 0;
}
.portal-orders__detail .b-cart__head {
    background-color: transparent;
}
.portal-orders__detail .b-cart__item {
    border-bottom: none;
    border-top: 1px solid #f4f4f4;
}
@media (max-width: 768px) {
    .portal-orders__detail .b-cart__item {
        padding: 20px;
    }
}
@media (max-width: 1060px) {
    .portal-orders__detail .b-cart__item-image {
        width: 100px;
        max-width: 100px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
    }
}
@media (max-width: 768px) {
    .portal-orders__detail .b-cart__cell--count {
        text-align: left;
    }
}.download_price {
  display: block;
  padding-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .download_price span {
    display: block;
    padding-bottom: 10px;
  }
}
.file_price {
  display: inline-block;
  margin-left: 20px;
  color: #d7202a;
}
.file_price:hover {
  color: #b3141f;
}
@media (max-width: 600px) {
  .file_price {
    margin: 0 20px 0 0;
  }
}
.file_price .i-icon {
  width: 30px;
  height: 35px;
}
.portal-price {
  padding-bottom: 20px;
}
.portal-price-name {
  display: block;
  font-size: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .portal-price-name {
    font-size: 16px;
  }
}
.portal-price table {
  padding-bottom: 40px;
  table-layout: fixed;
}
@media (max-width: 600px) {
  .portal-price table {
    padding-bottom: 20px;
  }
}
.portal-price table .header_table td {
  border-bottom: solid 1px #a8a8a8;
  padding: 0 10px 10px;
}
@media (max-width: 600px) {
  .portal-price table .header_table td {
    display: none;
  }
}
.portal-price table td.count input {
  padding: 4px;
  border: solid 1px #e8e8e8;
}
.portal-price table .row_table td {
  border-bottom: solid 1px #e8e8e8;
  padding: 10px;
}
@media (max-width: 600px) {
  .portal-price table .row_table td {
    display: block;
  }
}
.portal-price table .row_table td span {
  display: none;
}
@media (max-width: 600px) {
  .portal-price table .row_table td span {
    display: inline-block;
    padding-right: 15px;
    font-weight: 500;
    font-size: 13px;
    width: 80px;
  }
}
.portal-price table .row_table td input {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #2d2d2d;
  width: 80px;
}
.portal-price table .row_table:last-child td {
  border-bottom: none;
}
@media (max-width: 600px) {
  .portal-price table .row_table:last-child td {
    border-bottom: solid 1px #e8e8e8;
  }
}
@media (max-width: 600px) {
  .portal-price table .row_table td:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .portal-price table .row_table {
    display: block;
    margin-bottom: 25px;
    border-bottom: solid 1px #a8a8a8;
  }
}
.portal-price table .header_table td, .portal-price table .row_table td {
  width: 10%;
}
@media (max-width: 768px) {
  .portal-price table .header_table td, .portal-price table .row_table td {
    width: 15%;
  }
}
@media (max-width: 600px) {
  .portal-price table .header_table td, .portal-price table .row_table td {
    width: 100%;
  }
}
.portal-price table .row_table td:nth-child(2), .portal-price table .header_table td:nth-child(2) {
  width: 60%;
}
@media (max-width: 768px) {
  .portal-price table .row_table td:nth-child(2), .portal-price table .header_table td:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .portal-price table .row_table td:nth-child(2), .portal-price table .header_table td:nth-child(2) {
    width: 100%;
  }
}.portal {
  padding-top: 15px;
}
.portal .btn {
  min-width: 160px;
}
.portal__head {
  padding-bottom: 35px;
}
.portal__head .wide-banner__btns .btn:first-child {
  background-color: #c81e2b;
  color: #fff;
}
.portal__head .wide-banner__btns .btn {
  font-weight: bold;
}
@media (max-width: 480px) {
  .portal__head .wide-banner__btns .btn {
    width: 60% !important;
    min-width: 160px;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .portal__head .wide-banner__title {
    font-size: 21px;
  }
}
.portal .advantages {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .portal .advantages {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .portal .advantages {
    display: none;
  }
}
.portal .advantages__item {
  max-width: 33.3%;
  margin-bottom: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
}
.portal .advantages__item:hover {
  color: #2d2d2d;
}
@media (max-width: 1020px) {
  .portal .advantages__item {
    max-width: 50%;
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (max-width: 600px) {
  .portal .advantages__item {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.portal .advantages__item .advantages__icon {
  width: 75px;
  height: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  margin-right: 20px;
}
@media (max-width: 1171px) {
  .portal .advantages__item .advantages__icon {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
@media (max-width: 1020px) {
  .portal .advantages__item .advantages__icon {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}
.portal .advantages__item .advantages__text {
  max-width: 60%;
}
.portal__bottom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  background-color: #c81e2b;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .portal__bottom-img {
    display: block;
    position: relative;
    height: 235px;
    width: 100%;
    background-color: transparent;
  }
}
.portal__bottom-img div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  text-align: center;
  font-size: 22px;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .portal__bottom-img div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: 100%;
    background: rgba(0,0,0,0.4);
  }
}
@media (max-width: 1020px) {
  .portal__bottom-img div:last-child {
    padding-top: 110px;
  }
}
.portal__bottom-img div img {
  height: 100%;
  width: auto;
  display: block;
  max-height: none;
  max-width: none;
}
@media (max-width: 1020px) {
  .portal__bottom-img div img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .portal__bottom-img div img {
    height: 100%;
    width: auto;
  }
}
.portal-news .news-list__body {
  margin-top: 0;
}
.portal__cart--narrow {
  max-width: 495px;
}
.portal__cart .b-cart__continue .btn--white-bg {
  line-height: 1;
  padding-top: 6px;
}
.portal__cart .b-cart__cell--product {
  padding-right: 20px;
}
.portal__cart .b-cart__coupon {
  max-width: 550px;
}
@media (max-width: 760px) {
  .portal__cart .b-cart__coupon {
    max-width: 100%;
  }
}
.portal__cart .b-cart__coupon-message {
  background-color: #f4f4f4;
  font-weight: 500;
  padding: 10px 10px 10px 50px;
  position: relative;
  line-height: 1.3em;
}
.portal__cart .b-cart__coupon-message:before {
  content: '!';
  font-size: 17px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: #d7202a;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}
.portal__cart .b-cart__continue .btn {
  margin-left: auto;
}
.portal__cart .small-cart__tooltip {
  margin-left: auto;
}
.portal__cart #cart-note-mobile {
  display: none;
}
@media (max-width: 768px) {
  .portal__cart #cart-note-mobile {
    display: block;
    font-size: 12px;
    padding: 10px 0;
    line-height: 1.3em;
  }
}
.portal__cart .order-num {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}
.price-block {
  font-weight: 500;
  font-size: 20px;
}
.price-block__price sup {
  font-size: 12px;
}
.price-block__slash {
  display: inline-block;
  vertical-align: baseline;
  color: #c9c9c9;
  font-weight: 300;
}
.price-block__summary {
  margin-right: 62px;
}
@media (max-width: 767px) {
  .price-block__summary {
    margin-right: 0;
  }
}
.price-block__type {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  font-weight: 400;
}
.price-block--large {
  font-size: 23px;
}
.price-block--large .price-block__price sup {
  font-size: 14px;
}.price-lists-group {
  margin-bottom: 10px;

}
.price-lists-group__head {
  position: relative;
  padding: 15px 34px 15px 22px;
  background: #5E606D;
  color: #fff;
  font-weight: 500;
  cursor: pointer;

}
.price-lists-group__head::before {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -4px;
  width: 0px;
  height: 0px;
  border-top: solid 4px #fff;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;

}
.price-lists-group__head.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);

}
.price-lists-group__items {
  display: none;

}
.price-lists-group__link {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.price-lists-group__link:hover .btn-hint {
  visibility: visible;
  opacity: 1;

}
.price-lists-group__link:hover .i-icon {
  color: #c81e2b;

}
.price-lists-group--certs {
  margin-bottom: 0px;

}
.price-lists-group--certs .styled-table td {
  font-weight: 500;

}
.price-lists-group--certs .price-lists-group__head {
  border-bottom: solid 1px #6A6E7A;

}.price-lists__head {
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: 500;
}
.price-lists--gost .styled-table tr:nth-child(even) td {
    background: white;
}
.price-lists--gost .styled-table tr:nth-child(odd) td {
    background: #f4f4f4;
}
.price-lists--certs .price-lists__head {
    padding-top: 26px;
    margin-bottom: 29px;
    border-top: solid 1px #f1f1f1;
}
.price-lists--certs .price-lists__section {
    margin-bottom: 50px;
}
.price-lists__section {
    margin-bottom: 38px;
}.price-vars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;

}
@media (max-width: 760px) {
  .price-vars {
    margin-left: 0;
    margin-right: 0;

  }

}
.price-vars__el {
  text-align: center;
  padding: 10px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 5px;

}
.price-vars__el--wholesaler {
  max-width: 250px;

}
@media (max-width: 760px) {
  .price-vars__el--wholesaler {
    max-width: 100%;

  }

}
@media (max-width: 760px) {
  .price-vars__el {
    margin-left: 0;
    margin-right: 0;

  }

}
.price-vars__description .price-block {
  color: #aeaeae;
  font-size: 13px;
  margin-bottom: 5px;

}
@media (max-width: 760px) {
  .price-vars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }
  .price-vars__el {
    margin-bottom: 10px;

  }

}@media print {
  .brands__section {
    page-break-inside: avoid;
  }
}@media print {

  #basket_form .b-tabs__head {
    display: none;

  }

  #basket_form .b-cart__cell--funcs {
    display: none;

  }

  #basket_form .b-cart__coupon {
    display: none;

  }

  #basket_form .b-cart__btns  {
    display: none;

  }

  #basket_form .b-cart {
    border-bottom: none;

  }

  #basket_form .b-count__btn {
    display: none;

  }

  #basket_form .b-count__input {
    text-align: center;

  }

  .b-product__footer {
    background-color: transparent;
  }

}@media print {

  @page {
    margin: .5cm;
  }

  @media (max-width: 768px) {
    .header__cart {
      top: 23px;
    }
  }

  .header-main__phones {
    margin-left: 0;
    margin-right: auto;
  }

  .header__main {
    padding: 0;
    padding-top: 5px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bx-basket {
    display: none;
  }

  .header__top {
    display: none;
  }

  .header-main__logo {
    width: 50px;
    height: 50px;
  }

  .header-main__menu-btn {
    display: none;
  }
  
  .small-cart__body {
    display: none;
  }

  .tooltip {
    display: none !important;
  }
  
  .header-main__search {
    display: none;
  }
  
  .city-select {
    display: none;
  }
  
  .aside__left {
    display: none;
  }
  
  .breadcrumbs-wrapper {
    display: none;
  }
  
  .b-catalog__head  {
    display: none;
  }

  .section-info {
    margin-bottom: 0;
  }

  .section-info__text--full {
    display: block !important;
  }
  
  .section-info__btn {
    display: none;
  }
  
  .header-search__btn {
    display: none;
  }
  
  .b-product__cart {
    display: none;
  }
  
  .b-product__funcs {
    display: none;
  }

  .b-catalog__body {
    display: table;
    font-size: 0;
  }

  .b-product {
    height: 340px;
    page-break-inside: avoid;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #f1f1f1;
  }
  
  .articles-box {
    display: none;
  }

  .b-product__wrap {
    height: 100%;
  }

  .b-catalog__footer {
    display: none;
  }

  .page-heading h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .b-action {
    display: none;
  }


  .content-box {
    display: none;
  }
  
  .catalog-additional {
    display: none;
  }
  
  .header__menu {
    display: none;
  }
  
  .footer {
    display: none;
  }
  
  .heading {
    display: none;
  }

}@media print {
    .contact-sections__item{
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(33.333% - 22px);
            flex-basis: calc(33.333% - 22px);
        max-width: calc(33.333% - 22px);
        width: calc(33.333% - 22px);
    }
    ymaps {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}@media print {
    .contacts-addresses__map .contacts-addresses__list-item-print-link {
        display: none;
    }
}

@media print {
  .aside__main {
    max-width: 100%;
  }

  .wide-banner {
    display: none !important;
  }
}@media print {

  @media (max-width: 768px) {

    h2 {
      line-height: 1.2;
    }

    .product-detail__card-property-body {
      width: auto;
      margin-bottom: 11px;
      text-align: left;
    }

    .price-vars__el {
      width: auto !important;
    }

    .product-detail-grid {
      display: inline-block;
      margin-left: 0;
    }

    .product-detail-grid__el {
      width: auto !important;
      margin-left: 0;
      margin-right: auto;
    }

  }

  .product-detail__wrap-left {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    max-width: 45%;
  }

  .product-detail__wrap-left .swiper-slide:not(:first-of-type){
    display: none;
  }

  .detail-slider__image img {
    -o-object-position: left;
       object-position: left;
  }

  .product-slider {
    width: 100%;
  }

  .product-detail__card-property-body {
    display: inline-block;
  }

  .header.fixed .header__main {
    position: static !important;
  }

  .slider-arrows__item {
    display: none;
  }

  .b-tabs__body-overlay {
    background: none;
  }

  .b-tabs__head-item::after {
    display: none;
  }
  
  .detail_page .heading {
    display: block;
  }

  .inline-property {
    display: none;
  }

  .product-detail__wrap {
    display: block;
  }

  .product-detail__wrap-right {
    margin-top: 30px;
    page-break-inside: avoid;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 48%;
    margin-left: 40px;
  }

  .product-detail__buy-buttons {
    display: none;
  }

  .product-detail__delivery-blocks {
    display: none;
  }


  .b-tabs__head-item::before {
    display: none;
  }

  .label::after {
    display: none;
  }

  .b-count__wrap {
    border: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .price-vars {
    display: block;
  }

  .price-vars__el {
    display: inline-block;
    padding-left: 0 !important;
  }

  .product-detail__thumbs {
    display: none;
  }

  .product-detail__slider {
    border: none;
  }

  .product-detail-grid {
    margin-top: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product-detail-grid__el {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
  }

  .product-detail__card-property {
    margin-bottom: 0px !important;
  }

  .product-detail__card-property .label {
    display: inline-block;
    text-align: left;
    padding-left: 0;
    background: none;
  }

  .bx-ie .product-detail__card-property .label {
    width: 90px;
  }
 
  .label::before {
    display: none;
  }

  .b-count__btn {
    display: none;
  }

  .product-detail__card-property-head {
    text-align: left;
    margin-bottom: 0;
  }

  .b-tabs__body--detail {
    padding-top: 20px;
  }

  .b-count__input {
    text-align: left;
  }

  .price-vars__description {
    text-align: left;
  }

  .price-vars__price {
    text-align: left;
  }

  .header-main__search-btn {
    display: none;
  }

  .ph-service-block {
    display:none;
  }

  .detail-slider__image{
    height: 323px;
  }
}@media print {

  .faq__group {
    page-break-inside: avoid;
  }

  .faq__group-items {
    display: block;
  }
}@media print {
  .header__print-image{
    color-adjust: exact;
    height: 160px;
    text-align: center;
    background-position: center;
    background-size: contain;
    -webkit-print-color-adjust: exact;
    background-repeat: no-repeat;
    text-align: center;
  }

  .header__print-image{
    display: block !important;
  }

  .header-main__left{
    display: none;
  }

  .header__main{
    display: none;
  }
}@media print {
  .how-make-order__item  {
    page-break-inside: avoid;
  }
}

@media print {
  .knowledge-base__items {
    display: block;
    font-size: 0;
    margin-left: 0;
  }

  div.knowledge-base-section {
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    max-width: 314px;
    width: 314px;
    height: 270px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border: 1px solid #d5d5d5;
    page-break-inside: avoid;
  }

  .knowledge-base-section__other {
    display: none;
  }
}@media print {
  .support-banner {
    display: none !important;
  }
  
  .btn {
    display: none !important;
  }
}@media print {
  .b-form__wrap {
    display: none;
  }
  
}.product-delivery-info {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 58px;
  white-space: nowrap;
  margin-bottom: 15px;

}
@media (max-width: 600px) {
  .product-delivery-info {
    margin-right: 0;

  }

}
@media (max-width: 375px) {
  .product-delivery-info {
    white-space: normal;

  }

}
.product-delivery-info * {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;

}
.product-delivery-info__icon {
  margin-right: 10px;
  font-size: 46px;

}
@media (max-width: 375px) {
  .product-delivery-info__icon {
    margin-right: 5px;
    font-size: 20px;

  }

}
.product-delivery-info__name {
  font-weight: bold;
  margin-right: 16px;

}
@media (max-width: 375px) {
  .product-delivery-info__name {
    margin-right: 5px;

  }

}
.product-delivery-info__date {
  margin-right: 21px;
  cursor: pointer;
  border-bottom: dashed 1px #918e8e;

}
@media (max-width: 375px) {
  .product-delivery-info__date {
    margin-right: 5px;

  }

}
.product-delivery-info__date:hover {
  border-color: transparent;

}
@media (max-width: 375px) {
  .product-delivery-info__link {
    //width: 100%;
    //margin-top: 10px;

  }

}.product-info-link{
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  background-color: #5c5757;
  text-align: center;
  display: inline-block;
}
.product-info-link--gray{
  color: #ffffff;
  background-color: #d3d3d3;
}.product-section__numeric-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
}
.product-section__numeric-inputs--prefix {
    width: 16px;
    line-height: 32px;
    margin-right: 10px;
    margin-left: 10px;
    color: #a8a8a8;
}
.product-section__numeric-inputs--prefix:first-child {
    margin-left: 0;
}
@media (max-width: 760px) {
    .product-section__numeric-inputs--prefix {
        margin-left: 0;
    }
}
.product-section__numeric-inputs input {
    max-width: 115px;
    margin-bottom: 10px;
}
@media (max-width: 760px) {
    .product-section__numeric-inputs input {
        max-width: calc(100% - 50px);
    }
}
@media (max-width: 760px) {
    .product-section__numeric-inputs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.product-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}
@media (max-width: 760px) {
    .product-section__main {
        display: block;
        margin-bottom: 30px;
    }
}
.product-section__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
}
.product-section__gallery .product-detail__wrap-left {
    margin-right: 0;
}
@media (max-width: 760px) {
    .product-section__gallery {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}
.product-section__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 39px);
}
@media (max-width: 760px) {
    .product-section__info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 100%;
    }
}
.product-section__info .styled-text ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin-top: 0;
    margin-bottom: 30px;
}
.product-section__info .styled-text ol li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.product-section__info .styled-text ul {
    margin-top: 15px;
}
.product-section__info .styled-text h2 {
    margin-bottom: 8px;
}
.product-section__option-label {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
}
.product-section__checkbox {
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 21px;
}
@media (max-width: 760px) {
    .product-section__checkbox {
        margin-right: 0;
        width: 100%;
    }
}
.product-section__radio-title {
    display: block;
}
.product-section__radio-image {
    margin-bottom: 7px;
}
.product-section__radio {
    margin-right: 12px;
    margin-bottom: 20px;
}
@media (max-width: 760px) {
    .product-section__radio {
        margin-right: 0;
        width: 100%;
    }
}
.product-section__radio .label {
    background-color: #ffffff;
    border: 0;
    box-shadow: inset 0 0 0 1px #efefef;
    text-align: center;
    padding: 17px 32px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product-section__radio .label:hover {
    box-shadow: inset 0 0 0 1px #d7202a;
}
@media (max-width: 760px) {
    .product-section__radio .label {
        width: 100%;
    }
}
.product-section__radio.custom-input input:checked + .label {
    box-shadow: inset 0 0 0 2px #d7202a;
}
.product-section__options {
    margin-bottom: 30px;
}
.product-section__cart {
    margin-bottom: 38px;
}
.product-section__cart .product-status {
    margin-top: 5px;
}
.product-section__cart .b-cart__item {
    padding: 0;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.product-section__cart .b-cart__cell {
    padding: 20px 10px;
}
.product-section__cart .b-cart__cell--checkbox {
    position: relative;
    z-index: 1;
}
@media (max-width: 1250px) {
    .product-section__cart .b-cart__cell {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-section__cart .b-cart__cell--checkbox {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px;
    }
    .product-section__cart .b-cart__cell--price {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px;
    }
    .product-section__cart .b-cart__cell--count {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 108px;
                flex: 0 0 108px;
    }
    .product-section__cart .b-cart__cell--total {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 110px;
                flex: 0 0 110px;
    }
    .product-section__cart .b-cart__cell--collapse-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 95px;
                flex: 0 0 95px;
    }
    .product-section__cart .b-cart__cell .b-cart__item-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90px;
                flex: 0 0 90px;
        max-width: 90px;
        width: 90px;
    }
}
@media (max-width: 1023px) and (min-width: 999px) {
    .product-section__cart .b-cart__cell--collapse-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
    }
}
@media (max-width: 760px) {
    .product-section__cart .b-cart__cell {
        padding: 10px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
    .product-section__cart .b-cart__cell.b-cart__item-product {
        margin-bottom: 0;
    }
    .product-section__cart .b-cart__cell--help-info {
        display: none;
    }
    .product-section__cart .b-cart__cell--count {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 140px;
                flex: 0 0 140px;
        margin: 0;
    }
}
.product-section__collapse-btn {
    background-color: #e8e8e8;
    width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
@media (max-width: 760px) {
    .product-section__collapse-btn {
        height: 40px;
        margin-top: 10px;
    }
}
.product-section__collapse-btn.active .product-section__collapse-btn-arrow {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
.product-section__collapse-btn-text {
    display: inline-block;
    vertical-align: middle;
}
.product-section__collapse-btn-arrow {
    width: 13px;
    height: 7px;
    position: relative;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product-section__collapse-btn-arrow::before, .product-section__collapse-btn-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 5px;
    background-color: currentColor;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}
.product-section__collapse-btn-arrow::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.product-section__collapse-btn-arrow::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.product-section__cart-section {
    border-top: 1px solid #f1f1f1;
    position: relative;
}
.product-section__cart-section.disabled {
    opacity: .5;
}
.product-section__cart-section.disabled::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-section__title {
    margin-bottom: 15px;
}
.product-section__cart-load {
    text-align: center;
    margin-top: 20px;
}
.product-section__cart-analogs {
    display: none;
}
.product-section__cart-analogs .product-section__collapse-btn {
    display: none;
}
.product-section__cart-analogs .b-checkbox {
    z-index: -1;
}
.product-section__cart-analogs .b-checkbox__input:checked + label:not(.disabled) .b-checkbox__box {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}
.product-section__cart-analogs.active {
    display: block;
}
.product-section__cart-analogs .b-cart__item {
    cursor: pointer;
}
.product-section__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background-color: #f8f8f8;
}
@media (max-width: 760px) {
    .product-section__total {
        display: block;
    }
}
@media (max-width: 760px) {
    .product-section__total-buttons {
        margin-top: 15px;
    }
}
.product-section__total-buttons .btn {
    width: 180px;
}
@media (max-width: 760px) {
    .product-section__total-buttons .btn {
        width: 100%;
    }
}
.product-section__total-buttons .btn:not(:last-child) {
    margin-right: 10px;
}
@media (max-width: 760px) {
    .product-section__total-buttons .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.product-section__chars-block {
    margin-bottom: 20px;
}
.product-section__text-warning {
    font-size: 12px;
    line-height: 1.4;
}.product-sections__head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #f4f4f4;
    margin-bottom: 63px;
}
@media(max-width: 760px){
    .product-sections__head{
        display: block;
        margin-bottom: 30px;
    }
}
.product-sections__head-image{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 35px 30px;
    text-align: center;
}
@media(max-width: 760px){
    .product-sections__head-image{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 100%;
        padding: 15px;
        padding-bottom: 25px;
    }
}
@media(max-width: 760px){
    .product-sections__head-image-wrap{
        height: 200px;
    }
}
.product-sections__head-content{
    padding: 35px 30px;
    background-color: #f4f4f4;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}
@media(max-width: 760px){
    .product-sections__head-content{
        padding: 20px;
    }
}
.product-sections__item{
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f1f1f1;
    margin-top: -1px;
}
@media(max-width: 760px){
    .product-sections__item{
        display: block;
        padding: 15px;
    }
}
.product-sections__item:hover{
    z-index: 1;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.product-sections__item-image{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 285px;
            flex: 0 0 285px;
    max-width: 285px;
    padding-right: 25px;
    padding-top: 50px;
}
@media(max-width: 760px){
    .product-sections__item-image{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
        height: 180px;
    }
}
.product-sections__item-content{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 285px);
        flex-basis: calc(100% - 285px);
}
.product-sections__item-content .styled-text h3{
    margin-bottom: 7px;
}
.product-sections__item-content .styled-text ul{
    margin-top: 12px;
}
.product-sections__bottom{
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media(max-width: 1200px){
    .product-sections__bottom{
        display: block;
    }
}
.product-sections__price{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.product-sections__price .price-block{
    display: inline-block;
    margin-left: 5px;
}
@media(max-width: 1200px){
    .product-sections__buttons{
        margin-top: 15px;
    }
}
.product-sections__buttons .btn{
    width: 188px;
}
@media(max-width: 1300px){
    .product-sections__buttons .btn{
        width: auto;
    }
}
@media(max-width: 760px){
    .product-sections__buttons .btn{
        width: 100%;
    }
}
.product-sections__buttons .btn:not(:last-of-type){
    margin-right: 8px;
}
@media(max-width: 760px){
    .product-sections__buttons .btn:not(:last-of-type){
        margin-right: 0;
        margin-bottom: 10px;
    }
}.product-slider{
  margin: -10px -1px;
}
@media(max-width: 760px){
  .product-slider{
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-slider .swiper-container{
  padding: 10px 1px;
}
@media(max-width: 760px){
  .product-slider .swiper-container{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width: 760px){
  .product-slider .b-product{
    width: 242px;
  }
}
@media(max-width: 760px){
  .product-slider .slider-arrows__item{
    display: none;
  }
}.product-status{
  font-size: 12px;
}
.product-status--available{
  color: #0f9d58;
}
.product-status--not-available{
  color: #c81e2b;
}
.product-status--order{
  color: #4285f4;
}@media (max-width: 1365px) {
    .projects-sorting .b-sorting__sort {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.projects-sorting .b-sorting__item:not(:last-of-type) {
    margin-right: 30px;
}
@media (max-width: 830px) {
    .projects-sorting .b-sorting__item:not(:last-of-type) {
        margin-right: -1px;
    }
}
@media (max-width: 830px) {
    .projects-sorting .b-sorting__item .select {
        width: 100%;
    }
}
@media (max-width: 830px) {
    .projects-sorting .b-sorting__item select {
        max-width: 100%;
    }
}
@media (max-width: 1365px) {
    .projects-sorting .b-sorting__item-btn {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media (max-width: 830px) {
    .projects-sorting .b-sorting__item-btn {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
@media (max-width: 830px) {
    .projects-sorting .b-sorting__select-title {
        min-width: 95px;
    }
}.range-slider__inputs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.range-slider__input-wrap{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.range-slider__input-line{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    text-align: center;
}
.range-slider__input-line::after{
    content: '';
    display: block;
    margin: auto;
    vertical-align: middle;
    height: 1px;
    width: 10px;
    background-color: #878787;
}
.range-slider__input{
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 35px;
    font-size: 12px;
    padding: 0 12px;
    color: #595959;
}
.range-slider__slider{
    margin-top: 26px;
}.rent-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 30px;
  margin: 30px 0;
  border: 2px solid #f1f1f1;
}
.rent-service--block {
  display: block;
}
.rent-service .btn {
  min-width: 150px;
}
@media(max-width: 480px){
  .rent-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rent-service__content {
  margin-left: 30px;
  line-height: 1.429;
}
@media(max-width: 480px){
  .rent-service__content {
    margin-left: 0;
    margin-bottom: 20px;
  }
}.reviews__add {
    margin-bottom: 26px;
}
.reviews__item {
    margin-bottom: 35px;
}
.reviews__item:last-child {
    margin-bottom: 0px;
}
.reviews__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.reviews__item-name, .reviews__item-rate {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}
.reviews__item-date {
    color: #C6C6C6;
    margin-bottom: 9px;
    font-size: 13px;
}
.reviews__item-text {
    line-height: 20px;
}.rouble{
  color: inherit;
  font-family: 'Arial', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
  vertical-align: baseline;
}.sales-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 760px){
  .sales-block{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sales-block > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media(max-width: 760px){
  .sales-block > *{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.sales-block__sections{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 760px){
  .sales-block__sections{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}
.sales-block__sections-item{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  text-align: center;
  height: 150px;
  padding-top: 15px;
}
@media(max-width: 760px){
  .sales-block__sections-item{
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.sales-block__sections-image-wrap{
  display: block;
  height: 77px;
  margin-bottom: 10px;
  font-size: 0;
}
.sales-block__sections-image-wrap::after{
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sales-block__sections-image-wrap img{
  display: inline-block;
  vertical-align: middle;
}
.sales-block__sections-title{
  display: inline-block;
  font-weight: bold;
}.search-sections{
  margin-bottom: 15px;
}
.search-sections--push-top{
  margin-top: 30px;
}
.search-sections__item{
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 9px 12px;
  min-width: 100px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px #a8a8a8;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 13px;
}
.search-sections__item:hover{
  box-shadow: inset 0 0 0 1px #d7202a;
}
.search-sections__item.active{
  box-shadow: inset 0 0 0 2px #d7202a;
}.section-info{
  margin-bottom: 35px;
}
.section-info.opened .section-info__text--full{
  display: block;
}
.section-info.opened .section-info__btn-text::before{
  content: attr(data-hide-text);
}
.section-info.opened .section-info__btn-arrow{
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.section-info__text{
  color: #545252;
  line-height: 1.3;
}
.section-info__text--preview{
  display: block;
}
.section-info__text--full{
  display: none;
  margin-top: 10px;
}
.section-info__btn{
  background-color: transparent;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}
.section-info__btn-text{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.section-info__btn-text::before{
  content: attr(data-show-text);
  display: inline-block;
  vertical-align: middle;
  color: #424242;
  border-bottom: 1px dashed currentColor;
}
.section-info__btn-arrow{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 5px;
  width: 10px;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.section-info__btn-arrow::after, .section-info__btn-arrow::before{
  content: '';
  position: absolute;
  right: 4px;
  width: 1px;
  height: 5px;
  background-color: #5b5b5b;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.section-info__btn-arrow::after{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-info__btn-arrow::before{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}.section_b .product-description {
    width: 60%;
    float: left;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .section_b .product-description {
        width: 100%;
    }
}
.section_b .product-description__emptysimilar{
    width: 100%;
}
.section_b .product-similar {
    width: 40%;
    float: left;
}
@media (max-width: 768px) {
    .section_b .product-similar {
        width: 100%;
    }
}
.section_b .product-similar .b-tabs__head-item {
    font-weight: 500;
}
.section_b .product-similar .b-tabs__body {
    padding: 37px 0px;
    margin-top: 15px;
}
.section_b .b-tabs__body-overlay {
    display: none;
}.table-emulate {
    display: table;
    table-layout: fixed;
}

.table-emulate > div, .table-emulate > ul {
    display: table-cell;
}

.table-emulate li {
    display: block;
}

.table-emulate--middle > div {
    vertical-align: middle;
}

.table-emulate--top > div {
    vertical-align: top;
}

.table-emulate--bottom > div {
    vertical-align: bottom;
}

.inline-block {
    display: inline-block;
}

.justify {
    text-align: justify;
    margin-bottom: -1.2em;
}

.justify * {
    text-align: left;
}

.justify > div {
    display: inline-block;
}

.justify::after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.justify.vert-middle > div
        {
    vertical-align: middle;
}

.justify.vert-top > div
        {
    vertical-align: top;
}

.justify.vert-bot > div
        {
    vertical-align: bottom;
}

.cell-emulate
{
    display: table-cell;
}

.align-right
{
    text-align: right;
}

.align-left
{
    text-align: left;
}

.align-center
{
    text-align: center;
}

.full
{
    width: 100%;
    max-width: 100%;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.no-padding {
    padding: 0;
}

.no-padding-important {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0;

}

.no-padding-left {
    padding-left: 0;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.rounded {
    border-radius: 100%;
}

.bold {
    font-family: "Roboto";
}

.big-zindex {
    z-index: 500;
}

.white-back {
    background: white;
}

.vert-middle {
    vertical-align: middle;
}

.vert-top {
    vertical-align: top;
}

.wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.half-width {
    width: 50%;
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

.border-none {
    border: none !important;
}

.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.margin-auto {
    margin: auto;
    display: block;
}

@media (min-width: 761px) {

    .desktop-hidden{
        display: none !important;
    }
}

@media(max-width: 760px){

    .mobile-hidden{
        display: none !important;
    }
}

.red-text{
    color: #d7202a;
}

.blue-link, .select__buttons-left a {
    color: #4285f4;
    text-decoration: underline;
}

.blue-link:hover, .select__buttons-left a:hover {
    text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.select {
  position: relative;
  cursor: pointer;
}

.select--static {
    position: static;
}

.select__inner {
    position: relative;
    height: 45px;
    background: #ffffff;
    padding-right: 45px;
    padding-left: 20px;
    border: 1px solid #ececec;
    width: 100%;
    z-index: 2;
    cursor: pointer;
}

.select__inner-head {
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    background-image: url("/local/client/icons/arrow-down.png");
    background-position: right 13px center;
    background-repeat: no-repeat;
}

.select__inner-head + .select__arrow {
    display: none;
}

.select__inner-head--knowledge {
    background: none;
}

.select__inner-body {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    max-width: 625px;
    min-width: 100%;
    padding: 19px 25px 10px;
    background: #fff;
    border: solid 1px #DFDFDF;
}

@media (max-width: 767px) {

    .select__inner-body{
        width: 100% !important;
    }
}

.select__inner-body .grid-third {
    margin-bottom: 8px;
}

.select__inner-body-elements {
    margin-left: -20px;
}

.select__inner-body-element {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 20px;
    width: 175px;
}

.select__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
}

@media (max-width: 767px) {

    .select__buttons{
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
}

.select__buttons-left a {
    margin-right: 10px;
}

@media (max-width: 767px) {

    .select__buttons-left a{
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

.select.open {
    z-index: 2;
}

.select.open .select__inner {
    border-color: #DFDFDF;
}

.select.open .select__inner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 12px;
    background: #fff;
    border-left: solid 1px #DFDFDF;
    border-right: solid 1px #DFDFDF;
    margin-left: -1px;
}

.select.open .select__inner-body {
    width: 1000px;
    display: block;
}

.select--small .select__inner {
    height: 35px;
    font-size: 13px;
    padding-right: 35px;
}

.select__arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 5px;
    width: 10px;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 4;
    right: 14px;
}

.select__arrow::after, .select__arrow::before{
    content: '';
    position: absolute;
    right: 4px;
    width: 1px;
    height: 5px;
    background-color: #5b5b5b;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}

.select__arrow::after{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.select__arrow::before{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.select__num {
    position: absolute;
    right: -12px;
    top: -11px;
    z-index: 2;
    background: #d7202a;
    color: white;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
}

.select--medium .select__inner, .select--medium .select__inner-head {
    height: 40px;
    line-height: 40px;
}

.select2-selection__arrow {
  display: none;
}

.contacts-addresses__city--form .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.contacts-addresses__city--form .select2-selection {
    border: 1px solid #eaebec;
}

div[class*=select2] {
  outline: 0 !important;
}

.select2-selection {
  outline: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-image: url("/local/client/icons/arrow-down.png");
  background-position: right 13px center;
  background-repeat: no-repeat;
}

.select2-container + .select__arrow {
  display: none;
}.seo-text{
  margin-bottom: 40px;
  line-height: 1.3;
}.service-list{
  margin-left: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media(max-width: 760px){
  .service-list{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.service-list__item{
  margin-left: 23px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.333% - 23px);
      flex-basis: calc(33.333% - 23px);
  max-width: calc(33.333% - 23px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #f4f4f4;
  margin-bottom: 15px;
}
.service-list__item:hover .service-list__title{
  color: #d7202a;
}
@media(max-width: 1240px)  and (min-width: 761px){
  .service-list__item{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media(max-width: 760px){
  .service-list__item{
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 2px;
  }
}
.service-list__icon{
  width: 108px;
  height: 101px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
  background-color: #515462;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 28px;
  max-width: 108px;
}
@media(max-width: 1240px) and (min-width: 761px) {
  .service-list__icon{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media(max-width: 760px){
  .service-list__icon{
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.service-list__content{
  padding-left: 21px;
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
}
@media(max-width: 1320px)  and (min-width: 761px){
  .service-list__content{
    padding-right: 21px;
  }
}
@media(max-width: 1240px)  and (min-width: 761px){
  .service-list__content{
    padding: 15px;
  }
}
@media(max-width: 760px){
  .service-list__content{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-list__title{
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #2d2d2d;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.service-list__text{
  line-height: 1.3;
  display: block;
  color: #545252;
  margin-top: 12px;
}
.service-list__arrow{
  position: absolute;
  bottom: -3px;
  right: -3px;
  padding: 8px;
}
@media(max-width: 1320px){
  .service-list__arrow{
    display: none;
  }
}
.service-list--half {
  margin-left: -54px;
}
@media(max-width: 1000px) {
  .service-list--half{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media(max-width: 760px){
  .service-list--half{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media(max-width: 500px){
  .service-list--half{
    display: block;
  }
}
.service-list--half .service-list__item {
  margin-left: 54px;
  min-height: 160px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 54px);
      flex-basis: calc(50% - 54px);
  max-width: calc(50% - 54px);
}
@media(max-width: 1240px)  and (min-width: 761px){
  .service-list--half .service-list__item{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media(max-width: 1000px) {
  .service-list--half .service-list__item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media(max-width: 500px) {
  .service-list--half .service-list__item{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-list--half .service-list__content {
  padding: 15px 30px;
}
.service-list--half .service-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  background-color: #515462;
  text-align: center;
}
.service-list--half .service-list__image img {
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media(max-width: 500px) {
  .service-list--half .service-list__image{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
}.share-link {
  margin-left: 10px;
  color: #d3d3d3 !important;
  font-size: 18px;
}.shares-detail__date {
    margin-bottom: 25px;
}
.shares-detail__head {
    border-bottom: 1px solid #e8e8e8;
}
.shares-detail__head-text {
    margin-bottom: 40px;
}
.shares-detail__head-list {
    margin-top: 0 !important;
}
.shares-detail__banner-wrap {
    float: right;
    display: block;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 262px;
    width: 380px;
    margin-left: 40px;
    margin-bottom: 40px;
    padding: 5px;
    border: 2px solid #e8e8e8;
    font-size: 0;
}
.shares-detail__banner-wrap::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.shares-detail__banner-wrap img{
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .shares-detail__banner-wrap {
        height: 40%;
        width: 40%;
    }
}
@media (max-width: 480px) {
    .shares-detail__banner-wrap {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
}
.shares-detail__body {
    margin-top: 55px;
}
.shares-detail__footer-btns {
    margin-top: 40px;
    text-align: right;
}
@media (max-width: 600px) {
    .shares-detail__footer-btns {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .shares-detail__footer-btns {
        text-align: center;
    }
}
.shares-detail__footer-btn {
    width: 180px;
}
@media (max-width: 600px) {
    .shares-detail__footer-btn {
        margin-bottom: 10px;
    }
}
.shares-detail__date-start{
    margin-right: 20px;
}
.shares-detail__date-out{
    color: #d7202a;
}.shares-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 480px) {
    .shares-list__body .news-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.shares-list__body .news-item__image {
    height: 160px;
    width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    padding: 5px;
    border: 1px solid #f1f1f1;
    text-align: center;
    font-size: 0;
}
.shares-list__body .news-item__image::after{
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 600px) {
    .shares-list__body .news-item__image {
        height: 40%;
        width: 40%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}
@media (max-width: 480px) {
    .shares-list__body .news-item__image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px;
    }
}
.shares-list__body .news-item__image img {
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.shares-list__items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 60px;
}
@media(max-width: 1171px) {
    .shares-list__items {
        width: 100%;
        margin-right: 0;
    }
}
.shares-list__items.offers {
    margin-right: 0;
}
.shares-list__items.offers .news-item__image {
    width: 100%;
    height: 100%;
}
@media(max-width: 1171px) {
    .shares-list__banner {
        display: none !important;
    }
}
.shares-list__nav {
    margin-right: auto;
    margin-left: 0;
}.slider-arrows{
  position: relative;
}

.slider-arrows--offsets .slider-arrows__item--next{
  right: 20px;
}

.slider-arrows--offsets .slider-arrows__item--prev{
  left: 20px;
}

.slider-arrows--top-offests .slider-arrows__item {
  top: -25px;
}

.slider-arrows--products .slider-arrows__item{
  top: 126px;
  bottom: auto;
}

.slider-arrows__item{
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #f4f4f4;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #5c5757;
  z-index: 1;
  cursor: pointer;
}

.slider-arrows__item::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
}

.slider-arrows__item:hover{
  background-color: #d7202a;
  color: #ffffff;
}

.slider-arrows__item--prev{
  left: 0;
}

.slider-arrows__item--prev::after{
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slider-arrows__item--next{
  right: 0;
}

.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}.slider-pagination--mobile .slider-pagination__nav{
    display: none;
}
@media(max-width: 760px){
    .slider-pagination--mobile .slider-pagination__nav{
        display: block;
    }
}
.slider-pagination__nav.swiper-pagination-bullets{
    bottom: 0;
}
.slider-pagination__nav .swiper-pagination-bullet{
    opacity: 1;
    width: 7px;
    height: 7px;
    background-color: #dfdfdf;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
}
.slider-pagination__nav .swiper-pagination-bullet-active{
    background-color: #c81e2b;
    box-shadow: 0 0 0 1px #c81e2b;
}.small-cart{
  cursor: pointer;
}
.small-cart__link{
  font-weight: bold;
  font-size: 15px;
  color: #5c5757;
  display: inline-block;
  vertical-align: baseline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.small-cart__link:hover{
  color: #c81e2b;
}
@media(max-width: 760px){
  .small-cart__link{
    font-size: 12px;
  }
}
.small-cart__link-icon{
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  color: #d7202a;
  margin-right: 8px;
}
.small-cart__link-icon .header__i-icon{
  margin-right: 0;
}
@media(max-width: 760px){
  .small-cart__link-icon .header__i-icon{
    font-size: 16px;
  }
}
@media(max-width: 760px){
  .small-cart__link-text{
    display: none;
  }
}
.small-cart__head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.small-cart__tooltip{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media(max-width: 760px){
  .small-cart__tooltip{
    display: none;
  }
}
.small-cart__body{
  width: 252px;
  margin-top: 8px;
  padding-bottom: 24px;
  position: relative;
}
@media(max-width: 1000px){
  .small-cart__body{
    width: 230px;
  }
}
@media(max-width: 760px){
  .small-cart__body{
    display: none;
  }
}
.small-cart__line{
  position: relative;
  width: 100%;
  background-color: #e8e8e8;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.small-cart__line-complete{
  position: absolute;
  left: 0;
  background: #c71623;
  top: 0;
  height: 6px;
}
.small-cart__point{
  position: absolute;
  bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #aeaeae;
  left: 41%;
}
.small-cart__point.active{
  color: #c81e2b;
}
.small-cart__point::before{
  content: '';
  position: absolute;
  bottom: 13px;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  left: 0;
  right: 0;
  margin: auto;
}
.small-cart__point:first-of-type{
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.small-cart__point:first-of-type::before{
  left: 2px;
  right: auto;
  margin: 0;
}
.small-cart__point:last-of-type{
  left: auto;
  -webkit-transform: none;
          transform: none;
  right: 18px;
}
.small-cart__point:last-of-type::before{
  left: auto;
  right: 3px;
  margin: 0;
}
.small-cart__count{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: -5px;
  height: 14px;
  min-width: 14px;
  padding: 3px;
  border-radius: 50%;
  font-size: 9px;
  color: #d7202a;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #d7202a;
  line-height: 14px;
}
@media(max-width: 760px){
  .small-cart__count{
    top: -2px;
    min-width: 10px;
    height: 10px;
    line-height: 10px;
  }
}.socials-show .ya-share2 {
    position: absolute;
    width: 115px;
    top: 100%;
    right: 0px;
    padding-top: 10px;
    z-index: 4;
}
.socials-show .ya-share2__container {
    background: #fff;
    box-shadow: 0px 0px 24px -5px #ccc;
    width: 100%;
    padding: 3px 7px;
}
.socials-show .ya-share2__container .ya-share2__icon {
    height: 18px !important;
    width: 18px !important;
    margin: 4px !important;
}
.socials-show .ya-share2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.socials-show .ya-share2__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    margin: 0px 0px !important;
    padding: 5px 0px;
}
.socials-show .ya-share2__badge {
    margin-right: 0px !important;
}
.socials-show:hover .ya-share2 {
    display: block;
}.special-info {
  display: inline-block;
  margin: 25px 0;
  padding: 30px 35px;
  background-color: #f4f4f4;
}
.special-info--smaller{
  padding: 25px 20px;
}
@media (max-width: 480px) {
  .special-info {
    padding: 20px 25px;
  }
}
.special-info__title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.special-info__content {
  position: relative;
  line-height: 1.429;
  color: #3d3d3d;
}
.special-info--no-margin {
  margin: 0px 0px;
}
.special-info ul{
  margin-top: 0!important;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media(max-width: 760px){
  .special-info ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.special-info ul li{
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 0 !important;
  padding-bottom: 13px;
}.special-text {
  font-weight: bold;
}.static-date {
  font-size: 13px;
  color: #c6c6c6;
}.static-page {
  margin-top: 30px;
}
.static-page__head {
  margin-bottom: 40px;
}.style-page__colors{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.style-page__color{
    width: 150px;
    height: 45px;
    position: relative;
}
.style-page__color-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
}
.style-page__title{
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0;
    color: #d7202a;
}
.style-page .slider-arrows{
    width: 100px;
}
.style-page .pagination{
    width: 600px;
}.styled-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.styled-table thead tr td{
  background: #f4f4f4;
  font-weight: 500;
}
.styled-table .head {
  font-weight: 500;
  min-width: 200px;
}
.styled-table td {
  background: #ffffff;
  padding: 15px 15px;
}
.styled-table tr:nth-child(even) td {
  background: #f4f4f4;
}
.styled-table--revert tr:nth-child(even) td {
  background: #ffffff;
}
.styled-table--revert tr:nth-child(odd) td {
  background: #f4f4f4;
}
td.styled-table__buttons {
  padding: 6px 15px;
  text-align: right;
  white-space: nowrap;
}
.styled-table__button {
  display: inline-block;
  padding: 8px;
  background: #ffffff;
  margin:0px 2px;
  border: solid 1px #e8e8e8;
}
.styled-table__button .i-icon {
  width: 14px;
  height: 14px;
  border: solid 1px #ccc;
}
.styled-table__button--download-icon {
  margin-top: 10px;
  padding: 5px 8px;
}.table-emulate {
    display: table;
    table-layout: fixed;
}
.table-emulate > div, .table-emulate > ul {
    display: table-cell;
}
.table-emulate li {
    display: block;
}
.table-emulate--middle > div {
    vertical-align: middle;
}
.table-emulate--top > div {
    vertical-align: top;
}
.table-emulate--bottom > div {
    vertical-align: bottom;
}
.inline-block {
    display: inline-block;
}
.justify {
    text-align: justify;
    margin-bottom: -1.2em;
}
.justify * {
    text-align: left;
}
.justify > div {
    display: inline-block;
}
.justify::after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}
.justify.vert-middle > div
        {
    vertical-align: middle;
}
.justify.vert-top > div
        {
    vertical-align: top;
}
.justify.vert-bot > div
        {
    vertical-align: bottom;
}
.cell-emulate
{
    display: table-cell;
}
.align-right
{
    text-align: right;
}
.align-left
{
    text-align: left;
}
.align-center
{
    text-align: center;
}
.full
{
    width: 100%;
    max-width: 100%;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.no-padding {
    padding: 0;
}
.no-padding-important {
    padding: 0 !important;
}
.no-padding-right {
    padding-right: 0;

}
.no-padding-left {
    padding-left: 0;
}
.relative {
    position: relative;
}
.no-margin {
    margin: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.rounded {
    border-radius: 100%;
}
.bold {
    font-family: "Roboto";
}
.big-zindex {
    z-index: 500;
}
.white-back {
    background: white;
}
.vert-middle {
    vertical-align: middle;
}
.vert-top {
    vertical-align: top;
}
.wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
.half-width {
    width: 50%;
}
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.hidden {
    display: none !important;
}
.border-none {
    border: none !important;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.margin-auto {
    margin: auto;
    display: block;
}
@media (min-width: 761px) {
    .desktop-hidden {
        display: none !important;
    }
}
@media(max-width: 760px){
    .mobile-hidden {
        display: none !important;
    }
}
.red-text{
    color: #d7202a;
}
.blue-link, .styled-text a:not(.btn) {
    color: #4285f4;
    text-decoration: underline;
}
.blue-link:hover, .styled-text a:not(.btn):hover {
    text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.styled-text {
  line-height: 19px;
  font-size: 14px;

}
.styled-text h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text p {
    margin-bottom: 20px;
}
.styled-text ul, .styled-text ol {
    margin: 40px 0;
}
.styled-text ul, .styled-text ol {
    list-style-type: none;
}
.styled-text ul li, .styled-text ol li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
.styled-text ul li:before, .styled-text ol li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 6px;
}
.styled-text ul li::before {
    width: 5px;
    height: 5px;
    background: #d7202a;
}
.styled-text ol {
    list-style-type: none;
    counter-reset: num;
}
.styled-text ol li {
    padding-left: 25px;
}
.styled-text ol li::before {
    top: 0px;
    content: counter(num) '. ';
    counter-increment: num;
    color: #d7202a;
}
.styled-text ol li {
    margin-bottom: 10px;
}
.styled-text a.dashed-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 15px;
}
.styled-text a.dashed-link:hover {
    border-bottom: 0;
    padding-bottom: 1px;
}
.styled-text a.black-title {
    text-decoration: none;
    color: black;
}
.styled-text a.black-title:hover, .styled-text a.black-title.active{
    color: #d7202a;
}
.styled-text .list-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.styled-text > *:last-child {
    margin-bottom: 0px;
}
.styled-text .grey {
    color: #918e8e;
}.support-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 30px;
  position: relative;
  height: 200px;
  width: 380px;
  min-width: 380px;
  border: 2px solid #f1f1f1;
}
.support-banner__content {
  height: 60px;
  max-width: 220px;
  line-height: 1.429;
  overflow: hidden;
}
.support-banner__img {
  position: absolute;
  right: 0;
  bottom: 0;
}.tabs-head__item {

    color: #575a67;

    background-color: #f4f4f4;
}

.tabs-head__item:hover {

    background-color: #f4f4f4;

    opacity: .9;
}

.tabs-head__item.active {

    background-color: #d7202a;

    color: #ffffff;
}

.tabs-head__item.active:hover {

    background-color: #b3141f;

    opacity: 1;
}

.tabs-body__item {

    display: none;
}

.tabs-body__item.active {

    display: block;
}.tall-block__value {
    font-weight: 500;
    font-size: 23px;
}.textarea-text{
  height: 80px;
  min-height: 80px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaebec;
  padding: 12px 19px 8px;
}
.textarea-text::-webkit-input-placeholder{
  color: #a8a8a8;
}
.textarea-text:-ms-input-placeholder{
  color: #a8a8a8;
}
.textarea-text::placeholder{
  color: #a8a8a8;
}.tooltip{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  background-color: #5c5757;
  text-align: center;
  display: inline-block;
}
.tooltip--gray{
  color: #ffffff;
  background-color: #d3d3d3;
}.tooltipster-sidetip .tooltipster-box {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 20px -3px #ccc;
}
.tooltipster-sidetip .tooltipster-content {
    color: #000;
    padding: 10px 15px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
    display: none;
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    margin-top: -8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    margin-top: -8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    margin-left: -8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    margin-left: -8px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff;
}.video-material__image {
    position: relative;
    padding-top: 60%;
    margin-bottom: 12px;
}
.video-material__image img {
    display: block;
}
.video-material__image--no-padding {
    padding-top: 0 !important;
}
.video-material__name {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #1754b9;
    line-height: 1.3;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.video-material__name:hover {
    color: #2d2d2d;
}
.video-material__description {
    margin-top: 7px;
    line-height: 19px;
}
.video-material__time {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
}
.video-material__play {
    position: absolute;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 12px 9px;
    margin-left: -25px;
    margin-top: -25px;
    background: #d7202a;
}
.video-material__play:hover {
    background: #cd2e39;
}
.video-material__play::before {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    margin-left: 8px;
    border-left: solid 21px #fff;
    border-top: solid 13px transparent;
    border-bottom: solid 13px transparent;
}
.video-material__play--preview {
    width: 27px;
    height: 27px;
    padding: 6px 10px;
    margin-left: -14px;
    margin-top: -13px;
}
.video-material__play--preview::before {
    margin-left: -1px;
    margin-top: 1px;
    border-left: solid 13px #FFF;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
}
.video-material__image {
    position: relative;
    padding-top: 68%;
    background-size: cover;
}.grid, .video-materials__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .grid, .video-materials__groups {
        margin-left: 0;
        display: block;
    }
}
.grid-half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-half {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-third {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .grid-third {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}
.grid-fourth, .video-materials__groups > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1171px) {
    .grid-fourth, .video-materials__groups > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 960px) {
    .grid-fourth, .video-materials__groups > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .grid-fourth, .video-materials__groups > * {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        display: block;
    }
}
.video-materials__section {
    border-top: solid 1px #f1f1f1;
    padding: 26px 0px;
}
.video-materials__head {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 29px;
}.wide-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  padding: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wide-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 28px;
  font-weight: 500;
  color: #fefefe;
}
@media (max-width: 768px) {
  .wide-banner__title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .wide-banner__title {
    margin-bottom: 20px;
  }
}
.wide-banner__title h1, .wide-banner__title h2, .wide-banner__title h3 {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wide-banner__title h1, .wide-banner__title h2, .wide-banner__title h3 {
    font-size: 22px;
  }
}
.wide-banner__title span {
  margin-left: 5px;
}
.wide-banner__text {
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
.wide-banner__signature {
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}
.wide-banner--auto-height {
  min-height: 200px;
  height: auto;
}
.wide-banner__btns {
  margin-top: 30px;
  text-align: center;
}
.wide-banner__btn {
  width: 160px;
}
.wide-banner__btn:not(:last-child) {
  margin-right: 10px;
}
.wide-banner__btn--margin {
  width: auto;
}
@media (max-width: 1365px) {
  .wide-banner__btn--margin {
    margin-bottom: 10px;
  }
}

.ya-share2__badge {
  border-radius: 100% !important;
  margin-right: 5px !important;
}

.ya-share2__container_size_m .ya-share2__icon {
  height: 27px !important;
  width: 27px !important;
  margin: 2px !important;
}.table-emulate {
    display: table;
    table-layout: fixed;
}
.table-emulate > div, .table-emulate > ul {
    display: table-cell;
}
.table-emulate li {
    display: block;
}
.table-emulate--middle > div {
    vertical-align: middle;
}
.table-emulate--top > div {
    vertical-align: top;
}
.table-emulate--bottom > div {
    vertical-align: bottom;
}
.inline-block {
    display: inline-block;
}
.justify {
    text-align: justify;
    margin-bottom: -1.2em;
}
.justify * {
    text-align: left;
}
.justify > div {
    display: inline-block;
}
.justify::after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}
.justify.vert-middle > div
        {
    vertical-align: middle;
}
.justify.vert-top > div
        {
    vertical-align: top;
}
.justify.vert-bot > div
        {
    vertical-align: bottom;
}
.cell-emulate
{
    display: table-cell;
}
.align-right
{
    text-align: right;
}
.align-left
{
    text-align: left;
}
.align-center
{
    text-align: center;
}
.full
{
    width: 100%;
    max-width: 100%;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.no-padding {
    padding: 0;
}
.no-padding-important {
    padding: 0 !important;
}
.no-padding-right {
    padding-right: 0;

}
.no-padding-left {
    padding-left: 0;
}
.relative {
    position: relative;
}
.no-margin {
    margin: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.rounded {
    border-radius: 100%;
}
.bold {
    font-family: "Roboto";
}
.big-zindex {
    z-index: 500;
}
.white-back {
    background: white;
}
.vert-middle {
    vertical-align: middle;
}
.vert-top {
    vertical-align: top;
}
.wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
.half-width {
    width: 50%;
}
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.hidden {
    display: none !important;
}
.border-none {
    border: none !important;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.margin-auto {
    margin: auto;
    display: block;
}
@media (min-width: 761px) {
    .desktop-hidden {
        display: none !important;
    }
}
@media(max-width: 760px){
    .mobile-hidden {
        display: none !important;
    }
}
.red-text{
    color: #d7202a;
}
.blue-link {
    color: #4285f4;
    text-decoration: underline;
}
.blue-link:hover {
    text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}