

/* Start:/bitrix/templates/podarki_s1/build/build.css?1644254082235106*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;box-sizing:content-box}
.swiper-container-android .swiper-slide, .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}
.swiper-invisible-blank-slide{visibility:hidden}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next, .swiper-button-prev{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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg{max-width:100%;max-height:100%;font-family:"object-fit:contain";object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;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-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}/* 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; } }
* {
    box-sizing: border-box;
}
html, body {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif !important;
    line-height: 1.2;
    color: black;
}
body{
	overflow-x: hidden;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}
h2, h3 {
	font-weight: normal;
	margin: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
	padding: 0 30px
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
}
.scroll-locked {
    overflow: hidden;
}
.clearfix:after, .clearfix:before {
    content: '';
    display: table;
    clear: both;
}
ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.rub {
    font-family: 'Rouble'
}
.rub::after {
    content: 'i';
    text-transform: none;
}
.overflowed-table {
    overflow: auto;
}
.overflowed-table table {
    min-width: 600px;
}
.no-wrap {
  white-space: nowrap;
}
.b-center-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mobile-menu-hidden {
	-webkit-transform: translateX(0) !important;
	        transform: translateX(0) !important;
	transition: all .3s;
}
.dnone {
	display: none;
}
.opacity_0 {
	opacity: 0;
}
.z-1 {
	z-index: 1 !important;
}
.z--1 {
	z-index: -1;
}
.pos_a {
	position: absolute !important;
}
.fixed-body {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.body-twilight {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .3;
	z-index: 100;
}
.dblock {
	display: block;
}
.in-menu {
}
.background-image-hide {
	background-image: none !important;
}
.bold-text {
    font-weight: bold;
}
.small-text {
  font-size: 12px;
}
.icon-hidden {
  display: none;
}
/*.visible-sm {*/
/*display: none;*/
/*}*/
/*#vk_groups, #vk_groups iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {*/
/*width: 100% !important;*/
/*border-radius: 10px !important;*/
/*}*/
/*#vk_comments, #vk_comments iframe, .fb-comments, .fb-comments iframe[style], .fb-comments span, .fb-comments iframe span[style] {*/
/*width: 100% !important;*/
/*}*/
@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .in-menu {
        z-index: 1900 !important;
        /*opacity: 1 !important;*/
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
}

.i-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    transition: .2s
}

.i-icon--small {
    width: 16px;
    height: 16px
}

.i-icon--medium {
    width: 20px;
    height: 20px
}

.i-icon--big {
    width: 45px;
    height: 45px
}

.i-icon--arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.i-icon--arrow path {
    fill: black
}

.icon-link {
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
}

.icon-link .i-icon {
    vertical-align: middle;
}

.icon-link span {
    text-decoration: underline;
    vertical-align: middle;
}

.icon-link:hover span {
    text-decoration: none
}

.icon-link--all {
    color: #86aeea;
}

.icon-link--all .i-icon {
    margin-left: 5px;
}

.icon-link--all .i-icon path {
    fill: currentColor
}
/* @font-face {
    font-family: "Rouble";
    src: url("/bitrix/templates/podarki_s1/build/../fonts/rouble.eot");
    src: url("/bitrix/templates/podarki_s1/build/../fonts/rouble.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/podarki_s1/build/../fonts/rouble.woff") format("woff"),
    url("/bitrix/templates/podarki_s1/build/../fonts/rouble.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

 @font-face {
    font-family: "Bebas";
    src: url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBook.eot");
    src: url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBook.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBook.woff") format("woff"),
    url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBook.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

 @font-face {
    font-family: "BebasReg";
    src: url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueRegular.eot");
    src: url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueRegular.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueRegular.woff") format("woff"),
    url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

 @font-face {
    font-family: "BebasBold";
    src: url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBold.eot");
    src: url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBold.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBold.woff") format("woff"),
    url("/bitrix/templates/podarki_s1/build/../fonts/BebasNeueBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*/.about-block {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px
}
.about-block p {
  margin: 0;
  padding-bottom: 10px;
  line-height: 2em;
  font-size: 16px
}
.about-block h2 {
  font-size: 2em;
  margin: 10px 0
}
.about-block h3 {
  font-size: 1.7em;
  margin: 8px 0
}
.about-block ul {}
.about-block ul li {
  margin: 10px 0 10px 40px;
  font-size: 16px
}
.about-block ol {
  padding: 0;
  margin: 0;
  counter-reset: olcounter
}
.about-block ol li {
  margin: 10px 0 10px 40px;
  list-style: none;
  font-size: 16px
}
.about-block ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter) '.';
  color: #d0d2d9;
  display: block;
  text-align: center;
  margin-left: -40px;
  position: absolute
}
.about-block ol li span {
  font-size: 0.9em;
  display: block;
  margin-top: 5px
}
.about-block a:hover {
  color: #006fcb;
  text-decoration: underline
}
.about-block__text {
  border-bottom: 1px solid #f4f5f7;
  padding-bottom: 20px
}
.about-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.about-block__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 30px 0 0;
  padding-left: 50px;
  position: relative
}
.about-block__title {
  margin: 0;
  font-size: 0.9em
}
.about-block__main_info {
  font-size: 1.3em;
  font-weight: 700;
  margin: 9px 0;
  display: block
}
.about-block__action {
  border-bottom: 1px solid #ff696a;
  padding-bottom: 2px;
  font-size: 0.9em;
  outline: none
}
.about-block .i-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 25px;
  left: 5px
}
@media (max-width: 850px) {
  .about-block__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
@media (max-width: 480px) {
  .about-block__main_info {
    font-size: 1em
  }
}.about-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.about-page__sb-title {}
.about-page__sb-arrows {}
.about-page__back-btn-wrap {
  margin-bottom: 30px;
  max-width: 150px
}
.about-page__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
  margin-right: 40px
}
.about-page__right {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto
}
@media (max-width: 769px) {
  .about-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .about-page__left {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0
  }
  .about-page__right {
    width: 100%
  }
}
@media (max-width: 400px) {
  .about-page__sb-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }
  .about-page__sb-arrows {
    margin-left: auto !important;
    margin-right: auto
  }
}
@media (max-width: 600px) {
  .about-page__back-btn-wrap {
    margin-left: auto;
    margin-right: auto
  }
}.authform {
  border-radius: 10px;
  padding: 40px;
  margin: auto;
  margin-bottom: 40px;
  max-width: 500px
}
.authform-success {}
.authform-success__text {
  text-align: center;
  padding-bottom: 20px
}
.authform-success__btn {
  padding: 10px 33px;
  text-align: center
}
.authform__checkbox {
  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
}
.authform__enter-btn {}
.authform--registration {
  max-width: 100%;
}
.authform__title {
  text-align: left;
  /*letter-spacing: 0.5px;*/
  font-size: 14px;
  margin-bottom: 30px;
  color: #1d1d1f;
}
.authform__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
.authform__link-item {
  border-bottom: 1px solid #df5c56;
  margin-bottom: 30px;
}
.form-container .register_user_agreement {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-bottom: 18px;
}
.form-container__item-input input[type="text"], .form-container__item-input input[type="password"] {
  padding: 13px 20px;
  border: none;
  border-radius: 6px;
  color: #7b7b7d;
  width: 100%;
  margin: 10px 0 15px 0;
  font-size: 14px;
  outline: none;

}
.form-container__item-input {
  width: 100%;
}
.form-container__item-title {
  color: #c3c6d0;
  font-size: 12px;
}
.form-container__item .slider-block__slide-btn {
  padding: 10px 33px;
}
.form-container--reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-container__item.bx-authform-formgroup-container {
  max-width: 500px;
  width: 100%;
  margin-right: 38px;
}
.form-container__item-captcha img {
  width: 180px;
  height: 50px;

}
.form-container__item-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.form-container__item--btn input {
  float: right;
}
.form-container__item {
  width: 100%;
}
.form-container__item .checkbox__input[type="checkbox"] + label::before {
  background-color: #f0f1f6;
}
.authform__link-item.slider-block__slide-btn.hover-text-color.hover-background.btn.btn-primary{
  width: 160px;
}
@media (max-width: 400px) {
  .authform__enter-btn {
    width: 100%
  }
  .authform__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}.background-wrapper {
    background-color: #ffffff
}
.background-wrapper--grey {
    background-color: #f0f1f6
}
.background-wrapper--white {
    background-color: #ffffff
}.basket-list{
    font-size: 14px;
}
.basket-list.empty-basket{
    margin: 60px 0 -35px 0;
    font-size: 18px;
}
.basket-list__items{
    border-radius: 3px;
    font-size: 14px;
    background: white;
    overflow: hidden;
}
.basket-list__items table{
    margin: 0;
    padding: 0;
    min-width: 100%;
    border-collapse: collapse;
}
.basket-list__items table thead td{
    padding: 27px;
    background: #f4f5f9;
    color: #a7a7a7;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Ubuntu Bold', sans-serif;
    font-weight: 600;
    padding-left:0 ;
}
.basket-list__items table tbody td {
     border-bottom: 1px solid #e5e5e5;
    padding: 27px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    padding-left: 0;
    position: relative;
 }
.basket-list__items thead td{
    position: relative;
}
.basket-list__items table tbody tr:last-child td{
    border-bottom: none;
}
.basket-list__items table{
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.basket-list__items tbody td.itemphoto {
    width: 12%;
    padding: 27px;
}
.basket-list__items thead td.item {
    width: 12%;
    padding: 27px;
}
.basket-list__items tbody td.item{

}
.basket-list__items td.basket-list__item-input{
    padding: 0;
}
.basket-list__items tbody td .current_price {
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
}
.basket-list__items tbody td .mobile-caption {
    display: none;
}
.control{
    width: 11%;
    text-align: right;
}
.basket-list__items tbody td a.control__setaside{
margin-right: 20px;
    font-size: 12px;
    border-bottom: 1px solid #df5c56;
}
.basket-list__items tbody td a.control__delay{
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMkRGNUY2QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDMkRGNUY3QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEMyREY1RjRCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyREY1RjVCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAJAAkDAREAAhEBAxEB/8QAawAAAwEAAAAAAAAAAAAAAAAAAAUICgEAAwEBAAAAAAAAAAAAAAAAAAEEAwUQAAEDAgMJAAAAAAAAAAAAAAMCBAYSBQATCEJyI7XVlgdXOBEAAgIBBQAAAAAAAAAAAAAAAAFRIgIRMYGhQv/aAAwDAQACEQMRAD8A1KSiUXhneJpFYrNL850qOb8EU/n4QrentZ3qyEes2b0hFFW0WVSc0tKqatqri9HHFaJtWIm42LOyNPXsxPe1z6hiS8dG9JAHz15M3ZtzO4YPa4DwxrhDP//Z) no-repeat center;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.basket-list__order{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
}
.basket-list__order-text{
    -webkit-box-flex: 3;
        -ms-flex: 3 1 0%;
            flex: 3 1 0%;
    padding: 20px;
    line-height: 25px;
    border: 1px solid white;
    margin-right: 20px;
    border-radius: 5px;
 }
.basket-list__order-pay{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
}
.basket-list__order-coupon input{
    height: 51px;
    width: 100%;
    border: 0;
    padding: 20px;
    border-radius: 5px;
    color: #000;
    text-align: left;
    font-size: 14px;
    vertical-align: inherit;
}
.basket-list__order-buy{
    text-align: left;
}
.basket-list__order-buy table, .basket-list__order-buy tbody{
    display: block;
    width: 100%;
}
.basket-list__order-buy tbody tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.basket-list__price{
    color: black;
    font-size: 16px;
}
.basket-list__price-itog{
    font-size: 32px;
    font-weight: 600;
}
@media (max-width: 480px){
    .basket-list__items tbody td .mobile-caption{
        display: block;
        margin-right: 20px;
    }
    .basket-list__items .bx_ordercart_order_table_container thead{
        display: block;
    }
    .basket-list__items .bx_ordercart_order_table_container tbody{
        display: block;
    }
    .basket-list__items .bx_ordercart_order_table_container tbody tr, .basket-list__items .bx_ordercart_order_table_container thead tr{
        display: block;
    }
    .basket-list__items table thead td.custom, .basket-list__items table thead td.price{
        display: none;
    }
    .basket-list__items table tbody td.itemphoto{
        position: absolute;
        left: 0;
        width: 40%;
        border: 0;
    }
    .basket-list__items table tbody td.item{
        padding-left: 120px!important;
        display: block;
        min-height: 120px;
        border-bottom: 1px solid #e6e6e6!important;
    }
    .basket-list__items table tbody td.custom, .basket-list__items table tbody td.price, .basket-list__items table tbody td.control{
        padding-left: 20px!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .basket-list__items table tbody tr{
        padding: 10px;
        margin-bottom: 20px;
        border-bottom: 1px double #c9c9c9;
        display: block;
    }
    .basket-list__order{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .basket-list__order-text{
        margin-right: 0;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control a{
        display: table;
        margin-top: 10px;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price{
        padding-top: 0;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{
        margin-left: 20px;
    }
}
@media(max-width: 768px){
    .control{
        //display: flex;
        //margin-top: 31px;
    }
    .control__delay{
        margin-left: -15px;
        margin-top: 5px;
    }
    .bx_ordercart .bx_ordercart_order_table_container tbody td.item, .bx_ordercart .bx_ordercart_order_table_container tbody td.custom, .bx_ordercart .bx_ordercart_order_table_container tbody td.control, .bx_ordercart .bx_ordercart_order_table_container tbody td.price{
        width: 100px !important;
    }
    .item_buttons_counter_block.detail-card__counter-setter{
        width: 100px;
    }
    .basket-list__items tbody td .current_price{
        font-size: 16px;
    }
    .bx_ordercart_itemtitle{
        font-size: 12px !important;
        width: 100px !important;
    }
}
.block-btn {
    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: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    background-color: white;
    border: 2px solid;
	border-color: transparent;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21);
}#form_c_del div.blog-comment-form {
    width: 100%;
}
#form_c_del div.blog-comment-buttons input {
    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: 40px;
    background-color: #006fcb;
    border-radius: 6px;
    border: 2px solid #006fcb;
    text-decoration: none;
    color: #ffffff;
    transition: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px
}
#form_c_del div.blog-comment-buttons input:hover{
    background-color: #ffffff;
    color: #006fcb;
}
#form_c_del div.blog-comment-field-text {
    padding-bottom: 10px;
    font-size: 12px;
}
#form_c_del div.blog-comment-field-author input, #form_c_del div.blog-comment-field-email input {
    padding: 17px;
    border: 1px solid transparent;
    outline: none;
    border-radius: 6px;
    resize: none;
}
#form_c_del div.blog-comment-field-author, #form_c_del div.blog-comment-field-email {}
#form_c_del div.blog-comment-field-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px
}
#form_c_del div.blog-comment-fields {
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #f0f1f6
}
#form_c_del div.bxlhe-frame {
    font-family: 'Ubuntu', sans-serif !important;
    border-radius: 5px;
}
#form_c_del .blog-comment-field-captcha-label {
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
}
#form_c_del .blog-comment-field-captcha-label label {
    padding-bottom: 10px;
    display: inline-block;
}
#form_c_del .blog-comment-field-captcha-label input {
    padding: 10px;
    border: 1px solid transparent;
    outline: none;
    border-radius: 6px;
    resize: none;
}
#form_c_del div.blog-comment-field-captcha-image {
    padding-top: 10px;
}
#form_c_del .lhe-stat-toolbar-cont {
    border: none;
    padding: 5px;
}
#form_c_del table.bxlhe-frame-table td.bxlhe-editor-buttons {
    background-color: #f4f5f7 !important;
}
.blog-comments div.blog-errors {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #006fcb;
}
@media (max-width: 600px){
    #form_c_del div.blog-comment-field-author, #form_c_del div.blog-comment-field-email{
        float: none;
        width: 100%;
    }
    #form_c_del div.blog-comment-field-user{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #form_c_del div.blog-comment-fields{
        padding: 20px;
    }
}



.border-line {
	position: relative;
    width: 25%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.top-banner .border-line {}
@media (max-width: 480px){
	.top-banner .border-line{
		display: none;
	}
}.breadcrumbs-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
  height: 50px
}

.breadcrumbs-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  /* ������ ���������*/
  height: 100%;
  /* ������ �������� */
  /* �������� */
  background: linear-gradient(to right, rgba(240,241,246, 0.4), #f0f1f6 100%)
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  padding: 10px 0 30px;
  -webkit-overflow-scrolling: touch
}

.breadcrumbs__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto 10px auto;
  white-space: nowrap
}.btn.btn-themes.btn-default.btn-md{
    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;
    height: 50px;
    background-color: #006fcb;
    border-radius: 6px;
    border: 2px solid #006fcb;
    text-decoration: none;
    color: #ffffff;
    transition: none;
    cursor: pointer;
}.bx_catalog_item_controls_blockone.slider-block__quantity-none{
    margin-left: 15px;
}
.tabs__body{
    border-bottom: 1px solid #f0f1f6;
    
}#c_store_amount li a {
    color: #000000;
    font-weight: bold;
}
#c_store_amount .balance {
    color: #006fcb;
}.catalog-filter {
  margin: 20px 0;
  border-radius: 6px;
}
.catalog-filter .checkbox input[type="checkbox"] + label::before {
  background-color: #f0f1f6;
}
.catalog-filter__parameters-wrap {
  padding: 15px 30px;
}
.catalog-filter__title {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-filter__title-text {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Ubuntu Bold', sans-serif;
  font-weight: 600;
}
.catalog-filter__title-image {
  height: 30px;
  width: 30px;
}
.catalog-filter__title-icon::after {
  content: '';
  background-image: url('/bitrix/templates/podarki_s1/images/filter_desktop.png');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin-top: 2.5px;
  margin-left: 2.5px;
}
@media (max-width: 1024px) {
  .catalog-filter__title-icon::after {
    background-image: url('/bitrix/templates/podarki_s1/images/filter_mobile.png');
  }
}
.catalog-filter__form {
  background: white;
}
.catalog-filter__item {
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
}
.catalog-filter__item-block {
  padding: 15px 30px;
}
.catalog-filter__item-title {
  padding: 15px 30px;
  color: #505050;
  font-size: 12px;
}
.catalog-filter__item--btn .slider-block__slide-btn {
  width: 100%;
}
.catalog-filter__btn-none {
  background: none;
  border: none;
  padding-top: 20px;
  border-bottom: 1px solid #df5c56;
  margin: auto;
}
.catalog-filter__btn-none:focus {
  outline: none;
}
.checkbox__input {
  display: none;
}
.checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  min-height: 100%;
  padding: 0;
}
.checkbox {
  margin-bottom: 15px;
}
.checkbox__text {
  color: #1c1c1c;
}
.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-list__label {
  padding-right: 10px;
  margin-bottom: 5px;
  padding-left: 0;
}
.checkbox-list__input:checked + label .checkbox-list__circle::after {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.checkbox-list__circle {
  font-weight: normal;
  display: inline-block;
  width: 41px;
  height: 41px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.checkbox-list__circle::after {
  content: '';
  position: absolute;
  margin: auto;
  background: transparent;
  border: 1px solid #FF4747;
  opacity: 0;
  border-radius: 0;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  transition: all .3s;
}
.checkbox-list__circle-wrap {
  width: 41px;
  height: 41px;
  top: -7px;
  left: -7px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
  background-size: contain;
}
.checkbox-list__circle-wrap::after {
  width: 35px;
  height: 35px;
  top: -4.5px;
  left: -4.5px;
}
.bx-filter-param-btn:active, .bx-filter-param-btn:focus {
  border-color: red;
}
.catalog-filter__form {
  display: block;
}
.catalog-filter__item-wrap {
  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;
  padding: 15px 30px;
}
@media (max-width: 1024px) {
  .catalog-filter__form {
    display: none;
  }
  .catalog-filter.active .catalog-filter__form {
    display: block;
  }
  .catalog-filter__title {
    background: #006fcb;
    color: white;
  }
}.catalog-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.catalog-list__item{
    background: white;
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 49.5%;
    margin-bottom: 10px;
    border-radius: 6px;
}
.catalog-list__item:hover{
    box-shadow: 0 0 1em #cbcbcb;

}
.catalog-list__item-link{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 10px;

    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    border-radius: 2px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog-list__item-title{
    font-size: rgba(29, 29, 31, 0.94);
    font-size: 12px;
    font-family: 'Ubuntu Bold', 'Ubuntu', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
}
.catalog-list__item-text{
    font-size: 12px;
    line-height: 18px;
    font-family: 'Ubuntu Bold', 'Ubuntu', sans-serif;
    margin: 0;
}
@media (max-width: 769px){
    .catalog-list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog-list__item{
        width: 100%;
    }
}.catalog-main__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  margin-bottom: 10px;
}
.catalog-main__sort-link {
  padding-right: 10px;
  color: #a7a7a7;
}
.catalog-main__sort .active {
  color: #000;
}
.catalog-main__sort-link:last-child {
  padding-right: 0;
}
.catalog-main__sort-link .i-icon {
  fill: #a7a7a7;;
}
.catalog-main__sort-link .i-icon:hover {
  fill: #006fcb;
}
.catalog-main__sort-link .i-icon .active {
  fill: #006fcb;
}
.catalog-main__sort-sorted {
  display: none;
  padding: 10px 14px;
  border-radius: 6px;
  background: white;
  min-width: 145px;

}
.catalog-main__arrow {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.active .catalog-main__arrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.catalog-main__arrow::after, .catalog-main__arrow::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  width: 1px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background-color: currentColor;
}
.catalog-main__arrow::before {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}
.catalog-main__arrow::after {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
.catalog-main .slider-block__slide {
  width: 33.333333%;
  margin-bottom: 10px;
}
.catalog-main .slider-block__slide-price {
  display: block;
}
.catalog-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  //border-radius: 6px;
  overflow: hidden;
}
.catalog-set__item.selected .i-icon {
  fill: rgb(0, 111, 203);
}
.catalog-main__slider.mini-list-view .slider-block__slide-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-main__slider.mini-list-view .slider-block__slide-price--old {
  margin-left: 0;
}
.catalog-main__slider .detail-card__top-content {
  display: none;
}
.catalog-main__text {
  margin-top: 30px;
  padding: 30px 0;
  color: #838383;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ffffff;
  border-left: none;
  border-right: none;
}
.catalog-main__text p {
  padding: 0;
  margin: 0
}
.catalog-main__text p:not(:last-child){
  margin-bottom: 20px;
}
.catalog-main__slider.list-view .slider-block__quantity-none{
  margin-top: 10px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-price--hide{
  display: none;
}
@media (max-width: 850px){
  .catalog-main .slider-block__slide{
    width: 50%;
  }
}
@media (max-width: 769px){
  .catalog-main__sort{
    position: relative;
  }
  .catalog-main__sort-sorted{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-main__sort-left{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    border-radius: 6px;
    padding: 10px 14px;
    top: 57px;
    border: 1px solid rgb(224, 224, 224);
    z-index: 100;
    position: absolute;
  }
  .catalog-main__sort-left.active{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .catalog-main__sort-left a{
    padding: 3px 0;
  }
}
@media (max-width: 480px){
  .catalog-main .slider-block__slide{
    width: 100%;
  }
  .catalog-main__sort{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
}
@media(width: 768px){
  .catalog-main__sort-left.active{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -600px;
  }
}

.catalog-page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-page__left{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
            flex: 0 0 264px;
    margin-right: 40px;

}
.catalog-page__right{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 264px);
    flex-basis: calc(100% - 264px);
    width: calc(100% - 264px);
    max-width: calc(100% - 264px);
}
@media (max-width: 1024px){
    .catalog-page{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog-page .banner-sidebar{
        display: none;
    }
    .catalog-page .social-widgets__vk{
        display: none;
    }
    .catalog-page__left{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin: 0;
    }
    .catalog-page__right{
        width: 100%;
        max-width: 100%;
    }
    .catalog-page__left-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu-vertical-wrap{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: calc(100% - 260px);
        flex-basis: calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px);
    }
    .catalog-filter-wrap{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        margin-left: 20px;
        max-width: 260px;
    }
    .catalog-filter{
        margin: 0;
    }
}
@media (max-width: 480px){
    .catalog-page__left-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bx_vertical_menu_advanced{
        padding-bottom: 20px;
    }
}/*list-view*/
.slider-block__slide-panel-svg{
    display: none;

}
.catalog-main__slider.list-view .slider-block__slide-background{
    display: block;
    position: absolute;
    top:0;
    bottom: 0; WIDTH: 25.5%;
    right: 0;
    z-index: 1;
}
.catalog-main__slider.list-view .detail-card__top-content{
    display: block;
    position: absolute;
    top: 308px;
    WIDTH: 25.5%;
    padding: 15px 20px;
    z-index: 100;
    right: 0;
    border: 0;
}
.catalog-main__slider.list-view .slider-block__slide-panel-svg{
    display: block;
    position: absolute;
    top: 202px;
    WIDTH: 25.5%;
    right: 0;
    padding: 0px 20px; z-index: 100;

}
.catalog-main__slider.list-view .slider-block__slide-text{
    display: block;

}
.catalog-main__slider.list-view .slider-block__slide-offers{
    display: block;
}
.catalog-main__slider.list-view .slider-block__parametrs{
    display: block;
    padding-top: 30px;

}
.catalog-main__slider.list-view .slider-block__parametrs-wrap {
     padding-top: 15px;
 }
.catalog-main__slider.list-view .slider-block__slide-title a{
    margin: 10px 0;

    margin-top: 35px;
}
.catalog-main__slider.list-view .slider-block__slide-signature{
    padding: 20px 0;
}
.catalog-main__slider.list-view .slider-block__slide{
    width: 100%;
    padding: 0;
    min-height: 400px;
}
.catalog-main__slider.list-view .slider-block__slide-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.catalog-main__slider.list-view .slider-block__slide-image{
    height: 180px;
    width: 180px;
    float: left;
    margin: 50px 30px;
}
.catalog-main__slider.list-view .slider-block__slide-price{
    position: absolute;
    top: 0;
    WIDTH: 25.5%;
    right: 0;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;z-index: 100;
}
.catalog-main__slider.list-view .slider-block__slide-controls{
    position: absolute;
    right: 0;
    padding: 0 20px;
    padding-bottom: 20px;
    width: 25.5%;
    top:78px;z-index: 100;
}
.catalog-main__slider.list-view .slider-block__quantity-none{
    display: block;
    margin-bottom: 10px;
}
.catalog-main__slider.list-view .detail-card__counter-setter-item{
    height: 44px;
    width: 44px;
    background: white;
}
.catalog-main__slider.list-view .detail-card__counter-setter-input{
    width: 90px;
}
.catalog-main__slider.list-view .slider-block__slide-character{
    width: 72%;
    padding: 0 35px;
    padding-right: 240px;
    padding-top: 6px;
    padding-bottom: 25px;
}
.catalog-main__slider.list-view .slider-block__slide-price--hide{
    display: none;
}
.slider-block__link{
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer;
    font-size: 12px;
}
.slider-block__link span{
    border-bottom: 1px solid #006fcb;
    margin-left: 10px;
}
.slider-block__link--sravnenie{
    border-top:1px solid #e4e4e4 ;
    padding-top: 20px;
}
.slider-block__link--izbrannoe{
    border-bottom:1px solid #e4e4e4 ;
    padding-bottom: 20px;
}
.slider-block__slide-panel-svg .slider-block__slide-image-btn .i-icon{
    width: 20px;
    height: 20px;
}
.slider-block__slide-panel-svg .slider-block__slide-image-btn{
     width: 20px;
     height: 20px;
 }
/*mini-list-view*/
.catalog-main__slider.mini-list-view .slider-block__slide{
    width: 100%;
    padding:25px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-wrap{
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.catalog-main__slider.mini-list-view .slider-block__slide-image{
    height: 100px;
    width: 100px;
    float: left;
}
.catalog-main__slider.mini-list-view .slider-block__slide-image-quick-view{
    font-size: 9px;
    width: 119px;
    height: 23px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-image-btn{
    width: 25px;
    height: 25px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-image-btns-wrapper .i-icon{
    height: 14px;
    width: 14px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-character{
    width: 40%;
    padding: 0 20px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-title a{
    margin: 10px 0;

}
.catalog-main__slider.mini-list-view .slider-block__slide-signature{
    padding-top: 14px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-image-btns-wrapper{
    right: -20px;
    top: -10px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-btn-text{
    display: none;
}
.catalog-main__slider.mini-list-view .slider-block__slide-btn-icon{
    margin: 10px;
}
.catalog-main__slider.mini-list-view .slider-block__quantity-none{
    display: block;
    margin-right: 15px;
}
.catalog-main__slider.mini-list-view .slider-block__slide-controls{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider-block__parametrs-container{
    display: none;
}
.list-view .slider-block__slide-image:hover .slider-block__slide-image-btns-wrapper {
    display: none;
}
.mini-list-view .slider-block__slide-image:hover .slider-block__slide-image-quick-view {
    display: none;
}
@media (max-width: 1180px){
    .catalog-main__slider.list-view .slider-block__slide-image{
        height: 100px;
        width: 100px;
        margin: 20px 35px;

    }
    .catalog-main__slider.list-view .slider-block__slide-image-quick-view{
        font-size: 9px;
        width: 119px;
        height: 23px;

    }
    .catalog-main__slider.list-view .slider-block__slide-image-btns-wrapper{
        right: -20px;
        top: -10px;

    }
    .catalog-main__slider.list-view .slider-block__slide-character{
        width: 100%;

    }
    .catalog-main__slider.list-view .slider-block__slide-offers{
        width: 100%;

    }
    .catalog-main__slider.list-view .slider-block__slide-wrap{
        display: block;

    }

}
@media (max-width: 960px){
    .catalog-main__slider.mini-list-view .slider-block__slide-image{
        height: 70px;
        width: 70px;

    }
    .catalog-main__slider.mini-list-view .slider-block__slide-price{
        font-size: 16px;

    }

}
@media (max-width: 769px){
    .catalog-main__slider.list-view .slider-block__slide-price{
        position: initial;
        WIDTH: 100%;

    }
    .catalog-main__slider.list-view .slider-block__slide-controls{
        position: initial;
        WIDTH: 100%;

    }
    .catalog-main__slider.list-view .slider-block__slide-panel-svg{
        position: initial;
        WIDTH: 100%;

    }
    .catalog-main__slider.list-view .slider-block__slide-price{
        margin: 0;

    }
    .catalog-main__slider.list-view .slider-block__slide-background{
        display: none;

    }
    .catalog-main__slider.list-view .slider-block__slide-character{
        padding: 0 35px;

    }
    .catalog-main__slider.list-view .detail-card__top-content{
        position: initial;
        WIDTH: 100%;

    }
    .catalog-main__slider.mini-list-view .slider-block__slide-character{
        width: 80%;

    }
    .catalog-main__slider.mini-list-view .slider-block__slide-title a, .catalog-main__slider.list-view .slider-block__slide-title a{
        white-space: normal;

    }

}
@media (max-width: 480px){
    .catalog-main__slider.mini-list-view .slider-block__slide-character{
        width: 65%;

    }

}.filter-popup{
    padding: 10px;
    background: #ff7268;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-radius: 5px;
    border: 0;
    color: white;
    font-size: 12px;
    right: -68%;
    position: absolute;
    z-index: 915;
}
.filter-popup__link{
    padding: 8px;
    background: white;
    border-radius: 4px;
    color: #ff6155;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 13px;
    font-weight: 500;
    line-height: 10px;
}
.filter-popup a:hover{
    color: #ff6155;
}
.filter-popup::after{
    content: '';
    position: absolute;
    left: -13px;
    top: 38%;
    border: 7px solid transparent;
    border-right: 6px solid #ff7268;
}.filter__range{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.filter__range-slider-wrap{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 20px 0;
    padding-top: 5px;
}

.filter__range-input-wrap--min{
    margin-right: 10px;
}

.filter__range-input-wrap {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
}

.filter__range-input-wrap--max{
    position: relative;
    margin-left: 10px;
}

.filter__range-input-wrap--max::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background: #575757;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.filter__range-toddler{
    background: #006fcb!important;
}

.range-circle{
    fill: white;
    stroke: #006fcb;
    stroke-width: 50px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -6px;
}

.range-circle .i-icon{
    padding: 3px;
    height: 20px;
    width: 20px;
}

.range-circle--left{
    margin-left: -14px;
}

.range-circle--right{
    margin-right: -14px;
}

.range-input{
    color: #3f3f3f;
    background-color: white;
    border: 1px solid #f0f1f6;
    border-radius: 6px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 40px;
    padding: 0 14px;    outline: none;
}

.range-input:focus{
    border-color: #006fcb;
}
.compare-list{
    position: fixed;
    left: 5px;
    z-index: 998;
    top: 44px;
    overflow: hidden;
    box-sizing: border-box;
    width: 270px;
    max-height: 100%;
    padding: 10px 8px;
    white-space: normal;
    color: #404040;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(154, 154, 154, 0.18);
    margin-bottom: 10px;
}
.compare-list__title{
    text-align: center;
}
.compare-list__redirect a{
    //border-bottom: 1px solid #006fcb;
    font-size: 11px;
}
.compare-list__count{
    color: #006fcb;
}
.compare-list__container{
    background: #e3e4ea;
    border-radius: 5px;
}
.compare-list__container table{
    margin: 4px;
}
.compare-list__container table thead td{
    color: #006fcb;
    font-size: 13px;
    font-weight: normal;

}
.compare-list__container table td{
    font-size: 12px;
    padding-bottom: 10px;
    vertical-align: baseline;
    padding-right: 1px;
    padding-top: 5px;
    padding-left: 15px;
}
.compare-list__delete{
    font-size: 16px;
    color:black;
}
.compare-list__delete:hover{
    color: #006fcb;
}
.compare-list__redirect.compare-redirect{
    cursor: pointer;
    font-size: 12px;
    background-color: #006fcb;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 13px;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #006fcb;
    text-transform: uppercase;
    margin-left: 30px;
}
.compare-list__redirect.compare-redirect:hover{
    color: #006fcb!important;
    background-color: #ffffff;
}
@media(max-width: 780px){
    .compare-list.bx_catalog-compare-list.fix.top.left{
        top: 182px;
    }
}
.product-compare p {
	margin-top: 0;
}.checkbox label {
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0,0,0,0);
}

.checkbox input[type="checkbox"] + label::before {
  content: '\A0';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background-color: #ffffff;
  color: #006fcb;
  font-size: 15px;
  text-indent: 2px;
  line-height: 15px;
}

.checkbox input[type="checkbox"]:checked + label::before {
  content: '\2714';
  background: #ffffff;
}

.checkbox input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 .1em .1em #006fcb;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background: gray;
  box-shadow: none;
  color: #555;
  cursor: not-allowed;
}.custom-select label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}.tab-comment{
    border-bottom: 2px solid #d9e1e3;
    text-align: left;
    padding: 0;
    vertical-align: bottom;
    margin: 16px 16px;
}
.tab-comment__item{
    margin-bottom: -2px;
    display: inline-block;
    padding: 5px 5px;
    width: 33.3%;
    text-align: center;
}
.bx_soc_comments_div .tab-comment__item:hover, .bx_soc_comments_div .tab-comment__item.active {
    border-bottom: 2px solid #df5c56;
}
.tab-comment__item.active>span{
    color: #df5c56;
}
.tab-comment__item>span {
    /* display: block; */
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    /* box-shadow: none; */
}
.comment_btn{
    max-width: 247px;
    margin: auto;
}
@media (max-width: 480px){
    .tab-comment__item{
        display: block;
        border: none!important;
        width: 100%;
    }
    .tab-comment{
        border: none;
    }
}.detail-slider {
}

.detail-slider__img {
  //width: 100%;
  //height: 100%;
  border-radius: 5px;
}

.bx_catalog_item_scu {
  display: none;
}.detail-card {
  /*padding: 40px;*/
  /*border-radius: 10px;*/

}

.detail-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;

}

.detail-card__lt {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;

}

.detail-card__rt {
  width: 58%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;

}

.detail-card__equipment > .bx_item_detail_size {
  padding: 15px 28px;

}

.detail-card__equipment > .bx_item_detail_scu {
  padding: 15px 28px;

}

.detail-card__property-item {
  font-size: 12px;
  margin-bottom: 10px;

}

.detail-card__property-item-title {
  font-size: 12px;
  margin-right: 3px;

}

.detail-card__top-content {
  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-bottom: 20px;
  //border-bottom: 1px solid;

}

.detail-card__middle-content {
  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 0 10px;

}

.detail-card__existence {
  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;

}

.detail-card__existence-content {
  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-right: 15px;
  margin-top: 5px;

}

.detail-card__existence-content .i-icon {
  margin-right: 8px;

}

.detail-card__existence-content span {
  font-size: 14px;

}

.detail-card__existence-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;

}

.detail-card__existence-btns .slider-block__slide-image-btn {
  margin-bottom: 0;

}

.detail-card__existence-btns .slider-block__slide-image-btn:not(:last-child) {
  margin-right: 5px;

}

.detail-card__existence-btns a {
  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;
  width: 100%;
  height: 100%;

}

.detail-card__rating {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.detail-card__rating-text {
  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-right: 10px;

}

.detail-card__rating-text span:first-child {
  margin-right: 3px;

}

.detail-card__list-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.detail-card__list-slider .bx_active .cnt {
  border: 2px solid #006fcb;

}

.detail-card__list-slider-item {
  height: 40px;

}

.detail-card__cnt {
  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;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 2px;
  font-size: 12px;
  overflow: hidden;
  color: #3f3f3f;
  background-color: white;
  border: 1px solid #f0f1f6;
  border-radius: 6px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.16);

}

.detail-card__price {
  padding-top: 10px;
  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;

}

.detail-card__price .slider-block__slide-price {
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;

}

.detail-card__economy-label {
  margin-left: 20px;

}

.detail-card__counter-setter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.detail-card__counter-setter-minus {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;

}

.detail-card__counter-setter-minus::after {
  content: '';
  position: absolute;
  width: 1px;
  background: #cfcfcf;
  top: 5px;
  bottom: 5px;
  right: 0;

}

.detail-card__counter-setter-plus {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;

}

.detail-card__counter-setter-plus::before {
  content: '';
  position: absolute;
  width: 1px;
  background: #cfcfcf;
  top: 5px;
  bottom: 5px;
  left: 0;

}

.detail-card__counter-setter-item {
  position: relative;
  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: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 26px;

}

.detail-card__counter-setter-input {
  position: relative;
  font-size: 12px;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 0;

}

.detail-card__properties {
  -webkit-column-count: 2;
          column-count: 2;
}

.detail-card__price .slider-block__slide-price--old {
  font-size: 13px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.detail-card__price .detail-card__economy-label {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.detail-card__cart .slider-block__slide-btn {
  padding: 0 55px;
  width: 100%;
}

.detail-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 34px 0;
  border-top: 1px solid gray;
}

.detail-card__social {
  width: 367px;
}

.detail-card__delivery {

}

.detail-card__info .footer__bottom-social-box-icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.detail-card-equipment__item-title {
  color: #505050;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  padding: 10px 0;
  display: block;
}

.detail-card-equipment__item-container {
  position: relative;
}

.detail-card__counter {

  padding: 15px 30px;
}

.detail-card__cnt-calor {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  z-index: 10;
}

.detail-card__cnt-calor:hover {
  border: 1px solid;
}

.detail-card__list-slider li {
  height: 40px;
  position: relative;
  display: block;
  float: left;
}

.detail-card__counter-unit {
  font-size: 10px;
  background-color: #f0f1f6;
  padding: 11px 11px;
  padding-left: 0;
  padding-bottom: 7px;
}

.detail-card__counter-setter-input--narrow {
  width: 25px;
}

.detail-card__existence-content .i-icon circle {
  fill: #006fcb;
}

.detail-card__existence-content .i-icon path {
  fill: #fff;
}

.item_info_section.detail-card__properties a:hover{
  color: #006fcb;
}

@media(max-width: 780px)and (max-height: 1024px) {

  .tac.transparent_input.detail-card__counter-setter-input.detail-card__counter-setter-input--narrow.detail-card__counter-setter-item.background-color.hover-text-color.bx_col_input {
    font-size: 11px;
    background-color: #f0f1f6;
    padding-left: 0;
    padding-top: 8px;

  }

}

@media(width: 1024px) {

  .tac.transparent_input.detail-card__counter-setter-input.detail-card__counter-setter-input--narrow.detail-card__counter-setter-item.background-color.hover-text-color.bx_col_input {
    font-size: 11px;
    background-color: #f0f1f6;
    padding-left: 0;
    padding-top: 8px;

  }

}

@media(max-width: 350px) {

  .tac.transparent_input.detail-card__counter-setter-input.detail-card__counter-setter-input--narrow.detail-card__counter-setter-item.background-color.hover-text-color.bx_col_input {
    font-size: 11px;
    background-color: #f0f1f6;
    padding-left: 0;
    padding-top: 8px;

  }

}
.economy-label {
    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: relative;
    width: 123px;
    height: 30px;
    opacity: 1;
    border-radius: 6px
}
.economy-label::before {
    display: block;
    position: absolute;
    content: '';
    border: 15px solid transparent;
    border-right: 20px solid #f0f1f6;
    top: 0;
    left: -31px
}
.economy-label__title {
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px
}
.economy-label__price {
    font-size: 14px;
    font-weight: bold
}.set-additional {
}
.set-additional__item{
  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;
}
.set-additional__img-wrap{
}
.set-additional__title-link{
}
.set-additional__item-ch{
}
.slider-block__top-title--set {
  font-size: 20px !important;
  font-family: 'Ubuntu Light', sans-serif;
  padding-top: 20px;
}
.set-product .set-product__sb-slideProperties {
  min-height: inherit;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.set-product .set-product__sb-slide-image {
  height: 120px;
}
.set-product .set-product__sb-top {
  padding: 0 40px 20px;
}
.set-product .set-product__sb-top-title {
  font-size: 20px !important
}
.set-product .set-product__sb-slide-title a {
  font-size: 12px;
  margin: 15px 0 15px;
  height: 60px;
  border-bottom: 1px solid #edeef0;
  text-align: center;
}
.set-product .slider-block__top-arrows {
}
.set-product__empty-set{
  font-size: 12px;
  color: #006fcb;
}
.set-product__btn-wrap{
  margin-top: 40px;
}
.set-product__slider-price-block{
  font-size: 18px;
}
.set-product__sb-slide-pice-wrap{
  width: 100%;
  text-align: center;
}
.set-product__plus {
  padding: 215px 0;
  height: 430px;
  font-size: 31px;
  color: #a8a7a7;
  font-weight: 400;
}
.set-product__result-itogo {
  color: #a8a7a7;
}
.set-product__result-curent {
  font-family: 'Ubuntu Bold', sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.set-product__price--new {
  color: #006fcb;
  font-size: 26px;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 10px;
}
.set-product__result .set-product__price--old {
  display: inline-block;
}
.set-product__price--old {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 100;
  text-decoration: line-through;
  color: #b7b8bb;
}
.set-product__current-title {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
td.set-item__charact, th.set-item__charact {
  padding: 25px 0 25px 10px !important;
}
tr.set-item {
  border-bottom: 1px solid #edeef0;
}
tr.set-item:last-child {
  border: none;
}
.set-product__title h1 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 20px;
}
.set-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.set-product__current {
  width: 100%;
  padding: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  background: #fff;
  margin-right: 20px;
  border-radius: 8px;
  height: 100%;
}
.set-product__current .set-product__price--new {
  padding-left: 0;
}
.set-product__current-signature {
  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-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #dcdde1;
  font-size: 12px;
  margin-top: 30px;
}
.set-product__current-signature-item-number {
  font-size: 12px;
  color: #006fcb;
}
.set-product__additional {
  width: 100%;
  background: #fff;
  margin-left: 20px;
  border-radius: 8px;

}
.set-product__current-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 215px
}
.set-product__ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  padding-bottom: 0;
}
.set-product__result-economy {
  display: inline-block;
  margin: 10px 0;
  padding: 8px 12px;
  font-size: 13px;
  opacity: 1;
  border-radius: 5px
}
/*.set-product__result-economy::before {*/
/*display: block;*/
/*position: absolute;*/
/*content: '';*/
/*border: 15px solid transparent;*/
/*border-right: 18px solid #f0f1f6;*/
/*top: 0;*/
/*left: -29px;*/
/*}*/
.set-product__ready-right {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 203px;

          flex: 0 0 203px;
  padding: 20px 0;
}
.set-product__ready-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-right: 40px;
  -ms-flex-preferred-size: calc(100% - 243px);
      flex-basis: calc(100% - 243px);
  width: calc(100% - 243px);
  max-width: calc(100% - 243px);

}
@media (min-width: 320px) and (max-width: 360px){
  .set-additional__item-ch{
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 480px){
  .set-additional__item{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .set-additional__img-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
  .set-additional__title-link{
    display: block;
    padding-bottom: 15px;
  }
  .set-product .set-product__sb-top-title{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .set-product .slider-block__top-arrows{
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  .set-product__current-img{
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
}
@media (max-width: 1024px){
  .set-product__current-img{
    float: left;
    margin-right: 30px;
  }
  .set-product__container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .set-product__current{
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px;
    margin-right: 0;
  }
  .set-product__current-title{
    width: 60%;
    margin: auto;
    text-align: left;
  }
  .set-product__current-price{
    width: 60%;
    margin: auto;
    text-align: left;
  }
  .set-product__plus{
    padding: 0;
    height: auto;
  }
  .set-product__additional{
    margin: 0;
  }
}
@media (max-width: 600px){
  .set-product__result-economy{
    margin-left: 20px;
  }
}
@media (max-width: 1180px){
  .set-product__ready{
    padding: 30px;
  }
  .set-product__ready-left{
    margin-right: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 480px){
  .set-product__current-title{
    text-align: center;
  }
  .set-product__current-price{
    margin-left: 0;
  }
}
@media (max-width: 670px){
  .set-product__ready{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .set-product__ready-left{
    max-width: 100%;
    width: 100%;
  }
  .set-product__ready-right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .slider-block__slide-btn{
    max-width: 100% !important;
  }
  .slider-block__top a{
    display: none;
  }
  .detail-slider .detail-slider__big-slide{
    padding-top: 100% !important;
  }
}
@media (max-width: 980px){
  .detail-card__container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail-card__lt{
    width: 100%;
  }
  .detail-card__rt{
    width: 100%;
  }
  .detail-card__price{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-card__cart{
    width: 100%;
    PADDING: 14px 0;
  }
  .detail-slider .detail-slider__big-slide{
    padding-top: 70% !important;
  }
}.tabs__header {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 40px 0 0;
}
.tabs__head {
  position: relative;
  float: left;
  width: 33.3%;

}
.tabs__head a:hover, .tabs__header .tabs__head.active a {
  color: #006fcb;
  background-color: #ffffff;
}
.tabs__head a {
  padding: 10px;
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
}
.tabs__bodyes {
  margin-bottom: 20px;
}
.tabs__body {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0 40px;
  padding-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  color: black !important
}
.tabs__body.active {
  display: block;
  padding: 40px;
  background-color: #ffffff
}
.tabs__bodyes .tabs__head {
  display: none;
}
.bx_storege hr {
}
@media (max-width: 480px) {
  .tabs__body {
    padding: 20px;
  }
  .tabs__body.active {
    padding: 20px;
  }
}
@media screen and (max-width: 979px) {
  .tabs__head {
    width: 100%;
  }
  .tabs__header .tabs__head {
    display: none;
  }
  .tabs__bodyes .tabs__head {
    display: block;
  }
  .tabs__head {
    float: none;
  }
  .tabs__bodyes {
    clear: both;
  }
  .tabs__head a:hover, .tabs__head.active a {
    color: #006fcb;
  }
  .bx_item_detail .tabs__head a {
    color: black;
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 2px;
  }
}
@media (max-width: 979px) {
  .bx_storege hr {
    display: none;
  }
}.fast-search {
	width: 214px
}
.fast-search__input {
	background: transparent;
	width: 80px;
	padding: 0 05px;
	height: 40px;
	position: relative;
	z-index: 10
}
.fast-search__input:focus {
	z-index: 9;
	background: white
}
.fast-search__input:focus + .fast-search__submit {
	z-index: 10
}
.fast-search__input::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	opacity: 1;
	font-family: 'Ubuntu', sans-serif
}
.fast-search__input:-ms-input-placeholder {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	opacity: 1;
	font-family: 'Ubuntu', sans-serif
}
.fast-search__input::placeholder {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	opacity: 1;
	font-family: 'Ubuntu', sans-serif
}
.fast-search__form {
	position: relative
}
.fast-search__submit {
	position: absolute;
	z-index: 9;
	background: transparent;
	border: 0;
	right: 0;
	top: 0;
	bottom: 0;
	outline: none
}
.fast-search-wrap {
    width: 100%;
    height: 31px
}
@media (max-width: 1230px) {
	.fast-search {
		width: calc(100vw*0.14)
	}
}
@media (max-width: 1180px) {
	.fast-search {
		width: 100%
	}
	.fast-search__submit {
		right: 20px
	}
	.fast-search-wrap {
		height: auto
	}
	.footer .fast-search {
		width: 50% !important
	}
}.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}
@media (max-width: 960px) {
  .feedback-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}.feedback-form {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 366px);
      flex-basis: calc(100% - 366px);
  margin-right: 40px
}
.feedback-form__title {
  margin-bottom: 15px;
  font-size: 24px
}
.feedback-form p {
  font-size: 12px;
  margin: 0;
  line-height: 1.6em;
  color: #505050
}
.feedback-form p.feedback-form__name {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
  margin-top: 10px
}
.feedback-form__area {
  border: 0;
  background: #f0f1f6;
  box-shadow: none;
  border-radius: 8px;
  padding: 13px 20px;
  outline: none;
  width: 100%;
  resize: none
}
.feedback-form__area--error {
  border-style: solid;
  border-width: 1px;
  border-color: #006fcb
}
.feedback-form__submit {
  border: 2px solid #006fcb;
  background: #006fcb;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 13px 33px;
  border-radius: 6px;
  margin-top: 25px;
  font-size: 12px;
  outline: none
}
.feedback-form__submit:hover {
  background: none;
  color: #006fcb
}
.feedback-form__captcha {}
.bx_mfeedback {
  margin-top: 15px;
}
@media (max-width: 960px) {
  .feedback-form {
    margin-right: 0
  }
}
@media (max-width: 480px) {
  .feedback-form {
    padding: 25px
  }
  .feedback-form__captcha {
    width: 100%
  }
}.feedback-social {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 326px;
          flex: 0 0 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
.feedback-social__vk {
  overflow: hidden
}
.feedback-social__twitter {
  overflow: hidden;
  margin-top: 20px
}
@media (min-width: 480px) and (max-width: 767px) {
  .feedback-social__twitter {
    margin-top: 40px;
    width: 100%
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .feedback-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .feedback-social__vk {
    width: 250px;
    margin-right: 40px
  }
  .feedback-social__twitter {
    margin-top: 0;
    width: calc(100% - 290px)
  }
}
@media (max-width: 769px) {
  .feedback-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .feedback-social__vk {
    width: 100%
  }
}
@media (max-width: 480px) {
  .feedback-social__twitter {
    max-width: 345px
  }
}.footer__bottom {
}
.footer__bottom-wrap{
    position: relative;
    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;
    padding: 33px 0;
}
.footer__bottom-social-box{
    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;
}
.footer__bottom-social-box-title{
    margin-right: 35px;
    font-size: 12px;
}
.footer__bottom-social-box-icons{
    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;
}
.footer__bottom-social-box-icons-item{
    position: relative;
    cursor: pointer;
}
.footer__bottom-social-box-icons-item:hover .footer__bottom-social-box-icons-item-popup{
    opacity: 1;
    visibility: visible;
}
.footer__bottom-social-box-icons-item-popup{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    background: #fff;
    border-radius: 2px;
    padding: 6px 10px;
    bottom: 100%;
    margin-bottom: 10px;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    box-sizing: border-box;
    color: #36373e;
    font-size: 12px;
}
.footer__bottom-social-box-icons-item-popup p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
}
.footer__bottom-social-box-icons-item-popup::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #fff transparent transparent;
}
.footer__bottom-social-box-icons-item:not(:last-child){
    margin-right: 15px;
}
.footer__bottom-developer{
    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;
}
.footer__bottom-developer-logo{
    width: 80px;
    height: 25px;
}
.footer__bottom-developer-link{
    font-size: 12px;
}
.footer__bottom-developer-hyphen{
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 769px){
    .footer__bottom-wrap{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 600px){
    .footer__bottom-wrap{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__bottom-social-box{
        width: 100%;
        display: block;
    }
    .footer__bottom-social-box-title{
        width: 100%;
        display: block;
    }
    .footer__bottom-social-box-icons{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer__bottom-social-box-icons-item:not(:last-child){
        margin-right: 10px;
    }
}
@media (max-width: 1180px){
    .footer__bottom-social-box-title{
        display: none;
    }
}.footer__middle {
}
.footer__middle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
@media (max-width: 769px) {
    .footer__middle-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}.footer__top {
}
.footer__top-wrap {
    position: relative;
    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;
    border-bottom: 1px solid #ffffff
}
@media (max-width: 480px) {
    .footer__top-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none
    }
}.footer {
    position: relative;
    margin-top: 15px
}
.footer__copyright {
    max-width: 265px;
    font-size: 12px;
    line-height: 25px
}
.footer__copyright--bottom {}
@media(max-width: 769px) {
    .footer {
        margin-top: 40px
    }
    .footer__copyright {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}
@media(max-width: 600px) {
    .footer__copyright--bottom {
        text-align: center
    }
}
.footer .main-menu {}
.footer .main-menu__item-link {}
.footer .header {}
.footer .header__contacts-block{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer .header__contacts-block .i-icon{}
.footer .header__contacts-block--f1 .header__contacts-block-text{
    white-space: nowrap;
}
.footer .header__contacts-block--f2{}
.footer .header__contacts-block--f3{}
.footer .fast-search {}
.footer .bx-searchtitle .bx-input-group {}
.footer .bx-searchtitle .bx-input-group .bx-form-control {}
.footer .bx-searchtitle .bx-input-group-btn button .fa-search {}
.footer .bx-top-nav-container {}
.footer .bx-hover .bx-nav-2-lvl-container {
    display: none !important;
}
.footer .bx-hover .bx-nav-1-lvl bx-nav-list-2-col bx-nav-parent {
    display: none !important;
}
.footer .bx-top-nav-container .bx-nav-1-lvl>a span {}
@media(max-width: 1180px){
    .footer .main-menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .footer .main-menu .bx-nav-1-lvl{
        width: 180px;
    }
    .footer .main-menu__item-link{
        height: 40px;
    }
    .footer .header__contacts-block{
        margin-left: 0;
    }
    .footer .header__contacts-block--f2{
        max-width: 145px;
        min-width: 145px;
    }
    .footer .header__contacts-block--f3{
        min-width: 170px;
        margin-left: 50px;
    }
    .footer .header__contacts-block .i-icon{
        display: none;
    }
    .footer .header__contacts-block .i-icon{
        display: block;
    }
    .footer .fast-search{
        width: 80px;
    }
    .footer .bx-searchtitle .bx-input-group{
        width: auto;
        padding: 0;
    }
    .footer .bx-searchtitle .bx-input-group .bx-form-control{
        height: 34px;
        width: 100px;
        padding: 6px 40px 6px 6px;
        border-radius: 6px;
        background-color: transparent;
        box-shadow: none !important;
    }
    .footer .bx-searchtitle .bx-input-group-btn button .fa-search{
        font-size: inherit;
    }
    .footer .bx-top-nav-container{
        display: block;
    }
    .footer .bx-top-nav-container .bx-nav-1-lvl>a span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 480px){
    .footer .main-menu{
        padding: 0;
    }
    .footer .main-menu .bx-nav-1-lvl{
        width: 100%;
    }
    .footer .main-menu .bx-nav-1-lvl:not(:first-child){
        border-top: 1px solid white;
    }
    .footer .main-menu__item-link{
        height: 50px;
    }
    .footer .fast-search{
        width: 100%;
    }
    .footer .bx-searchtitle .bx-input-group{
        width: 100%;
        padding: 0;
    }
    .footer .bx-searchtitle .bx-input-group .bx-form-control{
        height: 50px;
        width: 100%;
        padding: 6px 20px;
        border-radius: 6px;
        background-color: #ffffff;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17) !important;
    }
}
@media(max-width: 600px){
    .footer .header__contacts-block{
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 25px;
    }
}
@media(max-width: 769px){
    .footer .header__contacts-block--f3{
        min-width: 170px;
        margin-left: 0;
    }
}
.go-to-up {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid #f7f7f7;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21);
    right: 40px;
    bottom: 50px;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
    z-index: 90;
    transition: .3s;
    /*&__label {*/
        /*font-size: 10px;*/
        /*font-weight: 700;*/
        /*text-transform: uppercase;*/
        /*margin-top: 5px;*/
    /*}*/
    /*&.shown {*/
        /*bottom: 50px;*/
    /*}*/
}
.go-to-up .i-icon {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.go-to-up .i-icon path {
    fill: #006fcb;
}
.go-to-up:hover {
    opacity: 1;
}.header {
}
.header__top-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
}
.header__mobile-plate{
    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;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 70px;
    padding: 30px 15px 30px 30px;
    z-index: 1700;
    transition: linear .15s;
}
.header__mobile-plate--hide{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header__mobile-plate-text{
    font-size: 12px;
    text-transform: uppercase;
}
.header__mobile-plate-cross{
    padding: 15px;
}
.header__actions{
    height: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 13px;
}
.header__actions-items-wrap{
    height: 100%;
    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;
}
.header__actions-item a{
    text-decoration: none;
    white-space: nowrap;
}
.header__actions-item a > *{
    vertical-align: middle;
}
.header__actions-item a:hover{
    color: #006fcb;
}
.header__actions-item .i-icon{
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.3em;
}
.header__actions-item i{
    margin: 0 5px;
}
.header__actions-item--favs{
    /*@media(--max768) {*/
    /*display: none;*/
    /*}*/
}
.header__actions-item--second{
    height: 18px;
}
.header__actions-item--first{
    margin-right: 50px;
}
.header__nav-wrap{
}
.header__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
}
.header__nav-item a{
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s;
}
.header__nav-item a:hover{
    border-color: #006fcb;
}
.header__nav-item:not(:last-child){
    margin-right: 40px;
}
.header__middle-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__contacts-block{
    height: 100%;
    margin-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__contacts-block .i-icon{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.header__contacts-block--first{
}
.header__contacts-block--second{
}
.header__contacts-block--third{
}
.header__contacts-block-label{
    font-size: 12px;
    margin-bottom: 5px;
}
.header__contacts-block-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.header__logo{
    margin-right: auto;
    max-width: 320px;
    width: 100%;
}
.header__logo img{
    width: 100%;
    height: 100%;
}
.header__bottom-wrap{
    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;
    position: relative;
}
@media (max-width: 600px){
    .header__mobile-plate{
        height: 60px;
        width: 100%;
    }
    .header__mobile-plate-text{
        visibility: hidden;
    }
    .header__actions-item--first{
        left: 0 !important;
        text-align: left !important;
        margin: 0 !important;
        transition: all ease-in .1s;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
    .header__contacts-block--first{
        display: none;
    }
    .header__contacts-block--second{
        display: none;
    }
    .header__logo{
        width: auto !important;
        right: 0;
        margin: auto;
        text-align: center;
    }
}
@media (max-width: 1180px){
    .header__actions{
        position: relative;
        width: 100%;
    }
    .header__actions-item--second{
        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;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 200px;
        text-align: right;
    }
    .header__actions-item--first{
        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;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 165px;
        text-align: center;
    }
    .header__nav-wrap{
        display: none;
        padding: 0 30px;
        background-color: #006fcb;
    }
    .header__nav-item{
        width: 100%;
        margin-right: 0 !important;
    }
    .header__nav-item a{
        padding-left: 0 !important;
        color: #ffffff !important;
    }
    .header__middle-wrap{
        position: relative;
    }
    .header__contacts-block--first{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 225px;
    }
    .header__contacts-block--second{
        position: absolute;
        right: 0;
    }
    .header__contacts-block--third{
        display: none;
    }
    .header__logo{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 120px;
    }
}
@media (max-width: 769px){
    .header__contacts-block--second{
        width: 175px;
        left: auto;
        text-align: right;
    }
    .header__logo{
        width: 120px;
    }
    .header__bottom-wrap{
        border: none;
    }
}

header {}
.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0
}
.main-menu__title{
	display: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 70px;
	width: 100%;
	padding: 0 30px;
	color: #b7b8bb;
	background-color: #f4f5f9;
	font-size: 12px;
	text-transform: uppercase;
}
.main-menu__title .i-icon{
	height: 25px;
	width: 25px
}
.main-menu__title-back{
	position: absolute;
	z-index: -1
}
.main-menu__item{}
.main-menu__item:hover .main-menu__item-link{
	background: white;
	color: #006fcb
}
.main-menu__item:hover .main-menu__item-dropdown{
	visibility: visible;
	height: auto;
	opacity: 1;
	overflow: visible;
	height: 100%
}
.main-menu__item-link{
	height: 70px;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 20px;
	background-repeat: no-repeat !important;
	background-position: left 20px center !important;
	background-size: 50px 50px !important
}
.main-menu__item-dropdown{
	visibility: hidden;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .2s;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%
}
.main-menu__dropdown{
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.21);
	overflow: hidden
}
.main-menu__dropdown-left{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	padding: 40px;
	padding-bottom: 0
}
.main-menu__dropdown-right{}
.main-menu__dropdown-blocks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}
.main-menu__dropdown-block{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 33.333%;
	        flex: 0 1 33.333%;
	max-width: 33.333%;
	padding-right: 15px;
	margin-bottom: 40px;
	display: inline-block
}
.main-menu__dropdown-block-heading{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px
}
.main-menu__dropdown-block-links{
	line-height: 24px;
}
.main-menu__dropdown-block-links a{}
.main-menu__dropdown-block-links a:hover{
	text-decoration: none;
	color: #006fcb
}
.main-menu__dropdown-banner{
	height: 370px;
	width: 295px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 295px;
	        flex: 0 0 295px;
}
.main-menu__dropdown-banner img{
	-o-object-fit: cover;
	   font-family: "object-fit:cover";
	   object-fit: cover;
	width: 100%;
	height: 100%
}
.bx-hover .bx-nav-2-lvl-container {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}
.block-link {
	display: block;
	width: 100%;
	height: 100%;
}
.block-link img {
	height: 100% !important;
	width: 100% !important;
}
@media (max-width: 1180px){
	.main-menu{
		display: block
	}
}
@media (max-width: 769px){
	.main-menu__title{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.main-menu__item{
		width: 100%
	}
	.main-menu__item-dropdown{
		top: 70px;
		visibility: hidden;
		height: 100%;
		opacity: 0
	}
	.main-menu__dropdown{
		height: 100%
	}
	.main-menu__dropdown-left{
		padding: 0 30px
	}
	.main-menu__dropdown-right{
		display: none
	}
	.main-menu__dropdown-block{
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 70px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding-right: 0;
		margin-bottom: 0
	}
	.main-menu__dropdown-block-heading{
		margin-bottom: 0
	}
	.main-menu__dropdown-block-links{
		position: absolute;
		top: 0
	}
	.main-menu__dropdown-block-links a{
		height: 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none;
		border-bottom: 1px solid
	}
}
@media (max-width: 768px){
	.bx-hover .bx-nav-2-lvl-container{
		display: block !important
	}
}
.mobile-burger {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTMgNTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzIDUzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTIsMTMuNWg0OWMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkgyYy0xLjEwNCwwLTIsMC44OTYtMiwyUzAuODk2LDEzLjUsMiwxMy41eiIvPg0KCQk8cGF0aCBkPSJNMiwyOC41aDQ5YzEuMTA0LDAsMi0wLjg5NiwyLTJzLTAuODk2LTItMi0ySDJjLTEuMTA0LDAtMiwwLjg5Ni0yLDJTMC44OTYsMjguNSwyLDI4LjV6Ii8+DQoJCTxwYXRoIGQ9Ik0yLDQzLjVoNDljMS4xMDQsMCwyLTAuODk2LDItMnMtMC44OTYtMi0yLTJIMmMtMS4xMDQsMC0yLDAuODk2LTIsMlMwLjg5Niw0My41LDIsNDMuNXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
	backgound-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.mobile-text {
	color: #000000;
}.sb-search {
  position: absolute;
  right: 0;
  top: 17px;
}
.sb-search-input {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}
.sb-search-input {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEzOSAxMzkiIGhlaWdodD0iMTM5cHgiIGlkPSJGaW5kIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMzkgMTM5IiB3aWR0aD0iMTM5cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xMjcuNTU4LDExMS45NjFMMTAwLjI0OSw4NC42NWM0LjY0LTcuMzg3LDcuMzMzLTE2LjExOCw3LjMzMy0yNS40ODhjMC0yNi41MDktMjEuNDktNDcuOTk2LTQ3Ljk5OC00Ny45OTYgIGMtMjYuNTA4LDAtNDcuOTk2LDIxLjQ4Ny00Ny45OTYsNDcuOTk2YzAsMjYuNTEsMjEuNDg3LDQ3Ljk5NSw0Ny45OTYsNDcuOTk1YzEwLjE5NywwLDE5LjY0Mi0zLjE4OCwyNy40MTQtOC42MDVsMjYuOTg0LDI2Ljk4NiAgYzEuODc1LDEuODczLDQuMzMzLDIuODA2LDYuNzg4LDIuODA2YzIuNDU4LDAsNC45MTMtMC45MzMsNi43OTEtMi44MDZDMTMxLjMwOCwxMjEuNzg3LDEzMS4zMDgsMTE1LjcxMSwxMjcuNTU4LDExMS45NjF6ICAgTTU5LjU4NCw5MS42MDdjLTE3LjkxNywwLTMyLjQ0My0xNC41MjUtMzIuNDQzLTMyLjQ0M1M0MS42NjcsMjYuNzIsNTkuNTg0LDI2LjcyYzE3LjkxOCwwLDMyLjQ0MywxNC41MjYsMzIuNDQzLDMyLjQ0NCAgUzc3LjUwMiw5MS42MDcsNTkuNTg0LDkxLjYwN3oiLz48L3N2Zz4=) no-repeat 10px center;
  background-size: 20px 20px;
  border: 0;
  padding: 9px 12px 9px 32px;
  width: 55px; /* Ширина по умолчанию */
  border-radius: 6px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  transition: all .5s;
}
.sb-search-input:focus {
  background-color: #fff;
  box-shadow: 0px -1px 2px #dadada;
  border-radius: 6px;
  outline: 0
}
.sb-search-input {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
.sb-search-input:hover {
  background-color: #fff;
}
.sb-search-input:focus {
  width: 170px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
/*@media (--max768) {*/
/*.sb-search-input:focus {*/
/*width: 93%;*/
/*}*/
/*.sb-search-input {*/
/*width: 93%;*/
/*}*/
/*}*/
/*@media (--max480) {*/
/*.sb-search-input:focus {*/
/*width: 87%;*/
/*}*/
/*.sb-search-input {*/
/*width: 87%;*/
/*}*/
/*}*/
@media (max-width: 1180px) {
  .sb-search {
    width: 100%;
    padding: 10px 0;
    position: initial;
  }
  .sb-search-input:focus {
    width: 100%;
  }
  .sb-search-input {
    width: 100%;
    padding-left: 32px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px -1px 2px #dadada;
    box-sizing: border-box !important;
  }
}.info-line {
    height: 100%;
    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
}
.info-line-wrapper{
    height: 310px;
    padding: 65px 0;
    margin-bottom: -15px;
}
.info-line-wrapper .container{
    height: 100%
}
.info-line__title{
    font-size: 32px
}
.info-line__signature{
    font-size: 15px;
    line-height: 25px
}
.info-line__form{}
.info-line__form-input{
    width: 404px;
    height: 50px;
    margin-right: 20px;
    padding: 15px;
    background-color: white;
    border-radius: 6px;
    border: none
}
.info-line__form-btn{
    height: 50px;
    background-color: #006fcb;
    border-radius: 6px;
    outline: none;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 20px;
    border: 2px solid #006fcb
}
.info-line__form-btn:hover{
    background-color: transparent;
    color: #006fcb
}
@media (max-width: 600px){
    .info-line-wrapper{
        height: auto;
        padding: 45px 0
    }
    .info-line__title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .info-line__signature{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px
    }
    .info-line__form-input{
        width: 100%;
        margin-bottom: 15px
    }
}.info-list__groupColumnsInsideProps{
    display: none;
}
.info-list__groupColumnsInside-container{
    margin-left: 300px;
}
@media(max-width: 870px){
    .info-list__groupColumnsInside-container{
        margin-left: 200px;
    }
}.label {
    display: inline-block;
    float: left;
    clear: left;
    margin-bottom: 10px;
    padding: 5px 7px;
    max-width: 130px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    z-index: 10
}
.label-NEWPRODUCT {
    background-color: #87d1f5
}
.label-SALELEADER {
    background-color: #ff68ba
}
.label-SPECIALOFFER {
    background-color: #c0d269
}
.label-DISCOUNT {
    background-color: #f84750
}
.label-PODAROK {
    background-color: #f84750
}
.list-style{
    list-style-type: circle;
}

.list-style-num{
    margin: 10px 0 10px 40px;
    list-style: none;
    font-size: 16px;
}

.list-style-num:before {
    counter-increment: olcounter;
    content: counter(olcounter) '.';
    color: #d0d2d9;
    display: block;
    text-align: center;
    margin-left: -40px;
    position: absolute;
}

.main-icon-color path {
	fill: #006fcb;
}

.background-color {
	background-color: #f0f1f6;
}

.background-color--lighter{
	background-color: #f4f5f9!important;
}

.background-color--panel_darker{
	//background-color: #e9eaf0;
	background-color: #ffffff;
}

.background-color-add {
    background: #ffffff;
}

.background-color-add2 {
  background: #006fcb;
}

.hover-border-color:hover {
	border-color: #006fcb;
}

.bottom-line-background-color {
	background-color: #e2e4ea;
}

.hover-background:hover {
	background-color: #ffffff;
}

.hover-background-add:hover {
	background-color: #f0f1f6;
}

.hover-background-add:hover .hover-background-add{
	 background-color: #f0f1f6;
 }

.hover-background--light:hover {
	background-color: #f4f5f9;
}

.hover-text-color:hover, .hover-text-color:hover span  {
	color: #006fcb!important;
}

.hover-text-color:hover path {
	fill: #006fcb!important;
}

.hover-text-color:hover + .border-line {
	background-color: #006fcb!important;
}

.colored-text {
	color: #006fcb;
}

.hover-text-color-invert:hover {
	color: #ffffff !important;
}

.hover-text-color-invert:hover + .border-line {
	background-color: #ffffff !important;
}

.bx-hover {
	background-color: #ffffff;
	color: #006fcb;
}

.add-text-color {
	color: #a7a7a7;
}

.border-color {
	border-color: #dcdde1 !important;
}

.border-color--red{
	border-color: #006fcb;
}

.border-color--red:hover{
	border-color: transparent;
}

.content-block {
    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;
	padding-top: 90px;
    padding-bottom: 55px;
    border-bottom: 1px solid
}
.content-block__item {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 14px;
    line-height: 25px
}
@media (max-width: 769px) {
    .content-block {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .content-block__item {
        width: 100%
    }
}
@media (max-width: 480px) {
    .content-block {
        padding-top: 15px
    }
}.content-list {
    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;
    padding-top: 55px
}
.content-list.main-page-pluses {
    margin-bottom: 85px
}
.content-list__item {
    width: 13.9%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 30px
}
.content-list__item-title {
    display: block;
    padding: 25px 0 15px;
    font-size: 16px;
    font-weight: 500
}
.content-list__item-text {
    font-size: 12px;
    line-height: 18px
}
@media (max-width: 1180px) {
    .content-list__item {
        width: 22%;
        margin-bottom: 50px
    }
}
@media (max-width: 769px) {
    .content-list__item {
        width: 45%
    }
}
@media (max-width: 600px) {
    .content-list__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px
    }
}.profile{
    background: white;
    border-radius: 3px;
}
.main-profile{
    padding:15px 40px ;
    /*border-bottom: 1px solid #b8bcbf;*/
}
.main-profile--sumbit{
    border:none;
    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;
}
.main-profile__item{
    border-bottom: 1px solid #b8bcbf;
    padding: 25px 0;
}
.main-profile__item:last-child{
	padding-bottom: 0;
}
.main-profile__item--info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #b8bcbf;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.main-profile__text{
    font-size: 16px;
    font-family: 'Ubuntu Light', 'Ubuntu Medium', sans-serif;
    line-height: 1.8;
}
.main-profile__text p{
    margin: 0;
}
.main-profile__label{
    font-size: 12px;
    color: #414141;
}
.main-profile__input{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 100%;
    margin: 10px 0 15px 0;
}
h2.main-profile__title{
    padding-bottom: 25px;
}
.main-profile__item:last-child{
    border: none;
}
.main-profile__btn .slider-block__slide-btn{
    padding: 0px 40px;
}
.main-profile__btn--cancel input, .main-profile__btn--cancel a{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 40px;
    border-bottom: 1px solid red;
    font-size: 12px;
    font-weight: 500;
}
.main-profile-social {
	padding: 0 40px;
	border-bottom: 1px solid #b8bcbf;
}
.main-profile-social__inner {
	padding: 25px 0 10px;
	border-top: 1px solid #b8bcbf;
}
.profile > p {
	margin: 0;
	padding: 20px 40px 0 40px;
}
@media (max-width: 480px){
    .main-profile__text{
        display: none;
    }
    .main-profile__data{
        font-size: 12px;
    }
}.news-block {
    padding: 40px 40px 0 40px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden
}
.news-block__btn {
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s
}
.news-block__btn:hover {
    border-color: #006fcb
}
.news-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px
}
.news-block__item:not(:first-child) {
    padding-top: 40px;
    border-top: 1px solid #dcdde1
}
.news-block__item-image {
    display: block;
    height: 160px;
    width: 160px;
    min-width: 160px;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden
}
.news-block__item-image img {
    height: 100%;
    width: 100%
}
.news-block__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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 0;
    margin-right: auto
}
.news-block__item-content-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500
}
.news-block__item-content-text {
    font-size: 12px;
    line-height: 20px
}
.news-block__item-content-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.news-block__item-content-date-icon {
    margin-right: 10px
}
.news-block__item-content-date-icon svg path {
  fill: #006fcb;
}
.news-block__item-content-date-text {
    font-size: 10px;
    line-height: 20px;
    color: #006fcb
}
@media (max-width: 600px) {
    .news-block__item-image {
        margin-bottom: 15px
    }
    .news-block__item-content-title {
        margin-bottom: 15px;
        line-height: 20px
    }
    .news-block__item-content-text {
        margin-bottom: 30px
    }
    .news-block__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}.tile-banners-block {
    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;
    border-radius: 10px;
    overflow: hidden;
}
.tile-banners-block .border-line {
    background-color: #006fcb;
}
.tile-banners-block__link{}
.tile-banners-block__content-wrap{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.tile-banners-block__item{
    height: 290px;
    width: 25%;
    padding: 35px 35px 0 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: #ffffff;
    border: 1px solid #f0f1f6;
}
.tile-banners-block__item:hover{
    cursor: pointer;
    box-shadow: inset 0px 23px 141px 87px rgba(255,104,105,1);
    border: 1px solid #006fcb;
}
.tile-banners-block__item:hover .tile-banners-block__item-title, .tile-banners-block__item:hover .tile-banners-block__item-signature{
    color: #ffffff;
}
.tile-banners-block__item:hover .tile-banners-block__item-title::after{
    background-color: #ffffff;
}
.tile-banners-block__item:hover .border-line{
    background-color: #ffffff;
}
.tile-banners-block__item-title{
    font-size: 20px;
    font-weight: 600;
    height: 25px;
    overflow: hidden;
}
.tile-banners-block__item-image{
    height: 150px;
    margin-top: 7px;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    background-size: contain!important;
}
.tile-banners-block__item-signature{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    /*@media (--max768) {*/
    /*height: 60px;*/
    /*}*/
}
@media (max-width: 480px){
    .tile-banners-block__link{
        position: relative;
        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: 30px 20px;
    }
    .tile-banners-block__content-wrap{
        width: 55%;
    }
    .tile-banners-block__item{
        width: 100% !important;
        height: auto;
        padding: 0;
    }
    .tile-banners-block__item-title{
        height: auto;
        overflow: visible;
    }
    .tile-banners-block__item-image{
        width: 160px;
        height: 120px;
        position: absolute;
        top: 0;
        right: -35px;
        bottom: 0;
        margin: auto;
        background-position: center!important;
    }
}
@media (max-width: 1024px){
    .tile-banners-block__item{
        width: 33.33333%;
    }
}
@media (max-width: 769px){
    .tile-banners-block__item{
        width: 50%;
    }
}.top-banners-block {
  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;
  margin-left: -40px;
  padding-top: 30px;
  padding-bottom: 30px
}
.top-banner {
  position: relative;
  border-radius: 5px;
  overflow: hidden
}
.top-banner__picture{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.top-banner-big {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 490px;
  width: calc(100% - 40px); /*calc(75% - 40px);*/
  margin-left: 40px;
  padding: 60px;
  /*.hover-background:hover {*/
  /*background-color: transparent;*/
  /*}*/
}
.top-banner-big .top-banner__title {
  position: relative;
  height: 100px;
  margin-bottom: 15px;
  max-width: 470px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  z-index: 1;
  overflow: hidden
}
.top-banner-big .top-banner__signature {
  position: relative;
  height: 50px;
  max-width: 340px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 25px;
  z-index: 1;
  overflow: hidden
}
.top-banner-big .top-banner__link {
  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;
  width: 117px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer
}
.top-banners-small-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 40px);
  margin-left: 40px
}
.top-banner-small {
  height: 230px;
  width: 100%;
  padding: 30px;

}
.top-banner-small .top-banner__title {
  position: relative;
  height: 60px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.top-banner-small .top-banner__title a {
  display: block;
}
.top-banner-small .top-banner__signature {
  position: relative;
  height: 80px;
  overflow: hidden;
  max-width: 150px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  z-index: 1;
}
.top-banner-small:first-child{
  margin-top: 0;
  margin-bottom: auto
}
.top-banner-small:last-child{
  margin-top: auto;
  margin-bottom: 0
}
@media (max-width: 769px){
  .top-banners-block{
    padding-bottom: 30px;
    padding-top: 0
  }
  .top-banner-big{
    width: 100%
  }
  .top-banners-small-wrap{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px
  }
  .top-banner-small{
    margin-left: 30px;
    width: calc(50% - 30px)
  }
  .top-banner-small:last-child{
    margin-top: 0
  }
}
@media (max-width: 480px){
  .top-banners-block{
    padding-bottom: 20px
  }
  .top-banner-big{
    height: 300px;
    padding: 30px
  }
  .top-banner-big .top-banner__title{
    height: auto;
    max-height: 150px;
    font-size: 24px;
    line-height: 30px
  }
  .top-banner-big .top-banner__signature{
    display: none
  }
  .top-banner-big .top-banner__link{
    width: auto;
    height: auto;
    border: none;
    text-decoration: underline;
    font-size: 14px;
    text-transform: lowercase
  }
  .top-banners-small-wrap{
    display: none
  }
}



.map {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}.menu-vertical {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    list-style: none;
}
.menu-vertical__item{
    display: block;
    padding: 0;
    background: white;
    border-bottom: 1px solid;
}
.menu-vertical__item--verctical2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu-vertical__item-header{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     z-index: 105;
     padding: 26px 30px!important;
    padding-right: 0;
     color: #000;
     vertical-align: middle;
     text-align: left;
     text-transform: uppercase;
     font-weight: bold;
     text-decoration: none;
     text-shadow: 0 1px 1px rgba(255,255,255,.8);
     font-size: 12px;
     line-height: 16px;
    //max-width: 210px;
 }
.menu-vertical__item.background-color.hover>.menu-vertical__item-header{
    color: #df5c56;
    line-height:16px;
    box-sizing:content-box;
    background: -moz-element(background-color);
    background: element(background-color);
}
.menu-vertical__item-arrow{
    font-size: 24px;
    color: #a7a7a7;
    font-weight: 200;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
    width: 44px;
    padding-top: 25px;
}
.menu-vertical__item-sub{
    width: 100%;
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.menu-vertical__item-sub.active{
    display: block;
}
.menu-vertical__item-sub a{
    padding: 0 30px;
    padding-bottom: 20px;
}
/*.menu-vertical.active .menu-vertical__item-header{*/
/*color:red;*/
/*}*/
.menu-vertical__item-arrow::after, .menu-vertical__item-arrow::before {
    content: '';
    position: absolute;
    /*left: 0;*/
    right: 33px;
    height: 15px;
    width: 3px;
    transition: all .3s;
    /*top: 26px;*/
    /*bottom: 0;*/
    margin: auto;
    -webkit-transform-origin: bottom;
    transform-origin: center;
    background-color: currentColor;
}
.menu-vertical__item-arrow::before {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
}
.menu-vertical__item-arrow::after {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
}
.menu-vertical__item-arrow.active::after {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
}
.menu-vertical__item-arrow.active::before {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
}
.menu-vertical__item.active .menu-vertical__item-arrow {
    -webkit-transform: none;
    transform: none;
}
.menu-vertical--container{
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 105;

    padding-right: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.8);
    font-size: 12px;
    line-height: 16px;
    background: white;

}
.menu-vertical--container .catalog-main__arrow::after, .menu-vertical--container .catalog-main__arrow::before {
    height: 10px;

    width: 2px;
    color: gray;
}
.menu-vertical__item--verctical2 .menu-vertical__item-sub .menu-vertical__item-list{
    padding: 0 29px;
}
.menu-vertical__item--verctical2 .menu-vertical__item-sub .menu-vertical__item-header{
    font-weight: 500;
    text-transform: none;
    text-decoration: underline;
    padding: 20px 0!important;
    max-width: 140px;
}
.menu-vertical__item--verctical2 .menu-vertical__item-sub .menu-vertical__item-arrow::after, .menu-vertical__item--verctical2 .menu-vertical__item-sub .menu-vertical__item-arrow::before{
    height: 12px;
    width: 2px;
}
/*.menu-vertical__item-arrow.active{*/
/*color:#006fcb;*/
/*}*/
/*.menu-vertical__item-header.open{*/
/*color:#006fcb;*/
/*}*/
@media (max-width: 1024px) {
    .menu-vertical--container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 26px 30px;
    }
    .menu-vertical {
        display: none;
    }
}.mfp-content {
  /*width: 350px !important;*/
  /*padding: 15px;*/
  /*background: #fff;*/
}
.mfp-content .popup_head {
  margin: 10px auto;
  text-align: center;
  font-size: 16px
}
.mfp-content .feedback_form_prop_line {}
.mfp-content .feedback_form_prop_line label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
  margin-top: 10px
}
.mfp-content .feedback_form_prop_line input {
  border: 0;
  background: #f0f1f6;
  box-shadow: none;
  border-radius: 8px;
  padding: 13px 20px;
  outline: none;
  width: 100%;
  resize: none
}
.mfp-content .feedback_form_prop_line input[type="submit"] {
  border: 2px solid #006fcb;
  background: #006fcb;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 13px 33px;
  border-radius: 6px;
  margin-top: 25px;
  font-size: 12px;
  outline: none
}
.mfp-content .feedback_form_prop_line input[type="submit"]:hover {
  background: none;
  color: #006fcb
}.news-detail {
  background: white;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px
}

.news-detail__slider {
  /*max-width: 867px;*/
}

.news-detail .news-block__item-content-date {
  padding: 20px;
}

.news-block__item-content-date {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.news-block__item-content-date-icon {
  margin-right: 10px;
}

.news-block__item-content-date-text {
  font-size: 10px;
  line-height: 20px;
  color: #006fcb;
}

.news-detail p {
  font-size: 16px;
}

.news-detail ol {
  padding: 0;
  margin: 0;
  counter-reset: olcounter;
}

.news-detail ol li {
  margin: 10px 0 10px 40px;
  list-style: none;
  font-size: 16px;
}

.news-detail ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter) '.';
  color: #d0d2d9;
  display: block;
  text-align: center;
  margin-left: -40px;
  position: absolute;
}

.news-detail ul li {
  list-style-type: circle;
  margin: 10px 0 10px 40px;
  font-size: 16px;
}.ps_logo img {
  margin: 20px 0;
  display: block;
}
.info-list {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.info-list .bx-selected .info-list__spoiler-text {
  color: #006fcb;
}
.info-list .bx-sls {
  width: 100%;
}
.info-list .bx-sls .dropdown-icon {
  left: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-list .bx-sls .dropdown-block {
  width: 100%;
  padding: 17px;
  padding-left: 40px;
  border: none;
  box-shadow: none;
  background-color: #f0f1f6;
  border-radius: 6px;
}
.info-list .bx-sls .bx-ui-sls-fake, .info-list .bx-sls .bx-ui-sls-route {
  font-family: 'Ubuntu', sans-serif ;
  height: auto;
}
.info-list .dropdown-fade2white {
  background: none;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
}
.info-list .bx-ui-sls-clear {
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-color: #f0f1f6;
  z-index: 10;
}
.info-list .bx-selected .bx-soa-editstep {
  display: none;
}
.info-list__item{
  margin-top: 10px;
  border-radius: 6px;
}
.info-list__item:last-child{
  margin-bottom: 0;
}
.info-list__spoiler-title-wrap{
  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: 30px;
  background-color: #f4f5f9;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
.info-list__spoiler-title{
  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;
  font-size: 18px;
}
.info-list__spoiler-title .i-icon{
  margin-right: 20px;
  fill: #006fcb;
}
.info-list__spoiler-text{
  font-size: 18px;
}
.info-list__informer{
  padding: 30px;
}
.info-list__informer-content{
  position: relative;
  padding-left: 40px;
  font-size: 12px;
}
.info-list__informer-content .icon-warning{
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDYuMDI3IDI0Ni4wMjciPjxwYXRoIGQ9Ik0yNDIuNzUgMTk2LjUwOGwtOTguODEzLTE3MS4xNWMtNC4zNjctNy41NjQtMTIuMTktMTIuMDgtMjAuOTI0LTEyLjA4LTguNzM1IDAtMTYuNTU3IDQuNTE1LTIwLjkyNCAxMi4wOEwzLjI3NSAxOTYuNTA4Yy00LjM2OCA3LjU2NC00LjM2OCAxNi41OTYgMCAyNC4xNlMxNS40NjYgMjMyLjc1IDI0LjIgMjMyLjc1aDE5Ny42M2M4LjczMyAwIDE2LjU1NS00LjUxNiAyMC45MjItMTIuMDggNC4zNjctNy41NjUgNC4zNjYtMTYuNTk3IDAtMjQuMTYyem0tMTE5LjczNiA4LjM5OGMtOC42NzIgMC0xNS43MjctNy4wNTUtMTUuNzI3LTE1LjcyN3M3LjA1NS0xNS43MjcgMTUuNzI3LTE1LjcyNyAxNS43MjcgNy4wNTUgMTUuNzI3IDE1LjcyNmMwIDguNjcyLTcuMDU1IDE1LjcyNi0xNS43MjYgMTUuNzI2em0xNS44MzMtNjcuMjI2YzAgOC43My03LjEwMyAxNS44MzMtMTUuODMzIDE1LjgzM3MtMTUuODMzLTcuMTAzLTE1LjgzMy0xNS44MzNWNjUuMDEzYzAtNC4xNDIgMy4zNi03LjUgNy41LTcuNWgxNi42NjhjNC4xNDMgMCA3LjUgMy4zNTggNy41IDcuNXY3Mi42Njd6IiBmaWxsPSIjZmY2ODY5Ii8+PC9zdmc+);
}
.info-list__change-btn{
  font-size: 12px;
  text-decoration: none;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
}
.info-list__change-btn:hover{
  border-bottom: 1px dashed #006fcb;
}
.info-list__table-item{
  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: 30px;
  border-bottom: 1px solid;
}
.info-list__table-item:last-child{
  border-bottom: 0;
}
.info-list__img-container{
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.info-list__item-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;
}
.info-list__price{
  font-size: 16px;
  font-weight: bold;
}
.info-list__properties{
  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;
  margin-right: 5px;
}
.info-list__properties:not(:last-child) .info-list__properties-item::after{
  content: ",";
}
.info-list__property-container{
  width: 100%;
}
.info-list__properties-item{
  font-size: 12px;
}
.info-list__properties-container{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.info-list__item-td{
  margin-right: 30px;
}
.info-list__quantity{
  margin-left: 0;
  margin-right: 0;
}
.info-list__quantity-count{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.info-list__toggle-btn{
  display: none;
  cursor: pointer;
}
.info-list__table-item-prop{
  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;
  width: 300px;
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.info-list__table-item-prop .info-list__quantity{
  width: 70px;
  margin-left: 30px;
}
.info-list__table-item-prop .info-list__quantity:first-child{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.info-list__table-item-prop .info-list__quantity:nth-child(2){
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.info-list__table-item-prop .info-list__quantity:last-child{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.info-list__add-input{
  width: 100% !important;
  padding: 6px 17px;
  background-color: #f0f1f6;
  border: 1px solid transparent;
  outline: none;
  border-radius: 6px;
  color: #a7a7a7;
  resize: none;
}
.info-list__coupon-block{
  width: 100%;
  max-width: 378px;
}
.info-list__sale-input-wrap{
  width: 100%;
}
.info-list__sale-input-wrap::after{
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #006fcb;
  border-radius: 6px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTYgMjU2IiBoZWlnaHQ9IjI1NnB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgd2lkdGg9IjI1NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03Ni44LDIxNy42YzAtMS42MzcsMC42MjUtMy4yNzQsMS44NzUtNC41MjRMMTYzLjc1LDEyOEw3OC42NzUsNDIuOTI1Yy0yLjUtMi41LTIuNS02LjU1LDAtOS4wNXM2LjU1LTIuNSw5LjA1LDAgIGw4OS42MDEsODkuNmMyLjUsMi41LDIuNSw2LjU1MSwwLDkuMDUxbC04OS42MDEsODkuNmMtMi41LDIuNS02LjU1LDIuNS05LjA1LDBDNzcuNDI1LDIyMC44NzUsNzYuOCwyMTkuMjM3LDc2LjgsMjE3LjZ6Ii8+PC9zdmc+);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.info-list__block-btn-container{
  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: 30px;
  padding: 30px;
  padding-bottom: 0;
  border-top: 1px solid;
}
.info-list__pickup-container{
  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;
}
.info-list__pickup-group{}
.info-list__block-btn{
  height: 40px;
  width: 110px;
  margin-right: 0;
  margin-left: auto;
  border: 2px solid #006fcb;
  background-color: #006fcb;
  color: #ffffff;
}
.info-list__btn-default{
  font-size: 12px;
  font-weight: 500;
}
.info-list__btn-default:hover{
  border-bottom: 1px solid #006fcb;
}
.info-list__add-block-container{
  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-left: 30px;
  margin-right: 30px;
  padding-top: 30px;
  border-top: 1px solid;
}
.info-list__add-block-label{
  max-width: 350px;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 400;
}
.info-list__radio-inline{
  width: 47%;
}
.info-list__radio-inline label{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 17px;
  border-radius: 6px;
  border: 1px solid #dcdde1;
  cursor: pointer;
}
.info-list__radio-inline label input{
  margin-right: 10px;
}
.info-list__form-group-container{
  padding: 20px 30px 0;
}
.info-list__form-group.has-error input{
  border: 1px solid #006fcb;
}
.info-list__groupColumns-container{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.info-list__colsContainer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.info-list__cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.info-list__groupColumnsInside-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.info-list__form-group{
  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;
  margin-bottom: 20px;
}
.info-list__form-group > label{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}
.info-list__zipProperty{
  max-width: 233px;
}
.info-list__bx-soa-pp{
  padding: 20px 30px;
}
.info-list__soa-pp-company{
  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;
  position: relative;
  width: 47%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #f0f1f6;
  border-radius: 6px;
  cursor: pointer;
}
.info-list__soa-pp-company--payment{
  height: 160px;
}
.info-list__company-image{
  width: 110px;
  height: 35px;
  margin-right: 0;
  margin-left: auto;
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
}
.info-list__company-image--add{
  width: 80px;
  height: 80px;
  background-size: 100%;
  margin: 15px 30px 15px 0;
}
.info-list__company-items-wrap{
  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;
  margin-bottom: 15px;
}
.info-list__company-list-item{
  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;
}
.info-list__company-desc{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.info-list__company-selected{
  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;
}
.info-list__company-selected img{
  height: 18px;
  width: 18px;
  margin-right: 7px;
}
.info-list__company-container{
  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;
}
.info-list__pp-price{
  display: inline-block;
}
.info-list__subTitle{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.info-list__soa-pp-company-add{
  padding: 20px 30px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.info-list__soa-pp-item-container{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-list__soa-section-content{
  padding: 30px;
}
.info-list__soa-section-content strong{
  margin-right: 10px;
}
.info-list__smalltitle{
  position: absolute;
  top: 18px;
  left: 40px;
}
.info-list__descr-container{
  height: 108px;
  overflow: hidden;
  padding: 20px;
  font-size: 12px;
}
.info-list__soa-custom-label{
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: inherit;
}
.info-list__add-options-title{
  margin-bottom: 10px;
  font-weight: bold;
}
.info-list__add-options-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5px;
}
.info-list__add-options-item{}
.info-list__add-options-item:first-child{
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.info-list__graf-container{
  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;
  height: 55px;
  min-height: 55px;
  padding: 17px;
  padding-left: 0;
}
.info-list__options-container{
  display: inline-block !important;
  margin-right: 30px;
}
.info-list__options-container div{
  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;
}
.info-list__delivery-name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.info-list__delivery-cost{
  margin-right: 0;
  margin-left: auto;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
.info-list__hidden-property{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-list__map-adress-name{
  margin-left: 7px;
}
.info-list__map-adress-name::before{
  height: 15px;
  width: 15px;
  content: "";
  top: 50%;
  left: -6px;
  margin-top: -8px;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDMwLjExNCA0MzAuMTE0Ij48cGF0aCBkPSJNMzU2LjIwOCAxMDcuMDVjLTEuNTMtNS43MzctNC42NC0xMS44NS02Ljk0LTE3LjIwNEMzMjEuNzQ2IDIzLjcwNCAyNjEuNjEgMCAyMTMuMDU1IDBjLTY1IDAtMTM2LjU5MiA0My41ODYtMTQ2LjE1IDEzMy40Mjd2MTguMzU1YzAgLjc2Ni4yNjQgNy42NDcuNjQgMTEuMDkgNS4zNTcgNDIuODE1IDM5LjE0MiA4OC4zMiA2NC4zNzQgMTMxLjEzNSAyNy4xNDUgNDUuODczIDU1LjMxMyA5MSA4My4yMiAxMzYuMTA2IDE3LjIwOC0yOS40MzYgMzQuMzU0LTU5LjI2IDUxLjE3LTg3LjkzMyA0LjU4My04LjQxNSA5LjkwMy0xNi44MjUgMTQuNDktMjQuODU3IDMuMDYtNS4zNDggOC45LTEwLjY5NiAxMS41Ny0xNS42NzIgMjcuMTQ1LTQ5LjY5OCA3MC44MzgtOTkuNzggNzAuODM4LTE0OS4xMDN2LTIwLjI2MmMwLTUuMzQ3LTYuNjI3LTI0LjA4LTctMjUuMjM0em0tMTQxLjk2MyA5Mi4xNDNjLTE5LjEwNyAwLTQwLjAyLTkuNTU0LTUwLjM0NC0zNS45NC0xLjUzNy00LjItMS40MTMtMTIuNjE2LTEuNDEzLTEzLjM4N3YtMTEuODUyYzAtMzMuNjM2IDI4LjU2LTQ4LjkzMiA1My40MDYtNDguOTMyIDMwLjU4OCAwIDU0LjI0NSAyNC40NzIgNTQuMjQ1IDU1LjA2IDAgMzAuNTg3LTI1LjMwNSA1NS4wNS01NS44OTMgNTUuMDV6IiBmaWxsPSIjZmY2ODY5Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.info-list__customer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.info-list__customer .info-list__form-group{}
.info-list__customer .info-list__form-group:nth-child(1){
  width: 100%;
}
.info-list__customer .info-list__form-group:nth-child(2){
  width: 47%;
}
.info-list__customer .info-list__form-group:nth-child(3){
  width: 47%;
}
.info-list__customer .info-list__form-group:nth-child(4){
  width: 100%;
}
.info-list__customer .info-list__form-group:nth-child(5){
  width: 47%;
}
.info-list__customer .info-list__form-group:nth-child(6){
  width: 47%;
}
.info-list__customer .info-list__form-group:nth-child(7){
  width: 47%;
}
.info-list__customer .info-list__form-group:nth-child(8){
  width: 47%;
}
.info-list__customer .info-list__form-group:nth-child(9){
  width: 100%;
}
.info-list__customer .info-list__form-group:nth-child(10){
  width: 100%;
}
.info-list__orderSave{
  margin-top: 10px;
}
.info-list__orderSave-btn{
  height: 50px;
  width: 212px;
}
.info-list__text-hint{
  margin-top: 5px;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f0f1f6;
  box-sizing: border-box;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
  opacity: 0;
  transition: all .3s;
  border: 2px solid #006fcb;
  background-color: #006fcb;
  box-sizing: border-box;
}
.radio:checked + label:after {
  opacity: 1;
}
.alert {
  padding-bottom: 10px;
  font-size: 12px
}
.alert-danger{
  color: #006fcb;
  padding-left: 0;
  background-color: transparent;
  border: none;
}
@media (min-width: 320px) and (max-width: 360px){
  .info-list__company-image{
    display: none;
  }
}
@media (max-width: 1180px){
  .info-list{
    margin-bottom: 30px;
  }
  .info-list__block-btn-container{
    padding: 20px;
    padding-bottom: 0;
  }
  .info-list__radio-inline{
    width: 100%;
    margin-bottom: 20px;
  }
  .info-list__form-group-container{
    padding: 0;
  }
  .info-list__bx-soa-pp{
    padding: 0;
  }
  .info-list__soa-pp-company{
    width: 100%;
  }
  .info-list__soa-pp-company--payment{
    height: auto;
  }
  .info-list__descr-container{
    height: auto;
  }
  .info-list__orderSave{
    display: none;
  }
}
@media (max-width: 769px){
  .info-list__spoiler-title-wrap{
    padding: 20px;
  }
  .info-list__informer{
    padding: 30px 20px;
  }
  .info-list__table-item{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
  }
  .info-list__toggle-btn{
    display: block;
  }
  .info-list__table-item-prop{
    width: 100%;
    max-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .info-list__table-item-prop .info-list__quantity{
    width: auto !important;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .info-list__pickup-group{
    width: 100%;
  }
  .info-list__add-block-container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .info-list__add-block-label{
    margin-bottom: 20px;
  }
  .info-list__groupColumnsInside-container{
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-list__zipProperty{
    width: 100%;
    max-width: none;
  }
  .info-list__soa-section-content{
    padding: 20px;
  }
  .info-list__customer .info-list__form-group{
    width: 100% !important;
  }
}
@media (max-width: 320px){
  .info-list__spoiler-title .i-icon{
    margin-right: 15px;
  }
}
@media (max-width: 480px){
  .info-list__coupon-block{
    max-width: none;
  }
  .info-list__company-image{
    width: 80px;
  }
  .info-list__company-items-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-list__add-options-wrap{
    margin-bottom: 10px;
  }
  .info-list__add-options-item:first-child{
    width: 100%;
  }
}
@media (max-width: 768px){
  .info-list__cols{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px){
  .info-list__add-options-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px){
  .info-list__hidden-property{
    display: none;
  }
}



.order-make {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
.order-make__soa-sidebar {
  position: relative;
  height: 50px;
  width: 263px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 263px;
  margin-left: 35px
}
.order-make__total-wrap {
}
.order-make__total {
  position: absolute;
  top: 25px;
  left: 0;
  padding: 20px;
  padding-top: 50px;
  width: 243px;
  background-color: #ffffff
}
.order-make__total::before {
  position: absolute;
  top: 0;
  left: -44px;
  height: 50px;
  width: 263px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 263px;
  margin-left: 35px;
  background-color: #e2e4ea;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21), inset 0 2px 0 rgba(216, 218, 226, 0.31);
  content: ''
}
.order-make__total::after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy45IDEzLjgiPgogIDxjaXJjbGUgZmlsbD0iI2YwZjFmNiIgY3g9IjciIGN5PSI2LjkiIHI9IjYuOSIvPgo8L3N2Zz4K);
  background-size: 20px 16px;
  background-position: 10px 2px;
  background-repeat-y: no-repeat
}
.order-make__total-line {
  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 0;
  border-bottom: 1px dashed #e2e4ea
}
.order-make__soa-cart-t {
  max-width: 150px;
  font-size: 12px
}
.order-make__soa-cart-d {
  display: block;
  font-size: 16px
}
.order-make__total-value {
  font-size: 28px;
  font-weight: bold
}
.bx-soa-cart-total.bx-soa-cart-total-bottom {
}
.bx-soa-cart-total-ghost {
}
@media (max-width: 1180px) {
  .order-make {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .order-make__soa-sidebar {
    width: 100%;
    height: auto;
    margin-left: 0
  }
  .order-make__total {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 50px
  }
  .order-make__total::before {
    width: 100%;
    margin-left: 0;
    left: 0;
    right: 0;
    top: -10px
  }
  .bx-soa-cart-total.bx-soa-cart-total-bottom {
    position: relative !important;
    opacity: 1 !important
  }
  .bx-soa-cart-total-ghost {
    padding-top: 0 !important
  }
}.order-detail__title{
    text-align: center;
}
.order-detail__footer {
    background: white;
    padding: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.order-detail__info-zakaz{
    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;
    padding: 30px;
}
.order-detail__info-customer{
    padding: 30px;
    border-top: 1px solid;
}
/*.border-color{*/
/*border-top: 1px solid #f0f1f6;*/
/*}*/
.background-color--header{
    background: #f4f5f9;
}
.order-detail__header {
    margin: 0;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.order-detail__hide{
    padding:0 30px 30px 30px;

}
.order-detail__hide a{
    cursor: pointer;
    border-bottom: 1px dashed #df5c56;
}
.order-detail__footer-wrap{
    border-radius: 5px;
    border:1px solid #BABABA;
}
.order-detail__footer-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-detail__footer-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f0f1f6;
}
.order-detail__footer-left{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    padding:15px;
}
.order-detail__footer-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;


}
.order-detail__footer-top .order-detail__hide{
    padding: 0;
    padding-top: 20px;
}
.order-detail-paymant{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.order-detail-paymant__img span{
    width: 120px;
    display: block;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.order-list__status{
    display: inline-block;
    padding: 4px 10px 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Ubuntu Bold', sans-serif;
}
.order-list__status--red{
    border: 1px solid #f9dadc;
    background: #f9dadc;
    color: #006fcb;
}
.order-list__status--green{
    background: #e3f0bd;
    border: 1px solid #e3f0bd;
    color: #7dc669;
}
.order-detail-paymant__price{
    font-size: 20px;
    color: gray;
    font-family: 'Ubuntu Medium', sans-serif;
    font-weight: 500;
    padding: 0 20px;
}
.order-list__order{
    font-weight: 600;
}
.order-detail__btn a{
    padding: 10px 20px;
    height: 100%;
}
.order-detail__item--paymant .order-detail__btn{
    padding: 10px 20px;
}
.order-detail__item--zakaz .order-detail__footer{
    padding: 0;
}
.order-zakaz__item{
    padding: 30px;
    border-top: 1px solid gray;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.order-zakaz__item:first-child{
    border-top: none;
}
.order-zakaz__item--title{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 352px;
            flex: 0 0 352px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-zakaz__trade{
    font-size: 12px;
    font-family: 'Ubuntu, Ubuntu Bold', sans-serif;
    color: #1f1f1f;
    line-height: 1.5;
}
.order-zakaz__trade-type{
    font-weight: 600;
}
.order-zakaz__trade-name{
    color: #505050;
}
.order-zakaz__title{
    font-weight: 500;
}
.order-zakaz__prise{
    font-size: 16px;
    font-family: 'Ubuntu Bold', sans-serif;
    font-weight: 600;
    white-space: nowrap;
}
.order-detail__back{
padding: 35px 0 80px 0;
}
.order-detail__back a{
    font-size: 12px;
    font-family: 'Ubuntu Medium', sans-serif;
    border-bottom: 1px solid #df5c56;
}
.order-detail__item--customer .order-detail__footer{
    padding: 0;
}
.order-costumer{
    border:1px solid;  border-radius: 5px;
}
.order-costumer__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     padding: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 1px solid;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    color: #505050;

}
.order-costumer__item:last-child{
    border-bottom: none;
}
.order-costumer__item-title{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding: 20px;

}
.order-costumer__item-info{
width: 100%;
    padding: 20px;
    }
.order__title{
    font-size: 16px;
    font-family: 'Ubuntu Light', sans-serif;
    font-weight: 400;
}
.order-detail__header .order__title{
    font-size: 18px;
}
.order-detail__footer-bottom .order-detail__footer-right{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

}
.order-detail__item--delivery .order__container{
    width: 100%;
}
.order__container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.order__container-wrap__item{
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.order__container-wrap__item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.order-detail__header-icon{
    fill: #df5c56;
    margin-right: 20px;
}
.order-detail__header-icon .i-icon{
    width: 20px;height: 20px;
}
.order-detail__info-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;line-height: 1.5;
    padding: 10px 0;
}
.order-detail__info-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;

}
.order-detail__info-zakaz{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.order-detail__footer-left .order-detail__dostavka{
    display: none;
}
.order-detail__info-status{
    padding-right: 25px;
}
.order-detail__info-otmena{
    padding-right: 25px;
}
.order-detail__info-name{
    min-width: 115px;
}
.order-detail__status{
    color: #7dc669;
    font-family: 'Ubuntu Ubuntu Medium', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.order-detail-paymant__img{
    padding-right: 20px;
}
.order-detail-paymant__status{
    padding: 0 20px;
}
.order-zakaz__item-info{
    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 0%;
            flex: 1 1 0%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.order-zakaz__item-img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.order-detail__item--zakaz .order-detail__header{
    color: #df5c56;
}
.sale-order-payment-change-pp-list {
  max-width: 1118px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #f4f5f9;
  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;
  opacity: 1;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, .7);
  z-index: 10;
}
.sale-order-payment-change-pp-company-graf-container {
  height: 98px;
  width: 98px;
  padding-top: 50%;
  border: none;
  border-radius: 5px;
}
.sale-order-payment-change-pp .sale-order-payment-change-pp-company {
  padding: 0;
  border: 5px solid transparent;
  margin-bottom: 0;
  border-radius: 5px;
}
.sale-order-payment-change-pp-company-image {
  top: 10px;
  right: 10px;
  left: 10px;
  background-position: top center;
}
.sale-order-payment-change-pp-company-smalltitle {
  height: 46px;
  width: 98px;
  padding: 10px;
  overflow: hidden;
}
.sale-order-payment-change-pp .sale-order-payment-change-pp-company:hover {
  box-shadow: 0 0 8px 0px rgba(255, 104, 105, .9);
  cursor: pointer;
}
.sale-order-payment-change-pp row {
  position: relative;
}
@media(min-width: 481px ){
    .order-detail__footer-right{
        background: none;
    }
}
@media (max-width: 768px){
    .order-zakaz__item-info .order-zakaz__item--title{
        border-bottom: 1px solid;
    }
    .order-detail__footer-right{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .order-detail__footer-left .order-detail__dostavka{
        display: block;
    }
    .order-detail__footer-right .order-detail__dostavka{
        display: none;
    }
    .order-detail__info-btn{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .order-detail__info-info{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-detail__footer-bottom .order-detail__footer-left{
        display: none;
    }
}
@media (max-width: 480px){
    .order-zakaz__item{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .order-zakaz__item--title{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: 100%;
    }
    .order-detail__info-btn{
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-detail__info-repeat{
        width: 100%;
    }
    .order-costumer__item-title{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 97px;
        padding: 20px 10px;
        max-width: 97px;
    }
    .order-costumer__item-info{
        width: 100%;
        padding: 35px 10px;
    }
    .order-detail__footer-top{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order-detail__footer-left{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: 100%;
    }
    .order-detail__info-status{
        padding-right: 2px;
    }
    .order-detail__footer-right{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .order-detail__btn{
        width: 100%;
    }
    .sale-order-payment-change-pp-list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}.orders__container {
  background: white;
  padding: 40px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.orders__tab {
  padding: 17px 0;
  margin-bottom: 20px;
  //margin-top: 20px;
}
.orders__tab a {
  background: white;
  padding: 20px;
  font-size: 12px;
  font-family: 'Ubuntu Bold', sans-serif;
  text-transform: uppercase;
  font-weight: 600
}
.orders__tab a:first-child {
  border-top-left-radius: 5px;
}
.orders__tab a:last-child {
  border-top-right-radius: 5px;
}
.order-item {
  border: 1px solid #efecec;
  border-radius: 7px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}
.order-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #efecec;
  font-size: 12px;
  font-family: 'Ubuntu, Ubuntu Medium', sans-serif;
}
.order-item__row:last-child {
  border-bottom: none;
}
.order-item__row-title {
  color: gray;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  background: white;
  height: 100%;
  padding: 41px 0 42px 20px

}
.order-item__row-title .order-item__title {
  background: none;
}
.order-item__status {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0%;
          flex: 2 1 0%;
  padding: 20px;
  line-height: 18px
}
.order-item__data {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.order-item__items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 20px;
  white-space: nowrap;
}
.order-item__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 20px
}
.order-item__row-link {
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-item__link a {
  border-bottom: 1px solid #df5c56;
  text-decoration: none;
}
.order-item__row-title .order-item__title {
  font-size: 16px;
  font-family: 'Ubuntu Medium', sans-serif;
  color: #a2a2a2;
  font-weight: 600;
}
.order-item__row-title .order-item__status {
  color: #7dc669;
  font-family: 'Ubuntu Medium', sans-serif;
  font-weight: 600;
}
.order-item__row-title .order-item__price {
  font-size: 22px;
  font-weight: 500;
  color: #737373;
}
.order-item__row-title .order-item__items {
  font-family: 'Ubuntu Light', sans-serif;
}
.sale-order-list-button-container .info-line__form-btn {
  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;
}
.order-item--cansel .order-item__status {
  color: #df5c56;
}
.order-item__status span {
  font-weight: 600;
}
.order-item__link-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-item__link a:hover {
  border: 0;
}
.order-item__link-right div:first-child {
  margin-right: 10px;
}
.sale-paysystem-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font: 14px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #424956;
}
.order-list__status.order-list__status--red.sale-order-detail-payment-options-methods-shipment-list-item{
  margin-left: -90px;
}
.order-zakaz__prise{
  padding-right: 210px;
}
@media (max-width: 769px) {
  .orders__tab a {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 2px solid #f0f1f6;
    border-radius: 5px;
  }
  .order-item__status {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 1024px) {
  .order-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .order-item__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media(max-width: 1188px) {
  .bx_ordercart .bx_ordercart_order_table_container tbody td.item, .bx_ordercart .bx_ordercart_order_table_container tbody td.custom, .bx_ordercart .bx_ordercart_order_table_container tbody td.control, .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
    width: 270px;
  }
}
@media(max-width: 960px) {
  .bx_ordercart .bx_ordercart_order_table_container tbody td.item, .bx_ordercart .bx_ordercart_order_table_container tbody td.custom, .bx_ordercart .bx_ordercart_order_table_container tbody td.control, .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
    width: 250px;
  }
}
@media(max-width: 935px) {
  .bx_ordercart .bx_ordercart_order_table_container tbody td.item, .bx_ordercart .bx_ordercart_order_table_container tbody td.custom, .bx_ordercart .bx_ordercart_order_table_container tbody td.control, .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
    width: 220px;
  }
}.select-box{
    font-size: 12px;
    color: #3f3f3f;
    background-color: white;
    border: 1px solid #f0f1f6;
    border-radius: 6px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.16);
    padding: 15px;
    padding-left: 20px;

}
.select-box:focus{
    outline: none;
}.page-block {

}.order-cancel{
    background: white;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.order-cancel__link{
    border-bottom: 1px solid red;
}
.order-cancel__link:hover{
    border-bottom: 1px solid white;
}.personal-list {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -25px
}
.personal-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 25px
}
.personal-list__item:nth-child(-n+5) {
  width: calc(20% - 25px)
}
@media (min-width: 320px) and (max-width: 360px) {
  .personal-list {
    margin-left: 0
  }
  .personal-list__item {
    width: 100% !important;
    margin-left: 0
  }
}
@media (max-width: 769px) {
  .personal-list__item {
    width: calc(25% - 25px)
  }
  .personal-list__item:nth-child(-n+5) {
    width: calc(25% - 25px)
  }
}
@media (max-width: 600px) {
  .personal-list__item {
    width: calc(50% - 25px)
  }
  .personal-list__item:nth-child(-n+5) {
    width: calc(50% - 25px)
  }
}
.profile-list{
    background: white;
    margin: auto;
    border-radius: 5px;
}
.profile-list__title{
    background: #888888;
    color: gainsboro;
}
.profile-list td, .profile-list th {
    padding: 10px 15px;
}
.profile-list__item{
    border-bottom: 1px solid gainsboro;
}
.profile-list__link:hover{
    color: #006fcb;
}
.profile-list__change{
    display: inline-block;
    border-bottom: 1px solid #006fcb;
    vertical-align: middle;
    transition: border-bottom .3s ease;
}
.profile-list__change:hover{
    border-bottom:1px solid transparent;
}.state-account {
  width: 100%;
  padding-bottom: 20px;

}
.state-account__title {
  padding: 10px 15px;
  color: #a7a7a7;
  font-size: 12px;
  font-family: 'Ubuntu Bold', sans-serif;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.state-account__container {
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.state-account__container-wrap {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #b4b4b4;
}
.state-account__sum {
  font-size: 22px;
  font-weight: 600;
  color: rgba(27, 27, 27, 0.96);
}
.refill-account__container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.refill-account__title {
  margin: 0;
  padding-bottom: 20px;
}
.refill-account__item--method {
  width: 100%;
}
.refill-account__item--sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.refill-account__input {
  display: inline-block;
  margin-left: 10px;
}
.refill-account__input input {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  text-align: left;
  font-size: 14px;
  vertical-align: inherit;
}
.refill-account__input input:focus {
  outline: none;
}
.paymant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.paymant-list__item {
  margin-right: 5px;
  background: white;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid white;
  margin-bottom: 10px;
}
.paymant-list__item:hover {
  cursor: pointer;
  box-shadow: inset 0px 23px 141px 87px rgba(255, 104, 105, 1);
  border: 1px solid #006fcb;
  color: white;
}
.paymant-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  padding: 20px 0;
}
.paymant-system__item {
  width: calc(33.333% - 7px);
  margin-left: 7px;
  margin-bottom: 10px;
  border-radius: 5px
}
.paymant-system__title {
  text-align: center;
  background-color: rgb(235, 236, 241);
  padding: 15px;
  color: #a3a3a3;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.paymant-system__wrap input {
  opacity: 0;
}
.paymant-system__wrap {
  position: relative;
  background: #ffffff;
  width: auto;
  height: 0;
  padding-top: 50%;
}
.paymant-system__item.bx-selected {
  box-shadow: 0 0 1em #cbcbcb;
}
.refill-account__item--btn .slider-block__slide-btn {
  padding: 10px 40px;
}
.check-list {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 769px) {
  .paymant-system__item {
    width: calc(50% - 7px);

  }

}
@media (max-width: 768px) {
  .check-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
  .refill-account__item--sum {
    margin: 0;
    padding-top: 20px;

  }

}.sale-personal-section-index-block {
    background: white;
    border-radius: 6px;
    box-shadow: 0 0 10px #cbcbcb;
    opacity: .8;
    padding: 0;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    color: #fff;
    cursor: pointer;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.sale-personal-section-index-block:hover {
    opacity: 1;
    cursor: pointer;
    box-shadow: inset 0 15px 106px 64px rgba(255, 104, 105, 1);
    color: white;
}
.sale-personal-section-index-block-link, .sale-personal-section-index-block-link:hover, .sale-personal-section-index-block-link:active, .sale-personal-section-index-block-link:focus, .sale-personal-section-index-block-link:visited {
    text-decoration: none;
    display: block;
    padding: 25px 15px;
    color: #cbcbcb;
    width: 100%;
    min-height: 164px;
}
.sale-personal-section-index-block-link:hover {
    color: #fff;
}
.sale-personal-section-index-block-ico {
    font-size: 64px;
}
.sale-personal-section-index-block-name {
    font-size: 16px;
}
.sale-personal-section-account-sub-header {
    margin-top: 40px;
}
.sale-personal-section-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
@media (max-width: 992px) {
    .sale-personal-section-index-block {
        height: auto;
        margin: 8px 0;
    }
}.popup-window {
  background-color: #fff;
  box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
  padding: 10px;
  font: 14px 'Ubuntu', sans-serif !important;
  border-radius: 5px;
  width: 25%;
  //height: 35%;
}

.popup-window-titlebar {
  height: 35px;
  //text-align: center;
}

.popup-window-titlebar-text {
  box-sizing: border-box;
  //color: #95989c;
  color: #000000;
  display: inline-block;
  //font-size: 14px;
  font-size: 20px;
  //font-weight: bold;
  font-weight:normal;
  max-width: 100%;
  line-height: 49px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  margin-top: 20px;
}

.popup-window-with-titlebar .popup-window-content {
  //padding: 10px 20px;
  padding: 25px 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-window-content table td {
  padding: 5px;
}

.popup-window-titlebar-close-icon {
  top: 5px;
  right: 5px;
}

.popup-window-buttons {
  text-align: center;
  padding: 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-window-buttons span {
  cursor: pointer;
  font-size: 12px;
  background-color: #006fcb;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  //margin-left: 15px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  //padding-right: 13px;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #006fcb;
  text-transform: uppercase;
}

.catalog-main__list.bx_catalog_list_home.col3.bx_green:hover{
  //color: #006fcb;
  //background-color: #ffffff;
  //border: none;
}

.bx_medium.bx_bt_button:hover{
  //color: #006fcb;
  //background-color: #ffffff;
  //width: 200px !important;
  //height: 50px;
}

.popup-window-close-icon:after{
  width: 20px;
  height: 20px;
  -webkit-transform: translate3d(-70%, 70%, 0);
          transform: translate3d(-70%, 70%, 0);
  left:0;
}

@media(max-width: 1326px) {

  .popup-window {
    width: 500px;
  }
}

@media(max-width: 570px) {

  .popup-window {
    width: 400px;
  }

  .popup-window-with-titlebar .popup-window-content {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .popup-window-titlebar-text {
    white-space: normal;
    font-size: 18px;
  }
}

@media(max-width: 470px) {

  .popup-window {
    width: 370px;
  }

  .popup-window-with-titlebar .popup-window-content {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .popup-window-titlebar-text {
    white-space: normal;
    font-size: 18px;
  }
}

@media(max-width: 400px) {

  .popup-window {
    width: calc(100vw - 40px);
  }

  .popup-window-with-titlebar .popup-window-content {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .popup-window-titlebar-text {
    white-space: normal;
    font-size: 18px;
  }
}.feedback-call {
  max-width: 500px;
  margin: auto;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 6px;
}.popup-container {
  max-width: 1170px;
  margin: auto;
  position: relative;
}
.popup-container .close-popup-btn {
  display: none;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
}
.popup-container .close-popup-btn .i-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.popup-container .close-popup-btn:active {
  top: 10px;
}.forward .slider-block__slide-controls{
    display: none;
}
.swiper-slide.slider-block__slide:hover
.bx_catalog_item_container .slider-block__slide-controls{
 display: block
}
/*.slider-block__slide {*/
/*height: 100%!important;*/
/*}*/
.slider-block__top-title h4{
    margin: 0;
}
.forward .slider-block__slide {
    position: relative;
    background: #fff;
    transition: none;
    padding: 40px;
}
.forward .swiper-slide.slider-block__slide:hover .bx_catalog_item_container {
    padding: 39px;
    position: absolute;
    z-index: 990;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    background: #fff;
    -webkit-animation: borderview 0.5s;
    animation: borderview 0.5s;

}
.forward .swiper-wrapper{
    padding-bottom: 95px;
}
.forward .swiper-container.swiper-container-horizontal{
    margin-bottom: -95px;
}
/*Table*/
table.sale_personal_profile_list
{
    width:100%;
    background-color:#F9FAFB;
    border-collapse:collapse;
    font-size:12px;
}
/*Table head*/
table.sale_personal_profile_list th
{
    background-repeat:repeat-x;
    text-align: left;
    color:#25639A;
}
/* Table cells and heads*/
table.sale_personal_profile_list th, table.sale_personal_profile_list td
{
    border:1px solid #ADC3D5;
    padding: 3px 5px;
    vertical-align:top;
}
.sale-personal-profile-list-arrow-up, .sale-personal-profile-list-arrow-down {
    color: #d8d8d8;
    transition: color .3s ease;
}
.sale-personal-profile-list-arrow-up:hover, .sale-personal-profile-list-arrow-down:hover {
    color: #337ab7;
}
.sale-personal-profile-list-actions {
    min-width: 120px;
}
.sale-personal-profile-list-close-button {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 0;
    transition: opacity .3s ease;
    opacity: 1;
    vertical-align: middle;
    cursor: pointer;
}
.sale-personal-profile-list-close-button:hover {
    opacity: .5;
}
.sale-personal-profile-list-change-button {
    display: inline-block;
    border-bottom: 1px solid #337ab7;
    vertical-align: middle;
    transition: border-bottom .3s ease;
}
.sale-personal-profile-list-change-button:hover {
    border-bottom: 1px solid transparent;
}
.sale-personal-profile-list-border {
    display: inline-block;
    margin: 0 5px;
    height: 23px;
    border-right: 1px solid #dee2e7;
    vertical-align: middle;
}
.sale-profile-detail-link-list{
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
.req{color:red;}
.bx-slst .dropdown-block.bx-ui-slst-input-block{
    border: 1px solid #CCD5DB;
}
.sale-profile-detail-form .form-control:hover, .location-block-wrapper .dropdown-block.bx-ui-slst-input-block:hover{
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.sale-personal-profile-detail-form-title-row h4{
    padding-top: 10px;
}
.sale-personal-profile-detail-input-file{
    display: none !important;
}
.sale-personal-profile-detail-load-file-info{
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    cursor: pointer;
}
.sale-personal-profile-detail-load-file-cancel{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bitrix/components/bitrix/sale.personal.profile.detail/templates/.default/images/sale-profile-detail-sprite.svg) 1px 1px no-repeat;
    transition: opacity .3s ease;
    opacity: 1;
    cursor: pointer;
}
.sale-personal-profile-hide{
    display: none;
}
.sale-personal-profile-detail-load-file-cancel:hover{
    opacity: 0.5;
}
.sale-personal-profile-btn-block{
    padding-bottom: 100px;
    padding-left: 20px;
}
.sale-personal-profile-detail-form-file{
    padding-top: 15px;
}
.sale-personal-profile-detail-form-label.vertical-align-top{
    vertical-align: top;
}
.sale-profile-detail-link-list{margin-bottom:20px}
.req{color:red}
.bx-slst .dropdown-block.bx-ui-slst-input-block{border:1px solid #ccd5db}
.sale-profile-detail-form .form-control:hover, .location-block-wrapper .dropdown-block.bx-ui-slst-input-block:hover{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.sale-personal-profile-detail-form-title-row h4{padding-top:10px}
.sale-personal-profile-detail-input-file{display:none!important}
.sale-personal-profile-detail-load-file-info{margin-left:5px;font-size:14px;font-weight:normal;line-height:1.42857143;cursor:pointer}
.sale-personal-profile-detail-load-file-cancel{display:inline-block;width:18px;height:18px;background:url(/bitrix/components/bitrix/sale.personal.profile.detail/templates/.default/images/sale-profile-detail-sprite.svg) 1px 1px no-repeat;transition:opacity .3s ease;opacity:1;cursor:pointer}
.sale-personal-profile-hide{display:none}
.sale-personal-profile-detail-load-file-cancel:hover{opacity:.5}
.sale-personal-profile-btn-block{padding-bottom:100px}
.sale-personal-profile-detail-form-file{padding-top:15px}
.sale-personal-profile-detail-form-label.vertical-align-top{vertical-align:top}
#sppd-property-1{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 98%;
    margin: 10px 0 15px 0;
    background-color: #f0f1f6;
}
#sppd-property-0{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 98%;
    margin: 10px 0 15px 0;
    background-color: #f0f1f6;
}
#sppd-property-2{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 98%;
    margin: 10px 0 15px 0;
    background-color: #f0f1f6;
}
#sppd-property-3{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 98%;
    margin: 10px 0 15px 0;
    background-color: #f0f1f6;
    height: auto;
}
#sale-personal-profile-detail-name{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 98%;
    margin: 10px 0 15px 0;
    background-color: #f0f1f6;
}
.dropdown-block.bx-ui-sls-input-block{
    padding: 20px;
    border: none;
    border-radius: 3px;
    color: #818588;
    width: 98%;
    margin: 10px 0 15px 0;
    background-color: #f0f1f6;
}
.bx-ui-sls-container{
    top: -15px;
    left: 10px;
}
.sale-personal-profile-detail-form-title-row.col-md-offset-3.col-md-9{
    padding-left: 20px;
}
.sale_order_help a:hover{
    color: #006fcb!important;
    border-bottom: none;
}
.sale_order_help a{
    border-bottom: 1px dotted;
}
@media (min-width: 992px){
    .text-md-right{
        //text-align: right;
    }
    .sale-profile-detail-form .form-group{
        display: table;
        //width: 100%;
        margin-bottom: 20px;
    }
    .sale-personal-profile-detail-form-label, .sale-profile-detail-form input[class*="col-"]{
        float: none !important;
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px;
        width: 180px;
        font-size: 12px;
    }
    .form-control{
        width: 280px;
        height: 32px;
    }
}
@media(min-width:992px){
    .text-md-right{
        text-align: right;
    }
    .sale-profile-detail-form .form-group{
        display: table;
        width: 100%;
    }
    .sale-personal-profile-detail-form-label, .sale-profile-detail-form input[class*="col-"]{
        float: none!important;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 992px){
    .sale-personal-profile-detail-form-title-row h4{
        border-bottom: 1px solid #CCD5DB;
        padding: 20px 0 10px;
    }
    .form-control{
        width: 280px;
        height: 32px;
        margin-top: 10px;
    }
    .sale-profile-detail-form .form-group{
        //display: table;
        //width: 100%;
        margin-bottom: 20px;
    }
    .background-color-add{
        padding-left: 20px;
    }
}
@media(max-width:992px){
    .sale-personal-profile-detail-form-title-row h4{
        border-bottom: 1px solid #ccd5db;
        padding: 20px 0 10px;
    }
}.search-field{
    width: 170px;
    padding-left: 40px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    box-shadow: 0px -1px 2px #dadada;
    border-radius: 6px;
    outline: 0;
}.search-page{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
}
.navigation-arrows{
    margin-top: 20px;
}/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */

.selectboxit-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.product-props-basket .selectboxit-container {
  border: 1px solid #f0f1f6
}

/* Styles that apply to all SelectBoxIt elements */

.selectboxit-container * {
  font-size: 14px;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */

.selectboxit-container .selectboxit {
  width: 100% !important; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  box-shadow: inset 0px 1px 8px -4px rgba(0, 0, 0, .7);
}

/* Height and Vertical Alignment of Text */

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 50px; /* Height of the drop down */
  line-height: 50px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  /*-webkit-box-shadow: none;*/
  /*-moz-box-shadow: none;*/
  /*box-shadow: none;*/
  cursor: default;
}

/* Button Text */

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */

.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100% !important;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  border-radius: 0 0 6px 6px;
  /*-webkit-box-shadow: none;*/
  /*-moz-box-shadow: none;*/
  /*box-shadow: none;*/
}

/* Individual options */

.selectboxit-option .selectboxit-option-anchor{

}

/* Individual Option Hover Action */

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */

.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */

.selectboxit-option-first {
  border-radius: 0;
}

/* The first Drop Down option optgroup */

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */

.selectboxit-option-last {
  border-radius:  0 0 6px 6px;
}

.selectboxit-option-last a {
  border-radius:  0 0 6px 6px;
}

/* Drop Down optgroup headers */

.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */

.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */

.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  height: 40px !important;
  position: absolute;
  right: 3px;
  top: 5px;
  bottom: 5px;
  z-index: 10;
  background-color: #ffffff;
}

/* Drop Down down arrow */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/

.selectboxit-btn {
  /*background-color: #ffffff;*/
  /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));*/
  /*background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);*/
  /*background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);*/
  /*background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
  /*background-repeat: repeat-x;*/
  /*border: 1px solid #cccccc;*/
  /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;*/
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  /*border-bottom-color: #b3b3b3;*/
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  /*box-shadow: inset 0px 1px 10px -2px rgba(255, 104, 105, .7);*/
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #b7b8bb;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  box-shadow: inset 0px 1px 8px -4px rgba(0, 0, 0, .7);
  /*border: 1px solid #ccc;*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
  /*-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #006fcb;
  box-shadow: inset 0px 1px 8px -4px rgba(255, 105, 104, .7);
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));*/
  /*background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);*/
  /*background-image: -o-linear-gradient(top, #0088cc, #0077b3);*/
  /*background-image: linear-gradient(to bottom, #0088cc, #0077b3);*/
  /*background-repeat: repeat-x;*/
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.selectboxit-open {
  border-radius: 6px 6px 0 0 !important;
}.slider-block {
  margin-top: 80px;
}
.slider-block .swiper-container {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.slider-block .top-banner__title {
  position: relative;
  height: 90px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.slider-block .top-banner__signature {
  position: relative;
  height: 80px;
  overflow: hidden;
  max-width: 150px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  z-index: 1;
}
.slider-block__slides-wrapper{
  margin: 40px 0;
}
.slider-block__slideProperties{
  min-height: 126px;
}
.slider-block__top{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider-block__top .swiper-button-disabled{
  opacity: .4;
}
.slider-block__top .swiper-button-disabled:hover{
  border: 1px solid #ffffff;
  cursor: default;
}
.slider-block__top .swiper-button-disabled:hover path{
  fill: black;
}
.slider-block__top .block-btn{}
.slider-block__top-arrow{
  display: inline-block;
  position: relative;
  height: 100%;
  width: 40px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.slider-block__top-arrow:hover{
  border: 1px solid #006fcb;
}
.slider-block__top-arrow:hover path{
  fill: #006fcb;
}
.slider-block__top-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
  height: 40px;
  margin-left: 20px;
}
.slider-block__top-arrows-left{
  border-radius: 6px 0 0 6px;
}
.slider-block__top-arrows-right{
  border-radius: 0 6px 6px 0;
}
.slider-block__top-title{
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  font-size: 32px !important;
  background: 0 !important;
}
.slider-block__slide{
  height: auto;
  width: 25%;
  padding: 40px;
  padding-bottom: 20px!important;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.slider-block__slide-labels{
  max-width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.slider-block__slide-labels-item{
  display: inline-block;
  float: left;
  clear: left;
  margin-bottom: 10px;
  padding: 5px 7px;
  max-width: 130px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
.slider-block__slide-image{
  display: block;
  position: relative;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-block__slide-image::after{
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  left: -40px;
  bottom: 0;
  z-index: 10;
  margin: auto;
  background-color: transparent;
}
.slider-block__slide-image:hover .slider-block__slide-image-quick-view{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-block__slide-image:hover + .slider-block__slide-image-btns-wrapper{
  display: block;
}
.slider-block__slide-image-quick-view{
  display: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 186px;
  height: 30px;
  opacity: 0.75;
  background-color: #006fcb;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.slider-block__slide-image-btns-wrapper{
  display: none;
  position: absolute;
  height: 100%;
  right: -30px;
  top: -30px;
  z-index: 20;
}
.slider-block__slide-image-btns-wrapper .i-icon{
  height: 18px;
  width: 18px;
}
.slider-block__slide-image-btns-wrapper:hover{
  display: block;
}
.slider-block__slide-image-btn{
  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;
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
  background-color: #f0f1f6;
  border-radius: 1px;
}
.slider-block__slide-image-btn:hover path{
  fill: #006fcb;
}
.slider-block__slide-image-btn.selected path{
  fill: #006fcb;
}
.slider-block__slide-title a{
  display: block;
  margin: 35px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.slider-block__slide-signature{
  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-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #dcdde1;
  font-size: 12px;
  min-height: 55px;
}
.slider-block__slide-price{
  display: inline-block;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
}
.slider-block__slide-price--sale{
  color: #006fcb;
}
.slider-block__slide-price--old{
  margin-left: 10px;
  font-size: 18px;
  font-weight: 100;
  text-decoration: line-through;
  color: #b7b8bb;
}
.slider-block__slide-signature-item-name{
  font-size: 12px;
  margin-right: 2px;
}
.slider-block__slide-signature-item-number{
  font-size: 12px;
  color: #006fcb;
}
.slider-block__slide-btn{
  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: 50px;
  background-color: #006fcb;
  border-radius: 6px;
  border: 2px solid #006fcb;
  text-decoration: none;
  color: #ffffff;
  transition: none;
  cursor: pointer;
}
.slider-block__slide-btn-icon{
  margin-top: -5px;
  margin-right: 10px;
}
.slider-block__slide-btn-text{
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.bx_catalog_item_controls_blockone {
  text-align: center;
}
.slider-block__slide-image-btn {
  cursor: pointer
}
.slider-block__slide-image-btn:nth-child(2){
  display: none;
}
.slider-block__slide-image-btn .i-icon {
  fill: #c3c6d0;
}
.slider-block__quantity-none {
  display: none;
}
.slider-block__slide-text {
  font-size: 12px;
  display: none;
}
.catalog-main__slider .slider-block__parametrs {
  display: none;
  font-size: 12px;
}
.slider-block__parametrs-title {
  color: black;
  padding: 1px;
  //border-bottom: 1px solid #d9dbe1;
  border-bottom: 1px solid #006fcb;
}
.slider-block__parametrs-item {
  cursor: pointer;
}
.slider-block__parametrs-item .catalog-main__arrow {
  margin-left: 10px;
}
.slider-block__parametrs-item_one {
  color: #505050;
}
.slider-block__parametrs-item_two {
  font-weight: 600;
  color: #1f1f1f;
}
.slider-block__slide-background {
  display: none;
}
.slider-block__top-title h4 {
  font-weight: 100;
}
.slider-block__slide-btn-icon .i-icon path {
  fill: white;
}
.slider-block__parametrs-wrap{
  padding-bottom: 5px;
  padding-top: 5px;
}
.slider-block__parametrs{
  display: none;
}
.swiper-wrapper.bx_item_list_slide.active{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.slider-block__slide-btn{
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 4px;
}
@media (max-width: 600px){
  .slider-block__slides-wrapper{
    margin: 20px 0;
  }
  .slider-block__top .block-btn{
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px){
  .slider-block{
    margin-top: 60px;
  }
}
@media (max-width: 575px){
  .slider-block__slide{
    width: 100% !important;
  }
  .swiper-slide.slider-block__slide{
    width: 100%;
  }
}
@media (max-width: 1080px){
  .slider-block__slide{
    width: 33.3%;
  }
}
@media (max-width: 840px){
  .slider-block__slide{
    width: 50%;
  }
  .swiper-slide.slider-block__slide{
    width: 50%;
  }
}

.small-btn {
  margin-top: 6px;
  text-align: center
}
.small-btn:hover a {
  border-bottom: 1px solid #006fcb
}.social-widgets-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -40px;
    margin-bottom: 90px;
}
.social-widgets-wrapper .social-widgets {}
.social-widgets-wrapper .social-widgets__item {
    margin-left: 40px;
    width: calc(100% - 40px);
}.text-hint {
  font-size: 11px;
}.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%;
}
.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;
}
.no-border-top {
    border-top: 0 !important;
}
.rounded {
    border-radius: 100%;
}
.bold {
    font-weight: bold;
}
.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%;
}
.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
}
.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;
}
.hidden768 {
}
.visible768 {
    display: none
}
.hidden {
    display: none !important;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.margin-auto {
    margin: auto;
    display: block;
}
@media (max-width: 769px){
    .hidden768{
        display: none;
    }
    .visible768{
        display: block;
    }
}
/* End */


/* Start:/bitrix/templates/podarki_s1/flexslider/flexslider.css?16442540826938*/
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/bitrix/templates/podarki_s1/flexslider/fonts/flexslider-icon.eot');
  src: url('/bitrix/templates/podarki_s1/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/podarki_s1/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/bitrix/templates/podarki_s1/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/bitrix/templates/podarki_s1/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
 
/* End */


/* Start:/bitrix/templates/podarki_s1/components/bitrix/menu/menu.header.nav/style.css?1644254082581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/podarki_s1/components/bitrix/menu/menu.header.nav/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/podarki_s1/components/bitrix/sale.basket.basket.line/header.actions/style.css?16442540824229*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/podarki_s1/components/bitrix/menu/header.main.menu/style.css?164425408210024*/
.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	display: flex;
	flex-wrap: wrap;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 40px;
	padding-bottom: 0;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	/*min-width: 180px;*/
	max-width: 200px;
	/*padding: 0 10px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 0px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-3-lvl a:hover {
	text-decoration: none;
	color: #006fcb;
}


/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	display: none;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: flex;
	flex-wrap: wrap;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 0;
	padding: 40px;
	padding-bottom: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	display: none;
}
/* col 3 */
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	display: none;
}

.bx-top-nav-container .bx-nav-catinfo{
	display: block !important;
	height: 370px;
	width: 295px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 295px ;
	flex: 0 0 295px !important;
	z-index: 120;
	padding-left: 0 !important;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	/*height: 100%;*/
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	display: none;
}
/* ASIDE */

.bx-aside-nav-control {
	display: none;
	font-size: 28px;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 16px;
	left: 31px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
	color: #000000;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 70px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
	max-width: 280px;
}
@media (max-width: 1180px) {
	.bx-aside-nav {
		background-color: #ffffff;
	}
}
@media (max-width: 600px) {
	.bx-aside-nav {
		max-width: 100% !important;
		padding-top: 60px;
		width: 100%;
	}
}

.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;
	max-width: 280px;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media (max-width: 1180px) {
	.bx-aside-nav a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 12px;
		height: 70px;
		padding-left: 90px;
		color: #000000;
		border-bottom: 1px solid #e9e9e9;
	}
}

.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {

}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,.bx-nav-1-lvl.bx-opened path,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #f4f5f9;
	color: #006fcb;
	fill: #006fcb;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	width: 100%;
	background: #ffffff;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 30px;
	top: 25px;
	bottom: 0;
	margin: auto;
	z-index: 200;
}
@media (max-width: 1180px) {
	.bx-aside-nav .bx-nav-parent-arrow {
		border-left: none;
        padding: 15px;
        top: 10px;
        right: 15px;
	}
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 992px) and (max-width: 1199px) {
	/*.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}*/
	/*.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}*/
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 5px 6px 9px}
}

@media (max-width: 1180px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}
/* End */


/* Start:/bitrix/templates/podarki_s1/components/bitrix/search.title/header.search/style.css?16442540825116*/
/*.bx-searchtitle {*/
	/*margin: 10px 0 0;*/
/*}*/
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1180px) {
	.bx-searchtitle .bx-input-group {
		width: 100%;
		margin: 20px 0;
	}
}
/*.bx-searchtitle .bx-input-group {}*/
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 25px 6px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	background-color: transparent;
	border: none;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (max-width: 1180px) {
	.bx-searchtitle .bx-input-group .bx-form-control  {
		height: 50px;
		padding: 6px 20px;
		border-radius: 6px;
		background-color: #ffffff;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17) !important;
	}
}

.bx-searchtitle .bx-input-group .bx-form-control::-webkit-input-placeholder {color:#000000;}
.bx-searchtitle .bx-input-group .bx-form-control::-moz-placeholder {color:#000000;}
.bx-searchtitle .bx-input-group .bx-form-control:-moz-placeholder {color:#000000;}
.bx-searchtitle .bx-input-group .bx-form-control:-ms-input-placeholder {color:#000000;}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
@media (max-width: 1180px) {
	.bx-searchtitle .bx-input-group-btn {
		width: 0;
	}
}
.bx-searchtitle .bx-input-group-btn button {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	z-index: 10;
	padding-right: 5px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
@media (max-width: 1180px) {
	.bx-searchtitle .bx-input-group-btn button {
		bottom: 0;
		padding-right: 20px;
	}
	.bx-searchtitle .bx-input-group-btn button .fa-search {
		font-size: 18px;
	}
}


div.title-search-result {
	/*border:1px solid #c6c6c6;*/
    border-radius: 5px;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 290px;
	margin-top: 5px;
	background-color: #FFF;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, .2);
}
@media (max-width: 1180px) {
  div.title-search-result {
    margin-top: -2px;
  }
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/podarki_s1/components/bitrix/search.title/header.search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #ffffff;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #006fcb;
	font-size: 12px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:12px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #9a9a9a;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #9a9a9a}
.bx_item_block.all_result .all_result_title a:hover{color: #006fcb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/podarki_s1/components/bitrix/breadcrumb/.default/style.css?1644254082646*/
/*.bx-breadcrumb {*/
	/*margin: 10px 0;*/
/*}*/

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	color: black;
	border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.breadcrumb__point{
	border: 2px solid;
	border-radius: 100%;
	font-size: 0px;
	vertical-align: middle;
	margin-right: 9px;
}
span.breadcrumb__current{
	color: #989898;
}

/* End */


/* Start:/bitrix/templates/podarki_s1/components/bitrix/sender.subscribe/info.line/style.css?16442540824640*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}
/* End */


/* Start:/bitrix/templates/podarki_s1/components/studiofact/socnet.links/footer_social1/style.css?16442540821038*/
.bx-socialsidebar {
	margin: 10px 0;
}
.bx-socialsidebar .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-socialsidebar-group {}
.bx-socialsidebar-group ul {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-socialsidebar-group ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
.bx-socialsidebar-group ul li a {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(/bitrix/templates/podarki_s1/components/studiofact/socnet.links/footer_social1/images/sprite.png);
	background-repeat: no-repeat;
	/*opacity: .8;*/
	border-bottom: none;
}
.bx-socialsidebar-group ul li a.fb {background-position: 0 0}
.bx-socialsidebar-group ul li a.gp {background-position: -44px 0}
.bx-socialsidebar-group ul li a.tw {background-position: -88px 0}
.bx-socialsidebar-group ul li a.vk {background-position: -132px 0}
.bx-socialsidebar-group ul li a.in {background-position: -176px 0}
.bx-socialsidebar-group ul li a:hover {opacity: .9;}
/* End */


/* Start:/bitrix/templates/podarki_s1/template_styles.css?164425408289*/
.bx-title{
    padding: 0 30px 30px 30px;
    text-align: center;
    font-weight: 100;
}
/* End */


/* Start:/bitrix/templates/podarki_s1/colors.css?16442540822335*/
@media (max-width: 767px){body.bx-theme-green .bx-logo{background: #33B111;}}
body.bx-background-gradient{
	background: rgb(245,250,253);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZmFmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(245,250,253,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,250,253,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(245,250,253,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fafd', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small{color: #33b111;}

/* news.list.sidebar */
body.bx-theme-green .bx-s-info-titleicon{background: #33B111;}

/*ABOUT*/
a.bxd-block:hover {border-color: #28A906;}
.bxd-icon {border: 1px solid #28A906;} .bx-s-info-titleicon
a.bxd-block:hover .bxd-icon {background: #28A906;}
.bxd-icon .fa {color: #28A906;}
a.bxd-block:hover .bxd-icon .fa {color: #fff;}

/* BTN */
.bx-theme-green .btn.btn-default {
	outline: none;
	background-color: #3bc915;
	border-color: #3bc915;
	color: #FFF;
}
.bx-theme-green .btn.btn-default:hover {
	outline: none;
	background-color: #3bc915;
	border-color: #3bc915;
	color: #FFF;
}
.bx-theme-green .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* End */
/* /bitrix/templates/podarki_s1/build/build.css?1644254082235106 */
/* /bitrix/templates/podarki_s1/flexslider/flexslider.css?16442540826938 */
/* /bitrix/templates/podarki_s1/components/bitrix/menu/menu.header.nav/style.css?1644254082581 */
/* /bitrix/templates/podarki_s1/components/bitrix/sale.basket.basket.line/header.actions/style.css?16442540824229 */
/* /bitrix/templates/podarki_s1/components/bitrix/menu/header.main.menu/style.css?164425408210024 */
/* /bitrix/templates/podarki_s1/components/bitrix/search.title/header.search/style.css?16442540825116 */
/* /bitrix/templates/podarki_s1/components/bitrix/breadcrumb/.default/style.css?1644254082646 */
/* /bitrix/templates/podarki_s1/components/bitrix/sender.subscribe/info.line/style.css?16442540824640 */
/* /bitrix/templates/podarki_s1/components/studiofact/socnet.links/footer_social1/style.css?16442540821038 */
/* /bitrix/templates/podarki_s1/template_styles.css?164425408289 */
/* /bitrix/templates/podarki_s1/colors.css?16442540822335 */
