

/* Start:/bitrix/templates/proTemplate/css/normalize.css?16334770387797*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */

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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

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

/**
 * 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;
}
/* End */


/* Start:/bitrix/templates/proTemplate/css/owl.carousel2.css?16334770384577*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/proTemplate/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/proTemplate/css/jquery.formstyler.css?16334770386917*/
.jq-checkbox {
    top: -2px;
    width: 15px;
    height: 15px;
    background: #f3f3f3;
    box-shadow: 0px 1px 0px #ffffff, 0px 2px 0px #e2e2e2 inset;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
      margin-right: 9px;
}
.jq-checkbox.checked{
    background: #de4442;
    box-shadow: none;
}
.jq-checkbox .jq-checkbox__div {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/checkbox.png') -9999px -9999px no-repeat;
    background-size: 15px 15px;
}
.jq-checkbox.checked .jq-checkbox__div{
    background-position: 0px 0px;
}
.jq-checkbox.focused {}
.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-radio {
    top: -2px;
    width: 15px;
    height: 15px;
    background: #f3f3f3;
    box-shadow: 0px 1px 0px #ffffff, 0px 2px 0px #e2e2e2 inset;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
      margin-right: 9px;
}
.jq-radio.checked{
    background: #de4442;
    box-shadow: none;
}
.jq-radio.checked .jq-radio__div {
    width: 5px;
    height: 5px;
    margin: 5px 0 0 5px;
    background: #f3f3f3;
    border-radius: 50%;
}
.jq-radio.focused {}
.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-file {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
    position: relative;
}
.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}
.jq-file__name {
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding: 0px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #eceae8;
    border-radius: 3px 0 0 3px;
    background: #fff;
}
.focused .jq-file__name {}
.jq-file__browse {
  width: 101px;
  height: 50px;
  line-height: 48px;
  background: #fff;
  color: #666666;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #eae9e8;
  border-radius: 0 3px 3px 0;
}
.jq-file:hover .jq-file__browse {
  border-color: #666666;
  color: #000000;
}
.jq-file:active .jq-file__browse {}
.jq-file.disabled .jq-file__name {}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    text-align: left;
}
.jq-selectbox.styler-small{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}
.jq-selectbox__select {
    width: 100%;
    height: 49px;
    line-height: 47px;
    padding: 0 30px 0 12px;
    border: 1px solid #eceae8;
    border-radius: 5px;
    background: #fff;
}
.jq-selectbox.styler-small .jq-selectbox__select{
    height: 32px;
    line-height: 30px;
      padding: 0 20px 0 10px;
}
.jq-selectbox__select:hover {}
.jq-selectbox__select:active {}
.jq-selectbox.focused .jq-selectbox__select {}
.jq-selectbox.disabled .jq-selectbox__select {}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
}
.jq-selectbox.styler-small .jq-selectbox__trigger{
    width: 18px;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url('/bitrix/templates/proTemplate/css/../images/select_arrow.png') 0px 0px no-repeat;
    background-size: 10px 6px;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.jq-selectbox__dropdown {
    top: 48px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #eceae8;
    border-radius: 5px;
    background: #fff;
}
.jq-selectbox.styler-small .jq-selectbox__dropdown{
    top: 31px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 12px 6px;
}
.jq-selectbox li.selected {}
.jq-selectbox li:hover {
    background-color: #efefef;
}
.jq-selectbox li.disabled {
    color: #aaa;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #d5d5d5;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}
.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}
.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}
.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}
.jq-select-multiple li.disabled {
    color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}
.jq-select-multiple li.optgroup {
    font-weight: bold;
}
.jq-select-multiple li.option {
    padding-left: 25px;
}
/* End */


/* Start:/bitrix/templates/proTemplate/css/jquery-ui-1.11.1.min.css?163347703830021*/
/*! jQuery UI - v1.11.1 - 2014-10-07
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url("/bitrix/templates/proTemplate/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("/bitrix/templates/proTemplate/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("/bitrix/templates/proTemplate/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("/bitrix/templates/proTemplate/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("/bitrix/templates/proTemplate/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("/bitrix/templates/proTemplate/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("/bitrix/templates/proTemplate/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_888888_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/bitrix/templates/proTemplate/css/images/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url("/bitrix/templates/proTemplate/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("/bitrix/templates/proTemplate/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/* End */


/* Start:/bitrix/templates/proTemplate/css/magnific-popup.css?16334770387789*/
/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */


/* Start:/bitrix/templates/proTemplate/css/style.css?1738332332238294*/
@font-face {
    font-family: "ALSRubl";
    src: url("https://www.prokatis.ru/fonts/ALSRubl.eot");
    src: url("https://www.prokatis.ru/fonts/ALSRubl.eot?#iefix")format("embedded-opentype"),
    url("https://www.prokatis.ru/fonts/ALSRubl.woff") format("woff"),
    url("https://www.prokatis.ru/fonts/ALSRubl.ttf") format("truetype"),
    url('/bitrix/templates/proTemplate/css/https:/www./prokatis.ru/fonts/ALSRubl.svg#ALSRubl') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    font: normal 15px/20px 'Open Sans', Arial, sans-serif;
    color: #000;
    /* background: #efeeed; */
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-display: swap; 
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dl,
ol,
ul,
hr,
p,
pre,
table,
address,
fieldset {
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    color: #000;
}

#product_information h1,
h1,
.h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
}

#product_information h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

#product_information h2,
h2,
.h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 800;
}

#product_information h3,
h3,
.h3 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 26px;
}

#product_information h4,
h4,
.h4 {
    font-size: 15px;
}

#product_information h5,
h5,
.h5 {
    font-size: 14px;
}

#product_information h6,
h6,
.h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

a {
    color: #de4442;
    text-decoration: none;

    -webkit-transition: 0.35s;
    transition: 0.35s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.white_text_block {
    margin-bottom: 30px;
    background: #fff;
    font-size: 15px;
    line-height: 18px;
    color: #666666;
    padding: 20px 30px;
}

.white_text_block.wmargin {
    margin-top: 30px;
}

.white_text_block .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #000;
}

a:hover,
a:active,
a:focus {
    outline: none;
}

a.header_basket__target:hover,
a.header_basket__target:active,
a.header_basket__target:focus {
    color: #ffffff;
    text-decoration: none;
}

a img {
    border: none;
}

.product__add_rating.product__add_rating-static span.rating_row__value {
    display: none;
}

.dashed_link {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.dashed_link:hover {
    border-bottom-color: transparent;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

.align-right {
    text-align: right;
}

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

.align-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.rub {
    font-family: 'ALSRubl';
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.form_row {
    margin-bottom: 20px;
}

.form_row-inline {
    margin-bottom: 35px;
}

.form_row-inline.small_margin {
    margin-bottom: 25px;
}

.order_credit_window .form_row-inline {
    margin-bottom: 15px;
}

.form_row-s {
    margin-bottom: 11px;
}

.form_row-checkbox {
    margin-bottom: 19px;
}

.form_row:after {
    content: '';
    display: table;
    clear: both;
}

.form_submit_row {
    padding-top: 10px;
}

.form_label {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.form_row-inline .form_label {
    float: left;
    font-size: 15px;
    color: #666666;
    margin-top: 14px;
    font-weight: normal;
}

.propellers_window .form_row-inline .form_label {
    max-width: 175px;
}

.form_row-inline .form_label.double {
    margin-top: 4px;
    max-width: 170px;
}

.form_row-inline .input_field {
    margin-left: 182px;
}
#product_subscribe_window input[type="submit"] {
    float: right;
}
#product_subscribe_window .form_row-inline {
    margin-bottom: 15px;
}

.form_row_part {
    float: left;
    padding-left: 25px;
}

.form_row_part:first-child {
    padding-left: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
}
a[data-fancybox="fancy_img_dop"],
a[data-fancybox="fancy_img"] {
    border-bottom: none!important;
    cursor: zoom-in;
}
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea,
select {
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    border: 1px solid #eceae8;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    color: #000;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
    border-color: #d0d0d0;
}

input[type=text].error,
input[type=password].error,
input[type=file].error,
textarea.error,
select.error {
    border-color: #de4442;
}

.jq-selectbox.success .jq-selectbox__select {
    background: rgba(50,200,50,0.1);
}
input.success,
textarea.success {
    background: rgba(50,200,50,0.1);
    background-image: url('/bitrix/templates/proTemplate/css/../images/input_success.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 8px;
    padding-right: 30px;
}

input.input_shadow {
    background: #fafafa;
    border-width: 2px 0 0 0;
    border-color: #e2e2e2;
    border-radius: 10px;
}

div.error {
    color: #de4442;
    font-size: 13px;
    text-align: right;
    padding-top: 5px;
    margin-bottom: -9px;
}

input[type=file] {
    padding: 3px;
}

select {
    padding: 2px 2px 2px 15px;
}

textarea {
    height: 120px;
    max-width: 100%;
    min-width: 100%;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}
.btn_action_popup,
.btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;

    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);

    background: #de4442;
    border: none;
    border-radius: 3px;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.btn_action_popup {
    color: #fff!important;
    border:none!important;
    display: block;
    margin: 10px auto;
    width: 170px;
}
.btn_action_popup:hover,
.btn:hover {
    background: #E75553;
    color: #fff;
}
#action_form_window {
    max-width: 730px;
    padding: 69px;
}
#action_form_window .red {
    color: #de4442;
    display: inline-block;
    margin-right: 3px;
}
#action_form_window .form_row-inline .input_field {
    max-width: auto;
}
#action_form_window .input_field:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}
#action_form_window .btn {
    float: right;
}

.product__add_field .btn:hover {
    background: #de4442;
    color: #fff!important;
}

.product__add_field .btn:focus,
.product__add_field .btn:active {
    background: #de4442;
    color: #ffffff!important;
}

.js-add_product_basket.js-in_cart {
    position: relative;
    overflow: hidden;
}

.js-add_product_basket.js-in_cart:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -13px;
    width: 30px;
    height: 15px;
    border-left: 2px solid #00ff00;
    border-bottom: 2px solid #00ff00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}

.js-add_product_basket.js-in_cart:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 0 3px 3px 0;
}

.btn:active {
    background: #D23634;
    color: #fff;
}

.btn-orange {
    background: #f68528;
}

.btn-orange:hover {
    background: #FC9745;
}

.btn-orange:active {
    background: #F47914;
}

.btn-yellow {
    background: #f1b21c;
    text-shadow: none;
}

.btn-yellow:hover {
    background: #FBC543;
}

.btn-yellow:active {
    background: #EAB432;
}

.btn-green {
    background: #6db428;
}

.btn-green:hover {
    background: #83D039;
}

.btn-green:active {
    background: #60A31F;
}

.btn-border {
    height: 45px;
    line-height: 43px;
    border: 1px solid #eae9e8;
    border-radius: 3px;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    text-shadow: none;
    padding: 0 17px;
}

.btn-border .icon {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.btn-border:hover {
    background: transparent;
    border-color: #666666;
    color: #000000;
}

.btn-border:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-border:active {
    background: transparent;
}

.btn-outline {
    background: transparent;
    border: 1px solid #cccccc;
    color: #acaca7;
    text-shadow: none;
}

.btn-outline:hover,
.btn-outline:active {
    background: transparent;
    color: #000;
    border-color: #000;
}

.btn-rounded {
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    text-shadow: none;
}

.btn-rounded:hover,
.btn-rounded:active {
    color: #0c0c0c;
    background: #fff;
}

.btn-small {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.btn-small_s {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-shadow: none;
    padding: 0 10px;
}

.btn-border.btn-small_s .icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-middle {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 15px;
}

.btn-full {
    padding: 0;
    width: 100%;
}

.btn[disabled] {
    background: #e1e1dd;
    color: #acaca7;
    text-shadow: none;
    cursor: default;
}


/*28102015*/

#order_call_form .btn[disabled] {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    background: #de4442;
    border: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    opacity: 1;
}

.btn-border[disabled] {
    background: #fff;
    color: #cccccc;
    border-color: #eae9e8;
    text-shadow: none;
    cursor: default;
}

.wrapper {
    width: 1120px;
    margin: 0 auto;
}
  .wrapper__h1 {
    padding: 8px 0 0 0;
    text-align: center;
  }

.container {
    min-height: 100%;
    padding-top: 167px;
    padding-bottom: 330px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.toold {
    display: block;
    height: 30px;
    line-height: 26px;
    width: 100%;
    background: #000;
    text-align: center;
    color: #efb230;
    font-size: 14px;
    border: 2px solid rgba(239, 174, 48, 1);
    box-sizing: border-box;
    text-decoration: none;
}

.toold:visited,
.toold:focus,
.toold:active,
.toold:hover {
    color: #efb230;
    text-decoration: none;
}

.toold:hover {
    border: 2px solid rgba(239, 174, 48, 0.8);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 900;
}

.header_top {
    background: #1e2221;
    color: #fff;
    height: 48px;
}

.header_l {
    float: left;
    width: 280px;
    height: 48px;
    position: relative;
}

.header_phone {
    position: relative;
    height: 48px;
}

.header_phone__target {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
    margin-top: 12px;
}

.header_phone__target:hover,
.header_phone__target:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.header_phone.opened .header_phone__target {
    color: #000000;
}

.header_phone__target:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url('/bitrix/templates/proTemplate/css/../images/dropdown_arrow.png') 0px 0px no-repeat;
    background-size: 10px 12px;
    top: 7px;
    right: 0;
}

.header_phone.opened .header_phone__target:before {
    background-position: 0px -6px;
}

.header_phone__dropdown {
    z-index: 1;
    position: absolute;
    top: 1px;
    left: -22px;
    right: 0;
    padding-top: 41px;
    background: #fff;
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    border-radius: 3px;
    color: #000;
    display: none;
    z-index: 10;
}

.header_phone__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_phone__dropdown li {
    border-top: 1px solid #eceae8;
    padding: 11px 22px 9px;
    line-height: 1;
}

.header_phone__dropdown .header_phone__number {
    display: block;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.header_phone__dropdown li small {
    display: block;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}

.header_call {
    font-size: 13px;
    color: #efb230;
    text-decoration: none;
    border-bottom: 1px dashed;
    position: absolute;
    right: 23px;
    top: 10px;
    z-index: 11;
}

.header_call:hover {
    border-bottom-color: transparent;
    color: #efb230;
}

.header_r {
    float: right;
    width: 280px;
    position: relative;
}

.header_wish,
.header_basket {
    width: 200px;
    height: 48px;
    position: relative;
    border-left: 1px solid #4f5252;
    float: left;
}

.header_wish {
    display: none;
    width: 59px;
    position: absolute;
    left: -59px;
    top: 0;
    background: url(/bitrix/templates/proTemplate/css/../images/icon_wish.png) 15px 7px no-repeat;
}

.header_wish.show {
    display: block;
}

.header_wish:hover {
    background: url(/bitrix/templates/proTemplate/css/../images/icon_wish.png) 15px 7px no-repeat, #353a3a;
}

.header_basket__target {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.header_basket__target:hover {
    background: #353a3a;
    color: #fff;
}

.icon-basket {
    width: 26px;
    height: 26px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_basket.png') 0px 0px no-repeat;
    background-size: 26px 26px;
    margin-right: 11px;
}

.header_basket__target>span {
    border-bottom: 1px dotted;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.header_basket__target:hover>span {
    border-bottom-color: transparent;
}

.header_basket__dropdown {
    width: 370px;
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 53px;
    margin-left: -170px;
    background: #fff;
    color: #000;
    z-index: 10;
    display: none;
}

.header_basket__dropdown:before,
.header_basket__dropdown:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eceae8;
}

.header_basket__dropdown:after {
    top: -8px;
    border-bottom-color: #fff;
}

.header_basket__content {
    border-bottom: 1px solid #eceae8;
}

.header_basket__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_basket__item {
    border-top: 1px solid #eceae8;
}

.header_basket__item>a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px 34px 17px 15px;
}

.header_basket__item:first-child {
    border-top: none;
}

.header_basket__item:after {
    content: '';
    display: table;
    clear: both;
}

.header_basket_item__image {
    float: left;
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.header_basket_item__image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.header_basket_item__content {
    margin-left: 95px;
    padding-top: 5px;
}

.header_basket_item__title {
    font-size: 15px;
    font-weight: 600;
    color: #0a0c0c;
    margin-bottom: 5px;
}

.header_basket_item__total {
    font-size: 14px;
    color: #1d1f22;
}

.header_basket_item__total:after {
    content: '';
    display: table;
    clear: both;
}

.header_basket_item__price {
    float: left;
    width: 92px;
}

.header_basket_item__count {
    float: left;
    width: 52px;
}

.header_basket_item__count small {
    font-size: 14px;
    color: #cccccc;
    margin-right: 5px;
}

.header_basket_item__count em {
    font-size: 14px;
    color: #cccccc;
    float: right;
    font-style: normal;
}

.header_basket_item__summ {
    font-weight: 600;
    float: right;
    width: 80px;
    text-align: right;
}

.header_basket__all {
    padding: 0 15px 13px;
    text-align: center;
}

.header_basket__all a {
    font-size: 13px;
    color: #de4442;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 48px;
    border: 1px dashed #eceae8;
    border-radius: 3px;
}

.header_basket__all a:hover {
    background: #f8f8f7;
    border-color: #aaaaaa;
}

.header_basket__all a span {
    color: #999999;
}

.header_basket__footer {
    background: #f8f8f7;
    padding: 20px 22px 16px;
}

.header_basket__total {
    text-align: right;
    margin-bottom: 14px;
}

.header_basket__total small {
    font-size: 15px;
    font-weight: 600;
    color: #d3d3cd;
    margin-right: 10px;
}

.header_basket__total strong {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.header_basket__control {
    margin: 0 -2px;
}

.header_basket__control:after {
    content: '';
    display: table;
    clear: both;
}

.header_basket__control>div {
    padding: 2px;
    float: right;
    width: 100%;
}

.header_basket__control>div:first-child {
    display: none;
}


.header_user {
    width: 80px;
    height: 48px;
    position: relative;
    border-left: 1px solid #4f5252;
    float: left;
}

.header_login {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: right;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.header_login:hover {
    color: #ff9c00;
}

.icon-login {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_logo.png') 0px 0px no-repeat;
    background-size: 15px 30px;
    margin-right: 6px;
    top: -1px;
}

a:hover .icon-login {
    background-position: 0px -15px;
}

.header_login span {}

.header_account {
    width: 100%;
    height: 100%;
    position: relative;
}

.header_account__target {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    position: relative;
    text-decoration: none;
}

.header_account__target:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url('/bitrix/templates/proTemplate/css/../images/dropdown_arrow.png') 0px 0px no-repeat;
    background-size: 10px 12px;
    top: 50%;
    margin-top: -4px;
    right: -9px;
}

.header_account__image {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 21px;
    top: 4px;
}

.header_account__image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header_account__note {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 25px;
}

.note_icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #de4b39;
    background-image: url('/bitrix/templates/proTemplate/css/../images/note.png');
    background-repeat: no-repeat;
    background-size: 25px 75px;
}

.note_icon-message {
    background-position: 0px 0px;
}

.note_icon-alert {
    background-position: 0px -25px;
}

.note_icon-sale {
    background-position: 0px -50px;
}

.note_icon-num {
    background: #efeeed !important;
    color: #b4b4b4;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

.note_count {
    min-width: 25px;
    height: 25px;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #de4b39;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 0 8px;
}

.header_account__dropdown {
    width: 240px;
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    border-radius: 3px;
    position: absolute;
    top: 53px;
    background: #fff;
    color: #000;
    right: -28px;
    z-index: 10;
    display: none;
}

.header_account__dropdown:before,
.header_account__dropdown:after {
    content: '';
    position: absolute;
    right: 57px;
    top: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eceae8;
}

.header_account__dropdown:after {
    top: -8px;
    border-bottom-color: #fff;
}

.header_account__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_account__dropdown li {
    border-top: 1px solid #ebeae9;
}

.header_account__dropdown li:first-child {
    border-top: none;
}

.header_account__dropdown li a {
    display: block;
    position: relative;
    padding: 12px 44px 12px 53px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.header_account__dropdown li a:hover {
    color: #de4442;
}

.header_account__dropdown .icon-account {
    position: absolute;
    left: 14px;
    top: 12px;
}

.header_account__dropdown .note_count {
    right: 9px;
    left: auto;
    top: 9px;
}

.icon-account {
    width: 22px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/account_icons.png') 0px 0px no-repeat;
    background-size: 44px 160px;
}

.icon-account-1 {
    background-position: 0px 0px;
}

.icon-account-2 {
    background-position: 0px -20px;
}

.icon-account-3 {
    background-position: 0px -40px;
}

.icon-account-4 {
    background-position: 0px -80px;
}

.icon-account-5 {
    background-position: 0px -120px;
}

.icon-account-6 {
    background-position: 0px -100px;
}

.icon-account-7 {
    background-position: 0px -120px;
}

.icon-account-8 {
    background-position: 0px -140px;
}

a:hover .icon-account-1 {
    background-position: -22px 0px;
}

a:hover .icon-account-2 {
    background-position: -22px -20px;
}

a:hover .icon-account-3 {
    background-position: -22px -40px;
}

a:hover .icon-account-4 {
    background-position: -22px -80px;
}

a:hover .icon-account-5 {
    background-position: -22px -120px;
}

a:hover .icon-account-6 {
    background-position: -22px -100px;
}

a:hover .icon-account-7 {
    background-position: -22px -120px;
}

a:hover .icon-account-8 {
    background-position: -22px -140px;
}

.header_c {
    margin-left: 293px;
}

.header_c ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_c li {
    float: left;
    height: 48px;
    line-height: 38px;
    padding: 0 18px;
}

.header_c a {
    font-size: 13px;
    color: #a9aaaa;
    text-decoration: none;
    border-bottom: 1px solid #4c4e4d;
}

.header_c a:hover {
    border-bottom-color: transparent;
}


.header_content {
    height: 89px;
    color: #fff;
    border-top: 1px solid #eeeeee;
    border-bottom: 2px solid #ebeae9;
}

.header_logo {
    height: 89px;
    width: 254px;
    float: left;
    margin-top: -1px;
    margin-left: -8px;
}

.logo {
    display: block;
    height: 100%;
    border-bottom: 3px solid transparent;
    padding-top: 28px;
}

.logo.active {
    border-bottom-color: #de4442;
}

.logo img {
    display: block;
    width: 244px;
    max-width: 100%;
    height: auto;
}


.nav {
    margin-left: 315px;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    height: 86px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.nav li {
    display: inline-block;
    white-space: nowrap;
}

.nav a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 86px;
    line-height: 90px;
    position: relative;
}

.nav a:hover,
.nav a.active {
    color: #de4442;
}

.nav a.active:before {
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -2px;
    border-bottom: 3px solid #de4442;
}

.nav_target {
    display: none;
}

.footer {
    min-height: 330px;
    margin-top: -330px;
    background: #1e2221;
    color: #a7aaaf;
}

.footer_main {
    min-height: 280px;
    padding-top: 44px;
    padding-bottom: 20px;
}

.footer_main:after {
    content: '';
    display: table;
    clear: both;
}

.footer_menu {
    float: left;
    width: 630px;
}

.footer_menu__col {
    float: left;
    width: 33.33%;
}

.footer_menu strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
    text-transform: uppercase;
}

.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 30px;
}

.footer_menu li {}

.footer_menu a {
    color: #a7aaaf;
    text-decoration: none;
}

.footer_menu a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer_content {
    float: right;
    width: 460px;
}

.footer_logo {
    margin-left: -10px;
    margin-bottom: 12px;
}

.footer_logo img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 250px;
}

.footer_content p {
    margin-bottom: 28px;
    line-height: 1.6;
}

.social_links {
    white-space: nowrap;
}

.social_btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px 0 15px;
    border-radius: 3px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    margin-right: 5px;
}

.social_btn:hover {
    color: #fff;
}

.social_btn-vk {
    background: #456892;
}

.social_btn-vk:hover,
.social_btn-vk:active {
    background: #3e5d83;
}

.social_btn-fb {
    background: #3b5999;
}

.social_btn-fb:hover,
.social_btn-fb:active {
    background: #355089;
}

.social_btn-ok {
    background: #e67823;
}

.social_btn-ok:hover,
.social_btn-ok:active {
    background: #cf6c1f;
}

.social_btn:active {
    box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2) inset;
}

.new_social_links {}

.new_social_links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.new_social_links a:hover {
    opacity: 0.8;
}

.new_social_links a.fb {
    background: url('/bitrix/templates/proTemplate/css/../images/ico_fb.svg') no-repeat;
}

.new_social_links a.yt {
    background: url('/bitrix/templates/proTemplate/css/../images/ico_yt.svg') no-repeat;
}

.new_social_links a.vk {
    background: url('/bitrix/templates/proTemplate/css/../images/ico_vk.svg') no-repeat;
}

.new_social_links a.in {
    background: url('/bitrix/templates/proTemplate/css/../images/ico_in.svg') no-repeat;
}

.new_social_links a.te {
    background: url('/bitrix/templates/proTemplate/css/../images/ico_te.svg') no-repeat;
    background-size: 40px 40px;
}

.icon-social {
    width: 25px;
    height: 25px;
    background: url('/bitrix/templates/proTemplate/css/../images/social.png') no-repeat;
    background-size: 25px 75px;
    top: -1px;
    margin-right: 8px;
}

.icon-social-vk {
    background-position: 0px 0px;
}

.icon-social-fb {
    background-position: 0px -25px;
    margin-right: 4px;
}

.icon-social-ok {
    background-position: 0px -50px;
    margin-right: -2px;
}

.footer_bottom {
    height: 50px;
    background: #1b1e1d;
    color: #4d535b;
    font-size: 12px;
    padding-top: 17px;
}

.footer_bottom a {
    color: #4d535b;
}

.footer_bottom__l {
    float: left;
}

.footer_bottom__r {
    float: right;
}

.footer_bottom__r a {
    margin-left: 12px;
}

.popup_window {
    background: #fff;
    box-shadow: 0px 2px 5px #1e1f23;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
}

.mfp-bg {
    background: #161921;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.mfp-content .mfp-close {
    width: 30px;
    height: 30px;
    background: url('/bitrix/templates/proTemplate/css/../images/popup_close.png') 0px 0px no-repeat;
    background-size: 30px 60px;
    top: 20px;
    right: 20px;
    font-size: 0;
    text-indent: -9999px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-content .mfp-close:hover {
    background-position: 0px -30px;
}

.mfp-image-holder .mfp-content .mfp-close {
    right: 0;
    top: 0;
}

img.mfp-img {
    padding: 0;
}

#order_call_window .form_submit_row,
#cheaper_window .form_submit_row,
#hire_window .form_submit_row,
form[name=SIMPLE_FORM_4] .form_submit_row {
    text-align: right;
}

#order_call_window [type=submit],
#cheaper_window [type=submit],
#hire_window [type=submit],
form[name=SIMPLE_FORM_4] [type=submit] {
    text-align: center;
}

.order_credit_window,
.order_call_window,
.success_credit_window,
.success_call_window,
.propellers_window {
    max-width: 694px;
    padding: 24px 70px 69px;
}

.popup_window_title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 800;
    color: #333333;
    text-align: center;
    margin-bottom: 42px;
}

.order_credit_window .popup_window_title {
    line-height: 38px;
}

.input_field-phone {
    max-width: 270px;
}

.input_field-time {
    max-width: 220px;
}

.success_credit_window,
.success_call_window {
    text-align: center;
}

.success_credit_window,
.success_call_window {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
}

.success_credit_window .popup_window_title,
.success_call_window .popup_window_title {
    margin-bottom: 29px;
}

.success_credit_window p,
.success_call_window p {
    margin-bottom: 43px;
}

.success_credit_window__footer,
.success_call_window__footer {
    margin: 0 -70px;
    padding: 35px 70px 0;
    border-top: 1px solid #eae9e8;
    font-size: 18px;
}

.success_credit_window__footer p,
.success_call_window__footer p {
    margin-bottom: 13px;
}

.success_credit_window__footer strong,
.success_call_window__footer strong {
    font-weight: 600;
    font-size: 24px;
}

.search {
    height: 50px;
    padding-right: 120px;
    position: relative;
    margin-bottom: 13px;
}

.breadcrumbs+.search {
    margin-bottom: 22px;
}

.search_cabinet {
    height: 50px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 13px;
    width: 35%;
    display: inline-block;
    left: 265px;
}

.search_input_field {
    height: 50px;
}

input.search_input {
    height: 100%;
    border: none;
    background: #fff url('/bitrix/templates/proTemplate/css/../images/search.png') 16px 52% no-repeat;
    background-size: 21px 22px;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    border-top: 1px solid #eae9e8;
    border-left: 1px solid #eae9e8;
    border-bottom: 1px solid #eae9e8;
    padding: 14px 16px 14px 48px;
}

input.search_input:focus {
    padding-left: 16px;
    background-image: none;
}

.search_btn_field {
    position: absolute;
    width: 120px;
    height: 50px;
    right: 0;
    top: 0;
}

.search_btn {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.search_dropdown {
    position: absolute;
    left: 0;
    right: 120px;
    top: 102%;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    font-size: 16px;
    z-index: 100;
    /*09122015*/
}

.search_group {}

.search_breadcrumbs {}

.search_breadcrumbs ul {
    margin: 0;
    padding: 8px 0 9px;
    list-style: none;
}

.search_breadcrumbs li {
    padding-left: 32px;
    margin-left: 18px;
    display: inline-block;
    position: relative;
}

.search_breadcrumbs li:first-child {
    padding-left: 0;
}

.search_breadcrumbs li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/search_breadcrumbs.png') 0px 0px no-repeat;
    background-size: 10px 15px;
    top: 4px;
    left: 0px;
}

.search_breadcrumbs li:first-child:before {
    display: none;
}

.search_breadcrumbs a {
    color: #999999;
    text-decoration: none;
}

.search_breadcrumbs a:hover {
    color: #de4442;
}

.search_item {
    font-size: 16px;
    line-height: 1.2;
    color: #1e2221;
    position: relative;
}

.search_item>a {
    display: block;
    text-decoration: none;
    color: #1e2221;
    padding: 5px 110px 5px 15px;
    position: relative;
}

.search_item>a:after {
    content: '';
    display: table;
    clear: both;
}

.search_item>a:hover {
    background: #de4442;
    color: #fff;
}

.search_item__image {
    width: 88px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    float: left;
}

.search_item__image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.search_item__content {
    margin-left: 114px;
}

.search_item__text {}

.search_item__text b {
    font-weight: 600;
}

.search_item__price {
    color: #de4442;
}

.search_item>a:hover .search_item__price {
    color: #fff;
}

.search_item__note {
    font-size: 11px;
}

.sticker {
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 14px;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    color: #000;
    background: #fff;
}

.sticker-left {
    right: auto;
    left: -10px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.sticker:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    -webkit-transform: skewX(-10deg) translateX(-2px);
    transform: skewX(-10deg) translateX(-2px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
}

.sticker-left:before {
    right: auto;
    left: 0;
    -webkit-transform: skewX(10deg) translateX(2px);
    transform: skewX(10deg) translateX(2px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    border-right: none;
    border-left: 10px solid transparent;
}

.sticker>span {
    display: block;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.sticker-left>span {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.item .sticker {
    top: 2px;
    z-index: 1;
}

.sticker-best {
    color: #000000;
    background: #fab908;
    background: linear-gradient(to right, #f7e006, #ffb800);
}

.sticker-best:before {
    border-top-color: #b6ac30;
}

.sticker-gift {
    color: #000000;
    background: #fab908;
    background: linear-gradient(to right, #ffba00, #ff7e00);
}

.sticker-gift:before {
    border-top-color: #e85302;
}

.sticker-discount {
    color: #fff;
    background: #de4442;
    background: linear-gradient(to right, #fb6d6b, #df4543);
}

.sticker-discount:before {
    border-top-color: #ae2d2b;
}

.sticker-new {
    color: #000000;
    background: #74cf2a;
    background: linear-gradient(to right, #a9dc39, #7ec93b);
}

.sticker-new:before {
    border-top-color: #548a1a;
}

.sticker-sale {
    color: #512a14;
    background: #f38916;
    background: linear-gradient(to right, #f2b514, #f38916);
}

.sticker-sale:before {
    border-top-color: #a95a2e;
}

.category_menu {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    padding: 13px;
    margin-bottom: 32px;
}

.category_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.category_menu li {
    display: table-cell;
    text-align: center;
}

.category_menu a {
    display: block;
    position: relative;
    color: #1e2221;
    text-decoration: none;
}

.category_menu__image {
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.category_menu__image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 67px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}

.category_menu__block {
    width: 140px;
    height: 132px;
    /*122*/
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -61px 0 0 -70px;
    padding-top: 75px;
    line-height: 1;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform 0.15s, visibility 0.15s;
    transition: transform 0.15s, visibility 0.15s;
}

.category_menu__block strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

.category_menu__block em {
    display: block;
    font-size: 13px;
    color: #999999;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.category_menu a:hover {
    z-index: 2;
}

.category_menu a:hover .category_menu__block {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category_menu a:hover .category_menu__image {
    top: -20px;
}

.main_block {
    padding-top: 14px;
    padding-bottom: 54px;
    background-size: cover;
    background-attachment: fixed;
}

  .hero_block {
    /* height: 330px; */
    padding: 0;
    margin-top: 20px;
  } 
    .hero_block .blocks {
      margin-bottom: 12px;
    }
    .hero_block .owl-carousel .owl-stage-outer {
      padding-left: 0;
    }
    .hero_block .block_item-medium .owl-prev, .hero_block .block_item-medium .owl-next {
      top: 42%;
    }
    @media only screen and (max-width: 1200px) {
      .hero_block .block_item-medium .owl-prev, .hero_block .block_item-medium .owl-next {
        top: 38%%;
      }
    }
    @media only screen and (max-width: 1000px) {
      .hero_block .blocks {
        margin-bottom: 0;  
      }
      .hero_block .block_item-medium {
       margin-bottom: 0;
       height: auto !important;
      }
      .hero_block .block_item-medium .owl-prev, .hero_block .block_item-medium .owl-next {
        top: 35%;
      }
    }

.main_block .h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.item {
    border: 1px solid #eeeeee;
    height: 330px;
    position: relative;
    background: #fff;
    text-align: center;
}

.item_image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.item_image a {
    display: block;
    height: 100%;
}

.item_image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.item_main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
}

.item_content {
    min-height: 62px;
    padding: 0 20px;
}

.item_title {
    font-size: 15px;
    line-height: 24px;
    color: #0a0c0c;
    font-weight: 600;
    display: block;
}

.item_title a {
    text-decoration: none;
    color: #0a0c0c;
}

.item_title a:hover {
    color: #de4442;
}

.item_category {
    display: block;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}

.item_category a {
    text-decoration: none;
    color: #999999;
}

.item_category a:hover {
    color: #de4442;
}

.item_rating {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.rating {
    display: inline-block;
    vertical-align: middle;
}

.rating_star {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}

.rating_star,
.rating_star:before {
    background: url('/bitrix/templates/proTemplate/css/../images/star.png') 0px 0px no-repeat;
    background-size: 12px 24px;
}

.rating_star:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-position: 0px -12px;
}

.rating_star-half:before {
    width: 50%;
}

.rating_star-active:before {
    width: 100%;
}

.item_comments {
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.item_comments:hover {
    color: #de4442;
}

.item_footer {
    height: 67px;
    overflow: hidden;
}

.item_price {
    font-size: 18px;
    color: #1d1f22;
    font-weight: 600;
}

.item_price-new {
    color: #de4442;
}

.item_price-old {
    color: #000000;
    text-decoration: line-through;
}

.item_price small {
    font-size: 13px;
    color: #000000;
    font-weight: normal;
}

.item_footer__action {
    display: none;
    padding-top: 7px;
}

.item_price_field {
    width: 200px;
    height: 50px;
    border: 1px solid #eae9e8;
    border-radius: 3px;
    margin: 0 auto 20px;
}

.item_price_field__btn {
    float: right;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #eae9e8;
    width: 64px;
    text-align: center;
}

.item_price_field__price {
    margin-right: 64px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.item_price_field__price_cabinet {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.icon-add_basket {
    width: 20px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_add_basket.png') 0px 0px no-repeat;
    background-size: 20px 20px;
    top: -1px;
}

.item_control {}

.item_control a {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    margin: 0 5px;
}

.item_control a.active,
.item_control a:hover {
    color: #de4442;
}

.item_control a span {
    border-bottom: 1px dashed;
    margin-left: 7px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.item_control a:hover span {
    border-bottom-color: transparent;
}

.icon-add_compare {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_add_compare.png') 0px 0px no-repeat;
    background-size: 15px 30px;
}

a:hover .icon-add_compare,
a.active .icon-add_compare {
    background-position: 0px -15px;
}

.icon-add_favorite {
    width: 8px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_add_favorite.png') 0px 0px no-repeat;
    background-size: 8px 30px;
}

a:hover .icon-add_favorite,
a.active .icon-add_favorite {
    background-position: 0px -15px;
}

.icon-add_favoritenew {
    width: 15px;
    height: 14px;
    background: url('/bitrix/templates/proTemplate/css/../images/fav1.svg') 0px 0px no-repeat;
    background-size: 15px 28px;
    top: -3px;
    position: relative;
    transition: all 0.3s;
}

.rubels {
    width: 15px;
    height: 14px;
    background: url('/bitrix/templates/proTemplate/css/../images/rublick.svg') 0px 0px no-repeat;
    background-size: 15px 28px;
    top: -3px;
    position: relative;
    transition: all 0.3s;
}

.icon-add_favoritenew2 {
    width: 32px;
    height: 31px;
    background: url(/bitrix/templates/proTemplate/css/../images/favsucces.svg) 0px 0px no-repeat;
    /* background-size: 15px 28px; */
    top: 0px;
    /* position: relative; */
    transition: all 0.3s;

}


a:hover .icon-add_favoritenew, {
    background-position: 0px -14px;
    background: url('/bitrix/templates/proTemplate/css/../images/favhover.svg') 0px 0px no-repeat;
}
a.active .icon-add_favoritenew {
  opacity: 1;
}

.item_main {
    -webkit-transition: padding 0.35s;
    transition: padding 0.35s;
}

.item_rating,
.item_footer {
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.item:hover .item_main {
    padding-top: 30px;
}

.item:hover .item_rating {
    opacity: 1;
    visibility: visible;
}

.item:hover .item_footer {
    height: 128px;
}

.item:hover .item_footer__price {
    display: none;
}

.item:hover .item_footer__action {
    display: block;
}

.item-list {
    height: auto;
    padding: 13px 30px 14px;
    text-align: left;
    margin: 0 -1px -1px;
}

.item-list .item_main,
.item-list .item_footer {
    -webkit-transition: 0s;
    transition: 0s;
}

.item-list:after {
    content: '';
    display: table;
    clear: both;
}

.item-list .item_image {
    position: static;
    float: left;
    width: 200px;
    height: 120px;
    line-height: 120px;
}

.item-list .item_main {
    position: static;
    margin-left: 240px;
    margin-right: 204px;
    background: none;
    padding-top: 33px !important;
}

.item-list .item_rating {
    position: static;
    margin-left: 240px;
    margin-right: 224px;
    text-align: left;
}

.item-list .item_content {
    min-height: 0;
    padding-right: 20px;
    padding-left: 0px;
    margin-bottom: 9px;
}

.item-list .item_footer {
    height: auto !important;
    position: absolute;
    width: 234px;
    right: 0;
    top: 47px;
    overflow: visible;
}

.item-list .item_footer__price {
    height: 46px;
    line-height: 46px;
    border-left: 1px solid #eae9e8;
    padding-left: 26px;
}

.item-list .item_footer__price>div {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    top: -3px;
}

.item-list .item_title {
    margin-bottom: -2px;
}

.item-list .item_footer__action {
    padding-top: 0;
}

.item-list .item_price_field {
    margin: -3px 0 10px;
}

.item_carousel {
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.item_carousel:after {
    content: '';
    display: table;
    clear: both;
}

.item_carousel__item {
    float: left;
    width: 25%;
}

.item_carousel__item .item {
    border: none;
    border-right: 1px solid #eceae8;
}

.owl-item .item_carousel__item {
    float: none;
    width: auto;
}

.owl-prev,
.owl-next {
    width: 32px;
    height: 60px;
    background: url('/bitrix/templates/proTemplate/css/../images/nav.png') 0px 0px no-repeat;
    background-size: 64px 120px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    text-indent: -9999px;
    z-index: 10;
}

.owl-prev.disabled,
.owl-next.disabled {
    display: none !important;
}

.owl-prev {
    left: -1px;
    background-position: 0px 0px;
}

.owl-prev:hover {
    background-position: 0px -60px;
}

.owl-next {
    right: -1px;
    background-position: -32px 0px;
}

.owl-next:hover {
    background-position: -32px -60px;
}

.content {
    padding-top: 13px;
    padding-bottom: 49px;
    background-position: center top;
    background-repeat: no-repeat;
}

.content:after {
    content: '';
    display: table;
    clear: both;
}

.best_offers {
    padding-top: 67px;
    margin-bottom: 18px;
}

.block_title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 800;
    color: #010101;
    margin-bottom: 9px;
}

.block_title small {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 23px;
    padding-left: 31px;
    top: -3px;
}

.block_title small:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/title_arrow.png') 0px 0px no-repeat;
    background-size: 10px 15px;
    top: 16px;
    left: 0px;
}

.block_title small a {
    text-decoration: none;
    color: #333333;
}

.block_title small a:hover {
    color: #de4442;
}

.block_title small em {
    font-style: normal;
    color: #999999;
}

.popular_products {
    margin-bottom: 53px;
}

.item_category_carousel {
    border: 1px solid #eceae8;
    border-bottom-width: 3px;
    border-radius: 0 0 3px 3px;
}

.item_category_carousel:after {
    content: '';
    display: table;
    clear: both;
}

.item_category_carousel__item {
    float: left;
    width: 25%;
}

.owl-item .item_category_carousel__item {
    float: none;
    width: auto;
}

.item_category_carousel__item .item {
    margin: 0 0 -1px -1px;
}

.blocks {
    margin: 0 -10px 56px;
}

.blocks:after {
    content: '';
    display: table;
    clear: both;
}

.block_col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
  .block_col.block_col__wide {
    width: 100%;
  }

.block_row {
    margin: 0 -10px 20px;
}

.block_row:after {
    content: '';
    display: table;
    clear: both;
}

.block_grid {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.block_item {}

.block_item-small {
    height: 330px;
}

.block_item-medium {
    height: 330px;
    overflow: hidden;
    border-radius: 3px;
}

.block_item-large {
    height: 680px;
    overflow: hidden;
}

.banner {
    position: relative;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.banner-1 a {
    text-decoration: none;
}

.banner-1__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 123px;
    padding: 0 20px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.banner-1__title {
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.banner-1__subtitle {
    display: block;
    font-size: 13px;
    color: #f7c752;
}

.icon-banner_time {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_banner_time.png') 0px 0px no-repeat;
    background-size: 15px 15px;
    margin-right: 5px;
}

.banner-2__title {
    position: absolute;
    left: 27px;
    top: 57px;
    color: #fff;
    text-align: left;
    line-height: 1;
    z-index: 2;
}

.banner-2__title strong {
    display: block;
    font-size: 40px;
    font-weight: 800;
}

.banner-2__title small {
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-left: 7px;
}

.banner-2__author {
    position: absolute;
    left: 30px;
    bottom: 36px;
    padding-left: 63px;
    text-align: left;
    line-height: 1;
    z-index: 2;
}

.banner-2__author img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 0px #29333f;
}

.banner-2__author strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 0.7px;
}

.banner-2__author em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #666666;
}

.banner-1__link,
.banner-2__link {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 37px;
    bottom: 40px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    z-index: 2;
}

.banner-1__link {
    display: none;
}

.not_offer {
    padding: 7px 20px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    opacity: 0.2;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 19px;
}
.bx-404-container {
    padding: 32px 40px 53px;
    border: 1px solid #eae9e8;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 2px 0px #dddddd;
}
.bx-404-container img {
	max-width: 100%;
}
.article_block .bx-404-container {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}
@media only screen and (min-width: 1001px) {
    .banner.banner-1:hover .banner-1__content {
        height: 179px;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .banner.banner-1:hover .banner-1__content .banner-1__title {
        color: #000000;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .banner.banner-1 a:after,
    .banner.banner-2 a:after {
        content: '';
        position: absolute;
        display: block;
        opacity: 0;
        width: 100%;
        height: 103px;
        z-index: 1;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);
    }
    .banner.banner-1 a:after {
        height: 202px;
    }
    .banner.banner-1 .banner-1__link,
    .banner.banner-2 .banner-2__link {
        opacity: 0;
        border-radius: 3px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        bottom: 25px;
        right: 35px;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .banner.banner-1 .banner-1__link {
        bottom: 23px;
        width: 182px;
        right: 50%;
        margin-right: -91px;
        text-align: center;
        display: block;
    }
    .banner.banner-1:hover .banner-1__link,
    .banner.banner-2:hover .banner-2__link {
        opacity: 1;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        background: #f9aa25;
    }
    .banner.banner-2 .banner-2__author strong {
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .banner.banner-2:hover .banner-2__author strong {
        color: #000000;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .banner.banner-1 .icon-arr_w,
    .banner.banner-2 .icon-arr_w {
        width: 9px;
        height: 14px;
        background: url('/bitrix/templates/proTemplate/css/../images/icon_arr_w_white.png') 0px 0px no-repeat;
        background-size: 9px 14px;
        margin-right: 12px;
        top: -1px;
    }
}

.icon-arr_w {
    width: 10px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_arr_w.png') 0px 0px no-repeat;
    background-size: 10px 15px;
    margin-right: 12px;
}

.banner-large__content {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 166px;
    padding: 0 25px;
    line-height: 1;
}

.banner-large__content a {
    color: inherit;
    text-decoration: none;
}

.banner-large__title {
    display: block;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-large__subtitle {
    display: block;
    font-size: 20px;
}

.pin {
    position: absolute;
}

.pin_dott {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -27px;
    background: #c0b5b4;
    background: rgba(45, 9, 7, 0.3);
}

.pin_dott:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
    background: #de4442 url('/bitrix/templates/proTemplate/css/../images/pin.png') center center no-repeat;
    background-size: 18px 20px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.pin:hover .pin_dott:before {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
}

.large_banner_carousel {}

.large_banner_carousel__item {}

.large_banner_carousel .owl-prev,
.large_banner_carousel .owl-next {
    top: auto;
    margin-top: 0;
    bottom: 100px;
}

.block_item-medium .owl-prev,
.block_item-medium .owl-next {
    top: 45%;
    margin-top: 0;
}

.item_category_tabs {
    padding: 0 25px;
    background: #fff;
    border: 1px solid #eceae8;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    margin-bottom: -1px;
    position: relative;
    z-index: 10;
}

.item_category_tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    height: 90px;
    overflow: hidden;
}

.item_category_tabs ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.item_category_tabs li {
    display: inline-block;
}

.item_category_tabs a {
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0 14px;
}

.item_category_tabs a:hover {
    color: #de4442;
}

.item_category_tabs a.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #de4442;
}

.banner_block {
    margin-bottom: 56px;
}

.banner_slider {
    border-radius: 3px;
    overflow: hidden;
}

.banner_slider__item {
    height: 300px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    white-space: nowrap;
}

.banner_slider__item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.banner_slider__content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    line-height: 1;
}

.banner_slider__title {
    font-size: 44px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 13px;
    margin-top: 25px;
    color: #fff;
}

.banner_slider__subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 37px;
    color: #fff;
}

.accordion_block {
    margin-bottom: 60px;
}

.accordion_slider {
    height: 330px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.accordion_slider__item {
    height: 100%;
    width: 480px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.35s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transition: 0.35s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.accordion_slider__item.active,
.accordion_slider__item.start {
    left: 0 !important;
}

.accordion_slider__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 30px 25px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transition: 0.35s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.accordion_slider__item.active .accordion_slider__content {
    opacity: 1;
    visibility: visible;
}

.accordion_slider__content a {
    text-decoration: none;
    color: inherit;
}

.accordion_slider__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}

.accordion_slider__subtitle {
    font-size: 14px;
    margin-bottom: 41px;
}

.accordion_slider__link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.icon-video {
    width: 14px;
    height: 17px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_video.png') 0px 0px no-repeat;
    background-size: 14px 17px;
    margin-right: 12px;
    top: -2px;
}

.main_bottom {
    margin: 0 -10px 30px;
}

.main_bottom:after {
    content: '';
    display: table;
    clear: both;
}

.main_bottom_col {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.order_call_block {
    height: 252px;
    background: #fff url('/bitrix/templates/proTemplate/css/../images/girl.png') left bottom no-repeat;
    background-size: 197px 194px;
    padding: 46px 20px 0 160px;
}

.order_call_block__content {
    text-align: center;
}

.order_call_block strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 11px;
    color: #0a0c0c;
}

.order_call_block p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 22px;
}

.subscribe_block {
    height: 252px;
    padding: 14px 29px 0;
    text-align: center;
    background: #fff url('/bitrix/templates/proTemplate/css/../images/subscribe_line.png') left top repeat-x;
    background-size: 100px 10px;
}

.subscribe_block strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #0a0c0c;
}

.subscribe_block p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
}

.subscribe_form {
    position: relative;
    /*07122015*/
}

input.subscribe_form__input {
    padding-left: 50px;
    background: #fff url('/bitrix/templates/proTemplate/css/../images/icon_input_email.png') 16px 54% no-repeat;
    background-size: 24px 20px;
    border-right: none;
    border-radius: 3px 0 0 3px;
}

input.subscribe_form__input:focus {
    padding-left: 12px;
    background-image: none;
}

.subscribe_form__btn {
    position: absolute;
    border-radius: 0 3px 3px 0;
    width: 160px;
    padding: 0;
    right: 0;
    top: 0;
}

.border {
    border: 1px solid #eae9e8;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 2px 0px #dddddd;
}

.catalog_sidebar {
    float: left;
    width: 260px;
    padding-top: 20px;
    padding-bottom: 35px;
}

.catalog_filter__header {
    font-size: 20px;
    font-weight: 600;
    color: #030303;
    padding: 15px 25px;
    position: relative;
    cursor: pointer;
    display: none;
}

.catalog_filter__header:before {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #737373;
    right: 25px;
    top: 50%;
    margin-top: -5px;
}

.catalog_filter__header.opened:before {
    border-top: none;
    border-bottom: 10px solid #737373;
}

.catalog_filter {
    font-size: 13px;
    color: #666666;
    line-height: 1.2;
}

.catalog_filter:after {
    content: '';
    display: table;
    clear: both;
}

.catalog_filter__section {
    padding: 21px 25px 11px;
    border-top: 1px solid #eeeeee;
}

.catalog_filter__section:first-child {
    border-top: none;
}

.catalog_filter__title {
    font-size: 15px;
    font-weight: 600;
    color: #030303;
    margin-bottom: 15px;
}

.catalog_filter__row {
    margin-bottom: 14px;
}

.catalog_main {
    margin-left: 280px;
    margin-bottom: 25px;
}

.catalog_main:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: -3px;
}

.catalog_main__inner {
    float: left;
    width: 100%;
}

.ui-slider {
    height: 2px;
    border-radius: 0px;
    border: none;
    padding: 0;
    background: #eae9e8;
}

.ui-slider .ui-slider-range {
    background: #de4442;
}

.ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    border: 2px solid #de4442;
    background: #fff;
    margin-left: -7px;
    top: -6px;
    outline: none;
    cursor: pointer;
    z-index: 3;
}

.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle.ui-state-hover {
    background: #de4442;
}

.range_block {
    margin-top: -9px;
    margin-bottom: 23px;
}

.range_block__header {
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}

.range_block__header:after {
    content: '';
    display: table;
    clear: both;
}

.range_block__header_l {
    float: left;
}

.range_block__header_r {
    float: right;
}

.range_block__header input[type=text] {
    width: 63px;
    height: 27px;
    font-size: 13px;
    padding: 0;
    text-align: center;
}

.range_block__header input[type=text]:focus {
    border-color: #eeeeee;
    color: #de4442;
}

.range_block__scale {
    margin: 29px -2px -17px;
    padding: 0;
    list-style: none;
    text-align: justify;
    font-size: 13px;
    color: #666666;
}

.range_block__scale li {
    display: inline-block;
}

.range_block__scale li.active {
    color: #de4442;
}

.range_block__scale:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.catalog_header {
    padding: 20px 29px 16px;
}

.catalog_control_block {}

.catalog_control_block:after {
    content: '';
    display: table;
    clear: both;
}

.catalog_sort {
    float: left;
    margin-top: 17px;
}

.catalog_sort__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    margin-right: 21px;
}

.catalog_sort__links {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.catalog_sort__links li {
    display: inline-block;
    margin-right: 24px;
}

.catalog_sort__links a {
    color: #000;
    text-decoration: none;
}

.catalog_sort__links a:hover,
.catalog_sort__links a.active {
    color: #de4442;
}

.icon-sort {
    width: 10px;
    height: 7px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_sort.png') 0px 0px no-repeat;
    background-size: 10px 7px;
    top: -2px;
    margin-left: 8px;
}

.icon-sort-desc {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog_control {
    float: right;
}

.compare_link_block {
    float: left;
    border: 1px dashed #eceae8;
    border-radius: 3px;
    position: relative;
    padding: 12px 12px 13px 46px;
    line-height: 1;
}

.icon-compare_link {
    width: 23px;
    height: 22px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_compare_link.png') 0px 0px no-repeat;
    background-size: 23px 22px;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -11px;
}

.compare_link_block strong {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: -1px;
}

.compare_link_block a {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.compare_link_block a:hover {
    border-bottom-color: transparent;
}

.catalog_view {
    float: left;
    margin-left: 32px;
    margin-top: 15px;
}

.catalog_view_link {
    display: inline-block;
    margin-right: 4px;
}
.icon-text_view {
    background-image: url('/bitrix/templates/proTemplate/css/../images/icon_view.png');
    background-repeat: no-repeat;
}
.icon-catalog_view {
    width: 23px;
    height: 23px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_view.png') 0px 0px no-repeat;
    background-size: 46px 46px;
}

.icon-catalog_view-list {
    background-position: 0px 0px;
}

.icon-catalog_view-grid {
    background-position: -23px 0px;
}

a.active .icon-catalog_view-list {
    background-position: 0px -23px;
}

a.active .icon-catalog_view-grid {
    background-position: -23px -23px;
}

.pagination {
    text-align: center;
    padding-top: 37px;
    padding-bottom: 41px;
    display: block;
}

.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 600;
    color: #cccccc;
    text-align: center;
    text-decoration: none;
    margin: 4px;
}

.pagination a.active,
.pagination a:hover {
    background: #e14846;
    border-color: #e14846;
    color: #fff;
}

.catalog_filter_hidden {
    display: none;
}

.catalog_filter_more {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.catalog_filter_more:hover {
    border-bottom-color: transparent;
}

.catalog-grid .catalog_item {
    float: left;
    width: 33.33%;
}

.catalog:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumbs {}

.breadcrumbs_cabinet {
    display: inline;
}

.breadcrumbs:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumbs_field {
    float: left;
    height: 62px;

    line-height: 56px;
    margin-left: 47px;
    margin-bottom: -1px;
    position: relative;
}

.breadcrumbs_field:before {
    content: '';
    width: 10px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/breadcrumbs_arrow.png') 0px -15px no-repeat;
    background-size: 10px 30px;
    position: absolute;
    left: -27px;
    top: 21px;
}

.content-bg .breadcrumbs_field:before {
    background-position: 0px 0px;
}

.breadcrumbs_field:first-child {
    margin-left: 0;
}

.breadcrumbs_field:first-child:before {
    display: none;
}

.breadcrumbs_field>a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    padding: 0 13px;
    margin: 0 -13px;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.breadcrumbs_field>a:hover {
    color: #de4442;
}

.content-bg .breadcrumbs_field>a {
    color: #fff;
}

.breadcrumbs_link {
    -webkit-transition: 0s;
    transition: 0s;
}

.breadcrumbs_link span {
    border-bottom: 1px dashed;
    -webkit-transition: border-color 0.35s;
    transition: border-color 0.35s;
}

.breadcrumbs_link:hover span {
    border-bottom-color: transparent;
}

.breadcrumbs_field:hover .breadcrumbs_link,
.breadcrumbs_link.active {
    background: #fff;
    color: #000 !important;
    border-color: #eceae8;
    z-index: 11;
    position: relative;
}
breadcrumbs_field:hover a.breadcrumbs_link span,
.breadcrumbs_link.active span {
    border-bottom-color: transparent;
}
.breadcrumbs_field:hover .breadcrumbs_popup {
    display: block!important;
}
.breadcrumbs_popup {
    position: absolute;
    left: -13px;
    top: 49px;
    border: 1px solid #eceae8;
    border-radius: 0 3px 3px 3px;
    border-bottom-width: 3px;
    background-color: #fff;
    line-height: 1.5;
    padding: 13px;
    font-size: 13px;
    z-index: 100;
    width: 690px;
    display: none;
}

.breadcrumbs_popup-col_1 {
    width: auto !important;
    right: -13px;
    border-radius: 0 0 3px 3px;
    min-width: 150px;
}

.breadcrumbs_popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
    float: left;
    width: 220px;
}

.breadcrumbs_popup-col_1 ul {
    width: auto !important;
    padding-right: 0 !important;
    float: none;
}

.breadcrumbs_popup li {
    margin-bottom: 13px;
}

.breadcrumbs_popup a {
    text-decoration: none;
}

.breadcrumbs_popup a:hover {
    text-decoration: underline;
}

.breadcrumbs_group_link {
    font-size: 14px;
    font-weight: 800;
    border-radius: 3px 3px 0 0;
    line-height: 58px;
    height: 62px;
    color: #000;
    text-transform: uppercase;
}

.content-bg .breadcrumbs_group_link {
    color: #fff;
}

.breadcrumbs_group_link.active {
    color: #000;
    padding: 0 25px;
    background: #fff;
    border-bottom: 2px solid #de4442;
}

.breadcrumbs_dropdown {
    clear: both;
    margin-bottom: 21px;
    display: none;
}

.breadcrumbs_group {
    padding: 21px 10px 22px;
}

.breadcrumbs_group:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumbs_group__item {
    float: left;
    width: 33.33%;
    border-left: 1px solid #eceae8;
}

.breadcrumbs_group__item:first-child {
    border-left: none;
}

.breadcrumbs_group__image {
    float: left;
    width: 128px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    overflow: hidden;
}

.breadcrumbs_group__image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.breadcrumbs_group__content {
    margin-left: 130px;
    line-height: 85px;
}

.breadcrumbs_group__content_c {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
}

.breadcrumbs_group__title {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.breadcrumbs_group__subtitle {
    font-size: 13px;
    color: #999999;
}

.breadcrumbs_group__content a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs_group__content a:hover {
    color: #de4442;
}

.text_block {
    margin-bottom: 20px;
    padding: 28px;
}

.text_block:after {
    content: '';
    display: table;
    clear: both;
}

.text_block__side {
    float: right;
    width: 400px;
    margin-left: 90px;
}

.text_block__img {
    float: left;
    width: 50%;
    padding-right: 24px;
}

.text_block__img img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}

.item_category_tabs_content {
    /*background: #fff url('/bitrix/templates/proTemplate/css/../images/loader.gif') center center no-repeat;*/
    background-size: 30px 30px;
    border-radius: 3px;
}

.item_category_tabs_content>div {
    display: none;
}

.additional_catalog {
    margin: 0 -10px;
}

.additional_catalog:after {
    content: '';
    display: table;
    clear: both;
}

.additional_catalog__item {
    padding: 0 10px 20px;
    float: left;
    width: 33.33%;
}

.item_hrz {
    position: relative;
    border: 1px solid #eceae8;
    border-radius: 3px;
    border-bottom-width: 3px;
    background-color: #fff;
    height: 232px;
}

.item_hrz:after {
    content: '';
    display: table;
    clear: both;
}

.item_hrz_image {
    float: left;
    height: 228px;
    line-height: 228px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.item_hrz_image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.item_hrz_content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 130px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 10px 0 10px;
}

.item_hrz_content:before {
    display: inline-block;
    vertical-align: middle;
}

.item_hrz_content_dop {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.item_hrz .item_title {}

.item_hrz .item_category {
    margin-bottom: 15px;
}

.item_hrz .item_price_field {
    margin: 0;
    border-color: #666666;
    width: auto;
    display: inline-block;
}

.item_hrz .item_price_field__btn {
    width: 54px;
    border-color: #666666;
}

.item_hrz .item_price_field__price {
    padding: 0 18px;
    margin-right: 54px;
    white-space: nowrap;
}

.small_catalog {
    padding: 45px 20px 37px;
}

.small_catalog:after {
    content: '';
    display: table;
    clear: both;
}

.small_catalog__item {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.owl-item .small_catalog__item {
    width: 100%;
}

.small_catalog .owl-next {
    right: -21px;
}

.small_catalog .owl-prev {
    left: -21px;
}

.small_item {}

.small_item:after {
    content: '';
    display: table;
    clear: both;
}

.small_item__image {
    float: left;
    width: 90px;
    height: 68px;
    text-align: center;
    overflow: hidden;
}

.small_item__image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.small_item__content {
    margin-left: 97px;
    padding-top: 3px;
}

.small_item .item_title {
    font-size: 15px;
    line-height: 18px;
}

.small_item .item_category {
    font-size: 12px;
    margin-bottom: 2px;
}

.small_item .item_price {
    font-size: 16px;
}

.small_item .item_price_field {
    margin: 0;
    width: 110px;
    height: 35px;
}

.small_item .item_price_field__btn {
    width: 44px;
    height: 33px;
    line-height: 33px;
}

.small_item .item_price_field__price {
    margin-right: 44px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    white-space: nowrap;
}

.data_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.data_list-small {
    max-width: 305px;
}

.data_list-icon {
    padding-left: 35px;
    margin-bottom: 36px;
}

.data_list-icon:last-child {
    margin-bottom: 0;
}

.data_list li {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 11px;
}

.data_list-icon li {
    margin-bottom: 24px;
}

.data_list li:last-child {
    margin-bottom: 0 !important;
}

.data_list li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 16px;
    right: 5px;
    border-bottom: 1px dotted #999999;
}


/*25122015*/

.data_list li.data_list__no_before:before {
    border-bottom: none;
}

.data_list li.data_list__no_before {
    height: 20px;
}

.data_list__title,
.data_list__description {
    display: table-cell;
    vertical-align: top;
}

.data_list__title {
    color: #666666;
}

.data_list__description {
    text-align: right;
    color: #000000;
}

.data_list__title>span,
.data_list__description>span {
    display: inline;
    background: #fff;
    position: relative;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    position: relative;
}

.data_list__description>span {
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
}

.data_list__description small {
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    font-size: 12px;
    color: #999999;
}

.data_list__icon {
    position: absolute;
    left: -35px;
    top: -1px;
}

.data_list__btn {
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: -6px;
}

.order_info {}

.order_info:after {
    content: '';
    display: table;
    clear: both;
}

.order_info__col_l {
    float: left;
    width: 415px;
}

.order_info__col_r {
    float: right;
    width: 685px;
}

.module {
    border-radius: 3px;
    border: 1px solid #eae9e8;
    background: #fff;
    margin-bottom: 23px;
    box-shadow: 0px 2px 0px #dddddd;
    position: relative;
}

.module__header {
    padding: 26px 30px 21px;
    border-bottom: 1px solid #eae9e8;
}

.module__header:after {
    content: '';
    display: table;
    clear: both;
}

.module__title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.module__content {
    padding: 20px 30px;
    position: relative;
}

.module__footer {
    padding: 20px 30px;
    background: #fafafa;
    border-top: 1px solid #eae9e8;
}

.module__card {
    padding: 24px;
    background: #fbfaf8;
    border-radius: 3px;
    margin-bottom: 24px;
}

.module__card:last-child {
    margin-bottom: 0;
}

.module__card p {
    margin-bottom: 16px;
}

.module__card .data_list__title>span,
.module__card .data_list__description>span {
    background: #fbfaf8;
}

.module-order_info {
    padding-top: 20px;
    padding-bottom: 13px;
}

.order_info__num {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
}

.module-order_info .data_list li {
    margin-bottom: 15px;
}

.module-order_manager {
    padding-top: 6px;
    padding-bottom: 8px;
}

.order_manager__info {
    position: relative;
    min-height: 52px;
    padding-left: 61px;
    font-size: 13px;
    color: #666666;
    padding-top: 3px;
    margin-bottom: 19px;
}

.order_manager__info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #29333f;
    position: absolute;
    left: 0;
    top: 0;
}

.order_manager__info strong {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #020202;
}

.order_manager__info p {
    margin: 0;
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #020202;
}

.module-order_delivery {}

.order_delivery__code {
    position: absolute;
    right: 30px;
    bottom: 27px;
    text-align: right;
    font-size: 13px;
    line-height: 1.33;
}

.order_delivery__code span {
    display: block;
    color: #999999;
    font-size: 12px;
}

.order_delivery__code a {
    text-decoration: none;
}

.module-order_payment p {
    margin-bottom: 8px;
}

.icon-tracking {
    width: 19px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_tracking.png') no-repeat;
    background-size: 19px 15px;
    margin-right: 9px;
    top: -1px;
}

.icon-print {
    width: 20px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_print.png') no-repeat;
    background-size: 20px 20px;
    margin-right: 9px;
    top: -1px;
}

.icon-reorder {
    width: 16px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_reorder.png') no-repeat;
    background-size: 16px 20px;
    margin-right: 9px;
    top: -1px;
}

.icon-pdf {
    width: 24px;
    height: 24px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon-pdf.png') no-repeat;
    background-size: 24px 24px;
    margin-right: 9px;
    top: -1px;
}

.module__header_info {
    float: right;
    margin-top: -1px;
}

.info_link {
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}

.info_link i:not(.icon) {
    font-style: normal;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    text-align: center;
    line-height: 17px;
    background: #efeeed;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;

    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.info_link span {
    border-bottom: 1px dashed;
}

.info_link:hover {
    color: #de4442;
}

.info_link:hover i:not(.icon) {
    background: #de4442;
    color: #fff;
}

.module-order_table {}

.order_table {
    width: 100%;
    margin: 0;
}

.order_table th {
    text-align: center;
    padding: 26px 10px 18px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.order_table th:first-child {
    text-align: left;
    padding-left: 30px;
}

.order_table th:last-child {
    text-align: right;
    padding-right: 30px;
}

.order_table td {
    text-align: center;
    padding: 32px 10px 29px;
    border-top: 1px solid #eeeeee;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.order_table td:first-child {
    text-align: left;
    padding-left: 30px;
}

.order_table td:last-child {
    text-align: right;
    padding-right: 30px;
}

.order_table .order_table__adinfo td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_table__title {
    font-size: 20px;
}

.order_table__title a {
    color: #000;
    text-decoration: none;
}

.order_table__subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #999999;
}

.order_table__subtitle a {
    color: #999999;
    text-decoration: none;
}

.order_table__title a:hover,
.order_table__subtitle a:hover {
    color: #de4442;
}

.c-red {
    color: #de4442;
}

.c-green {
    color: #538e23;
}

.c-gray {
    color: #999999;
}
.tab_block__tabs li span.c-gray{
    display: inline-block;
    height: 20px;
    border: 2px solid #dc4146;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 16px;
    box-sizing: border-box;
    font-size: 11px; 
    color: #dc4146;
    font-weight: bold;
    top: -16px;
    position: relative;
}

.icon-delivery {
    width: 27px;
    height: 25px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_delivery.png') no-repeat;
    background-size: 27px 25px;
    margin-right: 10px;
    top: -1px;
}

.icon-discount_card {
    width: 25px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_discount_card.png') no-repeat;
    background-size: 25px 20px;
    margin-right: 10px;
    top: -1px;
}

.order_table__footer {
    padding: 34px 30px 24px;
    background: #f8f8f7;
}

.order_table__footer:after {
    content: '';
    display: table;
    clear: both;
}

.order_table__footer_btn {
    float: left;
}

.order_table__footer_btn .btn {
    margin-right: 5px;
}

.order_table__footer_total {
    float: right;
    text-align: right;
    line-height: 1.2;
    margin-top: -10px;
}

.order_table__footer_total>strong {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.order_table__footer_total>strong small {
    font-size: 25px;
    color: #cccccc;
}

.order_table__footer_total>span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #de4442;
}

.order_table__footer_total>span small {
    font-size: 15px;
}

.module-order_review {
    padding-top: 16px;
}

.module-order_review textarea {
    height: 94px;
    margin-bottom: 16px;
}

.module-order_review .module__content {
    padding-bottom: 29px;
    border-bottom: 1px solid #eae9e8;
}

.module-order_review .module__footer {
    padding-top: 29px;
    padding-bottom: 12px;
}

.icon-add_review {
    width: 15px;
    height: 16px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_add_review.png') no-repeat;
    background-size: 15px 16px;
    margin-right: 10px;
}

.module-order_success {
    background: #fff url('/bitrix/templates/proTemplate/css/../images/subscribe_line.png') center top repeat-x;
    background-size: 100px 10px;
    text-align: center;
    padding-top: 21px;
}

.order_success__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 0 30px;
}

.order_success__subtitle {
    font-size: 18px;
    color: #666666;
    margin-bottom: 19px;
}

.order_success__data-1 {
    max-width: 360px;
    margin: 0 auto 24px;
}

.module-order_success .order_manager__info {
    padding-left: 0;
    padding-top: 56px;
    margin-bottom: 8px;
}

.module-order_success .order_manager__info img {
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.order_success__data_group {}

.order_success__data_group:after {
    content: '';
    display: table;
    clear: both;
}

.order_success__data-2,
.order_success__data-3 {
    display: inline-block;
    vertical-align: middle;
    width: 305px;
    margin: 0 20px 20px;
}

.module-order_success .data_list li {
    margin-bottom: 3px;
}

.close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/bitrix/templates/proTemplate/css/../images/popup_close.png') 0px 0px no-repeat;
    background-size: 30px 60px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.close:hover {
    background-position: 0px -30px;
}

.module__close {
    position: absolute;
    right: 24px;
    top: 35px;
}

.icon-delivered {
    width: 12px;
    height: 10px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_delivered.png') no-repeat;
    background-size: 12px 10px;
    margin-right: 5px;
}

.icon-comp {
    width: 12px;
    height: 10px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_complete.png') no-repeat;
    background-size: 12px 10px;
    margin-right: 5px;
}

.cart {
    margin-bottom: 25px;
}

.cart__header {
    border-bottom: 1px solid #eeeeee;
    padding: 0 31px 0 52px;
}

.cart__header:after {
    content: '';
    display: table;
    clear: both;
}

.cart__header_l {
    float: left;
}

.cart__header_link {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    height: 100px;
    line-height: 100px;
    position: relative;
    padding: 0 12px;
    margin-right: 28px;
}

.cart__header_link:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;

    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.cart__header_r .cart__header_link {
    margin-right: 0;
}

.cart__header_link.current,
.cart__header_link:hover {
    color: #de4442;
}

.cart__header_link.current:before,
.cart__header_link:hover:before {
    background: #de4442;
}

.cart__header_r {
    float: right;
}

.cart__content {}

.cart_table {
    width: 100%;
    margin: 0;
}

.cart_table th {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    padding: 27px 0 0;
}

.cart_table td {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eae9e8;
}

.cart_table th.cart_table__check_cell,
.cart_table td.cart_table__check_cell {
    padding-left: 70px;
}

.cart_table td.cart_table__image_cell {}

.cart_table__image {
    width: 200px;
    height: 125px;
    line-height: 125px;
    text-align: center;
}

.cart_table__image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.cart_table td.cart_table__title_cell {}

.cart_table td.cart_table__count_cell {}

.cart_table th.cart_table__price_cell,
.cart_table td.cart_table__price_cell {
    text-align: right;
    padding-right: 30px;
    white-space: nowrap;
}

.cart_table td.cart_table__remove_cell {
    width: 80px;
    padding: 0;
}

.cart_item_delete_link {
    display: block;
    background: #de4442;
    text-align: center;
    height: 145px;
    line-height: 145px;
    opacity: 0;
    visibility: hidden;
}

.cart_table tr:hover .cart_item_delete_link {
    opacity: 1;
    visibility: visible;
}

.cart_table__header_check {
    position: relative;
}

.cart_table__header_check>span,
.cart_table__header_check label>span {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 20px;
}

.cart_table__additional_row {}

.cart_table .cart_table__additional_row td {
    padding: 0;
    border: none;
}

.cart_table__additional {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.cart_table__additional_c {
    background: #fafafa;
    border-top: 1px solid #eae9e8;
    border-bottom: 1px solid #eae9e8;
    padding: 30px 45px;
    position: relative;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: none;
}

.cart_table__additional_c:before,
.cart_table__additional_c:after {
    content: '';
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e2e2e2;
    top: -14px;
    left: 435px;
}

.cart_table__additional_c:after {
    border-bottom-color: #fafafa;
    top: -13px;
}

.cart_additional_carousel {}

.cart_additional___item {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.owl-item .cart_additional___item {
    width: 100%;
}

.cart_additional_carousel .owl-prev {
    left: -45px;
}

.cart_additional_carousel .owl-next {
    right: -45px;
}

.cart__footer {
    padding: 30px 60px;
}

.cart__footer:after {
    content: '';
    display: table;
    clear: both;
}

.cart__promo_code {
    margin-bottom: 35px;
}

.promo_code_block {
    border: 1px dashed #eae9e8;
    border-radius: 3px;
    background: #fafafa;
    position: relative;
    height: 114px;
    padding-left: 210px;
}

.promo_code_block:after {
    content: '';
    display: table;
    clear: both;
}

.promo_code_block__label {
    position: absolute;
    border: 1px solid #eae9e8;
    background: #fff;
    border-radius: 3px 0 0 3px;
    left: -1px;
    top: -1px;
    bottom: -1px;
    font-size: 20px;
    font-weight: 600;
    width: 190px;
    text-align: center;
    padding: 34px 0 0 29px;
}

.promo_code_block__label span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 24px;
}

.promo_code_block__label:after,
.promo_code_block__label:before {
    content: '';
    position: absolute;
    border-top: 57px solid transparent;
    border-bottom: 57px solid transparent;
    border-left: 28px solid #eae9e8;
    top: -1px;
    right: -28px;
}

.promo_code_block__label:after {
    right: -27px;
    border-left-color: #fff;
}

.promo_code_block__section {
    padding: 33px 0 0 45px;
    border-right: 1px solid #eae9e8;
    height: 100%;
}

.promo_code_block__section:last-child {
    border-right: none;
}

.promo_code_block__section_label {
    float: left;
    margin-right: 18px;
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
}

.cart__total {
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.cart__total em {
    font-style: normal;
    font-size: 25px;
    color: #666666;
    font-weight: 600;
}

.cart__buttons {
    float: left;
}

.cart__buttons .btn {
    margin-right: 10px;
}

.icon-cart_link {
    width: 26px;
    height: 26px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_cart_link.png') no-repeat;
    background-size: 26px 52px;
    margin-right: 13px;
}

a:hover .icon-cart_link,
a.current .icon-cart_link {
    background-position: 0px -26px;
}

.icon-favourites_link {
    width: 12px;
    height: 23px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_favourites_link.png') no-repeat;
    background-size: 12px 46px;
    margin-right: 13px;
}

a:hover .icon-favourites_link,
a.current .icon-favourites_link {
    background-position: 0px -23px;
}

.icon-favourites_linknew {
    width: 30px;
    height: 29px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_favourites_linknew.png') no-repeat;
    background-size: 30px 58px;
    margin-right: 13px;
    position: relative;
    top: -3px;
}

a:hover .icon-favourites_linknew,
a.current .icon-favourites_linknew {
    background-position: 0px -29px;
}

.icon-history_link {
    width: 27px;
    height: 31px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_history_link.png') no-repeat;
    background-size: 27px 62px;
    margin-right: 13px;
}

a:hover .icon-history_link,
a.active .icon-history_link {
    background-position: 0px -31px;
}

.icon-favourite_btn {
    width: 8px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_favourite_btn.png') no-repeat;
    background-size: 8px 15px;
    top: -1px;
    margin-right: 7px;
}

.icon-delete_btn {
    width: 12px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_delete_btn.png') no-repeat;
    background-size: 12px 15px;
    top: -1px;
    margin-right: 7px;
}

.icon-clear_btn {
    width: 19px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_clear_btn.png') no-repeat;
    background-size: 19px 20px;
    top: -1px;
    margin-right: 7px;
}

.icon-delete {
    width: 19px;
    height: 25px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_delete.png') no-repeat;
    background-size: 19px 25px;
}

.count_field {
    width: 85px;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

input.count_field__val {
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #1d1f22;
    height: 30px;
    border: none;
}

.count_field__arrow {
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #cccccc;
    position: absolute;
    top: 0;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.count_field__arrow-up {
    right: 0;
}

.count_field__arrow-down {
    left: 0;
}

.count_field__arrow:hover {
    color: #1d1f22;
}

.cart_item__additional_link {
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px dashed;
    position: relative;
    top: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.cart_item__additional_link:hover {
    border-bottom-color: transparent;
}

.order_form_block {
    padding-top: 14px;
}

.order_form_section {
    position: relative;
    padding: 35px 88px 1px 145px;
}

.order_form_section:before {
    content: '';
    position: absolute;
    width: 2px;
    background: #8cbe36;
    top: 60px;
    bottom: -60px;
    left: 79px;
    z-index: 102;
}

.order_form_section_1 {}

.order_form_section_2 {}

.order_form_section_3 {
    padding-bottom: 48px;
}

.order_form_section_5 {
    padding-bottom: 35px;
}

.order_form_section_4 {
    padding-bottom: 40px;
    padding-right: 0 !important;
}

.order_form_section_footer {
    background: #f8f8f7;
    min-height: 120px;
    border-top: 1px solid #eae9e8;
}

.order_form_section_footer:before {
    display: none;
}

.order_form_section__num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #8cbe36;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    font-weight: 600;
    color: #8cbe36;
    position: absolute;
    left: 59px;
    top: 39px;
    background: #fff;
    z-index: 103;
}

.order_form_section__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 31px;
    padding-top: 11px;
}

.order_form_section__subtitle {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 31px;
    margin-top: -31px;
}

.order_form__note {
    line-height: 16px;
    font-size: 14px;
    color: #4a4241;
    padding-left: 61px;
    min-height: 40px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_del_info.png') 0 0 no-repeat;
    background-size: 42px 40px;
    margin-top: 31px;
    margin-left: 13px;
    padding-top: 4px;
}

.order_form__note em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #999999;
}

.order_form__total {
    float: left;
    font-size: 26px;
    font-weight: bold;
    margin-top: 16px;
    margin-right: 35px;
    color: #000000 !important;
}

.order_form__total em {
    font-style: normal;
    font-size: 25px;
    color: #d3d3cd;
    font-weight: 600;
    margin-right: 7px;
}

.order_form_section.current:before,
.order_form_section.disable:before {
    background: #eae9e8;
}

.order_form_section.disable {
    color: #c2c0bd;
}

.order_form_section.disable * {
    color: #c2c0bd;
}

.order_form_section.current .order_form_section__num {
    color: #fff;
    background: #8cbe36;
}

.order_form_section.disable .order_form_section__num {
    color: #eae9e8;
    border-color: #eae9e8;
}

.icon-success {
    width: 17px;
    height: 13px;
    background: url('/bitrix/templates/proTemplate/css/../images/success.png') 0 -26px no-repeat;
    background-size: 17px 39px;
    top: -2px;
}

.order_form_section.disable .icon-success {
    background-position: 0px 0px;
}

.order_form_section.current .icon-success {
    background-position: 0px -13px;
}

.cart_table__price_cell .item_price_field {
    margin: 0 0 0 auto;
}

.delivery {
    margin: 0 -10px;
}

.delivery:after {
    content: '';
    display: table;
    clear: both;
}

.delivery_item {
    padding: 0 10px;
    margin-bottom: 38px;
    float: left;
    width: 33.33%;
}

.module-delivery {
    background: #fff url('/bitrix/templates/proTemplate/css/../images/subscribe_line.png') left top repeat-x;
    background-size: 100px 10px;
    height: 339px;
    margin-bottom: 13px;
}

.module-delivery .module__header {
    padding: 32px 30px 20px;
}

.module-delivery .module__content {
    padding: 25px 30px 20px;
}

.module_delivery_inner_content {
    height: 164px;
    overflow: hidden;
}

.module_delivery_inner_content p {
    margin-bottom: 15px;
}

.delivery_item__control_row {
    color: #999999;
}

.delivery_item__control_row a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.delivery_item__control_row a:hover {
    border-bottom-color: transparent;
}

.icon-default_address {
    width: 19px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_default_address.png') no-repeat;
    background-size: 19px 15px;
    top: -1px;
    margin-right: 10px;
}

.icon-edit {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_edit.png') no-repeat;
    background-size: 15px 15px;
    margin-right: 9px;
    top: -1px;
}

.icon-basket_btn {
    width: 20px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_basket_btn.png') no-repeat;
    background-size: 20px 20px;
    top: -1px;
    margin-right: 7px;
}

.delivery_item__placeholder {
    display: block;
    height: 340px;
    border: 3px dashed #dddddd;
    font-size: 100px;
    color: #dddddd;
    line-height: 334px;
    text-align: center;
    font-weight: bold;
}

.delivery_item__placeholder:hover {
    border-color: #aaa;
    color: #aaa;
}

.edit_address_window {
    max-width: 694px;
}

.edit_address_window__content {
    padding: 24px 70px 7px;
}

.edit_address_window .popup_window_title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
}

.edit_address_window__footer {
    text-align: center;
    padding: 32px;
    background: #f8f8f7;
    border-radius: 0 0 3px 3px;
}

.edit_address_window__footer .btn {
    margin: 0 5px;
}

.login_window {
    max-width: 916px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: none;
}

@media (min-width: 320px) {
    .login_window {
        height: 474px;
    }
}

@media (min-width: 992px) {
    .login_window {
        height: 495px;
    }
}

.login_block {
    max-width: 460px;
    padding: 35px 10px 30px;
}

.login_window .login_block .errortext {
    display: none;
}

.login_window .login_block {
    max-width: 460px;
    width: 460px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
}

@media (min-width: 320px) {
    .login_window .login_block {
        padding: 25px 10px 30px;
    }
}

@media (min-width: 992px) {
    .login_window .login_block {
        padding: 35px 10px 30px;
    }
}

.login_window .to_registration_block__info {
    background: url('/images/to_registration_img.jpg') 0 0 no-repeat;
    width: 456px;
    height: 495px;
    position: absolute;
    left: 0;
    top: 0;
}

.to_registration_block {
    position: absolute;
    bottom: 0;
}

.to_registration_block .to_reg_title {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    padding: 0 60px;
}

.to_registration_block .btn-rounded {
    width: 220px;
    background: #0085d8;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    margin: 38px auto 48px;
    display: block;
    height: 50px;
    line-height: 50px;
}

.to_registration_block .btn-rounded:focus,
.to_registration_block .btn-rounded:active,
.to_registration_block .btn-rounded:visited,
.to_registration_block .btn-rounded:hover {
    color: #fff;
    background: #0094f0;
}


@media (min-width: 320px) {
    .login_block__content {
        margin-bottom: 1rem;
    }
}

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

.popup_window__title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 42px;
}

.login_form {
    max-width: 280px;
    margin: 0 auto;
}

.login_form .form_row {
    margin-bottom: 17px;
}

.login_form-set_row {
    font-size: 13px;
    color: #999999;
}

.login_form-set_row a {
    color: #468cc8;
}

.login_form-set_row a:hover {
    text-decoration: underline;
}

.login_form .btn {
    min-width: 140px;
}

.login_block__social {
    border-top: 1px solid #eeeeee;
}

.login_block__social_title {
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-bottom: 13px;
}

.login_block__social_title span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    position: relative;
    /*top: -12px;*/
}

.login_block__social_btns {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.login_block__social_btns .btn {
    margin: 0 5px 10px;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    padding: 0;
    display: inline-block;
}

.login_block__social_btns .btn-vk {
    background: url('/images/vk.png') 0 0 no-repeat;
}

.login_block__social_btns .btn-fb {
    background: url('/images/fb.png') 0 0 no-repeat;
}

.login_block__social_btns .btn-tw {
    background: url('/images/tw.png') 0 0 no-repeat;
}

.login_block__social_btns .btn-gp {
    background: url('/images/gp.png') 0 0 no-repeat;
}

.login_block__social_btns .btn-ok {
    background: url('/images/ok-icon.png') 0 0 no-repeat;
    background-size: 100%;
}
.login_block__social_btns .btn:hover {
    opacity: 0.8;
}

.popup_window__outside {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    color: #fff;
}

@media (min-width: 320px) {
    .popup_window__outside {
        paddint-top: 0;
    }
}

@media (min-width: 992px) {
    .popup_window__outside {
        padding-top: 30px; 
    }

}

.login_window .popup_window__outside {
    display: none;
}

.popup_window__outside>span {
    margin-right: 10px;
}

.popup_window-b {
    margin-bottom: 75px;
}

.registration_window {
    max-width: 800px;
}

.registration_block {
    padding-left: 340px;
    position: relative;
}

.registration_block__info {
    position: absolute;
    width: 340px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1e262f;
    border-radius: 1px 0 0 1px;
    color: #fff;
}

.registration_block__info>a:first-child img {
    position: absolute;
    top: 137px;
    left: 0;
    width: 100%;
    height: auto;
}

.registration_block__info_content {
    position: absolute;
    left: 23px;
    right: 23px;
    bottom: 37px;
}

.registration_block__info_content .h2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 33px;
    font-weight: 600;
}

.pass_recovery_window {
    max-width: 420px;
}

.pass_recovery__content {
    text-align: center;
    padding: 35px 45px 32px;
}

.pass_recovery__content p {
    margin-bottom: 30px;
    line-height: 24px;
    color: #666666;
}

.pass_recovery__content .form_row {
    max-width: 280px;
    margin: 0 auto 40px;
}

.popup_form__error {
    background: #cc3333 url('/bitrix/templates/proTemplate/css/../images/error.png') 30px 30px no-repeat;
    background-size: 60px 60px;
    padding: 30px 20px 30px 110px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.popup_form__error strong {
    display: block;
    font-style: 600px;
}

.popup_form__error em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #6d1d1d;
}

.pass_recovery_window .popup_window__title {
    margin-bottom: 25px;
}

.success_window {
    max-width: 420px;
    background: #fff url('/bitrix/templates/proTemplate/css/../images/subscribe_line.png') left top repeat-x;
    background-size: 100px 10px;
}

.success_window_content {
    background: url('/bitrix/templates/proTemplate/css/../images/mail_bg.png') center center no-repeat;
    background-size: 100% auto;
    padding: 44px 50px 40px;
    text-align: center;
}

.success_window_content .popup_window__title {
    margin-bottom: 25px;
}

.success_window_content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 56px;
}

.success_window_content .btn {
    width: 100%;
    max-width: 250px;
}

.social_accounts_window {
    max-width: 620px;
    text-align: center;
    padding: 35px 30px 50px;
}

.social_accounts_window .popup_window__title {
    margin-bottom: 24px;
}

.social_accounts_window p {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 58px;
}

.social_accounts_window__btns {}

.social_accounts_window__btns .btn {
    margin: 0 5px;
}

.s_accounts {
    margin-bottom: 50px;
}

.s_accounts:after {
    content: '';
    display: table;
    clear: both;
}

.s_account {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.s_account_c {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: center;
    padding-top: 42px;
    height: 218px;
}

.s_account__title {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    text-align: center;
    font-size: 13px;
    color: #999999;
}

.s_account__title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}

.s_account img {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin: 0 auto 17px;
    border-top: 2px solid #343434;
}

.s_account strong {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.s_account em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #999999;
}

.compare_block {
    margin-bottom: 25px;
    padding-top: 17px;
    padding-bottom: 30px;
}

.compare {
    position: relative;
}

.compare:after {
    content: '';
    display: table;
    clear: both;
}

.compare_sidebar {
    float: left;
    width: 242px;
    margin-top: 266px;
    color: #666666;
}

.compare_sidebar .compare_item__footer {
    padding-top: 7px;
}

.compare_content {
    margin-left: 242px;
}

.compare_carousel:after {
    content: '';
    display: table;
    clear: both;
}

.compare_carousel .owl-prev,
.compare_carousel .owl-next {
    top: 102px;
}

.compare_carousel .owl-prev {
    left: 0px;
}

.compare_carousel .owl-next {
    right: 0px;
}

.compare_item {
    float: left;
    width: 25%;
    padding-top: 22px;
}

.owl-item .compare_item {
    width: 100%;
}

.compare_item__main {
    padding-bottom: 23px;
    /*15012016*/
    position: relative;
}

.compare_item__image {
    height: 120px;
    margin-bottom: 4px;
}

.compare_item__image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.compare_item__title {
    overflow: hidden;
    padding-left: 35px;
}

.compare_item__main_footer {
    height: 35px;
    padding-left: 35px;
    bottom: 7px;
    position: absolute;
}

.compare_item__data_list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    margin-bottom: 12px;
    border-top: 1px solid #eeeeee;
    padding-top: 23px;
}

.compare_item__data_list li {
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 35px;
    cursor: pointer;
}

.compare_item__data_list li.active {
    background: #fbd5a8;
}

.compare_item__data_list li strong {
    font-size: 18px;
}

.compare_item__data_list .info_link {
    margin: 0 10px;
}

.compare_item__footer {
    height: 35px;
    padding-left: 35px;
}

.btn-add_basket {
    height: 35px;
    line-height: 33px;
    padding: 0 8px;
}

.compare_item_remove {
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #999999;
    position: absolute;
    right: 0;
    top: 0;
}

.compare_item_remove:hover {
    background: #de4442;
}

.icon-delete_small {
    width: 9px;
    height: 12px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_delete_small.png') no-repeat;
    background-size: 9px 12px;
    top: -2px;
}

.compare_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 242px;
    height: 266px;
}

.compare_top__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.compare_top__row {
    height: 35px;
    padding-left: 35px;
    padding-top: 7px;
    margin-bottom: 10px;
    color: #666666;
}

.compare_control {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.compare_control li {
    margin-bottom: 10px;
    white-space: nowrap;
}

.compare_control a {
    color: #000000;
    display: inline-block;
    position: relative;
}

.compare_control a:hover {
    color: #de4442;
}

.compare_control a.active {
    color: #de4442;
    padding-left: 20px;
}

.compare_control a.active:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/control_arrow.png') no-repeat;
    background-size: 10px 15px;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.clear_points {
    font-size: 13px;
}

.compare_item__point {
    color: #999999;
}

.compare_item__point-highlight {
    color: #f08627;
    font-weight: bold;
}

.point_control {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #f08627;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.point_control:before {
    content: '';
    display: inline-block;
}

.point_control-add:before {
    content: '+';
}

.point_control-remove:before {
    content: '-';
}

.compare_info_window {
    background: none;
    max-width: 652px;
    box-shadow: none;
    border-radius: 0;
}

.compare_info_window__title {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 19px;
    padding-right: 70px;
}

.compare_info_window__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.mfp-content .compare_info_window .mfp-close {
    top: 2px;
    right: 30px;
}

.compare_info_window__tooltip {
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 40px;
}

.compare_info_window__tooltip-1 {
    width: 229px;
    height: 128px;
    background: url('/bitrix/templates/proTemplate/css/../images/compare_tooltip_1.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    left: -209px;
    top: 43px;
    padding: 55px 20px 0 0;
}

.compare_info_window__tooltip-1:before {
    content: '';
    position: absolute;
    width: 41px;
    height: 26px;
    background: url('/bitrix/templates/proTemplate/css/../images/compare_tooltip_1_arrow.png');
    right: 6px;
    bottom: 10px;
}


.compare_info_window__tooltip-2 {
    width: 282px;
    height: 196px;
    background: url('/bitrix/templates/proTemplate/css/../images/compare_tooltip_2.png') no-repeat;
    background-size: 100% 100%;
    right: -213px;
    top: 180px;
    padding: 40px 40px 0 50px;
}


.compare_info_window__tooltip-3 {
    width: 223px;
    height: 119px;
    background: url('/bitrix/templates/proTemplate/css/../images/compare_tooltip_3.png') no-repeat;
    background-size: 100% 100%;
    right: -150px;
    top: 380px;
    padding: 10px 10px 0 45px;
}

.owl-stage-outer .item {
    border: none;
}

.compare_carousel .owl-stage-outer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    background: linear-gradient(to right, transparent, #fff);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.compare_carousel-overlay .owl-stage-outer:before {
    opacity: 1;
    visibility: visible;
}

.sidebar_col {
    float: left;
    width: 300px;
}

.fixed_sidebar {
    width: 300px;
}

.fixed_sidebar.fixed {
    position: fixed;
    top: 137px;
}

.sidebar_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.sidebar_nav li {
    border-bottom: 1px solid #ebeae9;
}

.sidebar_nav li:last-child {
    border-bottom: none;
}

.sidebar_nav a {
    display: block;
    padding: 15px 32px;
}

.sidebar_nav a.active {
    color: #000;
    font-weight: bold;
}

.content_with_sidebar_col {
    margin-left: 360px;
}

.content_with_sidebar_col:after {
    content: '';
    display: table;
    clear: both;
}

.content_with_sidebar_col__inner {
    float: left;
    width: 100%;
}

.module_form_row {
    margin-bottom: 11px;
    max-width: 453px;
    position: relative;
    margin-right: 200px;
}

.module_form_row-full {
    max-width: none;
    margin-right: 0;
}

.module_form_row:after {
    content: '';
    display: table;
    clear: both;
}

.module_form_row .btn {
    height: 50px;
    line-height: 48px;
}

.module_form_row__label {
    float: left;
    width: 175px;
    font-size: 15px;
    color: #666666;
    margin-top: 15px;
}

.module_form_row__content {
    margin-left: 185px;
    position: relative;
}

.module_form_row__btn {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
}

.datepicker_field {
    padding-right: 49px;
    position: relative;
}

.datepicker_field input {
    border-radius: 3px 0 0 3px;
}

.ui-datepicker {
    z-index: 1000 !important;
    font-size: 14px;
}

.ui-datepicker-trigger {
    height: 50px;
    width: 50px;
    padding: 0;
    border: 1px solid #eae9e8;
    border-radius: 0 3px 3px 0;
    background: transparent;
    text-indent: -9999px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    right: 0;
    top: 0;
}

.ui-datepicker-trigger:before {
    content: '';
    width: 19px;
    height: 22px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_datepicker.png') no-repeat;
    background-size: 38px 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -10px;
}

.ui-datepicker-trigger:hover {
    border-color: #666666;
}

.ui-datepicker-trigger:hover:before {
    background-position: -19px 0;
}

.ui-widget-header a {
    -webkit-transition: none;
    transition: none;
    box-sizing: content-box;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    padding: 0;
    height: 24px;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin: 0 2%;
}

#bx_auth_href_Facebook,
.btn-fb {
    width: 165px;
}

#bx_auth_href_Twitter,
.btn-tw {
    width: 165px;
}

.icon-address {
    width: 12px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_address.png') no-repeat;
    background-size: 24px 15px;
    margin-right: 7px;
}

a:hover .icon-address {
    background-position: -12px 0;
}

.icon-profile {
    width: 19px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_profile.png') no-repeat;
    background-size: 38px 15px;
    margin-right: 7px;
}

a:hover .icon-profile {
    background-position: -19px 0;
}

.profile_userpick {
    width: 110px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 80px;
}

.profile_userpick__image {
    margin-bottom: 15px;
}

.profile_userpick__image img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

.profile_userpick__btn {}

.m_status {
    font-size: 14px;
    color: #999999;
}

.module_top {
    padding: 27px 30px 21px;
    position: relative;
    background: #dc4a38 url('/bitrix/templates/proTemplate/css/../images/m_bg.jpg') center top no-repeat;
    background-size: 100% auto;
    border-radius: 3px;
    margin-bottom: -3px;
    color: #fff;
}

.module_top:after {
    content: '';
    display: table;
    clear: both;
}

.module_top .sticker {
    top: 15px;
}

.module-discount {
    background: #dc4a38;
    background-size: 100% auto;
    color: #fff;
    border: none;
    box-shadow: none;
}

.module-discount .module__header {
    border-bottom: none;
}

.module-discount .module__content {
    padding: 0;
}

.module-discount .module__content img {
    display: block;
    width: 100%;
    height: auto;
}

.module-discount .sticker {
    top: 15px;
}

.account_module__info {
    min-height: 100px;
    padding-left: 126px;
    position: relative;
    margin-bottom: 24px;
    padding-top: 9px;
}

.account_module__userpick {
    position: absolute;
    left: 0;
    top: 0;
}

.account_module__userpick img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: block;
    border-top: 2px solid #343434;
}

.account_module__name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1px;
}

.account_module__id {
    font-size: 15px;
    color: #999999;
}

.icon-user_email {
    width: 17px;
    height: 13px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_user_email.png');
    background-size: 17px 13px;
    margin-right: 10px;
    top: -1px;
}

.icon-settings {
    width: 17px;
    height: 17px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_settings.png');
    background-size: 17px 17px;
    margin-right: 10px;
    top: -1px;
}

.module__footer-email {
    background: #de4b39;
    margin: 0 -1px -2px;
    box-shadow: 0px 2px 0px #be3524;
    border-radius: 0 0 3px 3px;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 20px 30px 24px;
}

.module__footer-email a {
    color: #fff;
}

.icon-email_info {
    width: 23px;
    height: 17px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_email_info.png');
    background-size: 23px 17px;
    margin-right: 10px;
}

.account_module__control_line {
    padding-top: 14px;
}

.slider {
    margin-bottom: 23px;
    border-radius: 3px;
}

.slider__item {
    position: relative;
    height: 260px;
    color: #fff;
    border-radius: 3px;
    background-position: 0px center;
    background-size: cover;
}

.slider__content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 30%;
    padding: 61px 80px 0;
    background: rgba(0, 0, 0, 0.2);
}

.slider__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 36px;
}

.slider__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
}

.icon-special_offers {
    width: 12px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_special_offers.png') no-repeat;
    background-size: 24px 15px;
    margin-right: 7px;
}

a:hover .icon-special_offers {
    background-position: -12px 0;
}

.special_offer__item {
    border: none;
    height: 240px;
    margin: 0 30px;
}

.special_offer__item .item_hrz_image {
    height: 238px;
    line-height: 238px;
    margin-left: 25px;
}

.special_offer__item .item_hrz_content {
    left: 175px;
    padding: 19px 0 0 79px;
}

.special_offer__item .item_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 2px;
}

.special_offer__item .item_category {
    font-size: 16px;
    margin-bottom: 23px;
}

.special_offer__item .item_price_field {
    border-color: #eae9e8;
    margin-bottom: 22px;
}

.special_offer__item .item_price_field__btn {
    border-color: #eae9e8;
}

.item_price_field__price_inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    text-align: left;
}

.item_price_field__price del {
    display: block;
    font-size: 14px;
}

.special_offer__note {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #999999;
    margin-left: -20px;
}

.module__content-special_offers {
    padding-left: 0;
    padding-right: 0;
}

.info_link-inline {
    margin-left: 20px;
}

.module-order_history .module__content {
    padding: 0;
}

.order_history_table {
    width: 100%;
    margin: 0;
}

.order_history_table_cabinet {
    width: 100%;
    margin: 0;
}

.item_table {
    width: 100%;
    margin: 0;
}

.order_history_table_cabinet td {
    border-bottom: 1px solid #eae9e8;
    padding: 12px 30px;
}

.order_history_table td {
    border-bottom: 1px solid #eae9e8;
    padding: 12px 30px;
}

.item_table {
    border-bottom: 1px solid #eae9e8;
    padding: 12px 30px;
}

.item_open td {
    padding: 0px 0px;
}

.order_history_table__info_cell {
    font-size: 14px;
    color: #666666;
}

.order_history_table__date_cell {
    font-size: 14px;
    color: #666666;
    width: 20%;
}

.header_table__date_cell {
    font-size: 14px;
    color: #666666;
    padding: 18px 30px;
}

.order_history_table__info_cell strong {
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}



.order_history_table__number_cell {
    font-size: 14px;
    color: #000;
    width: 30%;
}

.order_history_table__number_cell strong {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    padding-right: 25px;
}

.header_table {
    height: 70px;
}

.header_table__price_cell {
    font-size: 14px;
    color: #666666;
    text-align: right;
}

.header_table__number_cell {
    font-size: 14px;
    color: #666666;
}

.header_table__manager_cell {
    font-size: 14px;
    color: #666666;
    text-align: center;
}


.order_history_table__image_cell {
    text-align: center;
    color: #666666;
    width: 30%;
    text-align: left;
}

.name_manager {
    padding-left: 20px;
}

.email_manager {
    display: block;
    margin-left: 50px;
    font-style: normal;
    padding-left: 24px;
    margin-top: -14px;
}

.order_history_table__status_cell {
    font-size: 14px;
    color: #333333;
    /*29122015*/
    white-space: nowrap;
}

.order_history_table__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.order_history_table__image img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.order_history_table__image .note_icon {
    left: auto;
    right: -15px;
}

.order_history_table__price_cell {
    font-size: 20px;
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

.icon-in_progress {
    width: 14px;
    height: 16px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_in_progress.png') no-repeat;
    background-size: 14px 16px;
    margin-right: 5px;
    top: -1px;
}

.order_history_table__disabled_item {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.rent_item {
    position: relative;
}

.rent_item:after {
    content: '';
    display: table;
    clear: both;
}

.rent_item__image {
    float: left;
}

.rent_item__content {
    margin-left: 156px;
    padding-top: 4px;
}

.rent_item__category {
    margin-bottom: -3px;
}

.rent_item__title {
    margin-bottom: 13px;
}

.rent_item__control {
    border: 1px solid #eae9e8;
    border-radius: 3px;
    display: inline-block;
}

.rent_item__control:after {
    content: '';
    display: table;
    clear: both;
}

.rent_item__price {
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
}

.rent_item__btn {
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e85221;
    border-left: 1px solid #eae9e8;
}


.rent_item__status {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 14px;
    color: #666666;
}

.icon-time {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_time.png') no-repeat;
    background-size: 15px 15px;
    margin-right: 5px;
    top: -2px;
}

.icon-extend {
    width: 21px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_extend.png') no-repeat;
    background-size: 21px 20px;
    top: -1px;
    margin-right: 10px;
}

.product {
    margin-bottom: 38px;
    box-shadow: 0px 2px 0px #dddddd;
    border-radius: 3px;
    background: #fff;
}

.product:after {
    content: '';
    display: table;
    clear: both;
}

.product_description {
    margin-left: 50%;
    width: 50%;
    border-radius: 0 3px 3px 0;
    box-shadow: none!important;
    border: 0;
    border-left: 1px solid #eae9e8;
    position: relative;
}

.product_description:after {
    content: '';
    display: table;
    clear: both;
}

.product_description__inner {
    float: left;
    width: 100%;
    padding: 17px 26px 20px;
    position: relative;
    border-radius: 0 3px 3px 0;
    position: relative;
}

.product_description .social_share {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.product__control {
    margin-bottom: 26px;
    position: relative;
}

.product__control_link {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    margin: 0 5px 0 0;
    white-space: nowrap;
    border: 1px dashed #666;
    border-radius: 3px;
    height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 34px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
}

.product__control_link.active,
.product__control_link:hover {
    color: #de4442;
}

.product__control_link,
.product__control_link:focus,
.product__control_link:visited,
.product__control_link:active,
.product__control_link.active,
.product__control_link:hover {
    text-decoration: none;
}

.product__control_link_content {
    margin-left: 7px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

a:hover .product__control_link_content {
    border-bottom-color: transparent;
}

.icon-add_compare_1 {
    width: 16px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/compare.svg') 0px 0px no-repeat;
 /*   background-size: 16px 30px;
 position: relative;*/
 transition: all 0.3s;

}

.icon-add_compare_11 {
    width: 16px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/comparesucces.svg') 0px 0px no-repeat;
 /*   background-size: 16px 30px;
    position: relative;
    top: -2px;*/
    transition: all 0.3s;
}


a:hover .icon-add_compare_11 {
   opacity:0.6;
}

a:hover .icon-add_compare_1 {
   opacity:0.6;
}

a.active .icon-add_compare_1 {
	background: url('/bitrix/templates/proTemplate/css/../images/comparesucces.svg') 0px 0px no-repeat;
}

.icon-add_favoritenew {
    width: 45px;
    height: 31px;
    background: url('/bitrix/templates/proTemplate/css/../images/fav1.svg') 0px 0px no-repeat;
    /*  background-size: 15px 28px;*/
    top: -3px;
    /*  position: relative; */
}
a:hover .icon-add_favoritenew
{
 opacity:0.7;
}
a:hover .icon-add_favoritenew2
{
 opacity:0.7;
}
a.active .icon-add_favoritenew{
    background: url('/bitrix/templates/proTemplate/css/../images/favsucces.svg') 0px 0px no-repeat;
}

.icon-gifts {
    width: 16px;
    height: 16px;
    background: url('/images/icon_present.png') 0px 0px no-repeat;
    background-size: 16px 16px;
    position: relative;
    top: -2px;
}

a:hover .icon-add_compare_1,
a.active .icon-add_compare_1 {

}

.icon-add_review_1 {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_add_review1.png') 0px 0px no-repeat;
    background-size: 15px 30px;
}

a:hover .icon-add_review_1,
a.active .icon-add_review_1 {
    background-position: 0px -15px;
}

.product__category {
    font-size: 20px;
    color: #666666;
    margin-bottom: 6px;
}

.product__category a {
    color: inherit;
}

.product__category a:hover {
    color: #de4442;
}

.product__title {
    font-size: 36px;
    font-weight: 900;
    color: #0a0c0c;
    line-height: 1.1;
    margin-bottom: 3px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.product__rating_block {
    margin-bottom: 20px;
    position: relative;
}

.product__rating,
.product__rating_range {
    background: url('/images/star_l.png') left top repeat-x;
    background-size: 22px 34px;
}

.product__rating {
    height: 17px;
    width: 104px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}

.product__rating-static {
    cursor: default;
}

.product__rating_range {
    background-position: left -17px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.product__review_info {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.product__review_info li {
    display: inline-block;
    border-left: 1px solid #cccccc;
    padding: 0 8px;
}

.product__review_info li:first-child {
    border-left: none;
}

.product__review_info a {
    color: #999999;
}

.product__review_info a:hover {
    color: #de4442;
}

.product__description {
    /*margin-bottom: 25px;*/
    margin-bottom: 11px;
}
.product_article {
    font-size: 13px;
    line-height: 16px;
    color: #888;
    margin-bottom: 13px;
}

.product__description_content {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 1px;
    max-height: 75px;
    overflow: hidden;
    position: relative;
}

.product__description_content.with_white:after {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.product__description_more_link {
    font-size: 13px;
}

.product__description_more_link:focus {
    text-decoration: none;
}

.product__gift_row {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 13px;
}

.product__order_block {
    background: #f9f5e4;
    border-radius: 3px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 9px;
    border-radius: 3px;
}

.product__order_block:after {
    content: '';
    display: table;
    clear: both;
}

.product__price_field {
    float: left;
    margin-top: 4px;
    min-width: 45%;
}

.product__price {
    font-size: 36px;
    line-height: 1.1;
    color: #de4442;
    font-weight: bold;
}

.product__old_price {
    font-size: 20px;
    font-weight: 600;
    color: #898377;
    text-decoration: line-through;
    margin: -8px 0 -1px;
}

.product__add_field {
    float: right;
    margin-bottom: 0px;
    width: 230px;
}

.product__add_btn {
    padding: 0 24px;
}

.product__add_btn .item_id_for_offers {
    display: none;
}

.product__call_btn {
    position: relative;
    height: 50px;
    width: 50px;
    border: 1px solid #de4442;
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.product__call_btn>span {
    position: absolute;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #1e2221;
    border-radius: 3px;
    white-space: nowrap;
    bottom: 100%;
    margin-bottom: 12px;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.product__call_btn:hover>span {
    opacity: 1;
    visibility: visible;
}

.product__call_btn>span:before {
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #1e2221;
    left: 50%;
    margin-left: -7px;
    bottom: -7px;
}

.product__notification_row {
    float: left;
    position: relative;
    width: 45%;
    margin-top: 30px;
}

#product__notification_row {
    width: 50%;
}

.product__add_notification_link {
    font-size: 12px;
    color: #666666;
    position: relative;
    left: 0;
    bottom: 0;
    white-space: nowrap;
}

.product__add_notification_link {
    text-decoration: none!important;
}

.product__notification_row.active .product__add_notification_link {
    display: none;
}

.product__add_notification_link:hover {
    color: #de4442;
}

.product__add_notification_link span {
    border-bottom: 1px dashed;
    margin-left: 10px;
}

.product__add_notification_info {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 12px;
    color: #83b760;
    padding-left: 20px;
    white-space: normal;
}

.product__notification_row.active .product__add_notification_info {
    display: block;
}

.product__add_notification_info .icon {
    position: absolute;
    left: 0;
    top: 2px;
}

.product__credit_row {
    float: right;
}

.product__credit_link {
    font-size: 13px;
    color: #a9aaaa;
}

.product__credit_link:hover {
    color: #de4442;
}

.product__credit_link span {
    border-bottom: 1px dashed;
    margin-left: 10px;
}
.product__available__wrp {
	border-bottom: 1px solid #eae9e8;
    border-top: 1px solid #eae9e8;
    padding: 15px;
    margin-bottom: 15px;
}
.product__available_block {
    margin-bottom: 10px;
}
.product__available_block table {
	margin: 0;
}
.product__available_label__title {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 6px;
}
.product__available_label {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.product__available {
    display: inline-block;
}

.product__available span {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 15px;
    background: #eae9e8;
    margin-right: 2px;
}

.product__available span.active {
    background: #80b92f;
}

.product__d_options {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #333333;
}

.product__d_options li {
    margin-bottom: 2px;
}

.icon-add_btn {
    width: 19px;
    height: 21px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_add_btn.png');
    background-size: 19px 21px;
    margin-right: 10px;
}

.icon-call {
    width: 30px;
    height: 30px;
    background: url('/images/icon_call.png') center center no-repeat;
    background-size: 17px 17px;
    top: -1px;
}

.icon-credit {
    width: 13px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_credit.png');
    background-size: 13px 30px;
}

a:hover .icon-credit {
    background-position: 0px -15px;
}

.icon-add_notification {
    width: 12px;
    height: 19px;
    background: url('/images/icon_add_notification.png');
    top: -1px;
}

.icon-available {
    width: 21px;
    height: 14px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_available.png');
    background-size: 21px 14px;
    top: -1px;
    margin-right: 5px;
}

.icon-delivery_1 {
    width: 19px;
    height: 14px;
    background: url('/images/icon_delivery_1.png');
    background-size: 20px 14px;
    top: -1px;
    margin-right: 5px;
}

.product__d_options b {
    font-size: 15px;
    color: #000000;
}

.settings_dropdown_block {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.settings_dropdown_block .btn {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}

.settings_dropdown_block .btn:after {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 6px;
}

.settings_dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid #eae9e8;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    display: none;
}

.settings_dropdown li {
    border-bottom: 1px solid #eae9e8;
}

.settings_dropdown li:last-child {
    border-bottom: none;
}

.settings_dropdown a {
    display: block;
    padding: 5px 10px;
}

.module__content-toggle {
    display: none;
}

.item_open {
    display: none;
    background: #fafafa;
}

.multiply {
    width: 10px;
    height: 12px;
    background: url(/bitrix/templates/proTemplate/css/../images/multiply.png) no-repeat;
    background-size: 10px 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.item_normal {
    cursor: pointer;
}

.order_history_table tr {
    cursor: pointer;
}

.module__header-toogle {
    cursor: pointer;
}

.module_card {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.65);
    padding-top: 41px;
    padding-bottom: 7px;
    line-height: 1.2;
    position: relative;
}

.module_card__num {
    font-size: 28px;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 42px;
}

.module_card__num>span {
    display: table-cell;
}

.module_card__num_s {
    font-size: 9px;
    color: #000000;
    text-shadow: none;
    position: absolute;
    left: 0;
    top: 80px;
}

.module_card__year {
    font-size: 18px;
    display: table;
    position: absolute;
    left: 129px;
    top: 82px;
}

.module_card__year>span {
    display: table-cell;
    vertical-align: top;
}

.module_card__year_s {
    font-size: 9px;
    color: #000000;
    text-shadow: none;
    padding-top: 4px;
    padding-right: 12px;
}

.module_card__name {
    font-size: 20px;
    text-transform: uppercase;
}

.module-group {
    margin-bottom: -3px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}

.module-group-last {
    margin-bottom: 23px;
}

.module-group.module-opened {
    margin-bottom: 23px;
    margin-top: 23px;
}

.product_description .sticker {
    top: 15px;
}

.tooltip_block {
    display: inline;
    position: relative;
}

.tooltip_window {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 400px;
    margin-top: 10px;
    margin-left: -200px;
    padding: 24px 34px 39px;
    border: 1px solid #eae9e8;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #000;
    z-index: 100;
}

.tooltip_window:before,
.tooltip_window:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #eae9e8;
}

.tooltip_window:after {
    border-bottom-color: #fff;
    top: -8px;
}

.tooltip_window-select_shop {
    width: 400px;
    margin-left: -200px;
}

.select_shop {}

.select_shop__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: center;
}

.select_shop__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 24px;
}

.select_shop__list li {
    margin-bottom: 24px;
    padding-left: 33px;
    position: relative;
}

.select_shop__list li:last-child {
    margin-bottom: 0;
}

.select_shop__list li .jq-radio {
    position: absolute !important;
    left: 0;
    top: 6px;
}

.tooltip_window-rating {
    width: 685px;
    margin-left: -470px;
    padding-bottom: 14px;
}

.tooltip_window-rating_osn {
    left: 0;
    top: 0;
    width: 100%;
    padding: 13px 34px 39px;
}

@media (min-width: 320px) {
    .tooltip_window-rating_osn {
        margin: 0;
        padding: 7px;
    }

    .tooltip_window-rating_osn::before,
    .tooltip_window-rating_osn::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .tooltip_window-rating_osn {
        width: 685px;
        margin: 0;
        padding: 13px 34px 39px;
    }

    .tooltip_window-rating_osn::before,
    .tooltip_window-rating_osn::after {
        display: block;
    }
}

.tooltip_window-rating_dop {
    width: 448px;
    margin-left: 112px;
    padding-bottom: 14px;
    top: 340px;
}

.product__add_rating {
    margin-bottom: 30px;
}

.rating_row {
    margin-bottom: 10px;
}

.rating_row__title {
    font-size: 15px;
    margin-bottom: 3px;
}

.rating_row__line {
    height: 27px;
    position: relative;
    background: #e7e6e3;
    overflow: hidden;
    cursor: pointer;
}

.product__add_rating-static .rating_row__line {
    cursor: default;
}

.rating_row__range {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f9a426;
    background: linear-gradient(to right, #f9a426, #f68528);
}

.rating_row__value {
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #fad298;
    top: 3px;
}

.rating_row__line.active .rating_row__value {
    font-size: 14px;
    color: #fff;
}

.rating_row__label {
    position: absolute;
    left: 10px;
    font-size: 13px;
    color: #fff;
    top: 3px;
}

.rating_row__line.active .rating_row__label {
    font-size: 14px;
}

.product__add_comment {}

.product__add_comment textarea {
    height: 95px;
}

.icon-comment {
    width: 16px;
    height: 18px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_comment.png');
    background-size: 16px 18px;
    margin: 0 10px 0 -8px;
    top: -1px;
}

.btn-middle .icon-comment {
    margin-left: 0;
}

.tooltip_window-add_notification {
    padding-bottom: 20px;
}

.tooltip_window-gift {
    padding: 10px;
    width: 206px;
    margin-left: -103px;
}


/*30102015*/

.social_share {
    text-align: center;
}

.tooltip_window-soc {
    margin-left: -150px;
    width: auto;
    height: 59px;
    padding: 11px;
    margin-top: 15px;
}

.tooltip_window-gift a {
    text-decoration: none;
    color: #000;
}

.gift_tooltip__image {
    text-align: center;
}

.gift_tooltip__image img {
    max-width: 100%;
    height: auto;
}

.gift_tooltip__title {
    font-size: 15px;
}

.gift_tooltip__category {
    font-size: 13px;
    font-weight: bold;
}

.product_image_block {
    float: left;
    width: 50%;
}

.product_image_block__inner {
    background: #fff;
    position: relative;
    height: 0;
    padding-top: 107.5%;
    border-radius: 3px 0 0 3px;
    padding-top: 600px;
}

.product_image_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wait_comp_* {
    display: none;
}

.product_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}

.product_image.hide {
    display: none!important;
}

.product_image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.product_image_carousel_block {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    height: 100px;
}

.product_image_carousel {
    height: 100px;
}

.product_image_carousel_block .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -30px;
}

.product_image_carousel_block .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -30px;
}

.product_image_carousel__item {
    position: relative;
}

.product_image_carousel__item a {
    display: block;
    position: relative;
}

.product_image_carousel__item {
    margin-right: 5px;
}

.product_image_carousel__item a img {
    object-fit: cover;
}

.product_image_container .product_image {
    height: 450px;
    line-height: 450px;
    text-align: center;
}

.product_image_container .product_image img {
    width: auto!important;
    height: auto!important;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.product_image_carousel__item-video a:before {
    content: '';
    position: absolute;
    border-left: 35px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -17px;
    z-index: 1;
}

.product_image_carousel img {
    display: block;
    height: 100px;
    width: auto;
}

.product_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    background: #fafafa;
}

.product_video.hide {
    display: none!important;
}

.product_video_inner {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 160px;
    top: 30px;
}

.product_video_inner iframe {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.product_image_sticker_tooltip {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -14px;
}

.product_image_block .sticker {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.cheaper_block_wrapper {
    background: #de4442;
    padding: 25px 15px 25px 15px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 20px;
}

.cheaper_block {
    display: table;
    width: 100%;
}

.cheaper_block>div {
    display: block;
    vertical-align: middle;
}

.cheaper_block__title {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.1;
}

.cheaper_block__btn {}

.cheaper_block__note {
    padding-left: 10px;
    white-space: nowrap;
}

.cheaper_block__note a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.cheaper_block__note a:hover {
    text-decoration: none;
}

.icon-info {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_info.png');
    background-size: 15px 15px;
    margin-right: 7px;
}

.hire_window,
.cheaper_window {
    max-width: 694px;
    padding: 30px 50px;
}

.complect_block {
    padding: 19px 0 24px;
    margin-bottom: 40px;
}

.complect_block.other_complect {
    display: none;
    margin-top: -40px;
}

.complect {
    margin: 0 -15px;
}

.complect:after {
    content: '';
    display: table;
    clear: both;
}

.complect_col {
    float: left;
    width: 25%;
    padding: 0 25px;
    position: relative;
}

.complect_col:before {
    content: '+';
    position: absolute;
    font-size: 50px;
    font-weight: 900;
    color: #eae9e8;
    top: 51%;
    left: -16px;
}

.complect_col:first-child:before {
    display: none;
}

.complect_col-total:before {
    content: '=';
}

.complect_item {
    display: block;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 15px;
    height: 220px;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.complect_item.active,
.complect_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.complect_item:hover {
    border-color: #de4442;
}

.complect_item__image {
    display: block;
    text-align: center;
    height: 80px;
    margin-bottom: 9px;
}

.complect_item__image a {
    display: block;
    height: 80px;
}

.complect_item__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.complect_item__title {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: -1px;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.complect_item__category {
    font-size: 13px;
    color: #999999;
    display: block;
    margin-bottom: 18px;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.complect_item__title a,
.complect_item__category a {
    color: inherit;
}

.complect_item__title a:hover,
.complect_item__category a:hover {
    color: #de4442;
}

.complect_item__price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-left: 9px;
}

.complect_item__checkbox {
    background: #fff;
    padding: 0 8px;
    position: absolute;
    bottom: -10px;
    left: 16px;
}

.complect_item__checkbox .jq-checkbox {
    margin-right: 2px;
}

.complect_item__checkbox_label {
    font-size: 15px;
    font-weight: bold;
}

.complect_total {
    padding: 17px;
    height: 220px;
    position: relative;
}

.complect_total__content {
    text-align: center;
    padding: 40px 0 16px;
}

.complect_total__price {
    font-size: 30px;
    font-weight: bold;
    color: #de4442;
    margin-bottom: 11px;
}

.complect_total__economy {
    font-size: 18px;
}

.tab_block {
    margin-bottom: 30px;
}

.tab_block__tabs {
    padding: 0 25px;
    background: #fff;
    border: 1px solid #eceae8;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    position: relative;
    z-index: 10;
}

.tab_block__tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    height: 90px;
    overflow: hidden;
}

.tab_block__tabs ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.tab_block__tabs li {
    display: inline-block;
    margin-right: 60px;
}

.tab_block__tabs li:last-child {
    margin-right: 0px;
}

.tab_block__tabs a {
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.tab_block__tabs a.active {
    color: #de4442;
}

.tab_block__tabs a.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #de4442;
}

.tab_block__content {
    border-radius: 0 0 3px 3px;
}

.tab_block__content>div {
    display: none;
}

.documents {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.documents_row {
    display: table-row;
}

.documents_ceil {
    display: table-cell;
    border: 1px solid #eeeeee;
}

.document_item {
    padding: 16px 56px 25px;
    position: relative;
}

.document_item__title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.document_item__text {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 11px;
}

.document_item__links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.document_item__links li {
    margin-bottom: 5px;
}

.document_item__links a {}

.document_item__links a span {
    border-bottom: 1px dashed;
}

.document_item__links a:hover span {
    border-bottom-color: transparent;
}

.document_item__date {
    font-size: 13px;
    color: #666666;
    position: absolute;
    right: 47px;
    bottom: 30px;
}

.icon-read {
    width: 15px;
    height: 12px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_read.png');
    background-size: 15px 12px;
    margin-right: 6px;
}

.icon-download {
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_download.png');
    background-size: 15px 15px;
    margin-right: 6px;
}

.section {
    padding: 40px;
}

.section:after {
    content: '';
    display: table;
    clear: both;
}

.section_group {
    position: relative;
}

.section_group:after {
    content: '';
    display: table;
    clear: both;
}

.section_group:before {
    content: '';
    position: absolute;
    border-left: 1px solid #eae9e8;
    top: 0;
    bottom: 0;
    left: 50%;
}

.section_group-1:before {
    left: 60%;
}

.section-1 {
    border-bottom: 1px solid #eae9e8;
}

.section-2 {
    float: left;
    width: 50%;
}

.section-3 {
    float: left;
    width: 60%;
}

.section-4 {
    float: left;
    width: 40%;
}

.product_info_col {
    float: left;
    width: 50%;
}

.marker_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.marker_list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 5px;
}

.marker_list li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 10px;
    background: url('/bitrix/templates/proTemplate/css/../images/marker.png');
    background-size: 12px 10px;
    left: 01px;
    top: 5px;
}

.product_images {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product_images:after {
    content: '';
    display: table;
    clear: both;
}

.product_images li {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product_images li img {
    display: block;
    width: 100%;
    height: auto;
}

.product_info_col-images {
    padding-left: 48px;
}

.video {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section_block {
    margin-bottom: 20px;
    padding: 30px;
    background: #fbfaf8;
}

.product__rating__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
}

.product__rating__label-large {
    font-size: 20px;
    font-weight: 600;
}

.review {
    margin-bottom: 40px;
}

.review-single {
    margin-bottom: 0;
}

.review__header {
    position: relative;
    padding-left: 64px;
    min-height: 40px;
    margin-bottom: 10px;
}

.review__image {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}

.review__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
}

.review__author {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.review__date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #666666;
}

.star_rating,
.star_rating__range {
    background: url('/bitrix/templates/proTemplate/css/../images/star_m.png') left top repeat-x;
    background-size: 22px 34px;
}

.star_rating {
    height: 17px;
    width: 106px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.star_rating__range {
    background-position: left -17px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.review__content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.review__hidden {
    display: none;
}

.review__footer {
    font-size: 13px;
}

.review__more_link {
    margin-right: 10px;
}

.review-single .review__content,
.review-single .review__footer {
    padding-left: 64px;
}

.related_products {}

.related_products__item {
    border-bottom: 1px solid #eeeeee;
    display: table;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 4px;
}

.related_products__item:after {
    content: '';
    display: table;
    clear: both;
}

.related_products__image {
    display: table-cell;
    vertical-align: middle;
    width: 32%;
}

.related_products__image img {
    max-width: 100%;
    height: auto;
}

.related_products__content {
    display: table-cell;
    vertical-align: middle;
}

.related_products__item .item_title {
    font-size: 15px;
}

.related_products__item .item_category {
    font-size: 13px;
}

.related_products__price {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.related_products__item .item_price_field {
    margin: 0;
    display: inline-block;
    width: 120px;
    height: 35px;
}

.related_products__item .item_price_field__btn {
    width: 45px;
    height: 33px;
    line-height: 33px;
}

.related_products__item .item_price_field__price {
    margin-right: 45px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    white-space: nowrap;
}

.large-text {
    font-size: 16px;
    line-height: 30px;
}

.section .data_list {
    margin-bottom: 14px;
}

.section .data_list li {
    margin-bottom: 10px;
}

.product_hidden_options {
    display: none;
}

.product_options__footer {
    font-size: 13px;
}

.product_options {
    margin-bottom: 72px;
}

.related_products__footer {
    font-size: 13px;
    padding-top: 10px;
}

.popup_related_products .related_products__footer {
    margin-left: 32px;
}

.basket_window {
    max-width: 695px;
    padding-top: 18px;
    padding-bottom: 1px;
}

.basket_window .popup_window_title {
    margin-bottom: 34px;
}

.basket_window .mfp-close {
    top: 6px;
    right: 9px;
}

.related_products-carousel {
    width: 631px;
    margin-left: 32px;
}

.related_products-carousel .owl-controls .owl-nav .owl-prev {
    left: -32px;
}

.related_products-carousel .owl-controls .owl-nav .owl-next {
    right: -32px;
}

.related_products-carousel .related_products__item {
    display: block;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.related_products-carousel .related_products__image {
    display: block;
    width: auto;
    height: 94px;
    margin-bottom: 6px;
}

.related_products-carousel .related_products__content {
    display: block;
    margin-bottom: 10px;
}

.related_products-carousel .related_products__price {
    display: block;
    text-align: center;
}

.related_products-carousel .owl-next {
    right: 0;
}

.related_products-carousel .owl-prev {
    left: 0;
}

.basket_window__content {
    padding: 0 26px;
    margin-bottom: 44px;
}

.basket_window__item {}

.basket_window__item:after {
    content: '';
    display: table;
    clear: both;
}

.basket_window__item_image {
    float: left;
    width: 190px;
    margin-top: -10px;
}

.basket_window__item_image img {
    max-width: 100%;
    height: auto;
}

.basket_window__item_content {
    margin-left: 208px;
}

.basket_window__item .item_title {
    font-size: 20px;
}

.basket_window__item_price {
    text-align: center;
    font-size: 18px;
    clear: both;
    font-weight: 500;
    margin-bottom: 24px;
}

.popup_related_products {
    padding-top: 26px;
    border-top: 1px solid #eae9e8;
    padding-bottom: 40px;
}

.popup_related_products__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 36px;
}

.related_products-carousel__footer {
    padding: 40px 0 0 71px;
}

.tooltip_window__close {
    width: 20px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/tooltip_close.png') center center no-repeat;
    background-size: 10px 10px;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
}

.article_exerpts {
    margin: 0 -40px;
}

.article_exerpts:after {
    content: '';
    display: table;
    clear: both;
}

.article_exerpts+.pagination {
    padding-top: 0;
}

.article_exerpt {
    padding: 0 40px;
}

.article_exerpt-s {
    float: left;
    width: 50%;
}

.article_exerpt:nth-child(2n) {
    clear: both;
}

.excerpt {
    position: relative;
    font-size: 12px;
    margin-bottom: 69px;
}

.excerpt-l {
    font-size: 15px;
}

.excerpt:after {
    content: '';
    display: table;
    clear: both;
}

.excerpt__title {
    font-size: 12px;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 6px;
}

.excerpt-l .excerpt__title {
    font-size: 18px;
    margin-bottom: 14px;
}

.excerpt__title a {
    color: inherit;
}

.excerpt__title a:hover {
    color: #de4442;
}

.excerpt__date {
    font-size: 9px;
    color: #8d8d8d;
    margin-bottom: 13px;
}

.excerpt-l .excerpt__date {
    font-size: 12px;
}

.excerpt__image {
    float: left;
    margin-right: 10px;
    width: 200px;
    position: relative;
    z-index: 1;
}

.excerpt-l .excerpt__image {
    width: 362px;
}

.excerpt__image img {
    display: block;
    width: 100%;
    height: auto;
}

.excerpt__inner {
    position: relative;
}

.excerpt__inner:after {
    content: '';
    display: table;
    clear: both;
}

.excerpt__content {
    overflow: hidden;
    margin-bottom: 18px;
    line-height: 1.25;
}

.excerpt__more {
    position: absolute;
    left: 210px;
    bottom: 0;
}

.excerpt-l .excerpt__more {
    left: 372px;
}

.kn_block {
    padding: 25px 45px 10px;
    border-bottom: 1px solid #eae9e8;
}

.kn_block:after {
    content: '';
    display: table;
    clear: both;
}

.kn_categories_list__title {
    font-size: 18px;
    color: #666666;
    margin-bottom: 3px;
}

.kn_categories_list {
    border-top: 1px solid #bebfbf;
    border-bottom: 1px solid #bebfbf;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 23px;
}

.kn_categories_list:after {
    content: '';
    display: table;
    clear: both;
}

.kn_categories_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 20%;
}

.kn_categories_list li {
    margin-bottom: 2px;
}

.kn_categories_list a {
    display: inline-block;
    color: #666666;
    text-decoration: none;
    padding: 0 11px;
    border-radius: 3px;
}

.kn_categories_list a:hover,
.kn_categories_list a.active {
    background: #de4442;
    color: #fff;
}

.kn_block__col {
    float: left;
    width: 50%;
    padding-right: 37px;
}

.kn_block__col+.kn_block__col {
    padding-right: 0;
    padding-left: 33px;
}

.kn_block__title {
    font-size: 30px;
    font-weight: 900;
    color: #010101;
    padding-bottom: 14px;
    margin-bottom: 23px;
    border-bottom: 3px solid #df4c4a;
}

.kn_block__title .kn_block__title_link {
    float: right;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    line-height: 28px;
}

.kn_block__title .kn_block__title_link:hover {
    color: #de4442;
}

.kn_article_excerpt {
    position: relative;
    margin-bottom: 61px;
    display: block;
    min-height: auto;
    float: none;
}

.kn_article_excerpt:nth-child(1),
.kn_article_excerpt:nth-child(2) {
    padding: 0;
}


.kn_article_excerpt__inner {
    height: 0;
    position: relative;
    width: 100%;
    padding-top: 54.5%;
    overflow: hidden;
}

.kn_article_excerpt__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.kn_article_excerpt__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kn_article_excerpt__date {
    font-size: 13px;
    color: #666666;
    position: absolute;
    left: 9px;
    top: 8px;
    z-index: 1;
    display: none;
}

.kn_article_excerpt__caption {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 10px 10px 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.kn_article_excerpt:hover .kn_article_excerpt__caption {
    background: rgba(255, 255, 255, 0.9);
}

.kn_article_excerpt__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.kn_article_excerpt__title a {
    color: inherit;
    text-decoration: none;
}

.kn_article_excerpt:hover .kn_article_excerpt__title {
    color: #de4442;
}

.kn_article_excerpt__btn {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -45px;
}

.kn_article_excerpt__btn .btn {
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    padding: 0 16px;
}

.kn_manual_excerpt {
    margin-bottom: 46px;
}

.kn_manual_excerpt:after {
    content: '';
    display: table;
    clear: both;
}

.kn_manual_excerpt__image {
    float: left;
    width: 170px;
    height: 120px;
    text-align: center;
    margin-right: 13px;
    display: block;
}
.kn_manual_excerpt__image a {
    width: 100%;
    height: 100%;
    line-height: 112px;
    display: block;
    border: 1px solid #eaeae9;
    box-sizing: border-box;
}

.kn_manual_excerpt__image img {
    display: inline-block;
    max-width: 100%!important;
    max-height: 90%!important;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.kn_manual_excerpt__content {
    overflow: hidden;
}

.kn_manual_excerpt__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
}

.kn_manual_excerpt__title a {
    color: inherit;
    text-decoration: none;
}

.kn_manual_excerpt__title a:hover {
    color: #de4442;
}

.kn_manual_excerpt__btn {
}

.kn_manual_excerpt__btn .btn {
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    padding: 0 16px;
}

.view-list .kn_manual_excerpt {
    width: 100%!important;
    padding-right: 0!important;
    border-bottom: 1px solid #eae9e8;
    min-height: auto;
    margin-bottom: 15px;
}

.kn_manual_excerpt-row {
    display: flex;
    justify-content: space-between;
}

.view-list .tagsfilter + .kn_manual_excerpt-row {
	padding-top: 10px;
}
.view-list .kn_manual_excerpt-row:last-child .kn_manual_excerpt:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.view-list .kn_manual_excerpt .kn_manual_excerpt__image {
    display: none;
}
.view-list .kn_manual_excerpt .kn_manual_excerpt__btn {
    float: right;
    margin-bottom: 15px;
}
.view-list .kn_manual_excerpt .kn_manual_excerpt__title {
    float: left;
    width: calc(100% - 150px);
    margin-bottom: 15px;
    margin-top: 4px;
}
.view-list .kn_manual_excerpt:after {
    content: '';
    display: block;
    clear: both;
}

.icon-download_w {
    width: 20px;
    height: 20px;
    background: url('/bitrix/templates/proTemplate/css/../images/icon_download_w.png') no-repeat;
    background-size: 20px 20px;
    margin-right: 12px;
    top: -2px;
}

.article_block {
    padding: 32px 40px 53px;
}

.article_block .h1,
.article_block h1,
.article_block div.popup-title-dilivery {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 13px;
    border-bottom: solid 3px #df4c4a;
    margin-bottom: 40px;
}
.article_block h1.arenda_h1 {
    margin-bottom: 23px;
}
.article_block h2 {
    margin-top: 26px;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.article_block h3 {
    margin-top: 22px;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 14px;
}

.article_block h4 {
    margin-top: 19px;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

.article_block h5 {
    margin-top: 17px;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

.article_block h6 {
    margin-top: 15px;
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

.article_block img {
    height: auto;
    margin-bottom: 14px;
}

.article_block *:first-child {
    margin-top: 0;
}


.article_block__image {
    text-align: center;
    margin-bottom: 50px;
}

.article_block__image img {
    max-width: 100%;
    height: auto;
}

.article_product_item {
    float: right;
    width: 300px;
    margin-left: 10px;
    margin-top: -42px;
}

.article_product_item .item {
    border-color: transparent;
}

.social_line {
    padding: 50px 10px 0;
}

.social_line>span {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 17px;
}

.articles_carousel_block {
    padding: 34px 0;
    margin-bottom: 36px;
}

.articles_carousel {}

.articles_carousel:after {
    content: '';
    display: table;
    clear: both;
}

.articles_carousel__item {
    float: left;
    width: 50%;
    padding: 0 40px;
}

.articles_carousel__item .kn_article_excerpt {
    margin-bottom: 0;
}

.owl-item .articles_carousel__item {
    width: 100%;
}

.contacts_section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.contacts_section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contacts_section:after {
    content: '';
    display: table;
    clear: both;
}

.contacts_section__content {
    float: left;
    width: 55%;
    padding-right: 25px;
}

.contacts_section__map {
    float: right;
    width: 45%;
}

.contacts_section__map iframe {
    display: block;
    width: 100%;
    height: 350px;
}

.contacts_section .h3 {
    margin-bottom: 10px;
}

.contacts_section .h4 {
    margin: 20px 0 2px;
}

.contacts_section p {
    margin-bottom: 10px;
}


/*22102015*/

.filter_label {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #ed1c24;
    position: absolute;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    z-index: 10001;
    margin-left: 16px;
}

.filter_label:before {
    content: '';
    position: absolute;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #ed1c24;
    top: 0;
    left: -16px;
}

.filter_label span {
    border-bottom: 1px dotted;
}

.filter_label:hover span {
    border-bottom-color: transparent;
}

.filter_label2 {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #ed1c24;
    position: absolute;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    z-index: 10001;
    margin-left: 16px;
}

.filter_label2:before {
    content: '';
    position: absolute;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #ed1c24;
    top: 0;
    left: -16px;
}

.filter_label2 span {
    border-bottom: 1px dotted;
}

.filter_label2:hover span {
    border-bottom-color: transparent;
}


/*29112015*/

.account_module__userpick_dop {
    font-size: 50px;
    text-align: center;
    width: 100px;
    margin-top: 20px;
}


/*08122015*/

.pas_call_window {
    max-width: 494px;
}


/*29122015*/

.catalog_footer .link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 41px;
    display: block;
}

.catalog_footer .link a {
    font-size: 21px;
    color: #666666;
    margin-bottom: 3px;
}

.catalog_footer .link a:hover {
    color: #de4442;
}

#okno_comment-osn:before,
#okno_comment-osn:after {
    left: 23%!important;
}


/*15012015*/

.otvet_comment {
    font-size: 17px;
    line-height: 24px;
    color: #80b92f;
    margin: 0 0 5px 0;
    display: block;
}

.otvet_comment_error {
    font-size: 15px;
    line-height: 24px;
    color: red;
    margin: 0 0 5px 0
}

.banner-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
}

.header_table_admin {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #eae9e8
}

.header_table_admin td {
    padding-bottom: 10px;
}

.str td {
    padding: 3px 10px 3px 0;
    border-bottom: 1px dotted #999999;
}

label.error {
    color: #de4442;
    font: normal 12px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.remove-from-small-cart {
    color: #de4442;
    font: normal 17px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: absolute;
    left: 100%;
    margin-left: -22px;
    margin-top: 32px;
    cursor: pointer;
}

.remove-from-small-cart:hover {
    color: black;
}

.hidden,
.hide-bitrix-preloader [id^="wait_comp_"] {
    display: none !important;
}

.add_soc_text {
    /**new**/
    color: #999999;
    font-size: 14px;
    margin: 10px 0 20px;
}

.soc_mod_in_settings a {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.location-block-wrapper {}

.location-block-wrapper .dropdown-block.bx-ui-sls-input-block {
    width: 100%;
    height: 50px;
    border: 1px solid #eceae8;
    box-shadow: none;
}

.location-block-wrapper .dropdown-block.bx-ui-sls-input-block input {
    line-height: 50px;
    height: 50px;
}

.location-block-wrapper .bx-sls .bx-ui-sls-clear {
    top: 8px;
}

.location-block-wrapper .bx-sls .dropdown-icon {
    top: 18px;
}

.location-block-wrapper .bx-sls .bx-ui-sls-pane {
    top: 48px;
    box-shadow: none;
    border: 1px solid #eceae8;
    width: calc(100% + 2px);
    left: -1px;
}



/*closed order*/

.order_history_table .status_Z .icon-in_progress {
    display: none!important;
}

.order_history_table_cabinet .status_Z .order_history_table__date_cell,
.order_history_table_cabinet .status_Z .order_history_table__number_cell,
.order_history_table_cabinet .status_Z .name_manager,
.order_history_table_cabinet .status_Z .order_history_table__price_cell,
.order_history_table_cabinet .status_Z .order_history_table__number_cell strong,
.order_history_table .status_Z .order_history_table__price_cell,
.order_history_table .status_Z .order_history_table__status,
.order_history_table .status_Z .order_history_table__info_cell,
.order_history_table .status_Z strong {
    color: #999999;
}

.popup_ok_btn {
    margin: 10px 0 -30px 0;
    width: 150px;
}

.favnew {
    display: inline-block;
    position: relative;
    bottom: auto;
    right: auto;
}

.product__order_block {
    position: relative;
}

.delayed_items {
    display: none;
}

.dropdown-block .bx-ui-sls-container {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    text-align: center;
}

.owl-carousel .owl-stage {
    display: inline-block;
}

.product_image_carousel__item {
    width: 120px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    position: relative;
}

.product_image_carousel img,
.product_image_carousel__item img {
    display: inline-block;
    height: auto;
    width: auto;
}

.on_page {
    float: left;
    position: relative;
    line-height: 18px;
    white-space: nowrap;
    margin-top: 20px;
    margin-right: 5px;
}

.on_page .on_page_title {
    display: inline-block;
    font-size: 12px;
    color: #6f6f6f;
}

.on_page .on_page_set {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 7px;
    cursor: pointer;
}

.on_page .on_page_set:hover {
    opacity: 0.8;
}

.on_page .on_page_set.active {
    color: #de4442;
}

.btn_credit {
    display: inline-block;
    border: 1px solid #3b5998;
    color: #3b5998;
    font-size: 15px;
    height: 50px;
    width: 100px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 600;
}

.btn_credit span {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
}

#order_call_window {
    padding-bottom: 300px;
    background: url('/images/callback_img.jpg') center 100% no-repeat;
    background-color: #ffffff;
    max-width: 722px;
}

.form_zvonok_wrapper .red {
    color: #de4442;
    display: inline-block;
    margin-right: 3px;
}

.form_zvonok_wrapper div.error {
    text-align: left;
}

#order_call_window .form_zvonok_wrapper .form_submit_row {
    text-align: center;
}

#order_call_window .form_zvonok_wrapper .form_submit_row input {
    display: inline-block;
}

.new_input_select {
    width: 100%;
}

.new_input_select .clear {
    clear: both;
}

.new_input_select select,
.new_input_select input {
    display: none;
}

.new_input_select .ni_value {
    display: block;
    float: left;
    font-size: 12.4px;
    height: 50px;
    line-height: 48px;
    padding: 0 5px;
    background: #ffffff;
    color: #666666;
    border: 1px solid #eceae8;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border-radius: 3px;
}

.new_input_select .ni_value:hover {
    border: 1px solid #999999;
    color: #000000;
}

.new_input_select .ni_value.active {
    background: #efb230;
    color: #ffffff;
    border: 1px solid #efb230;
}


.new_el label {
    display: none;
}

#gift_window, 
#search_compl_window {
    width: 70%;
    height: 615px;
    padding: 40px 30px 36px;
}

#gift_window,.mfp-content {
    width: 70%;
    max-height: 681px;
    box-sizing: border-box;
    height: auto;
} 

@media (min-width: 320px) {
    #gift_window,.mfp-content {
        padding: 1rem 30px;
    }
}

@media (min-width: 992px) {
    #gift_window,.mfp-content {
        padding: 23px 30px 30px;
    }
}

#gift_window {
    width: 640px;
}

#gift_window .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 27px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

#gift_window .itemGift,
#search_compl_window .itemCompl {
    height: 480px;
    overflow-y: auto;
    width: 600px;
    padding: 0;
    list-style: none;
}

#gift_window .itemGift {
    height: auto;
    overflow: hidden;
    padding: 0;
    list-style: none;
    overflow: auto;
    max-height: 480px;
}

.gift_block .itemGift {
    padding: 0;
    list-style: none;
    margin: 0;
    white-space: nowrap;
}

.gift_block .itemGiftWrap {
    height: 192px;
    overflow: hidden;
    width: calc(100% + 60px);
    padding: 0 30px;
    margin-left: -30px;
}

.gift_block .itemGift li .del {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
    background: url('/bitrix/templates/proTemplate/css/../images/tooltip_close.png') center center no-repeat;
}

.gift_block .itemGift li .del:hover {
    opacity: 1;
}

#gift_window input,
#search_compl_window input {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 60px 0 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
}

.gift_block {
    padding: 27px 60px 0;
    text-align: left;
}

.gift_block .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 17px;
}

.gift_block .itemGift li,
#gift_window .itemGift li,
#search_compl_window .itemCompl li {
    width: 190px;
    height: 235px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px 5px 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px;
    vertical-align: top;
    text-align: center;
    position: relative;
}

#gift_window .itemGift li {
    padding: 11px 21px;
}

.gift_block .itemGift li {
    padding: 8px 10px 0;
    width: 192px;
    height: 192px;
    margin: 0 0 0 0;
    cursor: default;
    white-space: normal;
    position: relative;
}

#gift_window .itemGift li:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #f3f3f3;
    box-shadow: 0px 1px 0px #ffffff, 0px 2px 0px #e2e2e2 inset;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

#gift_window .itemGift li:hover:after {
    box-shadow: 0px 1px 0px #ffffff, 0px 2px 0px #ccc inset;
}

#gift_window .itemGift li.active:after {
    right: 8px;
    top: 7px;
    box-shadow: none;
    background: #de4442 url('/bitrix/templates/proTemplate/css/../images/checkbox.png') 0 0 no-repeat;
}

#gift_window .itemGift li.loading,
#search_compl_window .itemCompl li.loading {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 120px;
    background: url('/images/loading.svg') center 60px no-repeat;
    z-index: 4;
}

#gift_window .itemGift li.loading {
    background: url('/images/loading.svg') center 40px no-repeat;
}

#gift_window .itemGift li.loading:after {
    content: none!important;
}

#gift_window .itemGift li.loading:hover {
    border: none!important;
}

#gift_window .itemGift li.active {
    border: 2px solid #e64a3d;
    padding: 10px 20px;
}

.gift_block .itemGift li:hover,
#gift_window .itemGift li:hover,
#search_compl_window .itemCompl li:hover {
    border: 1px solid #999999;
}

#gift_window .itemGift li.active:hover {
    border: 2px solid #e64a3d;
}

#gift_window .itemGift li:nth-child(3n),
#search_compl_window .itemCompl li:nth-child(3n) {
    margin-right: 0;
}

.gift_block .itemGift li .img,
#gift_window .itemGift li .img,
#search_compl_window .itemCompl li .img {
    height: 120px;
    line-height: 120px;
    margin-bottom: 7px;
    display: block;
    text-decoration: none;
}

.gift_block .itemGift li .img {
    height: 91px;
    line-height: 91px;
    margin-bottom: 7px;
}

.gift_block .itemGift li .img:after,
#gift_window .itemGift li .img:after,
#search_compl_window .itemCompl li .img:after {
    content: '';
}

.gift_block .itemGift li .img img,
#gift_window .itemGift li .img img,
#search_compl_window .itemCompl li .img img {
    max-height: 120px;
    max-hwidth: 100%;
    vertical-align: middle;
}

.gift_block .itemGift li .img img {
    max-height: 91px;
}

.gift_block .itemGift li .title,
#gift_window .itemGift li .title,
#search_compl_window .itemCompl li .title {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.gift_block .itemGift li .title {
    margin-bottom: 11px;
}

.gift_block .itemGift li .img:hover+.title,
.gift_block .itemGift li .title:hover {
    color: #de4442;
}

.gift_block .itemGift li .price,
#gift_window .itemGift li .price,
#search_compl_window .itemCompl li .price {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
}

.gift_block .itemGift li .price,
#gift_window .itemGift li .price {
    color: #e64a3e;
}

#gift_window .input_wrapper,
#search_compl_window .input_wrapper {
    position: relative;
}

#gift_window .searchComplFind,
#search_compl_window .searchComplFind {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
    background: url('/images/search.png') center center no-repeat;
}

.mfp-content #gift_window .mfp-close,
.mfp-content #search_compl_window .mfp-close {
    right: 5px;
    top: 5px;
}

.mfp-content #gift_window .mfp-close {
    right: 7px;
    top: 7px;
}

#gift_window .giftCalc {
    height: 72px;
    line-height: 50px;
    position: relative;
    color: #000000;
    padding-top: 20px;
    border-top: 1px solid #efeeec;
}

#gift_window .giftCalc .btn {
    position: absolute;
    top: 21px;
    right: 0;
    width: 200px;
}

#gift_window .giftCalc .btn.disabled {
    opacity: 0.4;
    cursor: default;
}

#gift_window .giftCalc .btn:focus {
    color: #ffffff!important;
}

#gift_window .giftCalc span {
    display: inline-block;
}

#gift_window .giftCalc span:first-child {
    font-size: 14px;
}

#gift_window .giftCalc .giftTotal {
    color: #e64a3e;
    font-size: 17px;
    padding-left: 15px;
}

#gift_window .giftCalc .giftSumm {
    color: #999999;
    position: relative;
    padding-left: 12px;
    margin-left: 5px;
    font-size: 17px;
}

#gift_window .giftCalc .giftSumm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
    width: 2px;
    background: #cacaca;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-next {
    background: none;
    opacity: 0.6;
    height: 100%;
    top: 25px;
}

.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    opacity: 1;
}

.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -30px;
}

.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-next:after,
.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 12px;
    width: 17px;
    height: 17px;
    border-left: 2px solid #666666;
    border-top: 2px solid #666666;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -30px;
}

.itemGiftWrap .owl-carousel .owl-controls .owl-nav .owl-next:after {
    left: auto;
    right: 12px;
    border-left: none;
    border-top: none;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
}

@media (max-width:480px) {
    .gift_block .title {
        text-align: center;
    }
    .gift_block {
        padding: 27px 30px 0;
        text-align: left;
    }
    .kn_block__title .kn_block__title_link {
       float: none;
       margin-top: 10px!important;
       clear: both;
       width: 100%;
   }


   .view-list .kn_manual_excerpt .kn_manual_excerpt__title {
       float: none;
       width: 100%;
       margin-bottom: 15px;
       margin-top: 0;
   }
   .view-list .kn_manual_excerpt .kn_manual_excerpt__btn {
       float: none;
       margin-bottom: 15px;
   }

}

@media (max-width:568px) {
    .product_image_carousel_block .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -10px;
    }
    .product_image_carousel_block .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -10px;
    }
}


.policy_personal_data {
    margin: 4px 0 0px 0px;
}

.registration_block .policy_personal_data {
    margin: -17px 0 5px 0px;
}

#hire_window .policy_personal_data,
#cheaper_window .policy_personal_data {
    margin: 10px 0 -25px 0px
}

.order_form_section .policy_personal_data {
    margin: 15px 0 0 0;
}

.order_form_section .policy_personal_data input {
    top: 6px;
}

.order_form_section .policy_personal_data a,
.order_form_section .policy_personal_data label {
    color: #333;
}

.policy_personal_data label {
    padding-left: 40px;
    background: none;
    color: #666666;
    padding: 5px 5px 5px 25px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    cursor: default;
}

.policy_personal_data a {
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.policy_personal_data a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.policy_personal_data input {
    display: block;
    width: 15px!important;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
}

.policy_personal_data input:after {
    display: block;
    background-color: #ffffff;
    content: '';
    border-radius: 2px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 1px 0px #ffffff, 0px 2px 0px #e2e2e2 inset;
    background: #f3f3f3;
    border-radius: 3px;
}

.policy_personal_data input:checked:after {
    background: #de4442;
    box-shadow: none;
}

.policy_personal_data input:checked:after {
    background-image: url(/bitrix/templates/proTemplate/css/../images/checkbox.png);
    background-size: 15px 15px;
}

.cart__total_gift {
    margin-top: -17px;
}

.cart__total table tr.main_sell td {
    padding-bottom: 7px;
}

.cart__total table .main_sell span {
    color: #e64a3d;
}

.cart__total table .main_sell .price_sell {
    color: #666;
}

.cart__total table tr td:first-child {
    text-align: right;
    padding-right: 15px;
}

.price_sell {
    color: #666666;
    font-size: 18px;
    line-height: 20px;
}

.price_sell td {
    padding-top: 5px;
    font-weight: normal;
}

.price_sell em {
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-weight: 400;
}

.label_39,
.__jivoMobileButton,
div#jivo-iframe-container {
    z-index: 200!important;
}


.tab_block__tabs ul.li_count_7 li,
.tab_block__tabs ul.li_count_8 li {
    margin-right: 20px;
}

a.fancy_img:hover,
a.fancy_img:active,
a.fancy_img:visited,
a.fancy_img_dop:visited,
a.fancy_img {
    text-decoration: none!important;
    border: none!important;
}


@media only screen and (max-width: 568px) {
    .ins_section,
    .ins_subsection {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .ins_section {
        margin-bottom: 15px;
    }
}

.content iframe {
  max-width: 100%;
}


.text_photos {
    text-align: center;
}
.text_photos a {
	display: inline-block;
	width: calc(33.333333333333% - 20px);
	margin-bottom: 30px;
	vertical-align: top;
}
.text_photos a:nth-child(3n + 2) {
	margin-left: 30px;
	margin-right: 30px;
}
.text_photos a img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.text_photos {
	margin-bottom: -30px;
}
@media only screen and (max-width: 1000px) {
    .text_photos a {
       width: calc(50% - 15px);
   }
   .text_photos a:nth-child(3n + 2) {
       margin-left: 0;
       margin-right: 0;
   }
   .text_photos a:nth-child(2n + 2) {
       margin-left: 30px;
   }
}
@media only screen and (max-width: 768px) {
    .text_photos a {
       width: calc(50% - 12.5px);
       margin-bottom: 25px;
   }
   .text_photos a:nth-child(2n + 2) {
       margin-left: 25px;
   }
}
@media only screen and (max-width: 568px) {
    .text_photos a {
       width: calc(50% - 10px);
       margin-bottom: 20px;
   }
   .text_photos a:nth-child(2n + 2) {
       margin-left: 20px;
   }
}
@media only screen and (max-width: 400px) {
    .text_photos a {
       width: 100%;
   }
   .text_photos a:nth-child(2n + 2) {
       margin-left: 0;
   }
}

.msg_block {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -78px;
    width: 52px;
    height: 156px;
    z-index: 901;
}
.msg_block a {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	transition: 0.3s;
	padding: 0;
	text-decoration: none!important;
	border: none;
	outline: none;
}
.msg_block a:hover {
   width: 72px;
}
.msg_block a:before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   z-index: 2;
   position: absolute;
   top: 0;
   left: 0;
}
.msg_block a:after {
   content: '';
   display: block; 
   width: 100%;
   height: 100%;
   z-index: 1;
   background: rgba(0,0,0,0);
   transition: 0.3s;
   position: absolute;
   top: 0;
   left: 0;
}
.msg_block a:hover:after {
  background: rgba(0,0,0,0.04);
}
.msg_block a.viber {
   background: #5f3987;
}
.msg_block a.viber:before {
  background: url('/images/ico_viber.svg') center center no-repeat;
}
.msg_block a.whatsapp {
   background: #4ed265;
}
.msg_block a.whatsapp:before {
  background: url('/images/ico_whatsapp.svg') center center no-repeat;
}
.msg_block a.telegram {
	    background: #08c;
		text-align: center;
	}
	    .msg_block a.telegram:before {
		background: url('/images/ico_telegram.svg') center center no-repeat;
		width: 36px;
		left: 50%;
		transform: translateX(-50%);
	    }
.msg_block a.email {
   background: #333333;
}
.msg_block a.email:before {
  background: url('/images/ico_email.svg') center center no-repeat;
}
.msg_block_mobile {
    float: right;
    margin-top: -1px;
    margin-right: -10px;
	display: none;
}
	@media(max-width:767px) {
		.msg_block_mobile {
			display: block;
		}
	}
.msg_block a.okk,
.msg_block_mobile a.okk {
    background: #ff0000;
}
.msg_block_mobile a.okk {
    display: block;
	height: 50px;
}
.msg_block a.okk:before,
.msg_block_mobile a.okk:before {
    background: url(/images/complaints.png) center center no-repeat;
	background-size: 52px;
}
.msg_block_mobile a.okk:before {
	display: block;
    width: 52px;
    height: 52px;
    content: '';
}
.screw_btn_wrapper {
    text-align: center;
    padding: 0;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -158px;
    z-index: 10;
}
.screw_btn_wrapper .btn {
	padding-left: 75px;
	position: relative;
}
.screw_btn_wrapper .btn:focus {
	outline: none;
	color: #fff;
}
.screw_btn_wrapper .btn:after {
   content: '';
   display: block;
   background: url('/images/ico_filter.svg');
   width: 24px;
   height: 22px;
   position: absolute;
   top: 14px;
   left: 35px;
}
@media only screen and (max-width: 1000px) {
    .msg_block {
       position: fixed;
       top: auto;
       bottom: 0;
       left: 0;
       margin-top: 0;
       width: 156px;
       height: 52px;
   }
   .msg_block a {
       float: left;
   }
   .msg_block a:hover {
       width: 52px;
   }
   .screw_btn_wrapper {
       bottom: 0;
   }
   .screw_btn_wrapper .btn {
       border-radius: 3px 3px 0 0;
       height: 52px;
       line-height: 52px;
   }
   .screw_btn_wrapper .btn:after {
       top: 15px;
   }
}
@media only screen and (max-width: 767px) {
    .screw_btn_wrapper {
       left: auto;
       margin: 0;
       right: 0;
       width: calc( 100% - 156px);
   }
   .screw_btn_wrapper .btn {
       padding: 0!important;
       width: 100%;
       border-radius: 0;
       text-align: center;
   }

   .bx-404-container {
       padding: 25px;
   }
   .article_block .bx-404-container {
       padding: 0;
   }
}
@media only screen and (max-width: 567px) {
    .screw_btn_wrapper .btn:after {
       content: none;
   }
   .bx-404-container {
       padding: 20px;
   }
   .article_block .bx-404-container {
       padding: 0;
   }
}
@media only screen and (max-width: 400px) {
    .screw_btn_wrapper .btn span {
       display: none;
   }
}
@media only screen and (max-width: 321px) {
    .screw_btn_wrapper .btn {
       width: 164px;
   }
}

@media only screen and (max-width: 767px) {
    .wrap_mW {
       height: 65px!important;
       bottom: 67px!important;
   }
}
.without_toold .toold {
    display: none;
}
.without_toold.container {
    padding-top: 137px;
}

.item_count_in_list {
    margin-left: 240px;
    margin-right: 204px;
    font-size: 13px;
    line-height: 9px;
    height: 9px;
    vertical-align: middle;
    color: #999;
    padding-top: 10px;
    margin-bottom: -7px;
}
.item_count_in_list span {
    display: inline-block;
    width: 7px;
    height: 9px;
    background: #eae9e8;
    margin-right: 2px;
    vertical-align: middle;
}
.item_count_in_list span.active {
    background: #82b93a !important;
}
.item_count_in_list div {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.item-list .item_rating > div,
.item-list .item_rating > a {
    top: 1px;
}
.item-list .item_rating {
    text-align: right;
}

.catalog-grid .item_count_in_list {
    margin: 0;
    position: absolute;
    padding: 0;
    top: 17px;
    left: 10px;
}
.catalog-grid .item_rating {
    text-align: right;
    padding-right: 10px;
}

@media (max-width: 1200px) {
    .item_count_in_list {
        margin-bottom: 15px;
    }
    .item-list .item_rating {
        text-align: left;
    }
    .catalog-grid .item_rating > a {
        display: none;
    }
    .tab_block__tabs li {
        margin-right: 40px;
    }
}
@media (max-width: 1000px) {
    .tab_block__tabs li span.c-gray {
        top: -2px;
    }
}
@media (max-width: 767px) {
    .item_count_in_list {
        padding-top: 5px;
        margin-left: 150px;
        margin-right: 0;
    }
}
@media (max-width: 567px) {
    .item_count_in_list {
        padding-top: 5px;
        margin-left: 0;
    }
}
.font-weight-700, .text_block h1{
	font-weight: 700;
}
.text_block h1 {
	font-size: 38px;
    line-height: 38px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 4px solid #de4442;
}
.text_block h2 {
	font-size: 22px;
	margin: 10px 0 0 0;
	padding-top: 10px;
}
.twolevel
{
	display:none;

}
.nav li  {
	position: relative;
}
.nav li ul {
    left: -25px;
    width: auto;
    padding: 15px 25px;
    -webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.23);
    box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.23);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    top: 85px;
}
.nav li li {
	height: auto;
    padding: 0;
    margin: 0;
}
.nav li li:hover {
	background: 0; 
}
.nav li li a {
	padding: 0;
	height: auto;
	display: inline-block;
	line-height: 40px;
}
.nav li li a:hover {
	background: none;
}

.nav .selected { color: #de4442 }


.article_galleries {
	overflow: hidden;
	padding:  50px 0;
} 
.article_galleries__gallery {
	padding-bottom: 50px;
}
.article_galleries__gallery .article_galleries__gallery__content {
 padding: 0 0 15px;
}
.article_galleries__gallery .article_galleries__gallery__images {
 clear: both;
}
.article_galleries__gallery .article_galleries__gallery__images__item {
	display: inline-block;
	width: calc(33.333333333333% - 20px);
	vertical-align: top;
}
.article_galleries__gallery .article_galleries__gallery__images__item:nth-child(3n + 2) {
    margin-left: 25px;
    margin-right: 25px;
}
.article_galleries__gallery .article_galleries__gallery__images__item a {
	border: 0;
	cursor: zoom-in;
	transition: all 0.2s;
}
.article_galleries__gallery .article_galleries__gallery__images__item a:hover {
	opacity: 0.7;
	border: 0;
}
.article_galleries__gallery .article_galleries__gallery__images__item a:after {
	content: attr(data-caption);
	width: auto;
	display: block;
	text-align: left;
	padding-top: 15px;
	font-size: 12px;
	line-height: 16px;
}
.article_galleries__gallery .article_galleries__gallery__images__item img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	margin-bottom: 0;
}

.popblock {
  margin-bottom: 53px;
}

.popblock .item{
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: center center;
	position: relative;
	height: 200px;
}

.popblock .item span{
	padding: 10px 5px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
}

/* * * * * * * * MOBILE MENU * * * * * * * * */



.mobile-nav {
  background: #fff;
  position: fixed;
  bottom: 0; 
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 100;
  padding: 10px 12px;
  font-size: 10px;
  line-height: 10px;
  box-shadow: 0 -1px 15px rgb(0 0 0 / 20%);
}
.mn-item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  touch-action: pan-up;
}
.bloc-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mn-ico {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}

.mbsm {
  display: none;
  flex-direction: column;
  position: absolute;
  top: -175px;
  left: -52%;
  padding: 10px;
  background: #fff;
}

/* .communicate:hover + .mbsm {
  display: flex;
} */
.mbsm > div {
  display: flex;
  flex-direction: column;
}
.mbsm > a {
  display: block;
  width: 52px;
  height: 52px;
  position: relative;
  transition: 0.3s;
  padding: 0;
  text-decoration: none!important;
  border: none;
  outline: none;
}
.mbsm > a:hover {
   width: 72px;
}
.mbsm > a:before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   position: absolute;
   top: 0;
   left: 0;
}
.mbsm > a:after {
   content: '';
   display: block; 
   width: 100%;
   height: 100%;
   z-index: 1;
   background: rgba(0,0,0,0);
   transition: 0.3s;
   position: absolute;
   top: 0; 
   left: 0;
}
.mbsm > a:hover:after {
  background: rgba(0,0,0,0.04);
}
.mbsm > a.whatsapp {
   background: #4ed265;
}
  .mbsm > a.whatsapp:before {
    background: url('/images/ico_whatsapp.svg') center center no-repeat;
  }
.mbsm > a.telegram {
  background: #08c;
  text-align: center;
}
  .mbsm > a.telegram:before {
    background: url('/images/ico_telegram.svg') center center no-repeat;
    width: 36px;
    left: 50%;
    transform: translateX(-50%);
  }
.mbsm > a.email {
   background: #333333;
}
  .mbsm > a.email:before {
    background: url('/images/ico_email.svg') center center no-repeat;
  }

@media screen and (max-width: 600px) {
    .gp_block_open,
    .msg_block {
      display: none;
    }
    .b24-widget-button-inner-container, .bx-touch .b24-widget-button-inner-container {
      top: -20px;
      /* right: -38px; */
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
      right: 10px;
    }
  }
  @media screen and (min-width: 600px) {
    .mobile-nav {
      display: none;
    }
  }
  
  /**************** NEW HEADER *****************/
  
  :root {
    --color-original-black: #000;
    --color-original-white: #fff;
    --color-black: #222020;
    --color-red: #DE4442;
    --color-red-hover: #e96362;
    --color-orange: #F6852B;
    --color-grey: #A3A3A3;
    --color-cat-in-cart: #655A5A;
    --font-weight-regular: 500;
    --font-weight-bold: 700;
    --letter-spacing-min: -0.03em;
    --letter-spacing-mid: -0.04em;
    --letter-spacing-max: -0.05em;
  }
  a:focus {
    text-decoration: none;
  }
  .without_toold.container {
      padding-top: 120px;
  }
  .hn__burger {
    width: 26px;
    position: relative;
    height: 36px;
  }
    .hn__burger .nav_target {
      right: -9px;
      top: -5px;
      border: 0;
    }
      .hn__burger .nav_target span {
        
      }
  .hn__top_bar {
    background: #ededed;
    height: 33px;
  }
  .header_new .hn__top_bar .header_call {
    position: relative;
    top:0;
    right:0;
  }
    .header_new img {
      vertical-align: baseline;
    }
  .hn__tb__c__telephone_callback {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
  }
    .hn__tb__c__telephone_callback .header_phone__target {
      font-size: 16px;
      font-weight: bold;
      padding-right: 15px;
      margin: 0;
      color: var(--color-black);
    }
      .hn__tb__c__tc__btn.header_call {
        display: inline-block;
        padding: 1px 12px;
        margin-right: 12px;
        font-size: 11px;
        border-radius: 4px;
        border: 1px solid #A3A3A3;
        background: #ededed;
        color: var(--color-black);
      }
      .hn__tb__c__tc__btn.header_call:hover {
        background: #F4F4F4
      }
      .hn__tb__c__telephone_callback .header_phone__target:before {
        background: url('/bitrix/templates/proTemplate/images/dropdown_arrow_svg.svg');
      }
      .hn__tb__c__telephone_callback .header_phone__target:hover, 
      .hn__tb__c__telephone_callback .header_phone__target:focus {
        color: var(--color-black);
      }
      .hn__tb__c__telephone_callback .header_phone__dropdown {
        top: 2px;
        right: -10px;
        padding-top: 32px;
      }
      
  .hn__tb__content {
    display: flex;
    justify-content: flex-end;
    height: 33px;
  }
    
    .hn__tb__c__menu.nav {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0 12px 0 0;
      padding: 0;
    }
      .hn__tb__c__menu.nav > ul.hn_tb_c_menu__main {
        display: flex;
        height: auto;
        text-transform: none;
        text-align: initial;
      }
        .hn__tb__c__menu.nav .hn_tb_c_menu__main li {
          display: flex;
          align-items: stretch;
          padding-right: 16px;
        }
        .hn__tb__c__menu.nav .hn_tb_c_menu__main li.hn_tb_c_m__mobile_cat__item {
          display: none;
        }
          .hn__tb__c__menu.nav .hn_tb_c_menu__main li:hover {
            background: none;
          }
          .hn__tb__c__menu.nav .hn_tb_c_menu__main li ul {
            top: 33px;
          }
        .hn__tb__c__menu.nav .hn_tb_c_menu__main a {
          display: flex;
          align-items: center;
          height: auto;
          text-transform: capitalize;
          color: #383737;
          font-size: 13px;
          font-weight: normal;
          line-height: inherit;
        }
          .hn__tb__c__menu.nav .hn_tb_c_menu__main a.has_child:after {
            position: relative;
            top: -4px;
          }
          .hn__tb__c__menu.nav .hn_tb_c_menu__main a:hover {
            background: none;
            color: var(--color-original-black);
          }
  .header_content.header_new__row {
    height: auto;
    color: #222020;
  }		
    .header_logo.hn__logo {
      width: 178px;
    }
  
    .hn__r__box {
      display: flex;
      /* justify-content: space-between; */
      align-items: center;
      padding: 20px 0;
    }
      
      .hn__logo {
        display: flex;
        /* width: 175px; */
        margin-right: 20px;
        flex-grow: 0
      }
      .hn__catalog_btn {
        margin-right: 20px;
      }
        .catalog_btn__link {
          
        }
        .catalog_btn__link {
          display: flex;
          /* display: inline-block; */
          background: var(--color-red);
          color: #fff;
          height: 45px;
          width: 120px;
          /* padding: 16px 22px; */
          border-radius: 4px;
          font-size: 12px;
          font-weight: bold;
          align-items: center;
          justify-content: center;
          flex-wrap: nowrap;
          text-transform: uppercase;
        }
        .catalog_btn__link.selected {
          color: #fff;
        }
        .catalog_btn__link:focus {
          color: #fff;
        }
        .catalog_btn__link:hover {
          color: var(--color-original-white);
          background: var(--color-red-hover);
          text-decoration: none;
        }
        .catalog_btn__link:after {
          content: url('/bitrix/templates/proTemplate/images/ico_burger.svg');
          display: inline-block;
          width: 11px;
          margin-left: 8px;
        }
          .catalog_btn__link.active:after {
            content: url('/bitrix/templates/proTemplate/icons/icon_close.svg');
          }
      .hn__search {
        /* display: flex; */
        flex-grow: 1;
        margin-right: 20px;
      }
        .hn__search .search {
          margin: 0;
        }
        
        .hn_search__form {
          background: var(--color-red);
          border-radius: 4px;
          box-sizing: border-box;
          display: flex;
          height: 44px;
          justify-content: flex-start;
          position: relative;
        }
          .hn_search__form .wrp_1 {
            display: flex;
            background: var(--color-original-white);
            border: 2px solid var(--color-red);
            border-radius: 4px;
            flex-grow: 1;
          }
          .hn_search__form .wrp_2 {
            display: flex;
            border-radius: 0 6px 6px 0;
            flex: 1;
            height: 40px;
            position: relative;
          } 
            .hn_search_form__input,
            input[type=text].hn_search_form__input {
              -webkit-tap-highlight-color: rgba(0,0,0,0);
              -webkit-appearance: none;
              background: transparent;
              border: none;
              color: #070707;
              font-size: 14px !important;
              flex: 1;
              height: 100% !important;
              outline: none;
              padding: 0 0 0 8px;
              vertical-align: center;
              width: 100%;
              z-index: 1;
            }
            .hn_search_form__btn {
              width: 55px;
              padding: 4px 0 0 0;
              background: var(--color-red);
              border: 0;
              border-radius: 0 4px 4px 0;
              transition: 0.35s;
            }
              .hn_search_form__btn:hover {
                background: var(--color-red-hover);
              }
        
        .header_new__search_dropdown.search_dropdown {
          position: absolute;
          left: 0;
          right: 0px;
          top: 102%;
          background: #fff;
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.35);
          font-size: 14px;
          z-index: 1000;
          padding: 0 0 22px 0;
        }
          .header_new__search_dropdown.search_dropdown .search_group {
            height: 400px;
            overflow-y: auto;
          }
          .header_new__search_dropdown .search_item__content {
            margin-left: 100px;
            font-size: 14px;
            line-height: 18px;
          }
            .search_item__link {
              
            }
            .header_new__search_dropdown .search_item__text {
              padding-right: 10px;
            }
              .header_new__search_dropdown .search_item__link:hover .search_item__text {
                color: var(--color-red);
              }
      .hn__user_navi {
        display: flex;
        gap: 10px;
      }
        .hn__user_navi .user_navi__item {
          position: relative;
        }
        .hn__user_navi .user_navi__item-box .uni__link {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 4px;
          color:  var(--color-black);
        }
          
          .hn__user_navi .user_navi__item-box .uni__link .uni__ico .uni_ico__svg {
            width: 20px;
            height: 20px;
          }
            .hn__user_navi .user_navi__item-box .uni__link .uni__ico {
              display: flex;
              justify-content: center;
              position: relative;
              height: 20px;
            }
            .hn__user_navi .user_navi__item-box .uni__link .uni__ico .uni__counter {
              position: absolute;
              top: 0;
              right: -8px;
              display: flex;
              justify-content: center;
              align-items: center;
              background: var(--color-orange);
              min-width: 14px;
              padding: 0 2px;
              min-height: 14px;
              line-height: 12px;
              font-size: 12px;
              color: #fff;
              font-weight: bold;
              border-radius: 14px;
            }
            .hn__user_navi .user_navi__item-box .uni__link .uni__title {
              font-size: 12px;
              font-weight: 600;
              line-height: 14px;
            }
            .hn__user_navi .user_navi__item-box .uni__link .uni_ico__item.uni_ico__item-text.logo_user_text {
              display: flex;
              width: 20px;
              height: 20px;
              line-height: unset;
              border-radius: 50%;
              font-size: 14px;
              font-weight: 0610;
              color: #222020;
              text-align: center;
              text-decoration: none;
              position: relative;
              border: 1.5px solid  var(--color-black);
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: center;
              align-items: center;
            }
          .hn__user_navi .user_navi__item .header_account__dropdown {
            right: -38px;
          }	
          .hn__user_navi .user_navi__item-box .uni__link:hover {
            color: var(--color-red);
          }
            .hn__user_navi .user_navi__item-box .uni__link:hover .uni_ico__svg {
              path {
                transition: 0.35s;
                fill: var(--color-red);
              }
            }
            .hn__user_navi .user_navi__item-box .uni__link:hover .uni_ico__item.uni_ico__item-text.logo_user_text {
              transition: 0.35s;
              color: var(--color-red);
              border: 1.5px solid var(--color-red);
            }
            .hn__user_navi .user_navi__item-box .uni__link:focus,
            .hn__user_navi .user_navi__item-box .uni__link:active {
              text-decoration: none;
            }
            
            .hn__user_navi .user_navi__item-box.header_wish, 
            .hn__user_navi .user_navi__item-box.header_basket {
              width: auto;
              height: auto;
              float: none;
              border: 0;
            }
              .hn__user_navi .user_navi__item-box .header_basket__dropdown,
              .hn__user_navi .user_navi__item-box.header_basket .header_basket__dropdown {
                left: 11px;
              }
                .hn__user_navi .user_navi__item-box.header_basket .header_basket__target:hover {
                  background: none;
                }
  
  .menu_wrapper {
    display: none;
    background: #fff;
    bottom: 0;
    height: calc(100vh - 120px);
    left: 0;
    overflow: auto;
    /* padding: 14px 0; */
    position: fixed;
    right: 0;
    transition: .3s;
    z-index: 1000;
  }
    .megamenu-container {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      display: flex;
      height: 100%;
      margin: 0 auto;
      max-width: 1120px;
      min-width: 500px;
      /* padding: 0 28px 0 15px; */
      position: relative;
    }
    
    .mm__col {
      flex: 1 1 calc(33.333%);
      display: flex;
      flex-direction: column;
      border-right: 1px solid #ddd;
      padding: 20px;
      overflow-y: auto;
    }
    .mm__col:last-child {
        border: 0;
      }
      .mm_s__section {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      .mm_s_s_i__link {
        text-decoration: none;
        color: #333;
        display: block;
        background: #fff;
        padding: 6px 10px;
        border-radius: 4px;
        letter-spacing: var(--letter-spacing-min);
      }
      .mm__sections-main .mm_s_s__item .mm_s_s_i__link {
        text-transform: uppercase;
      }
      .mm_s_s__item:hover .mm_s_s_i__link,
      .mm_s_s__item.active .mm_s_s_i__link {
        background: #E5E5E5;
        font-weight: 550;
      }
      .mm_s_s_i__count {
        font-size: 13px;
        color: var(--color-grey);
      }
      .mm_s_s_i__subsection {
        margin-top: 10px;
      }
      
      .mm_s_sub__section {
        display: none;
      }
      
      .megamenu-sub-subsection-items {
        padding-left: 20px;
      }
      .megamenu-sub-subsection-items a {
        display: block;
        margin-bottom: 5px;
        text-decoration: none;
        color: #555;
      }
      .megamenu-sub-subsection-items a:hover {
        text-decoration: underline;
      }
  
  
  .megamenu_mobile {
  
    display: none;
    flex-direction: column;
    padding: 0 16px !important;
    list-style: none;
    margin: 0;
  }
  
  .megamenu_mobile > .mm_mobile__item:last-child {
    border: 0;
  }
  .mm_mobile__item.has-children.open > .mm_m_i__wrapper > .mm_mobile_item__toggle svg {
    transform: rotate(180deg);
  }
  .mm_mobile__item {
    position: relative;
    padding: 8px 0;
  }
  
  .has-children > ul {
    display: none;
  }
  
  .has-children.open > ul {
    display: block;
  }
  
  .mm_m_i__wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .mm_mobile_item__link {
    color: var(--color-black);
  }
    .megamenu_mobile ul .mm_mobile_item__link {
      color: #504b4b;
      font-size: 14px;
    }
    .mm_mobile__item ul li ul li {
      padding: 5px 0;
    }
  
  .mm_mobile_item__toggle {
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    width: 70px;
    height: 22px;
    padding: 0 16px 0 0;
    text-align: right;
    /* transition: all 0.3ms; */
    /* transform: rotate(90deg); */
  }
    .mm_mobile_item__toggle {
        transform: rotate(0deg);
    }
  .mm_m_i_link__count {
    letter-spacing: var(--letter-spacing-mid);
    color: #afafaf;
  }
  
            
  /***  ***/	
  /* glob */
  
  
  .show-md,
  .show-flex-md,
  .show-xs,
  .show-flex-xs { 
    display: none; 
  }
  .show-lg { 
    display: block; 
  }
  .show-flex-lg { 
    display: flex; 
  }
  
  /* Средние экраны */
  @media all and (max-width: 1000px) {
    
    .hn__user_navi {
      display: flex;
      gap: 10px;
      /* width: 85px; */
      justify-content: space-between;
      align-items: center;
    }
    
    .show-lg,
    .show-flex-lg  { 
      display: none; 
    }
    .show-xs,
    .show-flex-xs { 
      display: none; 
    }
    .show-md {
      display: block;
    }
    .show-flex-md {
      display: flex;
    }
    
    .uni__ico img {
      max-width: 25px;
    }
    .hn__tb__c__telephone_callback .header_phone__target {
      font-size: 14px;
    }
    .hn__tb__c__menu.nav a {
      font-size: 11px;
    }
      .hn__user_navi .user_navi__item-box .uni__ico {
        /* width: 18px; */
      }
        .uni__ico img {
          max-width: 24px;
          width: 24px;
        }
        
  }
  
  
  /* Маленькие экраны */
  @media all and (max-width: 767px) {
    
    .show-lg,
    .show-flex-lg,
    .show-md,
    .show-flex-md  { 
      display: none; 
    }
    .show-xs {
      display: block;
    }
    .show-flex-xs { 
      display: flex; 
    }
    
    .megamenu_mobile {
      display: flex;
    }
    
    .hn__user_navi .user_navi__item {
        position: inherit;
    }
    .hn__user_navi .user_navi__item-box .header_basket__dropdown, .hn__user_navi .user_navi__item-box.header_basket .header_basket__dropdown {
      left: 0;
    }
    
    #megamenu { display: none; }
    
    .hn__tb__c__menu.nav {
      margin-right: 0;
    }
      .hn__tb__c__menu.nav > ul {
        flex-direction: column;
        align-items: stretch;
      }
      .hn__tb__c__menu.nav li {
        justify-content: space-evenly;
      }
      .hn__tb__c__menu.nav li.hn_tb_c_m__mobile_cat__item {
        display: flex;
      }
    .hn__search {
      margin-right: 0;
    }
    .hn__tb__c__telephone_callback .header_phone__target {
      font-size: 13px;
    }
    .hn__tb__c__menu.nav {
      display: none;
    }
    .header_new__row.header_content {
      padding-right: 0;
    }
    .hn__tb__content {
      justify-content: space-between;
    }
    
    .category_menu__item {
      width: auto;
      flex: 1 1 calc(50% - 12px);
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      border-bottom: 1px solid #cecece;
      padding: 0 12px 12px 12px;
    }
    .category_megamenu__item__image {  
      display: flex;
      width: 85px;
      /* height: 85px; */
      line-height: 85px;
      text-align: center;
      overflow: hidden;
      justify-content: center;
    }
    .category_megamenu__item__content {
      align-items: center;
    }
    .category_megamenu__item__content__link {
      text-align: center;
    }
    
    .breadcrumbs_field, 
    .breadcrumbss_field {
      float: left !important;
    }
    
  }
  
  
  
  /* new catalog cards list css */
  
  .catalog__wrapper {
    padding: 30px;
  }
  .catalog__ {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
    .catalog__item {
      position: relative;
      display: flex;
      flex: 1 1 calc(33.333% - 60px);
      max-width: calc(33.33% - 6px);
      border: 1px solid #eee;
      border-radius: 8px;
      flex-direction: column;
      gap: 10px;
      padding: 0 0 12px 0;
    }
      .item_category_carousel .catalog__item {
        max-width: calc(95%);
        margin-bottom: 12px;
      }
      .owl-carousel .owl-stage-outer {
        padding: 0 0 0 7px;
      }
      .catalog_item__image {
        background-color: #fff;
        box-sizing: border-box;
        display: block;
        line-height: 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 3;
        border-radius: 8px;
      }
        .catalog_item__image:before {
          content: "";
          display: block;
          padding-top: 100%;
        }
        .ci_i__inner {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          /* padding: 8px; */
          border-radius: 8px;
          background: #f6f6f6;
        }
          .catalog_item__image .ci_i__inner img {
            height: 100%;
            object-fit: contain;
            width: 100%;
            border-radius: 8px;
            transition: transform 0.5s ease;
          }
            .catalog__item:hover .catalog_item__image .ci_i__inner img {
              transform: scale(0.9);
            }	
      .catalog__item-wrp {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 5px;
        padding: 0 12px;
        height: 100%;
      }
      .catalog_item__title {
        display: flex;
        flex-grow: 1;
        padding-bottom: 4px;
      }
        .item_category_carousel .catalog_item__title {
          height: 40px;
        }
        .catalog_item__title,
        .catalog_item__title .ci_t__link {
          color: var(--color-black);
          font-weight: var(--font-weight-bold);
          letter-spacing: -0.05em;
          font-size: 14px;
          /*text-transform: uppercase;*/
        }
          .catalog_item__title:hover,
          .catalog_item__title .ci_t__link:hover {
            color: var(--color-red);
          }
      .catalog_item__price {
        color: var(--color-black);
        font-size: 18px;
        font-weight: var(--font-weight-bold);
        letter-spacing: -0.04em;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 10px;
      }
        .catalog_item__price .rub {
          position: relative;
          top: 1px;
          font-weight: var(--font-weight-bold);
        }
        .catalog_item__price .ci_price {
          display: flex;
        }
          .cip_main__val {
            
          }
          .catalog_item__price .ci_price.ci_price__main.ci_price__main-d {
            color: var(--color-red);
          }
          .cip__val.cip_discount__val {
            text-decoration: line-through;
          }
        .catalog_item__price .ci_price__discount,
        .catalog_item__price .ci_price__discount .rub  {
          color: var(--color-grey);
          font-weight: var(--font-weight-regular) !important;
        }
        .catalog_item__price .ci_price__request {
          font-size: 11px;
          color: var(--color-grey);
        }
      .catalog_item__rating {
        display: flex;
        lign-items: center;
        gap: 10px;
      }
        .ci_rating__reviews {
          font-size: 11px;
          color: var(--color-grey);
        }
      .catalog_item__count {
        display: flex;
        gap: 10px;
      }
      .catalog_item__count.item_count_in_list {
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: auto;
        height: auto;
        vertical-align: middle;
        /* color: #999; */
      }
        .catalog_item__count.item_count_in_list span {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 2px;
          background: #eae9e8;
          margin-right: 2px;
          vertical-align: baseline;
          /* vertical-align: middle;*/
        }
        .catalog_item__count.item_count_in_list div {
          vertical-align: middle;
          display: block;
          margin: 0;
        }
      .catalog_item__btn {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-top: 10px;
        /* padding: 0 14px; */
      }
        .ci_item__btn {
          text-align: center;
          width: 100%;
          background: var(--color-red);
          color: #fff;
          padding: 8px 12px;
          font-size: 13px;
          font-weight: 620;
          border-radius: 4px;
        }
          .ci_item__btn:hover,
          .ci_item__btn:focus {
            color: #fff;
            background: var(--color-red-hover);
            text-decoration: none;
          }
        .ci_item__btn.js-in_cart {
          background: var(--color-cat-in-cart);
        }
        .ci_item__btn.ci_item__btn-not_available {
          background: #EFEFEF;
          color: var(--color-grey);
        }
          .ci_item__btn.ci_item__btn-not_available:hover,
          .ci_item__btn.ci_item__btn-not_available:focus {
            color: var(--color-grey);
            background: #EFEFEF;
            text-decoration: none;
          }
      .catalog_item__control {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 100;
        width: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
        .catalog_item__control .ci__control__el {
          
        }
          .catalog_item__control .ci__control__el .ci_c_el__link {
            cursor: pointer;
            display: inline-block;
          }
            .catalog_item__control .ci__control__el .ci_c_el__link .ci_c_el__ico {
              transition: all;
            }
              .catalog_item__control .ci__control__el .ci_c_el__link:hover .ci_c_el__ico {
                path {
                  transition: 0.35s;
                }
              }
              .catalog_item__control .ci__control__el .ci_c_el__link:hover .ci_c_el__ico-like {
                path {
                  stroke: var(--color-red);
                }
              }	
              .catalog_item__control .ci__control__el .ci_c_el__link:hover .ci_c_el__ico-compare {
                path {
                  fill: var(--color-red);
                }
              }	
            .catalog_item__control .ci__control__el .ci_c_el__link.active .ci_c_el__ico,
            .catalog_item__control .ci__control__el .ci_c_el__link.active .ci_c_el__ico-like,
            .catalog_item__control .ci__control__el .ci_c_el__link.active .ci_c_el__ico-compare {
              path {
                fill: var(--color-red);
              }
            }
            .catalog_item__control .ci__control__el .ci_c_el__link.active .ci_c_el__ico-like {
              path {
                stroke: var(--color-red);
              }
            }
            
  
  @media all and (max-width: 1000px) {
  
  }
  
  @media all and (max-width: 767px) {
  
    .catalog__wrapper {
      padding: 4px;
    }
    
    .catalog__item {
        flex: 1 1 calc(50% - 10px);
      max-width: calc(50% - 5px);
    }
      .catalog_item__price {
        font-size: 16px;
      }
      .catalog_item__title, .catalog_item__title .ci_t__link {
        font-size: 13px;
        line-height: 15px;
      }
  
  }
  
  .product__characteristic-shadow{
          position: absolute;
          z-index: 0;
          left: 0;
          width: 100%;
          height: 80px;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);
          display: block;
          bottom: 0;
      }
      .product__available_label__title {
          font-size: 14px;
          padding-bottom: 6px;
          line-height: 19px;
      }
  
      .product__available_label {
          font-weight: normal;
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          font-family: Open Sans;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 19px;
          text-decoration-line: underline;
          color: #0E72E8;
      }
  
      .product__available{
          font-size: 14px;
          line-height: 19px;
      }
      .product__available__wrp {
          border: none;
          padding: 15px 0px 0 0;
      }
  
      a:hover .icon-add_compare_1, a.active .icon-add_compare_1 {
         /* background-position: 0px bottom;*/
      }
  
      .product__additional {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: 10px;
      }
      .product__colors_available {
          max-width: 35%;
      }
      .product__d_options {
          max-width: 60%;
          padding-top: 10px;
      }
      .offersTitle {
          width: 100%;
      }
      .product__add_field_wrapper-top{
          padding: 0;
          margin-bottom: 0;
          margin-left: 5px;
          display: inline-block;
      }
      #product__add_field {
          width: unset;
      }
  
      .product__add_field .btn {
          width: 176px;
          justify-content: center;
          text-shadow: none;
      }
  
      .product__call_btn{
          border: none;
      }
  
      .product__control {
          display: inline-block;
      }
  
      .product__compare_favorite{
          display: inline-block;
          margin-left: 5px;
      }
  
      .product__control {
          margin-bottom: 0;
          display: flex;
      }
  
      .container_product__order-line{
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap;
      }
      .container_product__order-line:first-child {
          margin-bottom: 16px;
      }
      .container_product__order-line:last-child {
          font-size: 14px;
      }
      #btn-1-click1{
          background: none;
          width: unset;
          height: unset;
          line-height: 19px;
          font-size: 14px;
          text-decoration: underline;
          margin-left: 5px;
          margin-right: 0;
      }
  
      #btn-credit1{
          background: none;
          width: unset;
          height: unset;
          line-height: 19px;
          font-size: 14px;
          text-decoration: underline;
          color: #de4442;
          margin-left: 5px;
      }
  
      .container_product__order-question{
          color: #858585;
      }
  
      .product__call_btn{
          border: none;
          width: unset;
          height: unset;
          line-height: 19px;
          text-decoration: underline;
          margin-left: 5px;
      }
      .product__characteristic {
          max-height: 250px;
          overflow: hidden;
          position: relative;
      }
      .product__characteristic-more {
          position: absolute;
          bottom: 20px;
          background-color: #fff;
          left: 50%;
          margin-left: -90px;
          width: 180px;
          height: 30px;
          border-radius: 100px;
          border: 1px solid #666666;
          font-weight: 300;
          font-size: 14px;
          line-height: 19px;
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .product__characteristic-more:hover,
      .product__characteristic-more:focus {
          cursor: pointer;
          background-color: rgb(248, 248, 248);
      }
  
      .product__characteristic-list {
          list-style: none;
          padding-left: 0;
          margin-bottom: 35px;
      }
      .product__characteristic-list li {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
      }
      .product__characteristic-list_name,
      .product__characteristic-list_value {
          max-width: 50%;
      }
      .product__characteristic-list_name {
          text-align: left;
      }
      .product__characteristic-list_value {
          text-align: right;
      }
      .product__order_block {
          padding: 15px 15px 18px 15px;
          border-radius: 4px;
      }
  
      .product__price::before {
          content: '';
          position: absolute;
          width: 104%;
          top: unset;
          left: -3px;
          bottom: 23%;
          height: 45%;
          z-index: -1;
          background: #FFFA79;
          border-radius: 100px;
  
      }
  
      .product__order_block {
          z-index: 0;
      }
  
      .product__control_link {
          padding: 0;
          margin: 0;
          height: unset;
          border: none;
      }
  
      .product__control_link.favactive.active {
  
      }
  
      .icon-add_favoritenew {
       /*   width: 16px;
          height: 16px;
          background-size: 15px 33px;
          background-repeat: no-repeat;
          background-position: 1px bottom;
          position: absolute;
          top: unset;*/
      }
  
  
      .icon-add_compare_1 {
          width: 32px;
          height: 31px;
            /* background-position: 0px bottom; background-size: 16px 32px;
           /* background-position: 0px bottom;  background-position: 0px bottom;
          position: absolute;
          top: unset;*/
      top: -2px;
      }
  
    .icon-add_compare_11 {
          width: 32px;
          height: 32px;
       /*
          background-size: 16px 32px;
          background-position: 0px bottom;
          position: absolute;
          top: unset;*/
  
      }
  
      .product__control a.product__control_link {
  margin-bottom: 5px;
  position: relative;
  }
  
  .product__control_link:hover .product__control_tooltip{
  display: flex;
  }
  
  
  .product__control_tooltip {
  display: none;
  position: absolute;
  top: -120%;
  z-index: 5;
  background-color: #fff;
  right: 50%;
  transform: translate(50%, 0);
  padding: 3px 14px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  }
  
  .product__control_tooltip::before,
  .product__control_tooltip::after {
  content: '';
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  bottom: -15px;
  border: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.25);
  }
  
  .product__control_tooltip::after {
  border-top: 7px solid white;
  bottom: -14px;
  }
  
  .product__control_tooltip-text {
  text-decoration: underline;
  color: #626262;
  font-family: Open Sans;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 16px;
  }
  
      .podarok__plus{
          display: flex;
          height: 16px;
          width: 16px;
          text-decoration-line: unset;
          background-color: #46CA5B;
          border-radius: 100%;
          color: #fff;
          justify-content: center;
          align-items: center;
          align-content: center;
          margin-right: 5px;
      }
  
      .podarok__word {
          text-decoration: underline;
      }
      .product_article {
          font-size: 14px;
          line-height: 19px;
          color: #929292;
          margin-bottom: 24px;
          padding-left: 17px;
      }
      .product__rating_block {
          padding-left: 17px;
      }
      .product__price {
          position: relative;
      }
  
      .rub {
          font-weight: bold;
          font-style: normal;
      }
  
      .product__add_notification_link span {
          margin-left: 12px;
      }
      .product__add_notification_link span {
          border-bottom: none;
          text-decoration: underline;
      }
      .product__title {
          font-size: 36px;
          font-weight: 900;
          color: #0a0c0c;
          line-height: 1.1;
          margin-bottom: 3px;
          /*text-transform: uppercase;*/
          font-weight: bold;
          margin-top: 40px;
          padding-left: 17px;
      }
      .product__old_price {
          font-family: Open Sans;
          font-style: normal;
          font-weight: bold;
          color: #DC4546;
          text-decoration: line-through;
          margin: -8px 0 -1px;
          margin-top: 0px;
          font-size: 18px;
          line-height: 25px;
          float: left;
      }
      .product__price {
          font-size: 36px;
          line-height: 1.1;
          color: #de4442;
          font-weight: bold;
          font-family: Open Sans;
          font-style: normal;
          font-weight: 800;
          font-size: 38px;
          line-height: 52px;
          color: #000000;
          display: inline-block;
      }
  
      .product__podar {
          font-family: Open Sans;
          font-style: normal;
          font-weight: bold;
          color: #DC4546;
          /* text-decoration: line-through; */
          margin: -8px 5px -1px;
          margin-top: 0px;
          font-size: 14px;
          line-height: 20px;
          float: left;
      }
      .inform
      {
          margin-top: 0;
          padding-bottom: 2px;
          padding-left: 17px;
          display: flex;
          flex-wrap: wrap;
      }
      .hrgg
      {
          font-family: Open Sans;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 16px;
          text-decoration-line: underline;
  
          color: #0E72E8;
      }
      #cheaper_block__btn {
          float: left;
          margin-left: 12px;
          margin-right: 0;
      }
      .podarok{
          font-family: Open Sans;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 19px;
          /* identical to box height */
          text-decoration-line: none;
          display: flex;
          align-items: center;
          text-align: center;
          color: #0E72E8;
          float: left;
      }
  
      #gift_window1 {
          border: 0px dashed #de4442;
          /* color: #de4442; */
          /* font-weight: bold; */
      }
      .product__price_field {
          margin-top: 0;
          min-width: unset;
          display: flex;
          flex-direction: column;
      }
      .product__add_field .btn {
          width: 179px;
          height: 62px;
      }
      .product__add_btn {
          padding: 5px 24px;
      }
      .product__add_field {
          float: left;
          margin-bottom: 0px;
          width: 230px;
      }
  
      .product__add_field .btn {
          width: 179px;
          height: 62px;
          font-family: Open Sans;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 25px;
          display: flex;
          align-items: center;
          text-align: center;
          text-transform: uppercase;
      }
      @media screen and (max-width: 600px){
          .product__colors_available,
          .product__available_block,
          .product__d_options {
              max-width: none;
          }
      }
      @media(min-width:1201px)
      {
          .product__available
          {
              float:right;
          }
      }
      @media(min-width:601px) and (max-width:999px)
      {
          .product__available
          {
              float:right;
          }
      }
      @media(min-width:320px) and (max-width:355px)
      {
          .product__available
          {
              float:right;
          }
      }
  
    #btn-1-click1:hover
    {
    color:#000;
    text-decoration:none;
    }
    #btn-credit1:hover
    {
    color:#000;
    text-decoration:none;
    }
    .hrgg:hover
    {
      color:#000 !important;
    text-decoration:none !important;
    }
    .product__add_notification_link span:hover
    {
      text-decoration:none !important;
    }

/* End */


/* Start:/bitrix/templates/proTemplate/css/media.css?163347703850864*/
@media only screen and (max-width : 91440px) {
    .wrapper {
        width: 1120px;
    }
}
@media only screen and (max-width : 1200px) {
    .wrapper {
        width: 980px;
    }
    .breadcrumbs_group__title {
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
    }
    .breadcrumbs_group__content_c {
	max-width: 100%;
    }

    .header_account__dropdown{
        right: -20px;
    }

    .header_account__dropdown:before, 
    .header_account__dropdown:after {
        right: 49px;
    }

    .nav {
        margin-left: 280px;
    }

    .footer_menu {
        width: 500px;
    }

    .block_item-small {
        height: 286px;
    }

    .block_item-small .item{
        height: 286px;
    }

    .block_item-medium {
        height: 278px;
    }

    .block_item-large {
        height: 593px;
    }

    .item_category_tabs{
        padding: 0 5px;
    }

    .item_category_tabs ul {
        height: 70px;
    }

    .item_category_tabs a {
        height: 70px;
        line-height: 70px;
        font-size: 12px;
        padding: 0 5px;
    }

    .catalog_sort__label{
        margin-right: 5px;
    }

    .catalog_sort__links li{
        margin-right: 10px;
    }

    .catalog_view{
        margin-left: 10px;
    }

    .catalog_header {
        padding: 20px 15px 16px;
    }

    .text_block__side {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .item_hrz_content {
        padding: 30px 0 0 15px;
    }

    .item_hrz .item_price_field__price {
        padding: 0 10px;
    }

    .order_info__col_l {
        width: 370px;
    }

    .order_info__col_r {
        width: 590px;
    }

    .order_table td{
        font-size: 16px;
    }

    .order_table__title {
        font-size: 17px;
    }

    .order_table__footer_btn {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .cart__header {
        padding: 0 30px;
    }

    .cart_table th.cart_table__check_cell, .cart_table td.cart_table__check_cell {
        padding-left: 30px;
    }

    .cart_table__additional_c{
        padding: 30px;
    }

    .cart__footer {
        padding: 30px;
    }

    .order_form_block {
        padding-top: 0;
    }

    .order_form_section {
        padding: 35px 30px 1px 70px;
    }

    .order_form_section__num{
        left: 19px;
    }

    .order_form_section:before{
        left: 39px;
    }

    .cart_additional_carousel .owl-prev {
        left: -30px;
    }

    .cart_additional_carousel .owl-next {
        right: -30px;
    }

    .module-delivery .info_link {
        margin-right: -20px;
    }

    .compare_info_window__tooltip-1{
        left: -192px;
    }

    .sidebar_col{
        width: 220px;
    }

    .fixed_sidebar{
        width: 220px;
    }

    .sidebar_nav a {
        padding: 15px 20px;
    }

    .content_with_sidebar_col {
        margin-left: 240px;
    }

    .account_module__info{
        padding-left: 100px;
    }

    .account_module__userpick img{
        width: 85px;
        height: 85px;
    }

    .slider__content {
        padding: 40px 30px 0;
    }

    .special_offer__item .item_hrz_content {
        left: 145px;
        padding: 20px 0 0 50px;
    }

    .order_history_table td {
        padding: 12px 10px;
    }

    .tab_block__tabs {
        padding: 0 5px;
    }

    .tab_block__tabs ul {
        height: 70px;
    }

    .tab_block__tabs a {
        height: 70px;
        line-height: 70px;
        font-size: 12px;
        padding: 0 5px;
    }

    .container.product__order_block,
    .product__order_block{
        padding: 15px;
    }

    .product__title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .product__control {
        margin-bottom: 20px;
    }

    

    .product__category {
        font-size: 16px;
        margin-bottom: 0;
    }

    .product__rating_block{
        margin-bottom: 10px;
    }

    .product__description_content {
        font-size: 14px;
        line-height: 22px;
    }

    .product__gift_row {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product__order_block{
        margin-bottom: 5px;
    }

    .kn_block {
        padding: 25px 30px 10px;
    }

    .kn_block__col{
        padding-right: 15px;
    }

    .kn_block__col + .kn_block__col{
        padding-left: 15px;
    }

    .kn_manual_excerpt {
        margin-bottom: 28px;
    }

    .tab_block__tabs ul.li_count_7 li,
    .tab_block__tabs ul.li_count_8 li {
		margin-right: 10px;
    }
}

@media only screen and (min-width : 1001px) {
    .catalog_filter{
        display: block !important;
    }

    .product_image_container.blur{
        overflow: hidden;
    }

    .product_image_container.blur img{
        -webkit-filter: blur(5px);
    }
    
    /*dop_items hovers*/
    .dop_options_block .dop_info .dop_subtext a:hover {
        border-bottom: 1px dashed rgba(222,68,66, 0.6);
    }
    .dop_options_block .dop_btn .dop_btn_add:hover,
    .dop_options_block .dop_btn .dop_btn_del:hover {
        opacity: 0.8;
    }
    .dop_column .dop_item:hover {
       border: 2px solid #de4442;
       cursor: pointer;
    }
    .dop_column .dop_item .dop_item_link:hover {
        border-bottom: 1px dashed rgba(222,68,66,0.6);
    }
    .dop_active .dop_slider_left:hover,
    .dop_active .dop_slider_right:hover {
        opacity: 0.8;
    }
    .dop_options_block .dop_count .dop_plus:hover,
    .dop_options_block .dop_count .dop_minus:hover {
        color: #666;
    }

}

@media only screen and (max-width : 1000px) {
    .login_window .popup_window__outside {
        display: block;
    }
    .to_registration_block__info {
        display: none
    }
    .login_window .login_block {
        width: auto;
        position: relative;
    }
    .login_window {
        max-width: 460px;
        overflow: visible;
    }
    .registration_block__info {
        display: none
    }
    .registration_block {
        padding-left: 0;
    }
    .registration_window {
        max-width: 460px;
    }
    .header_wish.show {
        display: none!important;
    }
    .dop_options_block ul li {
        padding: 25px 30px 25px 30px;
    }
    
    
    .dop_options_block .img {
	display: none;
    }
    .dop_options_block .dop_info {
	width: 100%;
    }
    .dop_options_block .dop_info {
        padding-left: 0px;
    }
    .dop_options_block .with_count .dop_info {
	width: calc(100% - 90px);
    }
    .dop_options_block .with_count .dop_info {
        padding-left: 30px;
    }
    .dop_options_block .dop_price {
        text-align:left;
        width: 50%;
    }
    .dop_options_block .dop_btn {
        width: 50%;
    }
    
    .h1{
        font-size: 34px;
    }

    .wrapper {
        width: 740px;
    }

    .container {
        padding-top: 148px;
    }
    .without_toold.container {
        padding-top: 118px;
    }

    .header_c {
        margin: 0 280px;
        text-align: center;
    }

    .header_c li {
        float: none;
        height: 24px;
        line-height: 18px;
        padding: 0;
        white-space: nowrap;
    }

    .header_account__image{
        left: 10px;
    }

    .header_account__target:before{
        right: 0;
    }

    .header_account__dropdown{
        right: 0;
    }

    .header_account__dropdown:before, .header_account__dropdown:after {
        right: 40px;
    }

    .logo img{
        width: 200px;
    }

    .header_content{
        height: 70px;
    }

    .header_logo {
        height: 70px;
        width: 200px;
    }

    .logo{
        padding-top: 20px;
    }

    .nav {
        margin-left: 210px;
    }

    .nav ul{
        height: 67px;
        font-size: 11px;
    }

    .nav a {
        height: 67px;
        line-height: 70px;
    }

    .footer_menu {
        width: 430px;
    }

    .footer_content {
        width: 280px;
    }

    .social_btn > span{
        display: none;
    }

    .icon-social{
        margin-right: 0;
    }

    .social_btn{
        padding: 0 10px;
    }

    .social_links{
        text-align: right;
    }

    .header_basket__dropdown {
        margin-left: -190px;
    }

    .category_menu {
        padding: 13px 13px 0;
    }

    .category_menu ul{
        display: block;
        text-align: justify;
        margin-bottom: -5px;
    }

    .category_menu ul:after{
        content: '';
        display: inline-block;
        width: 100%;
    }

    .category_menu li{
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        width: 16%;
    }

    .category_menu__image{
        display: block;
        height: 67px;
        line-height: 67px;
        margin-bottom: 4px;
        top: 0 !important;
    }

    .category_menu__block{
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        border: none;
        position: static;
        margin: 0;
        padding: 0;
        visibility: visible;
        display: block;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .no-touch .category_menu a:hover .category_menu__image{
        top: 0px;
    }

    .category_menu__block strong{
        font-size: 12px;
        margin-bottom: 2px;
    }

    .category_menu__block em{
        font-size: 10px;
    }

    .main_block {
        background-attachment: scroll;
    }

    .blocks {
        margin: 0 0px 56px;
    }

    .block_col {
        width: 100%;
        padding: 0;
    }

    .block_item-small {
        height: 448px;
    }

    .block_item-small .item {
        height: 448px;
    }

    .block_item-medium {
        height: auto;
        margin-bottom: 20px;
    }

    .block_item-large {
        height: auto;
    }

    .item_category_tabs ul {
        height: auto;
        text-align: center;
    }

    .item_category_tabs ul:after{
        display: none;
    }

    .item_category_tabs a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0px 10px;
    }

    .main_bottom {
        margin: 0 0 30px;
    }

    .main_bottom_col {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .best_offers {
        padding-top: 30px;
    }

    .catalog_sidebar {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .catalog_filter__header{
        display: block;
    }

    .catalog_filter{
        display: none;
    }

    .catalog_main {
        margin-left: 0;
        clear: both;
    }

    .catalog_filter__col{
        float: left;
        width: 50%;
    }

    .breadcrumbs_group {
        padding: 10px 5px;
    }

    .breadcrumbs_group__image {
        width: 100px;
        height: 66px;
        line-height: 66px;
        margin-right: 10px;
    }

    .breadcrumbs_group__content {
        margin-left: 0;
        line-height: 1.2;
        clear: both;
        padding-left: 10px;
    }

    .additional_catalog__item {
        width: 50%;
    }

    .order_info__col_l,
    .order_info__col_r{
        width: 100%;
    }

    .cart_table td.cart_table__image_cell {
        padding-right: 10px;
    }

    .cart_table__image {
        width: 130px;
        height: 82px;
        line-height: 82px;
    }

    .cart_table td.cart_table__remove_cell{
        width: 40px;
    }

    .cart_item_delete_link{
        opacity: 1;
        visibility: visible;
        height: 130px;
        line-height: 130px;
    }

    .cart_table__additional_c:before, .cart_table__additional_c:after{
        left: 245px;
    }

    .promo_code_block__section_label {
        float: none;
        margin-right: 0;
        margin-top: 0;
    }

    .promo_code_block__section {
        padding: 18px 20px 0;
    }

    .cart__total {
        float: none;
        margin-top: 0;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 10px;
    }

    .cart__buttons {
        float: none;
        text-align: center;
    }

    .delivery_item{
        width: 50%;
    }

    .module-delivery .info_link {
        margin-right: 0;
    }

    .compare_info_window__tooltip-1 {
        left: -3%;
        top: 36%;
    }

    .compare_info_window__tooltip-1:before{
        display: none;
    }

    .compare_info_window__tooltip-2 {
        right: -3%;
        top: 16%;
    }

    .compare_info_window__tooltip-3{
        right: 0%;
        top: auto;
        bottom: 0%;
    }

    .sidebar_col {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .fixed_sidebar{
        width: 100%;
    }

    .fixed_sidebar.fixed{
        position: static;
    }

    .content_with_sidebar_col{
        margin-left: 0;
    }

    .tab_block__tabs ul {
        height: auto;
        text-align: center;
    }

.tab_block__tabs li {
margin-right: 0px;
}
    .tab_block__tabs ul:after{
        display: none;
    }

    .tab_block__tabs a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0px 10px;
    }

    .product_image_block {
        width: 100%;
    }

    .product_image_block__inner,
    .product_image_container,
    .product_image,
    .product_video{
        border-radius: 3px 3px 0 0;    
    }

    .product_description {
        margin-left: 0;
        width: auto;
        clear: both;
    }

    .cheaper_block_wrapper{
        padding: 20px;
    }

    .cheaper_block__title{
        font-size: 20px;
    }

    .complect {
        margin: 0;
    }

    .complect_item{
        padding: 0 15px;
    }

    .complect_col{
        padding: 5px;
    }

    .complect_col:before {
        font-size: 28px;
        left: -9px;
    }

    .complect_total__price{
        font-size: 22px;
    }

    .complect_total__economy{
        font-size: 14px;
    }

    .product_info_col{
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .product_info_col-images{
        margin-bottom: 0;
    }

    .section_group:before{
        display: none;
    }

    .section{
        float: none;
        width: 100%;
    }

    .document_item{
        padding: 20px;
    }

    .document_item__date{
        right: 20px;
        bottom: 20px;
    }

    .complect_col{
        width: 33.33%;
    }

    .complect_col-total{
        float: none;
        margin: 0 auto;
        clear: both;
        padding-top: 20px;
        height: auto;
    }

    .complect_col-total:before{
        display: none;
    }

    .complect_total__content {
        padding: 20px 0;
    }

    .tooltip_window-rating {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .tooltip_window-rating:before, .tooltip_window-rating:after{
        margin-left: 0;
        left: 118px;
    }

    .excerpt__inner{
        overflow: hidden;
    }

    .article_exerpts{
        margin: 0;
    }

    .article_exerpt{
        padding: 0;
    }

    .article_exerpt-s{
        float: none;
        width: auto;
    }

    .excerpt-l .excerpt__image{
        float: none;
        width: auto;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .excerpt__more{
        position: static;
    }

    .kn_block__col{
        width: 100%;
        padding: 0 !important;
    }

    .articles_carousel__item{
        width: 100%;
    }
}
@media (max-width:567px) {
    .dop_all_wrapper {
	display: none;
    }
}
@media only screen and (min-width : 400px) {
    .product__control a.product__control_link {
        margin-bottom: 5px;
    }
}



@media only screen and (max-width : 767px) {
    
    .email_manager {
        display: inline;
        padding-left: 20px;
        margin-left:0;
    }
    /*dop_items*/
    .dop_options_block .dop_info {
        box-sizing: border-box;
        margin-top: 5px;
    }
        .dop_options_block .with_count .dop_info {
            width: calc(100% - 94px);
        }
    .dop_options_block .dop_count {
        margin-right: 4px;
    }
    .dop_options_block ul li {
        padding: 25px 50px 25px 50px;
    }
    
    h1, .h1{
        font-size: 28px;
        line-height: 42px;
    }

    h2, .h2{
        font-size: 22px;
        line-height: 30px;
    }

    h3, .h3{
        font-size: 18px;
        line-height: 20px;
    }

    h1, h2, h3, h4, h5, h6{
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
        margin: 0;
    }

    .wrapper{
        width: auto;
        margin: 0 10px;
    }

    .header_l{
        width: 260px;
    }

    .header_phone__dropdown{
        left: -10px;
    }

    .header_phone__dropdown li {
        padding: 11px 10px 9px;
    }

    .header_call{
        right: 10px;
    }

    .header_r{
        width: 270px;
    }

    .header_basket{
        width: 190px;
    }

    .nav {
        margin-left: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 49px;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
        z-index: 9;
        display: none;
    }

    .nav ul {
        height: auto;
        font-size: 13px;
        text-align: left;
    }

    .nav ul:after{
        display: none;
    }

    .nav li {
        height: auto;
        line-height: 20px;
        display: block;
        border-bottom: 1px solid #eeeeee;
    }

    .nav a{
        display: block;
        padding: 8px 10px;
        height: auto;
        line-height: 20px;
    }

    .nav a.active:before {
        bottom: -1px;
        border-bottom: 2px solid #de4442;
    }

    .header_content {
        height: 50px;
        padding-right: 48px;
        position: relative;
    }

    .header_logo {
        height: 50px;
        width: 160px;
    }

    .logo {
        padding-top: 13px;
    }

    .logo img {
        width: 100%;
    }

    .header_c {
        margin: 0 40px 0 170px;
        text-align: left;
        clear: both;
        padding-top: 11px;
        position: relative;
        z-index: 1;
    }

    .header_c li{
        display: inline-block;
        margin-right: 10px;
    }

    .nav_target{
        display: block;
        width: 48px;
        height: 47px;
        border-left: 1px solid #eeeeee;
        position: absolute;
        right: 0;
        top: 0px;
        cursor: pointer;
    }

    .nav_target span {
        width: 25px;
        height: 3px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -12px;
        background: #333;
    }

    .nav_target span:before, 
    .nav_target span:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 3px;
        left: 0;
        -webkit-transition: 0.15s linear;
        -o-transition: 0.15s linear;
        transition: 0.15s linear;
        background: #333;
    }

    .nav_target span:before {
        top: -7px;
    }

    .nav_target span:after {
        bottom: -7px;
    }

    .nav_target.nav_target-close span {
        background: none;
    }

    .nav_target.nav_target-close span:before {
        top: 0px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .nav_target.nav_target-close span:after {
        bottom: 0px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .container{
        min-height: 0;
        padding-bottom: 0;
        padding-top: 128px;
        overflow: hidden;
    }
    .without_toold.container {
        padding-top: 98px;
    }

    .footer {
        min-height: 0;
        margin-top: 0;
    }

    .footer_main {
        min-height: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_menu {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_content {
        width: 100%;
        clear: both;
        text-align: center;
    }

    .footer_logo{
        margin-left: 0;
    }

    .footer_logo img{
        margin: 0 auto;
    }

    .social_links{
        text-align: center;
    }

    .search_dropdown{
        right: 0;
    }

    .best_offers{
        padding-top: 20px;
    }

    .block_title{
        font-size: 22px;
        line-height: 30px;
    }

    .block_title small {
        font-size: 11px;
        margin-left: 5px;
        padding-left: 18px;
        top: -2px;
    }

    .block_title small:before {
        top: 8px;
    }

    .main_block{
        padding-bottom: 17px;
    }

    .block_item-small{
        height: 330px;
    }

    .block_item-small .item{
        height: 330px;
    }

    .block_item-small .banner{
        height: 100%;
    }

    .accordion_slider{
        height: 300px;
    }

    .accordion_slider__item{
        width: 400px;
    }

    .item-list .item_image {
        position: static;
        float: left;
        width: 130px;
        height: 55px;
        line-height: 55px;
        margin-top: 18px;
    }

    .item-list .item_main {
        margin-left: 150px;
        margin-right: 0;
        padding-top: 26px !important;
    }

    .item-list .item_content {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .item-list .item_footer {
        position: static;
        width: auto;
        margin-bottom: 10px;
    }

    .item-list .item_rating {
        margin-left: 150px;
        margin-right: 0;
    }

    .item-list .item_rating{
        display: none;
    }

    .catalog-grid .catalog_item{
        width: 50%;
    }

    .catalog_sort {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .text_block__side {
        margin-left: 0;
        margin-bottom: 20px;
        float: none;
        width: auto;
    }

    .text_block__side:after {
        content: '';
        display: table;
        clear: both;
    }

    .additional_catalog__item {
        width: 100%;
    }

    .breadcrumbs_popup{
        width: 550px;
    }

    .breadcrumbs_popup ul{
        width: 170px;
    }

    .cart__header {
        padding: 0 10px;
    }

    .cart__header_link{
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        padding: 0 5px;
        margin-right: 10px;
    }

    .cart_table td{
        font-size: 16px;
    }

    .cart_table th.cart_table__check_cell, .cart_table td.cart_table__check_cell {
        padding-left: 10px;
    }

    .cart_table__image {
        width: 100px;
        height: 62px;
        line-height: 62px;
    }

    .cart_table .item_title{
        font-size: 15px;
        line-height: 18px;
    }

    .count_field{
        width: 80px;
    }

    input.count_field__val{
        font-size: 16px;
    }

    .cart_table th.cart_table__price_cell, .cart_table td.cart_table__price_cell {
        padding-right: 10px;
    }

    .promo_code_block__label {
        font-size: 16px;
        width: 140px;
        padding: 34px 0 0 20px;
    }

    .promo_code_block {
        padding-left: 160px;
    }

    .promo_code_block__section {
        padding: 18px 10px 0;
    }

    .cart__buttons .btn {
        margin-bottom: 10px;
    }

    .cart_table__additional_c:before, .cart_table__additional_c:after {
        left: 195px;
    }

    .form_row_part{
        width: 100% !important;
        margin-bottom: 5px;
        padding-left: 0;
    }

    .order_form__total{
        margin-right: 20px;
        font-size: 24px;
    }

    .order_form__total em{
        font-size: 20px;
        margin-right: 5px;
    }

    .delivery_item{
        width: 100%;
    }

    .module-delivery{
        height: auto;
    }

    .module_delivery_inner_content{
        height: auto;
        margin-bottom: 15px;
    }

    .delivery_item__placeholder{
        height: 200px;
        line-height: 194px;
    }

    .edit_address_window__content {
        padding: 25px 15px 15px;
    }

    .edit_address_window__footer{
        padding: 20px 15px;
    }

    .registration_window{
        max-width: 460px;
    }

    .registration_block{
        padding-left: 0;
        max-width: 460px;
    }

    .registration_block__info{
        position: static;
        width: auto;
    }

    .registration_block__info_image{
        position: static;
    }

    .registration_block__info_content{
        position: static;
        padding: 40px;
    }

    .module_form_row{
        max-width: none;
        margin-right: 0;
    }

    .module_form_row__label{
        float: none;
        display: block;
        width: auto;
        margin: 0 0 5px 0;
    }

    .module_form_row__content{
        margin-left: 0;
    }

    .module_form_row__btn{
        position: static;
        margin: 5px 0 15px 0;
    }

    .module_form_row__btn .btn{
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .profile_userpick {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto 10px;
    }

    .special_offer__item .item_hrz_content {
        left: 130px;
        padding: 20px 0 0 30px;
    }

    .kn_categories_list ul{
        display: inline-block;
        float: none;
        width: 32%;
        vertical-align: top;
    }

    .article_block{
        padding: 25px;
    }

    .article_block .h1 {
        font-size: 28px;
        line-height: 42px;
    }

    .article_product_item{
        width: 220px;
    }

    .contacts_section__content{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .contacts_section__map{
        width: 100%;
    }
}

@media only screen and (max-width : 700px) {
    .compare_carousel .owl-stage-outer:before{
        display: none;
    }

    .complect_col{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .complect_col:before{
        display: none;
    }

    .complect_item{
        height: auto;
        padding-bottom: 20px;
    }

    .documents{
        display: block;
    }

    .documents_row{
        display: block;
    }

    .documents_ceil{
        display: block;
        border: none;
        border-bottom: 1px solid #eeeeee;
    }

    .kn_article_excerpt__caption {
        padding: 5px 10px 0 10px;
    }
}

@media only screen and (min-width : 568px) {
    .sticker-large{
        font-size: 20px;
        height: 54px;
        line-height: 54px;
        padding: 0 27px;
        right: -15px;
    }

    .sticker-large:before{
        bottom: -15px;
        border-top-width: 15px;
        border-right-width: 15px;
    }

    .sticker-large.sticker-left:before{
        border-left-width: 15px;
    }
}

.social_share_on_img {
    text-align: left;
    position: absolute;
    bottom: 155px;
    left: 10px;
}
@media only screen and (max-width : 567px) {
    .social_share_on_img {
	bottom: 135px;
    }
    .banner.banner-2 .banner-2__link{
        opacity: 1;
    }
    /*dop_items*/
    .dop_options_block ul li {
        padding: 20px 20px 25px 20px;
    }
    .dop_options_block .dop_info {
        width: calc(100% - 25px);
        padding-left: 20px;
        box-sizing: border-box;
    }
    .dop_options_block .dop_count {
        width: 100%;
    }
    .dop_options_block .dop_info .dop_name {
        font-size: 21.5px;
        line-height: 24px;
        margin-top: 5px;
    }
    .dop_options_block .dop_info .dop_subtext {
        width: 100%;	
        font-size: 14px;
        line-height: 21px;
        color: #999;
        margin-top: 15px;
    }
    .dop_options_block .dop_info .dop_subtext a {
        font-size: 14px;
        line-height: 21px;
    }
    
    .dop_options_block .dop_count {
        margin-top: 20px;
    }
        .dop_options_block .dop_count .dop_plus,
        .dop_options_block .dop_count .dop_minus {
            width: 40px;
            font-size: 26px;
            line-height: 32px;
        }
        .dop_options_block .dop_count .dop_input {
            display: inline-block;
            width: 50px;
        }
            .dop_options_block .dop_count .dop_input input {
                height: 32px;
                font-size: 23px;
                line-height: 32px;
            }
    .dop_options_block .dop_price {
        font-size: 23px;
        color: #000000;
        margin-top: 18px;
    }
    .dop_options_block .dop_btn .dop_btn_del,
    .dop_options_block .dop_btn .dop_btn_add {
        margin-top: 12px;
    }
            
            
    
    .container{
        padding-top: 0;
    }
    .without_toold.container {
        padding-top: 0;
    }
    .dop_options_block ul li.dop_active {
        padding: 0 43px;
    }

    .header{
        position: relative;
    }

    .header_top {
        height: auto;
    }

    .header_l {
        float: none;
        width: auto;
        margin: 0 -10px;
        padding: 0 10px;
        border-bottom: 1px solid #4f5252;
    }

    .header_phone__dropdown {
        right: -10px;
    }

    .header_r {
        width: auto;
        float: none;
        margin: 0 -10px;
        position: relative;
        border-bottom: 1px solid #4f5252;
    }

    .header_r:after {
        content: '';
        display: table;
        clear: both;
    }

    .header_basket{
        border-left: none;
        position: static;
    }

    .header_user{
        float: right;
        margin-right: 10px;
    }

    .header_basket__dropdown {
        margin-left: 0;
        left: 0;
        right: 0;
        width: auto;
    }

    .remove-from-small-cart {
        margin-left: -14px;
        margin-top: 6px;
    }

    .header_basket__item > a{
        padding: 10px 5px;
    }

    .header_basket_item__image {
        width: 56px;
        height: 40px;
        line-height: 40px;
    }

    .header_basket_item__content {
        margin-left: 70px;
        padding-top: 0;
    }

    .header_basket_item__title {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .header_basket__all {
        padding: 0 5px 5px;
    }

    .header_basket__footer {
        padding: 5px;
    }

    .header_basket__total {
        margin-bottom: 5px;
    }

    .header_basket__total small{
        font-size: 13px;
    }

    .header_basket__total strong{
        font-size: 18px;
    }

    .header_account__dropdown {
        right: -10px;
    }

    .header_account__dropdown:before, .header_account__dropdown:after {
        right: 50px;
    }

    .header_c {
        margin: 0 -10px;
        padding: 5px 0;
        text-align: center;
    }

    .header_c li {
        display: inline-block;
        margin: 0 5px;
    }

    .footer_menu__col {
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer_menu__col:nth-child(3){
        clear: both;
        margin-left: 25%;
    }

    .footer_menu strong{
        margin-bottom: 5px;
    }

    .footer_menu ul{
        line-height: 24px;
    }

    .footer_bottom{
        height: auto;
        padding: 10px 0;
    }

    .footer_bottom:after {
        content: '';
        display: table;
        clear: both;
    }

    .footer_bottom__l,
    .footer_bottom__r{
        float: none;
        text-align: center;
    }

    .order_call_window, 
    .success_call_window{
        padding: 25px 15px 15px;
    }

    .mfp-content .mfp-close {
        top: 5px;
        right: 5px;
    }

    .popup_window_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .form_row-inline .form_label {
        float: none;
        margin-top: 0;
        display: block;
        margin-bottom: 5px;
    }

    .form_row-inline .input_field {
        margin-left: 0;
    }

    .input_field-phone,
    .input_field-time{
        max-width: none;
    }

    .form_submit_row{
        text-align: center;
    }

    .success_call_window__footer {
        margin: 0 -15px;
        padding: 35px 15px 0;
    }

    .search_item > a{
        padding-right: 15px;
    }

    .search_item .sticker{
        display: none;
    }

    .category_menu li {
        width: 29%;
    }

    .search{
        padding-right: 80px;
    }

    .search_btn_field{
        width: 80px;
    }

    input.search_input{
        font-size: 14px;
    }

    .block_row {
        margin: 0;
    }

    .block_grid {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .banner-2__title {
        left: 10px;
        top: 10px;
    }

    .banner-2__title strong{
        font-size: 24px;
    }

    .banner-2__title small {
        font-size: 18px;
        margin-left: 0;
    }

    .banner-2__author{
        display: none;
    }

    .banner-2__link {
        right: 20px;
        bottom: 20px;
    }

    .banner-large__title{
        font-size: 20px;
    }

    .banner-large__subtitle {
        font-size: 12px;
    }

    .banner-large__content{
        height: 80px;
    }

    .banner_slider__title{
        font-size: 18px;
    }

    .banner_slider__subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .accordion_slider__item {
        width: 200px;
    }

    .accordion_slider__content {
        padding: 20px 15px;
    }

    .accordion_slider__subtitle {
        margin-bottom: 20px;
    }

    .accordion_slider__title{
        font-size: 24px;
    }

    .order_call_block{
        background-image: none !important;
        padding: 40px 10px;
        height: auto;
    }

    .subscribe_block{
        height: auto;
        padding: 40px 10px;
    }

    input.subscribe_form__input{
        font-size: 14px;
    }

    .subscribe_form__btn {
        width: 100px;
        font-size: 11px;
    }

    .subscribe_form {
        padding-right: 100px;
    }

    .main_bottom{
        margin-bottom: 0;
    }

    .catalog_filter__col{
        width: 100%;
    }

    .item-list .item_image{
        margin-top: 0;
    }

    .item-list .item_main {
        margin-left: 0;
        clear: both;
        padding-top: 0 !important;
    }

    .catalog-grid .catalog_item {
        width: 100%;
    }

    .breadcrumbs_group__item{
        width: 100%;
        border-left: none;
        border-top: 1px solid #eceae8;
        padding: 5px 0;
    }

    .breadcrumbs_group__item:first-child{
        border-top: none;
    }

    .breadcrumbs_group_link {
        font-size: 18px;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
    }

    .breadcrumbs_field {
        height: 40px;
        line-height: 40px;
        margin-left: 20px;
    }

    .breadcrumbs_field:before {
        left: -15px;
        top: 14px;
    }

    .catalog_view {
        margin-left: 5px;
    }

    .text_block__img {
        padding-right: 10px;
    }

    .breadcrumbs_field > a {
        padding: 0 2px;
        margin: 0 -2px;
    }

    .breadcrumbs_popup {
        width: 304px;
        left: -2px;
        top: 43px;
        padding: 2px;
    }

    .breadcrumbs_popup-col_1 {
        right: -2px;
    }

    .breadcrumbs_popup ul {
        width: 140px;
    }

    .breadcrumbs_popup ul:nth-child(2n+1){
        clear: both;
    }

    .breadcrumbs_popup li {
        margin-bottom: 5px;
    }

    .module__header{
        padding: 15px;
    }

    .module__content{
        padding: 10px 15px;
    }

    .module__card{
        padding: 13px;
    }

    .module__footer{
        padding: 15px;
    }

    .info_link{
        font-size: 13px;
    }

    .order_delivery__code{
        position: static;
        padding-top: 15px;
    }

    .order_table,
    .order_table tr,
    .order_table td{
        display: block;
    }

    .order_table__header{
        display: none !important;
    }

    .order_table tr{
        border-bottom: 1px solid #eeeeee;
        padding: 13px;
    }

    .order_table td{
        border: none !important;
        text-align: left !important;
        padding: 0 !important;
        font-size: 14px;
    }

    .order_table th{
        display: none;
    }

    .order_table__adinfo:after {
        content: '';
        display: table;
        clear: both;
    }

    .order_table__adinfo td{
        float: right;
    }

    .order_table__adinfo td:first-child{
        float: left;
    }

    .order_table__footer {
        padding: 13px;
    }

    .order_table__footer .btn{
        margin-bottom: 10px;
    }

    .order_table__footer_total > strong{
        font-size: 26px;
    }

    .order_table__footer_total > strong small{
        font-size: 20px;
    }

    .module-order_review textarea {
        height: 150px;
    }

    .order_success__title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 30px;
    }

    .order_success__subtitle{
        font-size: 14px;
    }

    .order_success__data-1,
    .order_success__data-2,
    .order_success__data-3{
        width: auto;
        display: block;
        margin: 0 0 24px;
        max-width: none;
    }

    .module__close {
        right: 10px;
        top: 15px;
    }

    .cart__header{
        padding: 0;
    }

    .cart__header_l,
    .cart__header_r{
        float: none;
        width: 100%;
    }

    .cart__header_link{
        float: none;
        display: block;
        margin: 0;
        padding: 0 20px;
    }

    .cart_table,
    .cart_table tr,
    .cart_table td{
        display: block;
    }

    .cart_table tr{
        width: calc(100vw - 22px);
        border-bottom: 1px solid #eae9e8;
        position: relative;
    }

    .cart_table td{
        border: none;
    }

    .cart_table th{
        display: none;
    }

    .cart_table td {
        border: none;
    }

    .cart_table td.cart_table__remove_cell{
        width: auto;
        padding: 0;
    }

    .cart_item_delete_link {
        height: 40px;
        line-height: 40px;
    }

    .cart_table td.cart_table__check_cell{
        position: absolute;
        right: 0px;
        top: 10px;
        padding: 0;
    }

    .cart_table td.cart_table__image_cell {
        padding: 10px 30px;
    }

    .cart_table__image{
        width: auto;
    }

    .cart_table td.cart_table__title_cell {
        padding: 10px;
        text-align: center;
    }

    .cart_item__additional_link{
        top: 0;
        margin-bottom: 0;
    }

    .cart_table td.cart_table__count_cell {
        float: left;
        padding: 5px 10px;
    }

    .count_field__arrow {
        font-size: 26px;
    }

    .cart_table td.cart_table__price_cell{
        float: right;
        padding: 10px;
    }

    .cart_table__remove_cell{
        clear: both;
    }

    .cart_table__additional_c:before, .cart_table__additional_c:after{
        display: none;
    }

    .cart__footer {
        padding: 15px;
    }

    .cart__promo_code {
        margin-bottom: 10px;
    }

    .promo_code_block {
        padding-left: 0;
        height: auto;
        padding-top: 40px;
    }

    .promo_code_block__label {
        width: auto;
        padding: 10px;
        right: -1px;
        bottom: auto;
        border-radius: 3px;
    }

    .promo_code_block__label:after, .promo_code_block__label:before{
        display: none;
    }

    .promo_code_block__section{

    }

    .promo_code_block__section {
        width: 100%;
        padding: 10px;
        border-right: none;
        border-bottom: 1px solid #eae9e8;
        height: auto;
    }

    .promo_code_block__section:last-child {
        border-bottom: none;
    }

    .cart__total{
        font-size: 20px;
    }

    .cart__total em{
        font-size: 18px;
    }

    .cart__buttons .btn {
        margin: 0 0 10px;
        width: 100%;
    }

    .order_form_section {
        padding: 10px 10px 10px 50px;
    }

    .order_form_section__num {
        left: 4px;
        top: 12px;
    }

    .order_form_section__title{
        margin-bottom: 15px;
    }

    .order_form_section__subtitle {
        margin-bottom: 16px;
        margin-top: -16px;
    }

    .order_form_section:before {
        left: 24px;
        top: 20px;
        bottom: -30px;
    }

    .order_form__total{
        float: none;
        margin-bottom: 15px;
        margin-top: 11px;
    }

    .cart_table__price_cell .item_price_field{
        margin: 0 auto;
    }

    .module-delivery .module__content {
        padding: 10px 15px;
    }

    .module-delivery .module__header {
        padding: 25px 15px 15px;
    }

    .edit_address_window__footer .btn{
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .login_block__social_btns .btn {
    }

    .registration_block__info_content{
        padding: 20px;
    }

    .pass_recovery__content {
        padding: 35px 10px 32px;
    }

    .social_accounts_window {
        padding: 35px 10px 20px;
    }

    .s_account {
        padding: 0 1px;
    }

    .s_account img {
        width: 60px;
        height: 60px;
    }

    .s_account strong {
        font-size: 13px;
        line-height: 1.2;
    }

    .s_account em{
        font-size: 11px;
    }

    .s_account_c {
        padding-top: 20px;
        height: 180px;
    }

    .social_accounts_window__btns .btn {
        margin: 0 0 10px;
        width: 100%;
    }

    .compare_control{
        padding-left: 10px;
    }

    .compare_control{
        font-size: 10px;
        line-height: 14px;
    }

    .compare_top__row{
        padding-left: 10px;
        font-size: 13px;
    }

    .compare_item__data_list{
        font-size: 13px;
    }

    .compare_item__data_list li{
        padding-left: 10px;
    }

    .compare_item__footer{
        padding-left: 10px;
        font-size: 13px;
    }

    .compare_item__data_list .info_link{
        margin: 0;
    }

    .clear_points {
        font-size: 11px;
    }

    .compare_sidebar{
        width: 140px;
    }

    .compare_top{
        width: 140px;
    }

    .compare_content{
        margin-left: 140px;
    }

    .compare_item__title{
        padding-left: 10px;
    }

    .compare_item__main_footer{
        padding-left: 10px;
    }

    .point_control{
        margin-left: 0;
    }

    .compare_item__title .item_title{
        font-size: 16px;
        line-height: 18px;
    }

    .compare_info_window__tooltip{
        font-size: 12px;
        line-height: 14px;
    }

    .compare_info_window__tooltip-1 {
        left: -20px;
        top: 50%;
        width: 150px;
        height: 90px;
        padding: 33px 20px 0;
    }

    .compare_info_window__tooltip-2 {
        right: -3%;
        top: 19%;
        width: 190px;
        height: 122px;
        padding: 19px 31px 0;
    }

    .compare_info_window__tooltip-3 {
        right: 0%;
        top: auto;
        bottom: 6%;
        width: 140px;
        height: 93px;
        padding: 7px 0px 0 30px;
    }

    .compare_info_window__title{
        font-size: 20px;
    }

    .data_list-icon li {
        margin-bottom: 60px;
    }

    .data_list__btn {
        position: absolute;
        left: auto;
        margin-left: 0;
        top: auto;
        bottom: -43px;
        right: 0;
    }

    .data_list-icon{
        margin-bottom: 60px;
    }

    .module_form_row .btn-fb,
    .module_form_row .btn-tw{
        width: 100%;
        margin-bottom: 10px;
    }

    .module__content-special_offers{
        padding: 0;
    }

    .account_module__control_line .btn{
        margin-bottom: 5px;
    }

    .module_top{
        padding: 27px 15px 21px;
    }

    .module-social_accounts .data_list-icon li {
        margin-bottom: 24px;
    }

    .slider__content{
        left: 0;
        padding: 20px;
    }

    .slider__title {
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 30px;
    }

    .slider__text{
        margin-bottom: 24px;
    }

    .special_offer__item{
        margin: 0 10px;
    }

    .special_offer__item .item_hrz_image {
        height: 120px;
        line-height: 120px;
        margin-left: 0;
    }

    .special_offer__item .item_hrz_content {
        left: 70px;
        padding: 20px;
    }

    .special_offer__item .item_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .special_offer__item .item_category {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .special_offer__item .item_price_field{
        margin-bottom: 12px;
    }

    .special_offer__note {
        font-size: 12px;
        line-height: 16px;
        margin-left: 0;
    }

    .rent_item__image {
        float: none;
    }

    .rent_item__content {
        margin-left: 0;
    }

    .rent_item__status{
        top: 0;
    }

    .rent_item__status{
        font-size: 12px;
    }

    .order_history_table__status{
        display: none;
    }
.product_image_carousel img
    .order_history_table__price_cell{
        font-size: 13px;
    }

    .order_history_table__info_cell{
        font-size: 12px;
    }

    .order_history_table__info_cell strong {
        font-size: 14px;
        margin-bottom: 0;
    }

    .order_history_table td {
        padding: 8px 5px;
    }

    .order_history_table__image .note_icon{
        right: -5px;
    }

    .module-discount .sticker {
        top: 3px;
    }

    .product_image_carousel_block{
        left: 5px;
        bottom: 5px;
        right: 5px;
    }

    .product_image_carousel img{
        height: 60px;
    }
        .product_image_carousel img,
        .product_image_carousel__item img {
            height: auto;
            width: auto;
        }

    .product_video_inner {
        left: 5px;
        right: 5px;
        bottom: 70px;
        top: 5px;
    }

    .product_image_sticker_tooltip {
        top: 0px;
        left: -10px;
    }

    .tooltip_window-gift{
        left: 0;
        margin-left: 0;
    }

    .product_description .sticker {
        top: 0;
    }

    .product_description__inner{
        padding-top: 40px;
    }

    .product__title{
        font-size: 20px;
    }

    .product__category{
        font-size: 14px;
    }

    .tooltip_window-rating{
        width: auto;
        left: -20px;
        right: -20px;
        padding: 10px;
    }

    .rating_row__title{
        font-size: 13px;
    }

    .product__add_comment textarea{
        font-size: 13px;
    }

    .product__price_field{
        float: none;
        margin-bottom: 10px;
    }

    .product__old_price{
        font-size: 16px;
    }

    .product__price{
        font-size: 30px;
    }

    .product__add_btn{
        margin-bottom: 10px;
    }

    .product__notification_row{
        float: left;
        text-align: center;
        margin-bottom: 5px;
    }

    .product__credit_row{
        float: none;
        text-align: center;
    }

    .basket_window__item_image {
        float: none;
        margin: 0 auto;
    }

    .basket_window__item_content {
        margin-left: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .basket_window__item .item_title{
        font-size: 16px;
    }

    .product__add_notification_info .icon {
        position: relative;
        left: 0;
        top: 0;
    }

    .product__add_notification_info{
        padding-left: 0;
    }

    .product__notification_row{
        width: auto;
    }

    .tooltip_window-add_notification {
        padding-bottom: 20px;
        left: -20px;
        margin: 0;
        width: auto;
        right: -20px;
        padding: 10px;
    }

    .tooltip_window-select_shop {
        width: 280px;
        margin-left: 0;
        left: -20px;
        padding: 20px;
    }

    .cheaper_block{
        display: block;
        text-align: center;
    }

    .cheaper_block > div{
        display: block;
    }

    .cheaper_block__title{
        margin-bottom: 15px;
    }

    .cheaper_block__btn{
        margin-bottom: 10px;
    }

    .section{
        padding: 15px;
    }

    .section_block{
        padding: 10px;
    }

    .related_products__item{
        display: block;
        text-align: center;
    }

    .related_products__image{
        display: block;
        width: auto;
        height: 94px;
        margin-bottom: 6px;
    }

    .related_products__content{
        display: block;
        margin-bottom: 10px;
    }

    .related_products__price{
        display: block;
        text-align: center;
    }

    .large-text {
        font-size: 14px;
        line-height: 24px;
    }

    .document_item {
        padding: 15px;
    }

    .document_item__date {
        right: 15px;
        bottom: 15px;
    }

    .excerpt__image{
        width: 120px;
        margin-bottom: 10px;
    }

    .excerpt__inner,
    .excerpt__content {
        overflow: visible;
    }

    .excerpt{
        margin-bottom: 40px;
    }

    .excerpt__content{
        margin-bottom: 10px;
    }

    .kn_categories_list ul{
        width: 49%;
    }

    .kn_block {
        padding: 25px 15px 10px;
    }

    .kn_article_excerpt__caption{
        position: relative;
        padding: 0;
    }

    .kn_manual_excerpt__image{
        width: 80px;
    }

    .kn_manual_excerpt__title{
        font-size: 16px;
        margin-bottom: 8px;
    }

    .kn_manual_excerpt {
        margin-bottom: 46px;
    }

    .kn_article_excerpt__title{
        font-size: 16px;
    }

    .article_block {
        padding: 20px;
    }

    .article_block .h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .article_product_item {
        width: 220px;
        float: none;
        margin: -42px auto 0;
    }

    .social_line{
        text-align: center;
    }

    .social_line > span{
        display: block;
        margin: 0 0 10px;
    }

    .articles_carousel__item{
        padding: 0;
    }

    .articles_carousel_block{
        padding: 0;
    }

    .articles_carousel_block .kn_article_excerpt__caption{
        padding: 0 15px 15px;
    }

    .breadcrumbs,
    .breadcrumbss {
        height: 58px;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumbs::-webkit-scrollbar,
    .breadcrumbss::-webkit-scrollbar {
        display: none;
    }

    .breadcrumbs_field,
    .breadcrumbss_field {
        display: inline-block;
        float: none;
    }

    .breadcrumbs_field:hover .breadcrumbs_popup {
        display: none!important;
    }

    .breadcrumbs_field > a{
        overflow: hidden;
    }

    .contacts_section {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .contacts_section__map iframe{
        height: 200px;
    }
}

@media screen and (max-width: 450px) {
    #cheaper_block__btn {
        float: none;
        margin-right: 0;
    }
}

@media screen and (max-width: 410px) {
    #jcont {
        right: 0!important;
    }

    #jivo_close_button {
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 10;
    }
}

@media screen and (max-width: 380px) {
    .product_description__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    #product__available_label {
        float: none;
    }

    .product__d_options {
        margin-top: 27px;
    }

    .kn_manual_excerpt-row {
        flex-direction: column;
    }

    .kn_article_excerpt {
        width: 100%;
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/proTemplate/css/style@2x.css?16334770388325*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .jq-checkbox .jq-checkbox__div{
        background-image: url('/bitrix/templates/proTemplate/css/../images/checkbox@2x.png');
    }

    .jq-selectbox__trigger-arrow{
        background-image: url('/bitrix/templates/proTemplate/css/../images/select_arrow@2x.png');
    }

    .icon-basket{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_basket@2x.png');    
    }

    .icon-login{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_logo@2x.png');   
    }

    .header_phone__target:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/dropdown_arrow@2x.png');
    }

    .icon-social{
        background-image: url('/bitrix/templates/proTemplate/css/../images/social@2x.png');
    }

    .header_account__target:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/dropdown_arrow@2x.png');
    }

    .note_icon{
        background-image: url('/bitrix/templates/proTemplate/css/../images/note@2x.png');
    }

    .icon-account{
        background-image: url('/bitrix/templates/proTemplate/css/../images/account_icons@2x.png');
    }

    .mfp-content .mfp-close{
        background-image: url('/bitrix/templates/proTemplate/css/../images/popup_close@2x.png');    
    }

    .search_breadcrumbs li:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/search_breadcrumbs@2x.png');        
    }

    input.search_input{
        background-image: url('/bitrix/templates/proTemplate/css/../images/search@2x.png');
    }

    .icon-add_compare{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_compare@2x.png');
    }

    .icon-add_favorite{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_favorite@2x.png');
    }

    .rating_star,
    .rating_star:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/star@2x.png');
    }

    .icon-add_basket{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_basket@2x.png');
    }

    .block_title small:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/title_arrow@2x.png');  
    }

    .icon-banner_time{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_banner_time@2x.png');  
    }

    .icon-arr_w{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_arr_w@2x.png');
    }

    .pin_dott:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/pin@2x.png');
    }

    .icon-video{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_video@2x.png');
    }

    input.subscribe_form__input{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_input_email@2x.png');
    }

    .order_call_block{
        background-image: url('/bitrix/templates/proTemplate/css/../images/girl@2x.png');
    }

    .subscribe_block{
        background-image: url('/bitrix/templates/proTemplate/css/../images/subscribe_line@2x.png');
    }

    .icon-text_view,
    .icon-catalog_view{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_view@2x.png');
    }

    .icon-compare_link{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_compare_link@2x.png');
    }

    .icon-sort{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_sort@2x.png');
    }

    .breadcrumbs_field:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/breadcrumbs_arrow@2x.png');
    }

    .icon-tracking{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_tracking@2x.png');
    }

    .icon-print{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_print@2x.png');
    }

    .icon-reorder{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_reorder@2x.png');
    }

    .icon-delivery{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_delivery@2x.png');
    }

    .icon-discount_card{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_discount_card@2x.png');
    }

    .icon-add_review{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_review@2x.png');
    }

    .module-order_success{
        background-image: url('/bitrix/templates/proTemplate/css/../images/subscribe_line@2x.png');
    }

    .close{
        background-image: url('/bitrix/templates/proTemplate/css/../images/popup_close@2x.png');
    }

    .icon-delivered{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_delivered@2x.png');
    }

    .icon-cart_link{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_cart_link@2x.png');
    }

    .icon-favourites_link{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_favourites_link@2x.png');
    }

    .icon-history_link{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_history_link@2x.png');
    }

    .icon-favourite_btn{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_favourite_btn@2x.png');
    }

    .icon-delete_btn{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_delete_btn@2x.png');
    }

    .icon-clear_btn{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_clear_btn@2x.png');
    }

    .icon-delete{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_delete@2x.png');
    }

    .order_form__note{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_del_info@2x.png');    
    }

    .icon-success{
        background-image: url('/bitrix/templates/proTemplate/css/../images/success@2x.png');
    }

    .module-delivery{
        background-image: url('/bitrix/templates/proTemplate/css/../images/subscribe_line@2x.png');
    }

    .icon-default_address{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_default_address@2x.png');
    }

    .icon-edit{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_edit@2x.png');
    }

    .icon-basket_btn{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_basket_btn@2x.png');
    }

    .popup_form__error{
        background-image: url('/bitrix/templates/proTemplate/css/../images/error@2x.png');
    }

    .success_window{
        background-image: url('/bitrix/templates/proTemplate/css/../images/subscribe_line@2x.png');
    }

    .compare_control a.active:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/control_arrow@2x.png');
    }

    .icon-delete_small{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_delete_small@2x.png');
    }

    input.success,
    textarea.success{
        background-image: url('/bitrix/templates/proTemplate/css/../images/input_success@2x.png');
    }

    .ui-datepicker-trigger:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_datepicker@2x.png');    
    }

    .icon-address{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_address@2x.png');
    }

    .icon-profile{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_profile@2x.png');
    }

    .icon-user_email{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_user_email@2x.png');
    }

    .icon-settings{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_settings@2x.png');
    }

    .icon-email_info{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_email_info@2x.png');
    }

    .icon-special_offers{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_special_offers@2x.png');
    }

    .icon-in_progress{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_in_progress@2x.png');
    }

    .icon-time{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_time@2x.png');
    }

    .icon-extend{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_extend@2x.png');
    }

    .icon-add_compare_1{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_compare1@2x.png');    
    }

    .icon-add_review_1{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_review1@2x.png');    
    }

    .product__rating,
    .product__rating_range{
        background-image: url('/bitrix/templates/proTemplate/css/../images/star_l@2x.png');
    }

    .icon-add_btn{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_btn@2x.png');
    }

    .icon-call{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_call@2x.png');    
    }

    .icon-credit{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_credit@2x.png');        
    }

    .icon-add_notifiaction{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_add_notification@2x.png');        
    }

    .icon-available{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_available@2x.png');
    }

    .icon-delivery_1{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_delivery_1@2x.png');
    }

    .icon-comment{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_comment@2x.png');    
    }

    .icon-info{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_info@2x.png');        
    }

    .icon-read{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_read@2x.png');
    }

    .icon-download{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_download@2x.png');
    }

    .marker_list li:before{
        background-image: url('/bitrix/templates/proTemplate/css/../images/marker@2x.png');
    }

    .star_rating, 
    .star_rating__range {
        background-image: url('/bitrix/templates/proTemplate/css/../images/star_m@2x.png');
    }

    .tooltip_window__close{
        background-image: url('/bitrix/templates/proTemplate/css/../images/tooltip_close@2x.png');
    }

    .icon-download_w{
        background-image: url('/bitrix/templates/proTemplate/css/../images/icon_download_w@2x.png');
    }
}
/* End */


/* Start:/bitrix/templates/proTemplate/css/style_tech.css?17083848872540*/
.style_tech { font-family: "Open Sans"; font-size: 15px; line-height: 22px; } 
.style_tech h1 { font-size: 40px; line-height: 50px; margin: 0 0 30px; font-weight: bold; } 
.style_tech h2 { font-size: 30px; line-height: 40px; margin: 35px 0 25px; font-weight: bold; } 
.style_tech h3 { font-size: 20px; line-height: 28px; margin: 30px 0 20px; font-weight: bold; } 
.style_tech h4 { font-size: 18px; line-height: 26px; margin: 30px 0 14px; font-weight: bold; } 
.style_tech h5 { font-size: 18px; line-height: 26px; margin: 30px 0 14px; font-weight: bold; } 
.style_tech h6 { font-size: 18px; line-height: 26px; margin: 30px 0 14px; font-weight: bold; } 
.style_tech p { font-size: 15px; line-height: 22px; margin-bottom: 16px; } 
.style_tech p:last-child { margin-bottom: 0; } 
.style_tech img { max-width: 100%; margin: 30px 0 15px; } 
.style_tech p img { margin-bottom: 0; } 
.style_tech table img { margin-top: 0; margin-bottom: 0; } 
.style_tech table { font-size: 15px; line-height: 22px; margin: 0 0 40px 0; } 
.style_tech table.center { margin-left: auto; margin-right: auto; } 
.style_tech table tr { border-bottom: 1px solid #efeeed; } 
.style_tech table tr td { padding: 11px 20px 15px 20px; vertical-align: inherit; } 
/*
.style_tech table tr td:first-child {  padding: 11px 20px 15px 0; } 
.style_tech table tr td:last-child {  padding: 11px 0 15px 20px; } 
*/
.style_tech a { color: #f67a16; border-bottom: 1px solid rgba(246,122,22,0.4); outline: none!important; text-decoration: none!important; } 
.style_tech a:active, .style_tech a:focus, .style_tech a:hover { color: #f67a16; border-bottom: 1px solid rgba(246,122,22,0.8); } 
.style_tech ul { list-style: none; list-style-type: none; margin: 0; padding: 0; } 
.style_tech ul li { margin-bottom: 6px; margin-left: 15px; position: relative; } 
.style_tech ul li:before { content: ''; background: #de4442; width: 6px; height: 6px; display: block; border-radius: 6px; position: absolute; left: -15px; top: 9px; } 
.style_tech ol { list-style-type: none; margin: 0; padding: 0; counter-reset: list 0; } 
.style_tech ol li { margin-bottom: 16px; } 
.style_tech ol li:before { counter-increment: list 1; content: counter(list) "."; font-weight: bold; margin-right: 5px; } 
  @media screen and (max-width: 380px) { 
    .style_tech table tr { display: flex; flex-direction: column; } 
    .style_tech table tr td:first-child { padding-left: 0; padding-right: 0; padding-bottom: 0; } 
    .style_tech table tr td:last-child { padding-left: 0; padding-right: 0; padding-top: 0; } 
  }
/* End */


/* Start:/bitrix/templates/proTemplate/css/jquery.fancybox.css?163347703814065*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/proTemplate/css/editor.css?17428012136918*/
.row.color-boats .row-item img {
    border-radius: 6px;
    box-shadow: 1px 1px 8px 1px #736767ab;
    height: 150px;
    object-fit: cover;
}
	@media (max-width: 480px) {
		.row.color-boats .row-item img {
			height: 100px;
		}
	}

.color {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
	border-radius: 6px;
}

.title-wrapper {
	margin-bottom: 12px;
}

.title-wrapper + .title-wrapper {
	margin-top: 36px;
}

.title-wrapper .title {
    font-weight: 600;
	font-size: 18px;
	margin-left: -90px;
}
	@media (max-width: 480px) {
	.title-wrapper .title {
    	font-size: 12px;
		margin-left: -50px;
	}
	}

.title-wrapper img {
    width: 280px;
}
	@media (max-width: 480px) {
	.title-wrapper img {
    	width: 150px;
    	margin: 5px 0!important;
	}
	}

.color-green {
    background: green;
}

.color-red {
    background: red;
}

.nav li a[href*="forum.prokatis"] {
    color: #ff5700;
}

.nav ul {
	font-size: 12px;
	letter-spacing: -.3px;
}

.banner-container,
.bannercontainer {
    position: relative;
}

.banner-text,
.bannerheader {
    width: 50%;
    position: absolute;
    top: 20%;
    left: 5%;
    padding: 1rem;
    color: #fff;
}
@media (max-width: 480px) {
	banner-text {
		width: 90%;
		font-size: 20px!important;
	}
}

.banner-container h3.banner-text,
.bannercontainer .bannerheader {
	font-size: 30px!important;
    line-height: 1.2!important;
}

.banner-container h4.banner-text {
	font-size: 24px!important;
    line-height: 1.2!important;
}

.link-block a {
	display:block;
}

.tackle_list {
        max-height: 250px;
        overflow: hidden;
        position: relative;
}
.tackle_list-more {
        position: absolute;
        bottom: 0;
		left: 0;
        background-color: #fff;
        width: 180px;
        height: 30px;
        border-radius: 100px;
        border: 1px solid #666666;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.tackle_list-more:hover,
.tackle_list-more:focus {
        cursor: pointer;
        background-color: rgb(248, 248, 248);
}

.text_photos {
    margin-bottom: -30px;
    clear: both;
}

.style_tech .text_photos a {
	width: calc(33.333333333333% - 30px);
}
	@media only screen and (max-width: 1000px) {
    .style_tech .text_photos a {
       width: calc(50% - 22px);
   	}
	}
	@media only screen and (max-width: 768px) {
    .style_tech .text_photos a {
       width: calc(50% - 18px);
    }
	}
	@media only screen and (max-width: 568px) {
    .style_tech .text_photos a {
       width: calc(50% - 15px);
   	}
	}
	@media only screen and (max-width: 480px) {
    .style_tech .text_photos a {
       width: 100%;
   	}
	}

.text_photos a:after {
    content: attr(data-caption);
    width: auto;
    display: block;
    text-align: left;
    padding-top: 15px;
    font-size: 12px;
    line-height: 16px;
}

.text_photos a img {
	height: 200px;
    object-fit: cover;
}

.warning {
    background: #ce5049;
    color: #fff;
    padding: 20px;
}

.addresses {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	clear: both;
}

.address {
    flex: 0 0 48%;
    width: auto;
}

.contact-subtitle {
	padding-top: 35px;
}

.contact.img {
	margin: 0 10px 10px 0;
	max-width: 80px;
	float: left;
}
.new_social_links a.in {
	background-size: 40px 40px;
}

.bx_filter_parameters_box_container {
    margin-top: 30px;
    text-align: center;
}

table.score tr {
	display: table-row;
}

table.score thead tr td p {
    font-size: 20px;
    font-weight: 600;
}

table.score thead tr td {
    background: #000!important;
    color: #fff;
    border: 1px solid #fff;
}

table.score td:nth-of-type(odd) {
    background: #ccc;
}

table.score tr td:first-child,
table.score tr td:last-child {
	padding: 11px 20px 15px 20px;
}

td {
	vertical-align: baseline;
}

.overflow {
	overflow-x: auto;
    width: 100%;
}

img {
    max-width: 100%;
}

table.komplekt-lm {
    margin-top: 50px;
    width: 100%;
}

table.komplekt-lm thead tr {
    background: #666;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

table.komplekt-lm tr:nth-of-type(even) {
    background: #ccc;
}

table.komplekt-lm tr:not(.t-header):hover {
    background:#de4442;
    cursor: default;
    color: #fff;
}

table.komplekt-lm td, th {
    padding: 10px!important;
    width: auto;
	max-width: 200px;
	line-height: 22px;
}

table.offer img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

tr.t-header + tr {
    background: #de4444!important;
}

@media (min-width: 1200px) {
  h1.h1-komplekt-lm {
    padding-bottom: 20px;
    line-height: 46px;
  }  
}

@media (max-width: 991px) {
  table.komplekt-lm td:nth-of-type(3) {
    font-size: inherit;
  }

	.contact-subtitle {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.item-list .item_image {
		width: 100%;
   		height: auto;
    	margin-bottom: 20px;
	}

	.item {
		text-align:center;
	}

	.item-list .item_footer__price {
		padding-right: 26px;
	}
}

@media only screen and (max-width: 567px) {
	.address {
    	flex: 100%;
		margin-top: 20px; 
	}

	.contact.img {
		margin: 0 10px 0 0;
		float: none;
	}

	.article_block {
		padding: 10px;
		border: none;
		box-shadow: none;
	}

	.breadcrumbs, .breadcrumbss {
		height: auto;
		white-space: normal;
	}
	.breadcrumbs_group_link {
		font-size: 12px;
	}

	.breadcrumbs_group {
    	padding: 10px 5px;
    	display: flex;
    	flex-wrap: wrap;
	}
	.breadcrumbs_group__item:nth-child(-n+3) {
		border: none;
	}
	.breadcrumbs_group__item {
    	width: 50%;
    	flex: 50%;
    	max-width: 33%;
    	margin-top: 0!important;
		padding: 5px 5px;
	}
	.breadcrumbs_group__subtitle {
		display: none;
	}
	.breadcrumbs_group__content {
  		padding-left: 0;
	}
	.breadcrumbs_group__content a {
 		font-size: 9px;
 		line-height: 12px;
		text-transform: uppercase;
		display: inline-block;
    	vertical-align: text-top;
	}
	.breadcrumbs_group__image {
  		width: 60px;
		height: 40px;
    	line-height: 40px;
	}
	.breadcrumbs_group__title {
		margin-top: 5px;
		line-height: 0;
	}

	.sticker>span {
		max-width: 300px;
    	white-space: initial;
    	text-align: right;
	}
	.sticker {
		font-size: 12px;
        max-height: 40px;
		height: auto;
    	line-height: 14px;
	    padding: 5px 24px 5px 20px;
	}
	.item_overflow_h {
    	display: flex;
    	flex-wrap: wrap;
	}

	.item_overflow_h .item_carousel__item {
    	width: 50%;
    	flex: 50%;
	}
	.item-list .item_image {
		height: 200px;
	}

	#product_information .style_tech img {
		object-fit: contain;
	}
}

@media (max-width: 480px) {
  table.komplekt-lm td, th {
    width: 35%;
  }
  .text_block {
    padding: 25px 15px;
  }
  table.offer tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  table.offer tbody td {
    width: 100%;
    flex: 0 0 100%;
    padding: 0!important;
    margin-bottom: 20px;
  }
}
/* End */


/* Start:/bitrix/templates/proTemplate/css/style_article.css?16334770386682*/
.article_styles {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 22px;
}
    .article_styles h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 30px;
        font-weight: bold;
    }
    .article_styles h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 35px 0 25px;
        font-weight: bold;
    }
    .article_styles h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0 20px;
        font-weight: bold;
    }
    .article_styles h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 14px;
        font-weight: bold;
    }
    .article_styles h5 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 14px;
        font-weight: bold;
    }
    .article_styles h6 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 14px;
        font-weight: bold;
    }
    .article_styles p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .article_styles p:last-child {
        margin-bottom: 0;
    }
    .article_styles img {
        max-width: 100%;
        margin: 30px 0 15px;
    }
        .article_styles p img {
            margin-bottom: 0;
        }
        .article_styles table img {
            margin-top: 0;
            margin-bottom: 0;
        }
    .article_styles table {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 40px 0;
    }
        .article_styles table.center {
            margin-left: auto;
            margin-right: auto;
        }
        .article_styles table tr {
            border-bottom: 1px solid #efeeed;
        }
            .article_styles table tr td {
                padding: 11px 20px 15px 20px;
            }
            .article_styles table tr td:first-child {
                padding: 11px 20px 15px 0;
            }
            .article_styles table tr td:last-child {
                padding: 11px 0 15px 20px;
            }
    .article_styles a {
        color: #f67a16;
        border-bottom: 1px solid rgba(246,122,22,0.4);
        outline: none!important;
        text-decoration: none!important;
    }
        .article_styles a:active,
        .article_styles a:focus,
        .article_styles a:hover {
            color: #f67a16;
            border-bottom: 1px solid rgba(246,122,22,0.8);
        }
    .article_styles ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        .article_styles ul li {
            margin-bottom: 6px;
            margin-left: 15px;
            position: relative;
        }
            .article_styles ul li:before {
                content: '';
                background: #de4442;
                width: 6px;
                height: 6px;
                display: block;
                border-radius: 6px;
                position: absolute;
                left: -15px;
                top: 9px;
            }
    .article_styles ol {
        list-style-type: none;
        margin: 0;
        padding: 0;
        counter-reset: list 0;
    }
        .article_styles ol li {
            margin-bottom: 16px;
        }
            .article_styles ol li:before {
                counter-increment: list 1;
                content: counter(list) ".";
                font-weight: bold;
                margin-right: 5px;
            }
*/

.new_style {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 22px;
}
    .new_style h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 30px;
        font-weight: bold;
    }
    .new_style h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 35px 0 25px;
        font-weight: bold;
    }
    .new_style h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0 20px;
        font-weight: bold;
    }
    .new_style h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 14px;
        font-weight: bold;
    }
    .new_style h5 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 14px;
        font-weight: bold;
    }
    .new_style h6 {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 14px;
        font-weight: bold;
    }
    .new_style p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .new_style p:last-child {
        margin-bottom: 0;
    }
    .new_style img {
        max-width: 100%;
        margin: 30px 0 15px;
    }
        .new_style p img {
            margin-bottom: 0;
        }
        .new_style table img {
            margin-top: 0;
            margin-bottom: 0;
        }
    .new_style table {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 40px 0;
    }
        .new_style table.center {
            margin-left: auto;
            margin-right: auto;
        }
        .new_style table tr {
            border-bottom: 1px solid #efeeed;
        }
            .new_style table tr td {
                padding: 11px 10px 15px 10px;
            }
            .new_style table tr td:first-child {
                padding: 11px 20px 15px 0;
            }
            .new_style table tr td:last-child {
                padding: 11px 0 15px 20px;
            }
    .new_style a {
        color: #f67a16;
        border-bottom: 1px solid rgba(246,122,22,0.4);
        outline: none!important;
        text-decoration: none!important;
    }
        .new_style a:active,
        .new_style a:focus,
        .new_style a:hover {
            color: #f67a16;
            border-bottom: 1px solid rgba(246,122,22,0.8);
        }
    .new_style ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        .new_style ul li {
            margin-bottom: 6px;
            margin-left: 15px;
            position: relative;
        }
            .new_style ul li:before {
                content: '';
                background: #de4442;
                width: 6px;
                height: 6px;
                display: block;
                border-radius: 6px;
                position: absolute;
                left: -15px;
                top: 9px;
            }
    .new_style ol {
        list-style-type: none;
        margin: 0;
        padding: 0;
        counter-reset: list 0;
    }
        .new_style ol li {
            margin-bottom: 16px;
        }
            .new_style ol li:before {
                counter-increment: list 1;
                content: counter(list) ".";
                font-weight: bold;
                margin-right: 5px;
            }

/* End */
/* /bitrix/templates/proTemplate/css/normalize.css?16334770387797 */
/* /bitrix/templates/proTemplate/css/owl.carousel2.css?16334770384577 */
/* /bitrix/templates/proTemplate/css/jquery.formstyler.css?16334770386917 */
/* /bitrix/templates/proTemplate/css/jquery-ui-1.11.1.min.css?163347703830021 */
/* /bitrix/templates/proTemplate/css/magnific-popup.css?16334770387789 */
/* /bitrix/templates/proTemplate/css/style.css?1738332332238294 */
/* /bitrix/templates/proTemplate/css/media.css?163347703850864 */
/* /bitrix/templates/proTemplate/css/style@2x.css?16334770388325 */
/* /bitrix/templates/proTemplate/css/style_tech.css?17083848872540 */
/* /bitrix/templates/proTemplate/css/jquery.fancybox.css?163347703814065 */
/* /bitrix/templates/proTemplate/css/editor.css?17428012136918 */
/* /bitrix/templates/proTemplate/css/style_article.css?16334770386682 */
