

/* Start:/local/templates/mossti/css/common.css?169962142021571*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.button {
  font-family: 'Avenir Next Cyr';
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #dcdfe3!important;
  padding: 0 14px;
  min-width: 38px;
  height: 50px;
  vertical-align: middle;
  position: relative;
}
.button:before,
.button__wrap {
  display: inline-block;
  vertical-align: middle;
}
.button:before {
  content: '';
  width: 0;
  height: 100%;
}
.button__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50px;
  text-align: center;
  z-index: 30;
  background: #e4e4e4;
  box-shadow: 0px 1px 3px 0px rgb(36 37 39 / 8%);
}




.button__icon:after,
.button__icon > * {
  display: inline-block;
  vertical-align: middle;
}
.button__icon:after {
  content: '';
  width: 0;
  height: 100%;
}
.button__icon + .button__wrap {
  padding-left: 44px;
}
.button__icon_right {
  right: 0;
  left: auto;
}
.button__icon_right + .button__wrap {
  padding-left: 0;
  padding-right: 50px;
}
.button__wrap {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #525359;
  position: relative;
  z-index: 30;
}
.button:hover {
  border: 2px solid #5282ff;
}
.button_red {
  border-color: #5282ff;
}
.button_red:hover {
  border-color: #525359;
}
.button_gray {
  border: none;
  background: #525359;
}
.button_gray:hover {
  opacity: .7;
  border: none;
}
.button_blue {
  box-shadow: 0px 10px 22px 0px rgba(13, 143, 241, 0.2);
  border: none;
  background: #1264c0;
  background: linear-gradient(45deg, #1264c0 0%, #0d8ef2 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1264c0', endColorstr='#0d8ef2', GradientType=1);
}
.button_blue .button__icon {
  background: #107ada;
  max-width: 62px;
}
.button_blue .button__icon + .button__wrap {
  padding-left: 61px;
}
.button_blue .button__icon_right {
  border-radius: 0 4px 4px 0;
}
.button_blue .button__icon_right + .button__wrap {
  padding-left: 0;
  padding-right: 61px;
}
.button_blue .button__wrap {
  color: #fff;
}
.button_blue:hover {
  border: none;
  background: #1264c0;
}
.button_gold {
  border: none;
  box-shadow: 0px 10px 22px 0px rgba(234, 167, 60, 0.2), inset -49px 0px 0px 0px rgba(241, 186, 76, 0.004);
  background: #a7a7a7;
  background: linear-gradient(180deg, #a7a7a7 0%, #808080 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7a7a7', endColorstr='#808080', GradientType=1);
}


/*.button_gold {
  border: none;
  box-shadow: 0px 10px 22px 0px rgba(234, 167, 60, 0.2), inset -49px 0px 0px 0px rgba(241, 186, 76, 0.004);
  background: #7bc66e;
  background: linear-gradient(180deg, #8ad57d 0%, #61ac54 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad57d', endColorstr='#61ac54', GradientType=1);
}*/


.button_gold .button__icon {
  background: #8e8e8e;
  color: #242527;
}
.button_gold .button__icon + .button__wrap {
  padding-left: 50px;
}
.button_gold .button__icon_right {
  border-radius: 0 4px 4px 0;
}
.button_gold .button__icon_right + .button__wrap {
  padding-left: 0;
  padding-right: 50px;
}
.button_gold .button__wrap {
  color: #ffffff;
}
.button_gold:hover {
  border: none;
}
.button_gold:hover .button__icon {
  background: #60ab53;
}
.button_green {
  border: none;
  box-shadow: 0px 10px 22px 0px rgba(234, 167, 60, 0.2), inset -49px 0px 0px 0px rgba(241, 186, 76, 0.004);
  background: #7bc66e;
  background: linear-gradient(180deg, #8ad57d 0%, #61ac54 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad57d', endColorstr='#61ac54', GradientType=1);
}
.button_green .button__icon {
  background: #6fba62;
}
.button_green .button__icon + .button__wrap {
  padding-left: 50px;
}
.button_green .button__icon_right {
  border-radius: 0 4px 4px 0;
}
.button_green .button__icon_right + .button__wrap {
  padding-left: 0;
  padding-right: 50px;
}
.button_green:hover {
  border: none;
  background: #31b24f;
}
.button_small {
  height: 40px;
}
.button_medium {
  height: 58px;
}
.button_dashed {
  border-style: dashed;
}
.button_dashed:hover {
  border-style: dashed;
}
.button_wide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .button_medium {
    height: 50px;
  }
}
.slick-next {
  background-image: url('/local/templates/mossti/css/../img/icon_next-small-white.svg');
}
.slick-prev {
  background-image: url('/local/templates/mossti/css/../img/icon_prev-small-white.svg');
}
.slick-next,
.slick-prev {
  width: 37px;
  height: 37px;
  border-radius: 50% 50%;
  background-color: #dcddde;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 37px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
  outline: none;
}
textarea, input {
  font-family: 'Avenir Next Cyr';
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  text-align: left;
  resize: none;
}
label {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
label:after,
label:before {
  content: '';
  display: table;
  clear: both;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  background: #eef1f5;
  font-size: 14px;
  color: #242527;
  height: 40px;
  border-radius: 6px;
  padding: 0 20px;
}
input[type="text"].medium,
input[type="number"].medium,
input[type="email"].medium,
input[type="password"].medium {
  height: 50px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="checkbox"]{
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
input[type="checkbox"] + .input__wrap {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  display: block;
}
input[type="checkbox"] + .input__wrap .input__icon {
  position: absolute;
  left: 0;
  top: 5px;
  color: #242527;
}
input[type="checkbox"]:checked + .input__wrap {
  color: #5282ff;
  font-weight: bold;
}
input[type="checkbox"]:checked + .input__wrap .input__icon {
  color: #5282ff;
}
input[type="radio"].block + .input__wrap,
input[type="checkbox"].block + .input__wrap {
  font-family: 'Avenir Next Cyr';
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #525359;
  border: 2px solid #dcdfe3;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px 15px 5px 13px;
}
input[type="radio"].block:checked + .input__wrap,
input[type="checkbox"].block:checked + .input__wrap {
  background: #96e189;
  color: white;
  font-weight: 500;
  border-color: #96e189 !important;
}
input[type="radio"].block.block_yellow + .input__wrap,
input[type="checkbox"].block.block_yellow + .input__wrap {
  color: #dd911a;
}
input[type="radio"].block.block_green + .input__wrap,
input[type="checkbox"].block.block_green + .input__wrap {
  color: #33a44d;
}
input[type="radio"].block.block_red + .input__wrap,
input[type="checkbox"].block.block_red + .input__wrap {
  color: #f30102;
}
input.input_large {
  height: 50px;
}
input.input_wide {
  width: 100%;
}
textarea {
  background: #eef1f5;
  font-size: 14px;
  color: #242527;
}
.ui-selectmenu-button.ui-button {
  height: 40px;
  border: none;
  background: #eef1f5;
  padding: 12px 15px 0 20px;
}
.ui-selectmenu-button.ui-button:hover,
.ui-selectmenu-button.ui-button:active,
.ui-selectmenu-button.ui-button:focus {
  border: none;
  outline: none;
}
.ui-button .ui-icon {
  background: none !important;
  position: relative;
  text-indent: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
  margin-top: 3px !important;
}
.ui-button .ui-icon:before {
  content: "\f078";
  position: absolute;
  left: 0;
  top: 0;
}
.ui-selectmenu-menu ul li {
  padding-left: 0;
}
.ui-selectmenu-menu ul li:before {
  display: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
}
.input-number {
  display: inline-block;
  position: relative;
}
.input-number input {
  padding-right: 27px;
  padding-left: 12px;
}
.input-number__up {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: 13px;
  cursor: pointer;
}
.input-number__down {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 13px;
  cursor: pointer;
}
.input-number__up:hover,
.input-number__down:hover {
  color: #4668cb;
}
.req {
  color: #5282ff;
}
.input {
  position: relative;
}
.input__placeholder {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #a5a5a8;
}
.input.active .input__placeholder,
.input input:focus + .input__placeholder {
  top: 1px;
  font-size: 10px;
}
.ui {
  padding: 20px;
}
.ui_icons {
  background: #bbb;
}
.ui-item.item_product {
  width: 320px;
}
.ui-item.item_post {
  width: 380px;
}
.ui-item.item_wide {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
}
.ui-item.item_article {
  max-width: 550px;
}
.color_white {
  color: #fff;
}

.color_gray {
  color: #242527;
}


.button_green .color_gray {
  color: #ffffff;
}

.color_red {
  color: #fff;
}

.color_blue {
  color: #5282ff;
}

.color_green {
  color: #33a44d;
}
body {
  font-family: 'Avenir Next Cyr';
  background: #d9dcdb;
  color: #242527;
  font-size: 14px;
  line-height: 22px;
}
body.menu-open {
  overflow: hidden;
}
.h1.h1_flr{border-left:4px solid #5282ff;padding-left:12px}
.h1,
h1 {
  font-family: 'Avenir Next Cyr';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #242527;
  letter-spacing: 0px;
}
.h1_flr {
  position: relative;
}
.h1_flr a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #5282ff;
}
.h1_flr:after {
  content: '';
  display: table;
  clear: both;
}
/*
.h1_flr:first-letter {
  font-size: 64px;
  line-height: 45px;
  color: #5282ff;
  float: left;
  margin-top: 6px;
  margin-right: 4px;
}
*/

.h1_flr:first-letter {
/*  color: #5282ff;*/
}
.h2,
h2 {
  font-family: 'Avenir Next Cyr';
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0px;
}
.h3,
h3 {
  font-size: 18px;
}
.h4,
h4 {
  font-size: 16px;
}
b {
  font-weight: bold;
}
strong {
  font-weight: 500;
}
a {
  position: relative;
  color: #5282ff;
  text-decoration: none;
  border-bottom: 1px solid #5282ff;
}
a.link_sbd {
  border-bottom-style: dotted;
}
a.color_green {
  border-color: #33a44d;
}
a:hover {
  border-color: transparent;
}
ul {
  margin: 0 0 18px 0;
  list-style-type: none;
  font-family: 'Avenir Next Cyr';
}
ul li {
  display: block;
  line-height: 18px;
  margin-bottom: 2px;
  position: relative;
  padding-left: 20px;
}
ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  color: #20ffff;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
}
ol {
  margin: 0 0 18px 20px;
  font-family: 'Avenir Next Cyr';
}
ol li {
  margin-bottom: 2px;
  letter-spacing: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 18px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clr:after,
.clr:before {
  content: '';
  display: table;
  clear: both;
}
.container {
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
}
.tag {
  font-family: 'Avenir Next Cyr';
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  color: #525359;
  height: 27px;
  line-height: 25px;
  padding: 0 19px;
  min-width: 56px;
  border-radius: 4px;
  border: 1px solid #dcdfe3;
  text-align: center;
}
.tag:hover {
  border: 1px solid #dcdfe3;
}
.tag.active {
  background: #fff;
}
.tag_green,
.tag_red,
.tag_yellow {
  border: 1px solid #dcdfe3;
}
.tag_green:hover,
.tag_red:hover,
.tag_yellow:hover {
  border: 1px solid #dcdfe3;
}
.tag_green {
  color: #33a44d;
}
.tag_red {
  color: #5282ff;
}
.tag_yellow {
  color: #dd911a;
}
.tag_solid {
  border: none;
  color: #fff;
  border-radius: 0 6px 0 6px;
  position: relative;
  line-height: 25px;
}
.tag_solid:after {
  content: '';
  width: 4px;
  left: -4px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  border-radius: 0 10px 0 0;
  z-index: 20;
}
.tag_solid:before {
  content: '';
  width: 4px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -4px;
  z-index: 10;
}
.tag_solid.tag_green,
.tag_solid.tag_yellow,
.tag_solid.tag_red {
  font-size: 12px;
  padding: 0 10px;
}
.tag_solid.tag_green {
  background: #31b24f;
  background: linear-gradient(73deg, #31b24f 0%, #3bc75c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31b24f', endColorstr='#3bc75c', GradientType=1);
}
.tag_solid.tag_green:before {
  background: #31b24f;
}
.tag_solid.tag_yellow {
  background: #e4a427;
  background: linear-gradient(73deg, #e4a427 0%, #e4a527 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4a427', endColorstr='#e4a527', GradientType=1);
}
.tag_solid.tag_yellow:before {
  background: #e4a527;
}
.tag_solid.tag_red {
  background: #f10303;
  background: linear-gradient(73deg, #f10303 0%, #f50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f10303', endColorstr='#f50000', GradientType=1);
}
.tag_solid.tag_red:before {
  background: #f10303;
}
.tag_solid:hover {
  border: none;
}
@media screen and (max-width: 1700px) {
  .container {
    width: 1366px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 765px;
    width: auto;
    padding: 0 33px;
  }
  h1,
  .h1 {
    font-size: 30px;
    line-height: 26px;
  }
/*
  .h1_flr:first-letter {
    margin-right: 4px;
    margin-left: -5px;
  }
*/
}
@media screen and (max-width: 767px) {
  .container {
    /*padding: 0 12px;*/
  }
  .h1,
  h1 {
    font-size: 24px;
  }
/*
  .h1_flr:first-letter {
    font-size: 56px;
    margin-right: 6px;
    margin-left: -4px;
  }
*/
}

/* End */


/* Start:/local/templates/mossti/css/styles.css?1699621420142032*/
/*compare*/
  #compare_popup {
    display: none;
    border-radius: 3px;
    width: 300px;
    background: white;
    border: 1px solid silver;
    padding: 6px;
  }

  #compare_popup .compare_popup_name {
    color: #4f4f4f;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 4px;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
  }

  #compare_popup .compare_popup_img {
    text-align: center;
    padding-top: 5px;
  }

  #compare_popup .compare_popup_img IMG {
    width: 200px;
  }

  #compare_popup .b-close {
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    border-bottom: none;
    background: #2B91AF;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    color: white;
    cursor: pointer;
  }

  #compare_popup .b-close:hover {
    background: #111111;
  }

  #compare_popup .compare_popup_buttons {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  #compare_popup .compare_popup_buttons A {
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid #dcdfe3;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'Avenir Next Cyr';
    font-size: 14px;
    color: #525359;
  }

  #compare_popup .compare_popup_buttons A:hover {
    border: 2px solid #5282ff;
  }

  #compare_popup .compare_popup_caption {
    text-align: center;
    font-size: 17px;
  }
/*--compare*/



  .disabled_slider_tab {
    text-decoration: line-through;
    border-left: none !important;
    font-weight: normal !important;
    color: #242527 !important;
    background: white !important;
    opacity: 0.9;
    cursor:default !important;
    filter: grayscale(100%);
  }

  .disabled_slider_tab SPAN {
    text-decoration: line-through;
    font-weight: normal;
  }

  .slider_dots_navigation {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 100;
  }

  .slider_dots_navigation UL {
    margin-left: -50%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
  }

  .slider_dots_navigation UL LI::before {
    display: none;
  }

  .slider_dots_navigation UL LI {
    display: inline-block;
    font-weight: bold;
    font-size: 1px;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider_dots_navigation UL LI A {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 5px;
    background: #8C8B89;
    border-bottom: none;
    border-radius: 2px;
  }

  .slider_dots_navigation UL LI.active A {
    width: 32px;
    background: #FF1717;
  }

  @media screen and (max-width: 1250px) {
    .slider_dots_navigation {
      top:900px;
      bottom: auto;
    }
  }

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

.solutions_small_input {
  width: 60px !important;
  height: 26px !important;
  border-radius: 4px !important;
  text-align: center;
  padding: 0 6px !important;
}


.subactive::before {color: #5282ff !important;}
.subactive A {color: #5282ff !important; font-weight: bold}.filter__item.disabled a {
                                                             text-decoration: line-through;
                                                             border-left: none !important;
                                                             font-weight: normal !important;
                                                             color: #242527 !important;
                                                             padding-right: 80px;
                                                             padding-left: 30px !important;
                                                             background: white !important;
                                                             opacity: 0.5;
                                                             cursor:default;
                                                           }

@media screen and (max-width: 1250px) and (min-width: 767px) {
  .filter__item.disabled a {
    padding: 0 0 0 70px !important;
  }
}#town_question_popup {
   width: 370px;
   background: white;
   display: none;
   padding-left: 21px;
   padding-right: 21px;
   padding-top: 30px;
   padding-bottom: 30px;
 }

#town_question_popup>div:first-child {
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  font-family: "Avenir Next Cyr", serif;
  display: block;
  text-align: center;
}

#town_question_popup .tqp_buttons {
  padding-top: 21px;
  text-align: center;
}

#town_question_popup .tqp_buttons button {
  display: inline-block;
  border: none;
  text-align: center;
  color: #333333;
  background: #EEEFF1;
  height: 40px;
  width: 100px;
  line-height: 38px;
  font-size: 17px;
  border-radius: 5px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Avenir Next Cyr", serif;
}

#town_question_popup .tqp_buttons button:hover {
  background: #D1D1D1;
}

.tpmsg {
  visibility: visible !important;
}

.tpmsg a {
  display: none !important;
}

.tpmsg span {
  display: block;
  width: 80%;
  line-height: 23px;
  background: #f3f3f3;
  color: #888888;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  height: 23px;
  font-family: "Avenir Next Cyr", serif;
}

.tpmsg span:hover {
  background: #eaeaea;
}

.tsp_not_found {
  margin-top: -12px !important;
  margin-bottom: 15px !important;
  background: #CC0000;
  padding-left:8px !important;
  padding-right:8px !important;
  padding-bottom:4px !important;
  padding-top:4px !important;
  font-family: "Avenir Next Cyr", serif;
  color: #fafafa;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.tsp_not_found a {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
  cursor: pointer;
}

@media screen and (max-width: 420px) {
  #town_question_popup {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #town_question_popup > div:first-child {
    font-size: 21px;
    line-height: 23px;
  }

  #town_question_popup .tqp_buttons {
    padding-top: 15px;
  }
}


#town_selection_popup {
  width: 900px;
  background: white;
  display: none;
  padding: 45px;
}

#town_selection_popup .tsp_search {
  margin-top: 14px;
  margin-bottom: 18px;
}

.tsp_head .b-close {
  top: 35px;
  right: 70px;
}

.tsp_head .b-close::after {
  font-size: 68px;
  line-height: 45px;
  font-family: "Courier New", courier;
  font-weight: normal;
  width: 42px;
  height: 42px;
  color: #9e9e9e;
}

.tsp_head .b-close:hover::after {
  color: #888888;
}

.tsp_lists {}

.tsp_head {}

.tsp_head span {
  font-size: 25px;
  font-weight: bold;
  font-family: "Avenir Next Cyr", serif;
  display: block;
}

.tsp_head div {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
}

.tsp_head input {
  width: 370px;
  height: 36px;
  font-family: "Avenir Next Cyr", serif;
  text-align: left;
  background: #eef1f5;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: #242527;
  border-radius: 6px;
  padding: 0 14px;
}

#town_selection_popup ul {
  margin: 0;
  padding: 0;
  width: 25%;
  float: left;
}

#town_selection_popup ul li {
  list-style-type: none;
  display: block;
  height: 32px;
  line-height: 12px;
  margin-bottom: 0;
  padding-left: 2px;
}

#town_selection_popup ul li a {
  font-family: "Avenir Next Cyr", serif;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none;
  color: #222222;
  font-size: 17px;
  line-height: 12px;
}

#town_selection_popup ul li a.active {
  font-weight: bold;
}

#town_selection_popup ul li a:hover {
  color: #CC0000;
}

#town_selection_popup ul li::before {
  content: none;
  display: none;
}

@media screen and (max-width: 1000px) {
  #town_selection_popup {
    padding: 25px;
    width: 660px;
  }

  #town_selection_popup ul li {
    height: 28px;
  }

  #town_selection_popup ul li a {
    font-size: 15px;
  }

  .tsp_head input {
    width: 290px;
  }

  .tsp_head .b-close {
    top: 23px;
    right: 45px;
  }
}

@media screen and (max-width: 700px) {
  #town_selection_popup {
    width: 420px;
  }

  #town_selection_popup ul {
    width: 50%;
  }

  .tsp_head input {
    width: 230px;
  }

  .tsp_head .b-close {
    top: 15px;
    right: 25px;
  }

  .tsp_head .b-close::after {
    font-size: 58px;
    line-height: 37px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 450px) {
  #town_selection_popup {
    padding: 18px;
    width: 280px;
  }

  #town_selection_popup ul {
    width: 95%;
  }

  #town_selection_popup ul li {
    text-align: center;
  }

  #town_selection_popup ul li a {
    font-size: 17px;
  }

  .tsp_head {
    text-align: center;
  }

  .tsp_head input {
    width: 200px;
  }

  .tsp_head .b-close {
    top: 4px;
    right: 5px;
  }

  .tsp_head span {
    margin-left: -27px;
  }
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.filter_special_area {
  display: none;
}

@media screen and (max-width: 1250px) {
  .filter_special_area {
    display: block;
  }
}

.filter_notice {
    height: 55px;
    position: absolute;
    background: gray;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #129112;
    background: #E9F8E9
}

.filter_notice A:hover {
   border-bottom: 1px solid #5282ff;
    cursor:pointer;
}

.filter_notice DIV {
    text-align: center;
}

.item_description_table {
    border-collapse: collapse;
}

.item_description_table TD {
    padding: 2px 2px 2px 0px;
    border:none;
}

LI.category_show_all {
  list-style-type: none;
  text-align: center;
  margin-left: -55px;
  margin-top: -2px;
  padding-bottom: 8px;
}

LI.category_show_all_adv {
  list-style-type: none;
  text-align: center;
  margin-left: -55px;
}

.category_show_all_adv DIV {
  padding-left: 16px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 1px;
}

.category_show_all_adv DIV SPAN {
  font-size: 14px;
}


.category_show_all_adv .button {
  border:1px solid #ffffff;
  padding: 0;
}

.category_show_all_adv .button:hover {
  border: 2px solid #5282ff;
}

LI.hidden {
  display: none;
}

LI.category_show_all A {
  display: inline-block !important;
  padding-top:0 !important;
  padding-bottom:3px !important;
  padding-left:4px !important;
  padding-right:4px !important;
  color: #636363 !important;
  text-decoration: none;
  background: #f1f1f1;
  border-radius: 4px;
  cursor: pointer;
}

LI.category_show_all A SPAN {
  border-bottom: 1px dashed #888888 !important;
}

LI.category_show_all::before {
  display: none;
}

.h1 A {
  text-decoration: none;
  border-bottom: none;
  color: #242527;
}

.category__title H2 A {
  text-decoration: none;
  border-bottom: none;
  color: #242527;
}

.banner {
  position: relative;
  margin-top: -230px;
}
.banner_narrow {
  max-width: 1580px;
  margin: 0 auto;
}
.banner__slider:not(.slick-slider) {
  white-space: nowrap;
  overflow: auto;
}
.banner__slider:not(.slick-slider) .banner__item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.banner__slider-navbar.slider-navbar {
  position: relative;
  z-index: 200;
  max-width: 1580px !important;
  width: 100%;
  margin: 0 auto;
  min-height: 0;
}
.banner__slider-navbar.slider-navbar .slider-navbar__prev,
.banner__slider-navbar.slider-navbar .slider-navbar__next {
  position: absolute;
  bottom: 240px;
  top: auto;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 21px;
}
.banner__slider-navbar.slider-navbar .slider-navbar__prev img,
.banner__slider-navbar.slider-navbar .slider-navbar__next img {
  width: 16px;
  height: auto;
}
.banner__slider-navbar.slider-navbar .slider-navbar__prev {
  left: 0;
}
.banner__slider-navbar.slider-navbar .slider-navbar__next {
  right: 0;
}
.banner__item {
  height: 669px;
  position: relative;
}
.banner__item .container {
  position: relative;
  z-index: 100;
  padding: 293px 100px 0;
}
.banner__common {
  position: relative;
  z-index: 130;
}
.points .banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:left;
  background-color: white;
}

.points.left .banner__common{
  margin-left: 0;
}

.points.left .banner__bg {
  background-position:right;
  background-color: #eff1ec;
}

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center center;
}

.banner__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('/local/templates/mossti/css/../img/bg-texture.png') center center;
  z-index: 30;
}
.banner__bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-image: linear-gradient(23deg, #111 0%, rgba(43, 44, 49, 0) 100%);
}



.points .banner__bg:after {
  display: none;
}
.points .banner__bg:before {
 display: none;
}

.banner__title {
  color: #fff;
  margin-bottom: 27px;
  max-width: 600px;
  line-height: 38px;
}


.points .banner__title {
  color: #202632;
  margin-bottom: 27px;
  max-width: 600px;
  line-height: 38px;
  margin-top: 20px;
  font-size: 29px;
}

.points .banner__common {
  position: relative;
  z-index: 130;
  margin-left: 60%;
}

.points .banner__text {
  max-width: 600px;
  margin-bottom: 36px;
  color: #202632;
  font-size: 18px;
  line-height: 32px;
}


.banner__text {
  max-width: 600px;
  margin-bottom: 36px;
  color: #fff;
  font-size: 22px;
}
.banner__button .button {
  padding: 0 17px 0 19px;
}
.banner_feedback {
  margin-bottom: 75px;
}
.banner_feedback .banner__button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 130;
}
.banner_feedback .banner__img {
  position: absolute;
  left: -84px;
  top: -43px;
  z-index: 100;
}
.banner_feedback .banner__common {
  padding-right: 80px;
}
.banner_feedback .banner__title {
  font-size: 32px;
  color: #efb649;
  line-height: 32px;
  margin-bottom: 6px;
}
.banner_feedback .banner__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  max-width: 620px;
}
.banner_feedback .banner__button {
  float: right;
  margin-top: -50px;
}
.banner_feedback .banner__button .button {
  padding: 0 27px;
}
.banner_feedback .container {
  padding: 72px 0 78px 480px;
}
@media screen and (max-width: 1700px) {
  .banner_narrow {
    max-width: 100%;
    margin-left: 35px;
    margin-right: 35px;
  }
  .banner_feedback .banner__button {
    float: none;
    margin-top: 0;
  }
  .banner_feedback .banner__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .banner__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 23px;
  }
  .banner__title br {
    display: none;
  }
  .banner__item .container {
    padding: 82px 150px 0 123px;
  }
  .banner__text {
    letter-spacing: 0px;
  }
  .banner__button .button {
    padding: 0 23px 0 31px;
  }
  .banner_narrow {
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_narrow .banner__bg {
    left: 33px;
    right: 33px;
  }
  .banner_narrow .container {
    width: 100%;
    padding: 0;
  }
  .banner_feedback {
    text-align: center;
    padding: 50px 0 60px;
    margin-bottom: 55px;
  }
  .banner_feedback .banner__bg {
    border-radius: 6px;
  }
  .banner_feedback .banner__bg:before,
  .banner_feedback .banner__bg:after {
    border-radius: 6px;
  }
  .banner_feedback .banner__img {
    display: none;
  }
  .banner_feedback .banner__title {
    max-width: 100%;
  }
  .banner_feedback .banner__text {
    max-width: 100%;
    letter-spacing: 0;
    margin-bottom: 39px;
  }
  .banner_feedback .banner__common {
    padding-right: 50px;
    padding-left: 50px;
  }
  .banner_feedback .banner__button .button {
    padding: 0 22px;
  }
  .banner__slider-navbar.slider-navbar .slider-navbar__prev,
  .banner__slider-navbar.slider-navbar .slider-navbar__next {
    bottom: 210px;
    width: 70px;
    height: 70px;
    padding-top: 17px;
  }
  .banner__slider-navbar.slider-navbar .slider-navbar__prev {
    left: 35px;
  }
  .banner__slider-navbar.slider-navbar .slider-navbar__next {
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner__item .container {
    padding: 67px 20px 0 48px;
  }
  .banner__item .banner__title {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0px;
    margin-bottom: 23px;
  }
  .banner__item .banner__text {
    letter-spacing: 0px;
    font-size: 20px;
    margin-bottom: 39px;
  }
  .banner__item .banner__button {
    padding-right: 17px;
  }
  .banner__item .banner__button .button {
    padding-left: 25px;
  }
  .banner__slider-navbar {
    display: none;
  }
  .banner_narrow .banner__bg {
    left: 12px;
    right: 12px;
  }
  .banner_feedback {
    padding: 0;
    margin-bottom: 32px;
  }
  .banner_feedback .banner__title {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 17px;
  }
  .banner_feedback .banner__common {
    padding: 34px 12px 40px;
  }
  .banner_feedback .banner__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .banner_feedback .banner__text b {
    display: block;
  }
  .banner_feedback .banner__button {
    padding: 0 30px;
  }
}

.breadcrumbs {
  color: #525359;
  margin: 28px 0 29px;
}
.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a {
  position: relative;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a:first-of-type {
  border: none;
}
.breadcrumbs a:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 9px;
  background: #000202;
  border-radius: 50%;
  opacity: 0.2;
  width: 4px;
  height: 4px;
}
.breadcrumbs__history {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 8px 0;
  }
  .breadcrumbs a {
    display: inline;
  }
}

.basket-mini {
  position: relative;
}
.basket-mini__link {
  display: inline-block;
  height: 50px;
  border-radius: 6px;
  border: 2px solid #cfe6fa;
  padding: 4px 0 0 54px;
  min-width:118px;
}
.basket-mini__link__empty {
  min-width:auto;
}
.basket-mini__link:hover {
  border: 2px solid #05aaff;
}
.basket-mini__icon {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #fff;
  font-size: 23px;
}
.basket-mini__count {
  position: absolute;
  left: 30px;
  top: 3px;
  background: #5282ff;
  color: #fff;
  height: 20px;
  min-width: 20px;
  border-radius: 20px;
  padding-left: 2px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  font-weight: 500;
}
.basket-mini__total {
  color: #fff;
  line-height: 17px;
}
.basket-mini__total-title {
  display: block;
  font-size: small;
}
.basket-mini__total-title__empty {
	line-height: 35px;
    display: block;
    font-size: 12px;
}
.basket-mini__total-count {
  display: block;
  font-weight: 400;
  font-size: smaller;
}
@media screen and (max-width: 1250px) {
  .basket-mini__link {
    min-width: 64px;
    margin-right: 22px;
  }
  .basket-mini__total {
    display: none;
  }
}

.category {
  margin-bottom: 55px;
}
.category__right {
  float: right;
}
.category__right.category__button {
  margin-top: 9px;
}
.category__right.category__button .button__wrap {
  padding-left: 11px;
  padding-right: 65px;
}
.category__tags-active {
  display: none;
}
.category__left {
  float: left;
}
.category__left.category__description {
  margin-top: 3px;
  width: 1040px;
  line-height: 18px;
}
.category__header {
  margin-bottom: 13px;
}
.category__header:after,
.category__header:before {
  content: '';
  display: table;
  clear: both;
}
.category__header .category__right .category__tags {
  margin-top: 23px;
}
.category__header .category__right .category__tags a {
  margin-left: 9px;
}
.category__header .category__right .category__tags span {
  margin-right: 3px;
}
.category__header .category__right .category__pager {
  font-family: 'Avenir Next Cyr';
  font-size: 24px;
  font-weight: 600;
}
.category__title {
  float: left;
}
.category__list {
  margin: 0 -10px;
}
.category__list .item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
}
.category__list .item.item_wide {
  width: 100%;
}
.category__footer {
  padding-top: 19px;
}
.category__more {
  max-width: 940px;
  margin: 0 auto;
  border-width: 2px;
  border-color: rgba(65, 67, 70, 0.2);
  border-style: solid;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 46px;
  height: 50px;
  font-weight: 500;
  color: #525359;
  font-size: 16px;
  position: relative;
  border-radius: 6px;
}
.category__more .category__pager {
  position: absolute;
  right: 15px;
  top: 0;
}
.category__more:hover {
  border: 2px solid #5282ff;
}
.category__pager {
  color: #a7b0bc;
}
.category__footer:after,
.category__footer:before {
  content: '';
  display: table;
  clear: both;
}
.category_modificied .category__header,
.category_related .category__header,
.category_top .category__header {
  margin-bottom: 50px;
}
.category_modificied .category__footer {
  padding-top: 10px;
}
.category_modificied .category__list-navbar {
  display: none;
}
@media screen and (max-width: 1700px) {
  .category__left.category__description {
    width: 900px;
  }
  .category__list .item {
    width: 25%;
  }
}
@media screen and (max-width: 1250px) {
  .category_top {
    display: none;
  }
  .category_related .category__header {
    margin-bottom: 30px;
  }
  .category_related .category__title {
    float: none;
  }
  .category_modificied {
    margin-bottom: 59px;
  }
  .category_modificied .category__header {
    margin-bottom: 46px;
  }
  .category_modificied .category__footer {
    margin-top: -9px;
    padding-top: 0;
  }
  .category__left.category__description {
    display: none;
  }
  .category__right {
    float: none;
  }
  .category__pager {
    float: right;
  }
  .category__header .category__right .category__tags {
    margin-top: 16px;
  }
  .category__list .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .category {
    margin-bottom: 40px;
  }
  .category__footer {
    padding-top: 3px;
  }
  .category__list .item {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .category_modificied {
    margin-bottom: 22px;
  }
  .category_modificied .category__header {
    margin-bottom: 26px;
  }
  .category_modificied .category__list-navbar {
    display: block;
    margin: 0 auto 40px;
  }
  .category_modificied .category__button {
    text-align: center;
  }
  .category_modificied .category__button .button {
    width: 100%;
    max-width: 296px;
  }
  .category_related .category__header {
    margin-bottom: 17px;
  }
  .category__tags {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
    padding: 13px 20px 16px;
    position: relative;
    margin-top: 26px;
  }
  .category__tags:before {
    content: "\f078";
    position: absolute;
    right: 19px;
    top: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  .category__tags-active {
    display: inline-block;
    font-weight: 500;
    color: #525359;
  }
  .category__tags-list {
    display: none;
  }
  .category__tags-list a {
    display: block;
    margin-bottom: 10px;
  }
}

.common-footer {
  background: #20252e;
}
.common-footer__top .container {
  padding: 53px 20px 22px 31px;
  position: relative;
}
.common-footer__logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  margin-left: -11px;
}
.common-footer__logo .logo__link {
  padding-left: 32px;
  margin-top: 3px;
}
.common-footer__logo .logo__link:after {
  left: 22px;
}
.common-footer__logo .logo__image {
  padding-top: 5px;
}
.common-footer__logo .logo__image img {
  width: 20px;
  height: auto;
}
.common-footer__logo .logo__title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0px;

}
.common-footer__logo .logo__description {
  font-size: 9px;
  line-height: 11px;
}
.common-footer__social {
  width: 218px;
  position: absolute;
  top: 147px;
  left: 19px;
  font-size: 18px;
}
.common-footer__social a {
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.common-footer__social a:hover {
  color: #525359;
}
.common-footer__menu {
  display: inline-block;
  vertical-align: top;
  width: 607px;
  margin-right: 21px;
}
.common-footer__menu ul {
  margin: 0;
}
.common-footer__menu li {
  margin-right: -5px;
  width: 33.3%;
  padding-left: 0;
  margin-bottom: 15px;
}
.common-footer__menu li:before {
  display: none;
}
.common-footer__menu a {
  color: #fff;
  border: none;
}
.common-footer__menu a:hover {
  color: #5282ff;
}
.common-footer__offices {
  display: inline-block;
  vertical-align: top;
  width: 576px;
  margin-right: -52px;
  color: #fff;
}
.common-footer__offices h3 {
  margin-bottom: 28px;
}
.common-footer__offices li {
  #display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  width: 53.3%;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.common-footer__offices li:after {
  display: none;
}
.common-footer__offices a {
  border-color: #414346;
  color: #414346;
}
.common-footer__feedback {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  line-height: 14px;
}
.common-footer__feedback-item {
  margin-bottom: 15px;
  color: #fff;
}
.common-footer__feedback-item p {
  margin-bottom: 17px;
}
.common-footer__feedback-item a[href^="tel"] {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  border: none;
}
.common-footer__feedback-item a[href^="tel"]:hover {
  text-decoration: underline;
}
.common-footer__feedback-item a[href^="mailto"] {
  font-size: 16px;
  color: #fff;
  border: none;
}
.common-footer__feedback-item a[href^="mailto"]:hover {
  color: #5282ff;
}
.common-footer__scroll-top {
  position: absolute;
  right: -78px;
  top: 0;
}
.common-footer__bottom {
  border-top: 1px solid #242932;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  opacity: .6;
}
.common-footer__copy {
  position: relative;
  padding: 0 30px;
}
.common-footer__copy:after {
  content: '';
  width: 1px;
  height: 11px;
  background: #414346;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.common-footer__accept {
  padding: 0 30px;
}
.scroll-top {
  display: block;
  height: 225px;
  width: 50px;
  background: #414346;
  border-radius: 0 0 25px 25px;
  border: none;
  padding-top: 39px;
}
.scroll-top span {
  font-size: 14px;
  color: #eef1f5;
  white-space: nowrap;
  transform: rotate(90deg);
  display: block;
  opacity: .3;
  margin-left: 4px;
}
.scroll-top img {
  position: absolute;
  bottom: 13px;
  left: 12px;
}
.scroll-top:hover span {
  opacity: .8;
}
.scroll-top:hover img {
  bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .common-footer__scroll-top {
    right: -30px;
  }
}
@media screen and (max-width: 1700px) {
  .common-footer__menu {
    width: 500px;
  }
  .common-footer__offices {
    width: 400px;
  }
  .common-footer__offices li {
    width: 99%;
  }
}
@media screen and (max-width: 1450px) {
  .common-footer__scroll-top {
    display: none;
  }
  .common-footer__menu {
    width: 360px;
  }
  .common-footer__menu li {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .common-footer__top .container {
    padding: 58px 20px 32px 31px;
  }
  .common-footer__logo {
    margin-left: 1px;
    display: block;
    margin-bottom: 46px;
  }
  .common-footer__logo .logo__image {
    margin-top: -23px;
  }
  .common-footer__social {
    top: 63px;
    left: auto;
    right: 32px;
    font-size: 25px;
    width: auto;
  }
  .common-footer__social a {
    width: auto;
    margin-left: 43px;
  }
  .common-footer__menu {
    width: 52%;
    margin-right: -5px;
  }
  .common-footer__offices {
    width: 48%;
    margin-right: -5px;
    padding-left: 12px;
    margin-top: -4px;
  }
  .common-footer__offices li {
    width: 59%;
    margin-bottom: 12px;
  }
  .common-footer__offices li:nth-child(even) {
    width: 30%;
  }
  .item__options-value {
    font-size: 15px !important;
  }
  .item__img {
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
  .item__common-item {
    padding-right: 8px !important;
  }
  .component_order_checkbox {
    padding-right: 20px !important;
  }
  .button__wrap {
    font-size: 14px !important;
  }
  .common-footer__feedback {
    width: auto;
    display: block;
    padding-top: 26px;
  }
  .common-footer__feedback-item {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 48px;
  }
  .common-footer__feedback-item p {
    margin-bottom: 0;
  }
  .common-footer__feedback-item a[href^="tel"] {
    font-size: 25px;
    line-height: 30px;
    margin-top: 17px;
    display: inline-block;
  }
  .common-footer__feedback-item a[href^="mailto"] {
    line-height: 24px;
  }
  .common-footer__feedback-item:last-of-type {
    margin-right: 0;
  }
  .common-footer__bottom {
    padding: 26px 0;
  }
  .common-footer__copy {
    margin-bottom: 18px;
  }
  .common-footer__copy:after {
    display: none;
  }
  .common-footer__copy,
  .common-footer__accept {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .common-footer__top .container {
    padding: 37px 12px 13px;
  }
  .common-footer__logo {
    margin-right: 22px;
    text-align: center;
    margin-bottom: 92px;
  }
  .common-footer__social {
    width: 100%;
    left: 0;
    right: 0;
    top: 101px;
    text-align: center;
  }
  .common-footer__social a {
    margin: 0 22px;
  }
  .common-footer__menu {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    padding: 0 5% 0 20%;
  }
  .common-footer__offices {
    margin-right: 0;
    width: 100%;
    padding: 0 5% 0 20%;
    display: block;
  }
  .common-footer__offices h3 {
    margin-bottom: 18px;
  }
  .common-footer__offices ul {
    margin-bottom: 0;
  }
  .common-footer__offices li {
    width: 99%;
  }
  .common-footer__offices li:nth-child(even) {
    width: 99%;
  }
  .common-footer__feedback {
    text-align: center;
    padding-top: 42px;
  }
  .common-footer__feedback-item {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .common-footer__feedback-item > span {
    display: block;
    margin-bottom: -28px;
  }
  .common-footer__bottom {
    line-height: 16px;
    padding: 23px 0;
  }
  .common-footer__copy {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .common-footer__menu,
  .common-footer__offices {
    padding: 0 0px 0 5%;
  }
}

.common-nav {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  overflow: auto;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  transition: all .4s;
}
.common-nav.active {
  bottom: 0;
  top: 0;
}
.common-nav .container {
  position: relative;
  padding-top: 60px;
}
.common-nav__info {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 100px;
  margin-bottom: 40px;
  margin-top: 25vh;
}
.common-nav__info a[href*="tel"] {
  color: #Fff;
  border: none;
}
.common-nav__info p {
  margin: 0 0 8px 0;
  font-size: 32px;
  line-height: 28px;
}
.common-nav__info .fa-phone,
.common-nav__info .fa-clock {
  font-size: 28px;
  color: #6659e6;
  margin-right: 5px;
}
.common-nav__info small {
  font-size: 14px;
  font-family: 'Avenir Next Cyr';
}
.common-nav__close {
  position: absolute;
  top: 65px;
  right: 0;
  border: none;
  font-size: 30px;
  z-index: 100;
}
.common-nav__menu li {
  margin-bottom: 26px;
}
.common-nav__menu li:before {
  content: "\f111";
  font-weight: 400;
  color: #fff;
}
.common-nav__menu li:hover a {
  color: #6659e6;
  border-color: #6659e6;
}
.common-nav__menu li:hover:before {
  color: #6659e6;
}
.common-nav__menu a {
  color: #fff;
  font-weight: 500;
  border-color: transparent;
  font-size: 14px;
}
.common-nav__menu-group {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 75px;
  margin-right: -5px;
}
.common-nav__menu-group:last-of-type {
  padding-right: 0;
}
.common-nav__menu-group h3 {
  color: #6659e6;
  margin-bottom: 50px;
}
/* fix common header 13-10-2020 (transfer - 25 01 2021) start */
.common-header {
  background-color: #0c0f14;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1250px) {
    .common-header {

    }
}

/* fix common header 13-10-2020 (transfer - 25 01 2021) end */

/* fade menu (transfer - 25 01 2021) 13-10-2020 start*/
.menutf {
	cursor: pointer;
	transition: 0.7s;
}
.menutf:hover .navtf {
	display:block;
}
.linem {
	padding: 10px 6px;
    height: 40px;
    background: #fff;
    margin: 4px 0px;
    /* display: inline-block; */
    vertical-align: middle;
    border-radius: 4px;
}
.linem a {
    text-decoration: none;
    color: #525359;
	font-size: 0.73rem;
    border: none;
    letter-spacing: 0px;
    padding: 10px 10px 10px 0px;
    white-space: nowrap;
}
.linem img {
	border: none;
    margin-top: -6px;
    margin-right: 10px;
    vertical-align: middle;
}
.linem a:hover {
    text-decoration:none;
}
.linem:before {
    text-decoration:none;
    content: none;
	display:none;
}
.linem:hover {
    color: #5282ff;
    background: #efb649;
}
.navtf {
    border-radius: 6px;
	width: 211px;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    background: #eef1f5;
    padding: 0 4px;
	display:none;
}
.headbut {
	width: 211px;
}
.newstmob {
    margin-bottom: 18px;
	display: none;
}
/* fade menu 13-10-2020 (transfer - 25 01 2021) end */

.common-header__top {
  padding: 5px 0;
  height: 30px;
}
.common-header__left {
  padding-top: 5px;
}
.common-header__user-location {
  display: inline-block;
  vertical-align: middle;
  margin: 0 36px 0 -2px;
}
.common-header__time-work {
  display: inline-block;
  vertical-align: middle;
}
.common-header__static-menu {
  display: inline-block;
  vertical-align: middle;
}
.common-header__static-menu ul {
  margin-bottom: 0;
}
.common-header__static-menu a {
  color: #ffffff;
  border: none;
  font-weight: 500;
  line-height: 20px;
}
.common-header__static-menu a img {
  float: left;
  margin-right: 5px;
}
.common-header__static-menu a:hover {
  text-decoration: underline;
}
.common-header__cabinet {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.common-header__cabinet .button {
  padding: 0 25px 0 5px;
  border-radius: 6px;
}
.common-header__cabinet .button__wrap {
  font-size: 14px;
}
.common-header__bottom {
  padding: 10px 0;
}
.common-header__button-catalog {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding-top: 6px;
}


.common-header__button-catalog.region {
  margin-right: 60px;
  padding-top: 18px;
}

.common-header__button-catalog a {
  border: none;
}
.common-header__button-catalog a img {
  display: block;
}
.common-header__button-catalog a:hover {
  opacity: .8;
}
.common-header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 73px;
  position: relative;
  padding-top: 6px;
}

.common-footer__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  position: relative;
}



.common-footer__logo .logo__link {
  border: none;
  position: relative;
  display: inline-block;
  padding-left: 11px;
}

.common-header__catalog {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.common-header__catalog .button {
  border-width: 2px;
}
/* search (in fixed header) 14-10-2020 start */
.common-header__search {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  padding-top: 20px;
}
.common-header__search .search-mini__input {
  width: 330px;
}
.common-header__search .search-mini__headinput {
    display: inline-block;
    vertical-align: top;
    z-index: 4;
	height: 24px;
    padding: 0 30px;
    font-weight: 300;
    width: 150px;
    opacity: 0.7;
    border-radius: 14px;
}
@media screen and (max-width: 1450px) {
	.common-header__search {
    display: none;
	}
}
.common-header__search .search-mini__headbutton {
    opacity: 0.3;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    height: 50px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.search-mini__headbutton > button {
  pointer-events: none;
}
.common-header__call-group-nodesktop {
	display:none;
}
.newst {
    font-family: 'Avenir Next Cyr';
	font-size: 14px;
	height: 34px;
    width: 141px;
    background: #27ea2c;
    color: #20252e;
    border: 0;
    border-radius: 4px;
	cursor:pointer;
}
/* search (in fixed header) 14-10-2020 end */

.common-header__call {
  display: inline-block;
  vertical-align: top;
  text-align:right;
  margin-right: 34px;
  padding-top: 14px;
}
.common-header__call-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.common-header__call-group:last-of-type {margin: 0 auto;}
.common-header__call-group p {margin-bottom: 0}
.common-header__call-group a[href^="tel"] {
  font-size: 14px;
  color: #242527;
  border: none;
  letter-spacing: 0px;
}
.common-header__call-group a[href^="tel"]:hover {
  color: #5282ff;
}
.common-header__basket {
  float: right;
  margin-top: 3px;
}
.user-location {
  line-height: 14px;
}
.user-location__icon {
  color: #fff;
  margin-right: 8px;
}
.user-location__title {
  color: #ffffff;
  margin-right: 12px;
}
.user-location__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  display: none;
}
.user-location__select {
  position: relative;
  z-index: 20;
}
.user-location__select-item {
  display: block;
  margin: 8px 0;
}
.user-location__select-list {
  display: none;
  position: absolute;
  left: -10px;
  top: 100%;
  margin-top: 5px;
  right: -10px;
  background: #fff;
  border-radius: 5px;
  padding: 0px 10px 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.user-location__select.active .user-location__select-list {
  display: block;
}
.user-location__select.active .link__select-icon {
  transform: rotate(180deg);
  margin-top: -5px;
}
.link__select {
  color: #4668cb;
  border: none;
  padding-right: 15px;
}
.link__select-active {
  cursor: pointer;
  text-transform: uppercase;
}
#city_select .link__select-active {
  color: #fff;
}

.link__select-icon {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.link__select:hover .user-location__select-active {
  border-color: #5282ff;
}
.time-work {
  color: #ffffff;
  line-height: 14px;
}
.time-work .fa-clock {
  color: #ffffff;
  margin: -2px 9px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  .common-header__search.search-mini .search-mini__input[type="text"] {
    width: 0;
    padding: 0;
  }
  .common-header__search.search-mini .button {
    padding: 0 6px;
  }
}
@media screen and (max-width: 1250px) {
  .common-header__call-group-nodesktop {
    display: block;
  }
  .newst {
	top: -64px;
    position: absolute;
    height: 28px;
    width: 156px;
    right: 12px;
  }
  .common-header__catalog {
    margin-right: 14px;
  }
  .common-header__search {
	margin-right: 14px;
    max-width: 55%;
  }
}
@media screen and (max-width: 1250px) {
  .common-header__user-location {
    margin-left: 0px;
    margin-right: 33px;
  }
  .common-header__static-menu {
    display: none;
  }
  .common-header__time-work {
    letter-spacing: 0px;
  }
  .common-header__catalog {
    margin-right: 16px;
  }
  .common-header__catalog .button {
    padding: 0 10px 0 2px;
  }
  .common-header__catalog .button__icon {
    max-width: 39px;
  }
  .common-header__catalog .button__icon + .button__wrap {
    padding-left: 36px;
  }
  .common-header__catalog .button__wrap span {
    display: none;
  }
  .common-header__button-catalog {
    margin-right: 25px;
  }
  .common-header__bottom {
    padding: 14px 0 10px;
  }
  .common-header__logo {
    top: 1px;
  }
  .common-header__search {
    margin-right: 12px;
	display:none;
  }
  .common-header__call-group a[href^="tel"] {
    font-size: 18px;
  }
  .common-header__basket {
    margin-top: 1px;
  }
  .user-location__title {
    letter-spacing: 0px;
  }
  .user-location__select .link__select-active {
    letter-spacing: 0px;
  }
  .common-nav__info {
    margin-right: 30px;
    margin-bottom: 50px;
  }
  .common-nav__menu-group {
    width: 50%;
    padding-right: 75px;
  }
  .common-nav__menu-group:last-of-type {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1250px) {
  .group__square {
    margin: auto!important;
    float: none !important;
    padding-top: 6px !important;
    padding-bottom: 22px !important;
    height: 60px;
  }

  .common-header__top {
    padding-bottom: 16px;
  }
  .common-header__logo {
    margin-right: 0px;
  }
  .common-header__bottom {
    padding: 20px 0;
  }
  .common-header__bottom .container {
    position: relative;
  }
  .common-header__time-work,
  .common-header__right,
  .common-header__catalog,
  .common-header__search,
  .common-header__basket {
    display: none;
  }
  .common-header__button-catalog {
    position: absolute;
    right: 12px;
    margin-right: 0;
    margin-top: 10px;
  }
  .common-header__call {
    float: right;
    margin-top: 2px;
    margin-right: 5%;
  }
  .common-header__call-group {
    width: 32px;
    height: 32px;
    overflow: hidden;
	font-size: 12px;
    line-height: 15px;
  }
  .common-header__call-group a[href^="tel:"] {
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: #eef1f5;
    border-radius: 50% 50%;
    display: inline-block;
    text-align: center;
  }
  .common-header__call-group a[href^="tel:"]:after {
    content: "\f095";
    text-indent: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 13px;
    line-height: 32px;
    color: #33a34d;
  }
  .common-header__left {
    padding-top: 3px;
  }
  .common-header__user-location {
    margin-right: 0;
  }
  .user-location__title {
    letter-spacing: 0px;
    margin-right: 11px;
  }
  .user-location__select .link__select-active {
    letter-spacing: 0px;
  }
  .user-location__select-list {
    position: static !important;
  }
  .user-location__link {
    display: block;
  }
  .common-nav .container {
    padding-top: 20px;
  }
  .common-nav__close {
    right: 20px;
    top: 20px;
  }
  .common-nav__menu {
    padding-left: 10px;
  }
  .common-nav__info {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .common-nav__menu {
    padding-left: 0;
  }
  .common-nav__menu-group {
    padding-right: 40px;
    width: 100%;
  }
  .common-nav__menu li {
    margin-bottom: 13px;
  }
  .common-nav__menu-group h3 {
    margin-bottom: 20px;
  }
  .common-nav__info p {
    font-size: 20px;
  }
  .common-nav__info .fa-phone,
  .common-nav__info .fa-clock {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .common-nav__menu-group {
    display: block;
    padding-right: 0;
  }
}

.equipment {
  margin-bottom: 31px;
}
.equipment:after,
.equipment:before {
  content: '';
  display: table;
  clear: both;
}
.equipment__list {
  display: block;
  clear: both;
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 56px;
}
.equipment__list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-left: 2px solid #d6d9dc;
  border-right: 2px solid #d6d9dc;
  border-bottom: 2px solid #d6d9dc;
  border-radius: 0 0 16px 16px;
  height: 20px;
}
.equipment__list:before {
  content: '';
  width: 242px;
  height: 22px;
  background: url('/local/templates/mossti/css/../img/icon_brackets.png') no-repeat center top;
  position: absolute;
  right: 119px;
  bottom: -19px;
  z-index: 20;
}
.equipment__docs {
  float: left;
  position: relative;
  padding-left: 52px;
  margin-top: 8px;
}
.equipment__docs:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  left: 2px;
  top: 3px;
  color: #1265c2;
}
.equipment__docs a {
  font-size: 16px;
  font-weight: 500;
  color: #1265c2;
  border-color: #1265c2;
}
.equipment__docs span {
  opacity: .6;
}
.equipment__total {
  float: right;
}
.equipment__accept-services {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin-right: 17px;
  margin-top: 11px;
}
.equipment__accept-services label .input__wrap {
  padding-left: 40px;
  line-height: 18px;
}
.equipment__accept-services label .input__wrap .input__icon {
  color: #cacfd5;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
}
.equipment__button {
  display: inline-block;
  vertical-align: top;
}
.equipment__button .button {
  height: 60px;
}
.equipment__button .button__wrap {
  font-size: 18px;
  font-weight: 500;
  padding: 0 104px 0 45px !important;
}
.equipment__button .button__wrap b {
  font-size: 20px;
  font-weight: bold;
}
.equipment__button > span {
  text-align: right;
  display: block;
}
.equipment .group {
  margin-bottom: 23px;
}
.equipment .group:last-of-type {
  margin-bottom: 0;
}
.equipment .group > h2 {
  margin-bottom: -2px;
}
.equipment .group:after,
.equipment .group:before {
  content: '';
  display: table;
  clear: both;
}
.equipment .group__list {
  margin: 0 -10px 46px;
}
.equipment .group__square {
  max-width: 330px;
  float: left;
  margin-top: 9px;
  margin-bottom: 10px;
}
.equipment .group__square h4 {
  max-width: 150px;
  float: left;
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  line-height: 16px;
  color: #525359;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 4px;
}
.equipment .group__square-value {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #525359;
  float: right;
  font-size: 20px;
  margin-top: -5px;
}
.equipment .group__square-value input {
  width: 100px;
  text-align: center;
  margin-right: 17px;
  font-weight: bold;
  font-size: 21px;
  font-weight: 600;
  background: #fff;
}
.equipment .group__price {
  float: right;
}
.equipment .group__price-count {
  font-size: 20px;
  font-weight: bold;
}
.equipment .group__price-total {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 23px 0 30px;
}
.equipment .group__price-total h4 {
  line-height: 16px;
  letter-spacing: 0px;
  margin-bottom: 5px;
  max-width: 175px;
}
.equipment .group__price-total .group__price-count {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #0a67b9;
}
.equipment .group__price-single {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 0 22px 0 40px;
}
.equipment .group__price-single:after {
  content: '';
  width: 1px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c7c7c7;
}
.equipment .group__price-single span {
  opacity: .6;
}
@media screen and (max-width: 1250px) {
  .equipment {
    padding-top: 8px;
  }
  .equipment__list {
    padding-bottom: 29px;
    margin-bottom: 42px;
  }
  .equipment .group {
    margin-bottom: 48px;
  }
  .equipment .group > h2 {
    margin-bottom: -5px;
  }
  .equipment .group__list {
    margin-bottom: 25px;
  }
  .equipment .group__price-single {
    padding: 0 0px 0 38px;
  }
  .equipment__total {
    float: none;
  }
  .equipment__accept-services {
    margin-right: -4px;
    float: right;
    margin-top: 11px;
    margin-bottom: 55px;
  }
  .equipment__button {
    display: block;
    max-width: 520px;
    margin: 0 auto 0;
  }
  .equipment__button .button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .equipment {
    margin-bottom: 27px;
    margin-top: -22px;
  }

  .equipment__total {
    /*text-align: center;*/
  }

  .equipment__accept-services {
    display: inline-block;
    float: none !important;
    /*width: 100%;
    max-width: 100%;*/

    /*margin-right: 0;
    margin-top: 16px;
    margin-bottom: 32px;*/
  }
  .equipment__list {
    padding-bottom: 0px;
    margin-bottom: 21px;
  }
  .equipment__list:before,
  .equipment__list:after {
    display: none;
  }
  .equipment__button .button__wrap {
    padding: 0 40px 0 10px !important;
  }
  .equipment .group {
    margin-bottom: 33px;
  }
  .equipment .group > h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .equipment .group__list {
    margin-bottom: -8px;
  }
  .equipment .group__square {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .equipment .group__price {
    float: none;
    text-align: center;
  }
  .equipment .group__price-total {
    padding-bottom: 15px;
    display: block;
  }
  .equipment .group__price-total h4 {
    line-height: 20px;
    margin: 0 auto;
  }
  .equipment .group__price-single {
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }
  .equipment .group__price-single:after {
    width: 168px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -85px;
  }
}

.filter__trigger {
  display: none;
}
.filter__group {
  border-radius: 6px;
  background-color: #d9dcdb;
  box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
  margin-bottom: 20px;
}
.filter__group.active .filter__title {
  border-bottom: 1px solid #e4e4e4;
}
.filter__group.active .filter__title a .fas.fa-chevron-down {
  color: #242527;
}
.filter__group.active .filter__title a .fas.fa-chevron-down:before {
  content: "\f077";
}
.filter__group.active .filter__value {
  display: block;
}
.filter__title {
  margin: 0 30px;
  padding: 25px 0;
}
.filter__title a {
  line-height: 18px;
  display: block;
  border: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #242527;
  padding: 0 50px 0 0;
}
.filter__title a .fa-chevron-down {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font-size: 11px;
  font-weight: 600;
  color: #b9b9b9;
}
.filter__title-value {
  margin-top: 18px;
}
.filter__title-value label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.filter__title-value label .input__wrap {
  font-weight: 500;
  border-color: #ececec !important;
}
.filter__title-value label input:checked + .input__wrap {
  font-size: 12px;
  line-height: 12px;
  padding: 5px 17px 3px 18px;
}
.filter__title-select {
  display: none;
}
.filter__value {
  display: none;
  padding: 22px 0 25px;
}
.filter__value label {
  padding: 9px 60px 8px 30px;
}
.filter__value ul li {
  color: #919192;
}
.filter__value ul li:before {
  color: #242527;
  top: 11px;
}
.filter__value ul a {
  display: block;
  position: relative;
  border-bottom: none;
  padding: 10px 50px 10px 0;
  font-size: 13px;
  color: #242527;
}
.filter__value ul a:hover {
  color: #5282ff;
}

.filter__item A {cursor: pointer}

.filter__value ul a .filter__item-count {
  position: absolute;
  right: 47px;
  top: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #242527;
}
.filter__value > ul {
  margin: 0;
}
.filter__value > ul > li {
  padding-left: 0;
}
.filter__value > ul > li:before {
  display: none;
}
.filter__value > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  color: #242527;
  padding-right: 80px;
  padding-left: 30px;
}
.filter__value > ul > li > a .fa-chevron-down {
  position: absolute;
  right: 28px;
  top: 14px;
  font-size: 11px;
}
.filter__value > ul > li ul {
  display: none;
  padding-left: 30px;
  padding-top: 3px;
  margin-bottom: 0;
}
.filter__value > ul > li ul li {
  margin-bottom: 1px;
}
.filter__value > ul > li ul a {
  line-height: 19px;
}
.filter__value > ul .filter__item.active > .filter__item-name {
  color: #5282ff;
  font-weight: bold;
  border-left: 3px solid #5282ff;
  background: #fafafa;
  padding-left: 27px;
}
.filter__value > ul .filter__item.active .fa-chevron-down:before {
  content: "\f077";
}
.filter__value > ul .filter__item.active ul {
  display: block; overflow:auto; margin-right:12px; max-height:380px
}
.filter__range {
  margin: 0 30px;
}
.filter__more {
  padding: 25px 30px 5px;
}
.filter__more .button {
  width: 100%;
}
.filter__more .button__wrap {
  font-size: 14px;
}
.filter__events .button {
  margin-bottom: 20px;
  background-color: #ededed;
}
.filter__tags {
  margin-bottom: 20px;
}
.filter__tags input[type="radio"]:checked + .input__wrap,
.filter__tags input[type="checkbox"]:checked + .input__wrap {
  background: #fff;
  border-color: #fff;
  font-weight: normal;
}
.filter__tags .link__select {
  margin-left: 13px;
}
.filter__tags-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 83px;
}
.filter__tags-group:last-of-type {
  margin-right: 0;
}
.filter__tags-group > span {
  margin-right: 16px;
}
.filter__tags-group span,
.filter__tags-group label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.filter__tags-group label {
  margin-right: 6px;
}
.filter__tags-group label .input__wrap {
  padding: 2px 17px 5px 18px !important;
}
.filter__sort {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
  padding: 10px 20px;
  margin-bottom: 25px;
}
.filter__sort:after,
.filter__sort:before {
  content: '';
  display: table;
  clear: both;
}
.filter__sort-list {
  float: left;
}
.filter__sort-list > span {
  font-family: 'Avenir Next Cyr';
  margin-right: 20px;
}
.filter__sort-list .ui-selectmenu-button.ui-button {
  width: 250px;
}
.filter__sort-view {
  float: right;
  padding-top: 8px;
}
.filter__sort-view a {
  margin-left: 20px;
  border: none;
  color: #a5a5a8;
  vertical-align: middle;
  font-size: 21px;
}
.filter__sort-view a.active {
  color: #5282ff;
}
.filter__sort-view > span {
  font-family: 'Avenir Next Cyr';
}
.range__value {
  position: relative;
}
.range__value:after {
  content: '-';
  width: 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -5px;
  z-index: 100;
}
.range__value:before {
  content: '';
  display: table;
  clear: both;
}
.range__value input {
  width: 105px;
}
.range__value-max {
  float: right;
}
.range__diapason {
  margin-bottom: 20px;
}
.range__diapason.ui-widget-content.ui-widget {
  height: 4px;
  background: #eef1f5;
  border: none;
}
.range__diapason.ui-slider .ui-slider-handle {
  width: 4px;
  height: 22px;
  background: #242527;
  border: none;
  cursor: pointer;
  outline: none;
}
.range__diapason.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -2px;
}
.range__diapason.ui-slider-horizontal .ui-slider-range {
  height: 22px;
  top: -9px;
  background: url('/local/templates/mossti/css/../img/range__diapason.png') repeat-x center left;
}
@media screen and (max-width: 1700px) {
  .filter__tags-group {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
  .filter__tags-group:last-of-type {
    margin-bottom: 0;
  }
  .filter__tags-group > span {
    width: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .filter {
    margin-bottom: 30px;
  }
  .filter__group {
    display: none;
  }
  .filter__events {
    display: none;
  }
  .filter__title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .filter__title-select {
    display: inline;
    margin-left: 5px;
    color: #f50000;
  }
  .filter.show .filter__group,
  .filter.show .filter__events {
    display: block;
  }
  .filter.show .filter__trigger:after,
  .filter.show .filter__trigger:before {
    border-width: 0 11.5px 12px 11.5px;
    border-color: transparent transparent #929ba5 transparent;
    bottom: auto;
    bottom: 0;
  }
  .filter.show .filter__trigger:before {
    border-color: transparent transparent #eef1f5 transparent;
    bottom: -1px;
  }
  .filter__trigger {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #929ba5;
    border-bottom-color: #929ba5;
    padding-bottom: 15px;
    position: relative;
    margin-top: 25px;
  }
  .filter__trigger:after,
  .filter__trigger:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #929ba5 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -11px;
  }
  .filter__trigger:before {
    border-color: #eef1f5 transparent transparent transparent;
    bottom: -11px;
    z-index: 10;
  }
  .filter__trigger:hover {
    border-bottom: 1px solid #929ba5;
  }
  .filter__tags-group {
    margin-bottom: 23px;
  }
  .filter__tags-group > span {
    width: 80px;
    margin-right: 6px;
  }
  .filter__sort-list > span {
    margin-right: 30px;
  }
  .range__value input {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .filter__tags {
    display: none;
  }
  .filter__sort-view {
    display: none;
  }
  .filter__sort {
    padding: 0;
    background: none;
  }
  .filter__sort-list {
    float: none;
  }
  .filter__sort-list > span:first-of-type {
    display: none;
  }
  .filter__sort-list .ui-selectmenu-button.ui-button {
    width: 100%;
    height: 51px;
    display: block;
    background: #fff;
    padding: 16px 13px 0 20px;
  }
  .filter__group_area {
    display: block;
  }
  .filter__group.active .filter__value {
    display: none;
  }
  .filter__group.active .filter__title a .fas.fa-chevron-down:before {
    content: "\f078";
  }
  .filter__title {
    padding: 17px 0;
    margin: 0 20px;
  }
  .filter__title a {
    font-weight: normal;
    font-family: 'Avenir Next Cyr';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .filter__title a .fas.fa-chevron-down {
    color: #242527;
  }
  .filter__title-select {
    font-weight: 500;
    font-family: 'Avenir Next Cyr';
    color: #525359;
  }
  .filter__trigger {
    letter-spacing: 0px;
    font-family: 'Avenir Next Cyr';
    margin-top: -4px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 767px) {
  .filter__group_area {
    display: block;
    background: none;
    box-shadow: none;
  }
  .filter__group_area .filter__title {
    margin: 0;
    padding: 0;
    border: none !important;
  }
  .filter__group_area .filter__title a .fa-chevron-down {
    display: none;
  }
  .filter__group_area .filter__value {
    margin: 0 -5px;
    padding: 18px 0 2px;
  }
  .filter__group_area .filter__value:after,
  .filter__group_area .filter__value:before {
    content: '';
    display: table;
    clear: both;
  }
  .filter__group_area .filter__value > ul > li {
    width: 25%;
    float: left;
    padding: 0 5px;
  }
  .filter__group_area .filter__value .filter__item-name {
    font-weight: 500;
    color: #525359;
    height: 72px;
    line-height: 72px;
    background: #fff;
    border-radius: 4px;
    padding: 0 0 0 70px;
    text-align: left;
  }
  .filter__group_area .filter__value > ul .filter__item.active > .filter__item-name {
    border: none;
    color: #525359;
    padding-left: 70px;
    background-image: linear-gradient(73deg, #eaa63c 0%, #f8cd5b 100%);
    box-shadow: 0px 1px 0px 0px rgba(82, 83, 89, 0.13);
    border-radius: 6px;
  }
  .filter__group_area .filter__value .filter__item {
    position: relative;
  }
  .filter__group_area .filter__value .filter__item-name {
    position: relative;
  }
  .filter__group_area .filter__value .filter__item_floors .filter__item-name:after {
    content: url('/local/templates/mossti/css/../img/icon_cube-1.svg');
    width: 35px;
    height: 33px;
    position: absolute;
    left: 16px;
    top: 10px;
  }
  .filter__group_area .filter__value .filter__item_walls .filter__item-name:after {
    content: url('/local/templates/mossti/css/../img/icon_cube-3.svg');
    width: 35px;
    height: 33px;
    position: absolute;
    left: 16px;
    top: 10px;
  }
  .filter__group_area .filter__value .filter__item_ceiling .filter__item-name:after {
    content: url('/local/templates/mossti/css/../img/icon_cube-2.svg');
    width: 35px;
    height: 33px;
    position: absolute;
    left: 16px;
    top: 10px;
  }
  .filter__group_area .filter__value .filter__item_bulkheads .filter__item-name:after {
    content: url('/local/templates/mossti/css/../img/icon_cube-4.svg');
    width: 35px;
    height: 33px;
    position: absolute;
    left: 16px;
    top: 10px;
  }
  .filter__group_area .filter__item-count {
    display: none;
  }
}

.item__product-fast-view {
  display: none;
  background: none !important;
  padding: 0 !important;
}
.item__product-fast-view .fancybox-close-small {
  top: 6px !important;
}
.item_product {
  padding: 0 10px;
  margin-bottom: 44px;
}
.item_product .item__wrap {
  background: #f8f7f7;
  box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
  border-radius: 6px;
  position: relative;
  padding: 30px 49px;
}
.item_product .item__wrap:after,
.item_product .item__wrap:before {
  content: '';
  display: table;
  clear: both;
}
.item_product .item__tags {
  position: absolute;
  right: 0;
  top: 0;
}
.item_product .item__tags .tag_solid:after {
  background: #f8f7f7;
}

.item__img A {border-bottom: none}

.item_product .item__img {
  height: 180px;
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}
.item_product .item__img:after,
.item_product .item__img img {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.item_product .item__img:after {
  content: '';
  width: 0;
  height: 100%;
}
.item_product .item__img img {
  max-height: 100%;
  width: auto;
}
.item_product .item__img .button_fast-look {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  margin: -17px 0 0 -101px;
  opacity: 0;
  padding: 0 7px 5px 10px;
  z-index: 100;
}
.item_product .item__img .button_fast-look .button__wrap {
  font-size: 14px;
}
.item_product .item__common {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.item_product .item__title {
  margin-bottom: 7px;
}
.item_product .item__title a {
  border-color: transparent;
  color: #242527;
  font-size: 21px;
  font-weight: 600;
}
.item_product .item__description {
  line-height: 18px;
  opacity: .6;
}
.item_product .item__price {
  margin-bottom: 15px;
  min-height: 22px;
}
.item_product .item__price-new {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1px;
  min-height: 22px;
}
.item_product .item__price-sale {
  font-weight: 500;
  opacity: .6;
  text-decoration: line-through;
}
.item_product .item__button {
  margin-bottom: -55px;
  text-align: center;
  display:flex;
}
.item_product .item__button .button_compare {
  background: #fff;
  margin-right: 7px;
}

.compare_not_selected {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}

.compare_selected {
  background: #ffe9e9 !important;
  border-color: #ff7979 !important;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.item_product .item__button .button_compare .button__wrap {
  display: none;
}
.item_product .item__button .button_to-basket .button__wrap {
  padding: 0 48px 2px 0;
  padding-right: 45px;
  font-size: 14px;
}
.item_product:hover .item__wrap {
  box-shadow: 0px 1px 3px 0px rgba(73, 0, 255, 0.08), 0px 16px 24px 0px rgba(73, 0, 255, 0.1);
  background: #fff;

}
.item_product:hover .item__tags .tag_solid:after {
  background: #fff;
}
.item_product:hover .item__img .button_fast-look {
  opacity: .7;
}
.item_product:hover .item__img .button_fast-look:hover {
  opacity: .8;
}
.item_product:hover .item__title a {
  color: #5282ff;
  border-bottom: 1px solid #5282ff;
}

.item_product:hover .item__price-new {
  color: #5282ff;
}

.item_product:hover .item__title a:hover {
  border-color: transparent;
}
.item_product:hover .item__description {
  opacity: .8;
}


.item_product:hover .button_gold {
  border: none;
  box-shadow: 0px 10px 22px 0px rgba(234, 167, 60, 0.2), inset -49px 0px 0px 0px rgba(241, 186, 76, 0.004);
  background: #7bc66e;
  background: linear-gradient(180deg, #8ad57d 0%, #61ac54 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad57d', endColorstr='#61ac54', GradientType=1);
}

.item_product:hover .button_gold .button__icon {
  background: #70ba63;
  color: #242527;
}

.product__buttons .button_gold:hover{

  background: #7bc66e;
  background: linear-gradient(180deg, #8ad57d 0%, #61ac54 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad57d', endColorstr='#61ac54', GradientType=1);
}


.item_wide {
  width: 100%;
  margin-bottom: 20px;
}
.item_wide:after,
.item_wide:before {
  content: '';
  display: table;
  clear: both;
}
.item_wide.item_modificied {
  padding-top: 0;
  padding-bottom: 0;
}
.item_wide.item_product {
  padding-top: 0;
  padding-bottom: 0;
}
.item_wide.item_product .item__wrap {
  padding: 25px 20px 28px;
}
.item_wide.item_product .item__img,
.item_wide.item_product .item__common,
.item_wide.item_product .item__price,
.item_wide.item_product .item__button {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.item_wide.item_product .item__img {
  width: 160px;
  margin-right: 15px;
  height: 80px;
}
.item_wide.item_product .item__img .button_fast-look {
  margin: -25px 0 0 -25px;
}
.item_wide.item_product .item__img .button_fast-look .button__wrap {
  display: none;
}
.item_wide.item_product .item__common {
  width: 724px;
  padding: 0 145px 0 0;
  height: auto;
}
.item_wide.item_product .item__price {
  width: 230px;
}
.item_wide.item_product .item__button {
  float: right;
  padding-top: 17px;
}
.item_wide.item_product .item__button .button {
  margin-left: 16px;
}
.item_wide.item_product .item__button .button_compare {
  padding: 0 19px 0 0;
  margin-right: 0;
}
.item_wide.item_product .item__button .button_compare .button__icon {
  max-width: 47px;
}
.item_wide.item_product .item__button .button_compare .button__wrap {
  display: inline-block;
}
.item_wide.item_product .item__button .button_to-basket .button__wrap {
  font-size: 16px;
  padding: 0 54px 0 4px;
}
.item_post .item__wrap {
  background: none;
  padding: 0;
  border-radius: 0;
}
.item_post .item__img {
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  background: #bbb;
  text-align: center;
}
.item_post .item__img:after,
.item_post .item__img img {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.item_post .item__img:after {
  content: '';
  width: 0;
  height: 100%;
}
.item_post .item__date {
  opacity: .4;
  float: left;
  white-space: nowrap;
  margin-top: 3px;
}
.item_post .item__date-day {
  font-size: 32px;
  line-height: 32px;
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
.item_post .item__date-month {
  line-height: 14px;
}
.item_post .item__date-year {
  line-height: 14px;
}
.item_post .item__common {
  padding: 32px 0 20px;
}
.item_post .item__title {
  padding: 0 35px 0 110px;
}
.item_post .item__title a {
  display: inline;
  color: #242527;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  border-color: transparent;
}
.item_post:hover .item__date {
  opacity: 1;
}
.item_post:hover .item__date-day {
  color: #5282ff;
}
.item_post:hover .item__img {
  box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.14), 0px 16px 24px 0px rgba(36, 37, 39, 0.16);
}
.item_post:hover .item__title a {
  color: #5282ff;
  border-color: #5282ff;
}
.item_modificied.item_wide .item__wrap {
  background: #f8f8f8;
  padding-bottom: 15px;
}
.item_modificied.item_wide .item__rating {
  line-height: 10px;
  margin-top: -5px;
}
.item_modificied.item_wide .item__button {
  width: 196px;
  margin-top: -5px;
  padding-right: 17px;
  padding-top: 0;
}
.item_modificied.item_wide .item__button .button {
  display: block;
  width: 100%;
}
.item_modificied.item_wide .item__button .button_read {
  margin-bottom: 40px;
}
.item_modificied.item_wide .item__img {
  float: left;
  height: 140px;
  margin-right: 20px;
}
.item_modificied.item_wide .item__common {
  width: 1140px;
  display: table;
  float: left;
  padding-right: 0;
}
.item_modificied.item_wide .item__common-group {
  display: table-row;
}
.item_modificied.item_wide .item__common-group:first-of-type .item__common-item {
  padding-top: 0;
}
.item_modificied.item_wide .item__common-group:last-of-type .item__common-item {
  padding-bottom: 0;
  vertical-align: bottom;
  border: none;
}
.item_modificied.item_wide .item__common-item {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e6e2e2;
  padding: 18px 0 27px;
}
.item_modificied.item_wide .item__common-item h4 {
  margin-bottom: 4px;
}
.item_modificied.item_wide .item__common-item .item__options-name {
  opacity: .6;
  margin-right: 10px;
}
.item_modificied.item_wide .item__common-item .item__options-value {
  font-size: 18px;
  font-weight: bold;
  color: #242527;
}
.item_modificied.item_wide.item_info {
  margin-top: 20px;
}
.item_modificied.item_wide.item_info .item__wrap {
  padding: 23px 20px;
}
.item_modificied.item_wide.item_info .item__img {
  width: 161px;
  height: 64px;
  margin-bottom: -10px;
  margin-top: -10px;
}

.item_modificied.item_wide.item_info .item__title {
  line-height: 19px;
  margin-bottom: 0;
}
.item_modificied.item_wide.item_info .item__common {
  width: 1350px;
}
.item_modificied.item_wide.item_info .item__common-item:first-of-type {
  width: 780px;
}
.item_modificied.item_wide.item_info .item__common-item .item__options-name {
  margin-right: 0;
}
.item_modificied.item_wide.item_info .item__common-group:last-of-type .item__common-item {
  vertical-align: top;
}
.item_article {
  position: relative;
  padding: 0 35px;
}
.item_article .item__wrap {
  position: relative;
}
.item_article .item__img {
  position: relative;
}
.item_article .item__img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('/local/templates/mossti/css/../img/bg-texture.png') center center;
  z-index: 30;
}
.item_article .item__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 6px;
  background-image: linear-gradient(23deg, #1e2027 0%, rgba(43, 44, 49, 0) 100%);
  opacity: 0.949;
}
.item_article .item__img img {
  display: block;
  border-radius: 6px;
    width: 100%;
    /*height: 330px;*/
}
.item_article .item__common {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 54px 0 0 62px;
  text-align: center;
}
.item_article .item__title {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eef1f5;
  width: 161px;
  height: 28px;
  border-radius: 0 0 6px 0;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 5px;
}
.item_article .item__count,
.item_article .item__description {
  display: inline-block;
  vertical-align: middle;
}
.item_article .item__icon {
  width: 356px;
  text-align: center;
}
.item_article .item__count {
  font-family: 'Avenir Next Cyr';
  font-size: 64px;
  line-height: 64px;
  color: #efb649;
  padding-top: 7px;
  padding-right: 14px;
  width: 67%;
  text-align: right;
}
.item_article .item__description {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 31%;
}
.item_article.item_big {
  width: 25%;
  padding: 0 10px;
  position: relative;
}
.item_article.item_big .item__common {
  min-width: 280px;
  max-width: 500px;
  background-color: #282828;
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 0 6px 6px 0;
  z-index: 100;
  top: 100px;
  bottom: 6px;
  right: 100px;
  padding: 26px 20px 25px 60px;
}
.item_article.item_big .item__common-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center left;
  filter: blur(5px);
  z-index: -1;
  opacity: .3;
}
.item_article.item_big .item__date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  left: 60px;
  bottom: 33px;
  font-family: 'Avenir Next Cyr';
  color: #fff;
  opacity: .4;
  letter-spacing: 0px;
}
.item_article.item_big .item__title {
  text-align: left;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  font-size: 14px;
  color: #242527;
  font-weight: normal;
  height: auto;
  background: #eef1f5;
  padding: 12px 10px 20px 23px;
  border-radius: 0 0 0 6px;
  z-index: 20;
}
.item_article.item_big .item__title h2 {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Avenir Next Cyr';
}
.item_article.item_big .item__title p {
  margin-bottom: 0;
  line-height: 16px;
}
.item_article.item_big .item__name {
  font-family: 'Avenir Next Cyr';
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #efb649;
  margin-bottom: 16px;
  width: auto;
  text-align: left;
  letter-spacing: 0px;
}
.item_article.item_big .item__description {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: auto;
  font-weight: normal;
}
.item_article.item_big.w50 {
  width: 50%;
}
.item_article.item_big.w50 .item__title {
  width: 180px;
}
.item_article.item_big.w50 .item__name {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
}
.item_article.item_big.w50 .item__description {
  font-size: 22px;
  line-height: 24px;
}
.item_article.item_big.w50 .item__date {
  left: 80px;
}
.item_article.item_big.w50 .item__common {
  /*padding-left: 80px;*/
}
.item_video {
  width: 780px;
  height: 500px;
  border-radius: 6px;
  background-color: #282828;
  box-shadow: 0px 7px 29px 0px rgba(36, 37, 39, 0.26), 0px 27px 128px 0px rgba(36, 37, 39, 0.29);
}
@media screen and (max-width: 1700px) {
  .item_article {
    padding: 0 10px;
  }
  .item_article .item__common {
    padding-left: 20px;
    padding-top: 40px;
  }
  .item_product .item__description {
    white-space: normal;
  }
  .item_product.item_wide .item__common {
    width: 465px;
  }
  .item_modificied.item_wide .item__common {
    width: 885px;
  }
  .item_modificied.item_wide .item__common-item .item__options-value {
    display: block;
  }
  .item_modificied.item_wide.item_info .item__common {
    width: 1100px;
  }
  .item_modificied.item_wide.item_info .item__common-item:first-of-type {
    width: 500px;
  }
}
@media screen and (max-width: 1450px) {
  .item_article .item__count {
    width: 63%;
    font-size: 53px;
  }
  .item_article .item__description {
    width: 30%;
  }
  .item_product .item__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item_product .item__button {
    margin: 0 -20px -55px;
  }
  .item_product.item_wide .item__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item_product.item_wide .item__button {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .item_product.item_wide .item__button .button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .item_product.item_wide .item__common {
    padding-right: 50px;
  }
  .item_post .item__common {
    padding-top: 20px;
  }
  .item_post .item__date {
    float: none;
    margin-bottom: 20px;
  }
  .item_post .item__title {
    padding-left: 0;
    padding-right: 0;
  }
  .item.item_modificied.item_wide .item__common {
    width: 730px;
  }
  .item.item_modificied.item_wide.item_info .item__common {
    padding-right: 0;
    width: 920px;
  }
}
@media screen and (max-width: 1250px) {
  .item_product .item__wrap {
    padding-left: 49px;
    padding-right: 49px;
  }
  .item_product .item__img {
    height: 141px;
  }
  .item_product .item__button .button {
    margin: 0 4px;
  }
  .item_product .item__button .button_to-basket {
    width: 180px;
  }
  .item_product.item_wide {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .item_product.item_wide .item__wrap {
    padding-bottom: 10px;
  }
  .item_product.item_wide .item__img,
  .item_product.item_wide .item__common {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
  }
  .item_product.item_wide .item__img {
    width: 140px;
    margin-right: 0;
  }
  .item_product.item_wide .item__common {
    width: 100%;
    padding-left: 160px;
    padding-bottom: 16px;
    margin-top: -80px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
  }
  .item_product.item_wide .item__button {
    padding-top: 0;
  }
  .item_product.item_wide .item__button .button {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: -1px;
    margin-left: 16px;
  }
  .item_article.item_big {
    min-width: 340px;
    height: 360px;
  }
  .item_article.item_big .item__img {
    height: 100%;
  }
  .item_article.item_big .item__img img {
    max-height: 100%;
    width: auto;
  }
  .item_article.item_big .item__wrap {
    height: 100%;
  }
  .item_article.item_big .item__date {
    left: 36px;
  }
  .item.item_modificied.item_wide:not(.item_info) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__wrap {
    padding: 0;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__img {
    height: 80px;
    margin-left: 15px;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__button {
    display: none;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common {
    width: 100%;
    padding-right: 0;
    display: block;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    padding-top: 17px;
    padding-left: 177px;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common-item {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common-group {
    display: none;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common-group:first-of-type {
    width: 100%;
    display: table;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common-group:first-of-type .item__common-item:first-of-type {
    display: none;
  }
  .item.item_wide.item_modificied.item_product.item_info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item.item_wide.item_modificied.item_product.item_info .item__common {
    width: 100%;
    border: none;
    display: block;
    margin: -80px 0 0 0;
    padding: 0;
  }
  .item.item_wide.item_modificied.item_product.item_info .item__common-group {
    display: block;
  }
  .item.item_wide.item_modificied.item_product.item_info .item__common-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    width: 25%;
    padding: 20px 19px;
  }
  .item.item_wide.item_modificied.item_product.item_info .item__common-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 180px;
    position: relative;
    z-index: 10;
    padding-top: 14px;
    padding-bottom: 15px;
    min-height: 82px;
  }
  .item.item_wide.item_modificied.item_product.item_info .item__img {
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .item.item_wide.item_modificied.item_product.item_info .item__wrap {
    padding: 10px 20px 6px;
  }
}
@media screen and (max-width: 767px) {
  .component_order_checkbox {
    position: relative;
  }

  .component_order_checkbox .item__options-name {
    text-align: right;
    padding-right: 21px;
  }

  .component_order_checkbox .item__options-value {
    display: block;
    width: 50px;
    position: absolute;
    right: 91px;
    top: -2px;
  }

  .item_article.item_big,
  .item_article {
    min-width: 100%;
    height: 397px;
    padding: 0;
  }
  .item_article.item_big .item__title p,
  .item_article .item__title p {
    letter-spacing: 0px;
  }
  .item_article.item_big .item__img img,
  .item_article .item__img img {
    width: auto;
    max-width: 9999px;
    height: 100%;
  }
  .item_article.item_big.w50 .item__common,
  .item_article.w50 .item__common,
  .item_article.item_big .item__common,
  .item_article .item__common {
    padding-left: 34px;
  }
  .item_article.item_big.w50 .item__name,
  .item_article.w50 .item__name,
  .item_article.item_big .item__name,
  .item_article .item__name {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .item_article.item_big.w50 .item__description,
  .item_article.w50 .item__description,
  .item_article.item_big .item__description,
  .item_article .item__description {
    font-size: 16px;
    line-height: 20px;
  }
  .item_article.item_big.w50 .item__date,
  .item_article.w50 .item__date,
  .item_article.item_big .item__date,
  .item_article .item__date {
    left: 0;
    bottom: 25px;
    right: 0;
    text-align: center;
    padding: 0px 75px;
    line-height: 18px;
  }
  .item_article.item_big .item__common,
  .item_article .item__common {
    min-width: 0px;
    max-width: 208px;
    width: 208px;
    top: 119px;
  }
  .item_product {
    margin-bottom: 40px;
  }
  .item_product .item__wrap {
    padding: 33px 0 0;
  }
  .item_product .item__img {
    height: auto;
    width: 41%;
    float: left;
    padding: 0 15px;
  }
  .item_product .item__img img,
  .item_product .item__img:after {
    display: block;
    margin-right: 0;
  }
  .item_product .item__img .button_fast-look {
    display: none;
  }
  .item_product .item__common {
    height: auto;
    overflow: visible;
    padding-left: 41%;
    margin-bottom: 0;
  }
  .item_product .item__title {
    margin-bottom: 10px;
    line-height: 18px;
  }
  .item_product .item__title a {
    font-size: 16px;
  }
  .item_product .item__description {
    display: none;
  }
  .item_product .item__price {
    padding-left: 41%;
  }
  .item_product .item__price-new {
    font-size: 18px;
    margin-bottom: -1px;
  }
  .item_product .item__button {
    margin-bottom: -25px;
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    clear: both;
  }
  .item_product .item__button .button_compare {
    display: none;
  }
  .item_product .item__button .button_to-basket {
    width: 222px;
  }
  .item_product.item_wide .item__img {
    width: 100%;
  }
  .item.item_modificied.item_wide .item__common-item {
    display: block;
  }
  .item.item_modificied.item_wide .item__common-item .item__options-name {
    margin-right: 5px;
  }
  .item.item_modificied.item_wide .item__common-item .item__options-value {
    display: inline;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__img {
    height: 100px;
    margin-left: 0;
    padding: 15px 0;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__img img {
    display: inline-block;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common {
    padding-left: 0;
    margin-top: 0;
    padding: 0 25px 20px 35px;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common-item {
    margin-bottom: 4px;
  }
  .item.item_modificied.item_wide:not(.item_info) .item__common-group:first-of-type {
    display: block;
  }
  .item.item.item_wide.item_modificied.item_product.item_info {
    margin-top: 18px;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__img {
    width: 41%;
    padding-top: 8px;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__wrap {
    padding: 23px 0;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__options-value,
  .item.item.item_wide.item_modificied.item_product.item_info .item__options-name {
    display: table-cell;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__options-value {
    text-align: right;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__common-group {
    padding-left: 30%;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__common-item:first-of-type,
  .item.item.item_wide.item_modificied.item_product.item_info .item__common-item {
    border: none;
    width: 100%;
    display: table;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: auto;
    padding-left: 0;
  }
  .item.item.item_wide.item_modificied.item_product.item_info .item__common-item:first-of-type .item__options-name {
    display: none;
  }
}

.last-news {
  padding: 55px 0 60px;
  background: #fff;
  margin-bottom: 61px;
}
.last-news__title {
  margin-bottom: 48px;
}
.last-news__slider {
  margin: 0 -10px 14px;
}
.last-news__slider:after,
.last-news__slider:before {
  content: '';
  display: table;
  clear: both;
}
.last-news__slider .item {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.last-news__slider-navbar {
  float: right;
}
.last-news__more .button {
  width: 380px;
}
@media screen and (max-width: 1250px) {
  .last-news {
    display: none;
  }
}

.logo__link {
  border: none;
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.logo__image {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.logo__image img {
  width: auto;
  height: 40px;
}
.logo__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  font-family: 'Avenir Next Cyr';
  display: block;
  clear: both;
  margin-bottom: 3px;

  color: #ffffff;
  line-height: 41.67px;
}
.logo__title span {
  display: inline-block;
  margin-left: 15px;
  color: #242527;
}
.logo__description {
  display: block;
  font-size: 9px;
  line-height: 9px;
  color: #525359;
  letter-spacing: 0px;
}
.logo_gray {
  filter: grayscale(100%);
}
@media screen and (max-width: 1280px) {
  .logo__title {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 0;
    letter-spacing: 0px;
  }
  .logo__link {
    padding-left: 0px;
  }
  .logo__link:after {
    width: 3px;
    left: 19px;
  }
  .logo__image {
    margin-top: -12px;
  }
  .logo__image img {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .logo__title {
    margin-bottom: -2px;
  }
  .logo__title span {
    margin-left: 9px;
  }
}

.menu__item_sale a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #27ea2c;
}
.menu__item_sale a:after {
  content: url(/local/templates/mossti/img/actions.svg);
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 17px;
}
.menu_horizontal li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  padding: 0 22px;
}
.menu_horizontal li:before {
  content: '';
  background: #dedede;
  width: 1px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.menu_horizontal li:first-of-type:before {
  display: none;
}
.menu_vertical li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 19px;
}
.menu_vertical li:after {
  content: '';
  width: 120px;
  height: 1px;
  background: #242932;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu_markers li:before {
  content: "\f3c5";
  font-weight: 900;
}

.page:after,
.page:before {
  content: '';
  display: table;
  clear: both;
}
.page__title {
  margin-bottom: 48px;
}
.page__sidebar {
  width: 300px;
  float: left;
}
.page__sidebar + .page__content {
  width: 1260px;
  float: right;
}
.page__content .category__list .item {
  width: 25%;
}
@media screen and (max-width: 1700px) {
  .page__sidebar + .page__content {
    width: 1010px;
  }
  .page__content .category__list {
    white-space: normal;
    overflow: visible;
  }
  .page__content .category__list .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1450px) {
  .page__sidebar {
    width: 25%;
  }
  .page__sidebar + .page__content {
    width: 75%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .page__title {
    margin-bottom: 30px;
  }
  .page__sidebar {
    width: 100%;
  }
  .page__sidebar + .page__content {
    width: 100%;
    padding-left: 0px;
  }
  .page__content .category__list .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page {
    position: relative;
  }
  .page__title {
    margin-bottom: 33px;
  }
  .page__content .category__header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page__content .category__pager {
    display: none;
  }
  .page__content .category__more .category__pager {
    display: none;
  }
  .page__content .category__list .item {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .page__sidebar {
    float: none;
  }
  .page__sidebar + .page__content {
    float: none;
  }
}

.partners {
  padding-bottom: 6px;
}
.partners__title {
  margin-bottom: 44px;
}
.partners__slider {
  text-align: center;
  max-width: 1420px;
  margin: 0 auto;
}
.partners__slider-navbar {
  max-width: 100% !important;
  min-height: 0px;
}
.partners__slider-navbar .slider-navbar__prev,
.partners__slider-navbar .slider-navbar__next {
  top: -75px;
}
.partners__slider-navbar .slider-navbar__pager {
  display: none;
}
.partners__item {
  width: 200px;
  text-align: center;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.partners__item:after,
.partners__item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.partners__item:after {
  content: '';
  width: 0;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .partners__slider {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1250px) {
  .partners {
    padding-bottom: 35px;
  }
  .partners__title {
    margin-bottom: 21px;
  }
  .partners__slider-navbar.slider-navbar {
    min-height: 0px;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    padding-bottom: 41px;
  }
  .partners__title {
    margin-bottom: 8px;
  }
  .partners__item {
    padding: 0 18px;
    margin-right: 0;
    height: 90px;
  }
  .partners__slider {
    margin: 0 -10px;
  }
  .partners__slider-navbar {
    max-width: 190px !important;
    margin: 0 auto;
  }
  .partners__slider-navbar .slider-navbar__prev,
  .partners__slider-navbar .slider-navbar__next {
    top: 0;
  }
  .partners__slider-navbar .slider-navbar__pager {
    display: inline-block;
  }
}

.points {
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
}
.points .container {
  border-radius: 6px;
  margin-top: -74px;
  padding-top: 20px;
  max-width: 1580px;
}
.points__title {
  display: none;
}
.points__list {
  background-color: #0c0f14;
  height: 336px;
  font-size: 0px;
}
.points__item {
  margin: 0 auto;
  height: 167px;
  width: 25%;
  display: inline-block;
  border-bottom:none;

}
.points__item-icon,
.points__item-name {
  display: block;
  vertical-align: middle;
  margin-right: 0px;
}
.points__item-icon {
  width: 100%;
  text-align: center;
  height: 226px;
  margin-top: -44px;
}
.points__item-icon img {
  display: inline-block;
}
.points__item-name {
  text-align: left;
  text-transform: uppercase;
  background-color: #e8e8e7;
}

.points__item-name span{
  display: block;
  width: 190px;
  margin: 0 auto;
  font-size: 16px;
  color: #010102;
  padding-top: 20px;
  padding-bottom: 20px;
}

.points__item-name.big span{
  font-size: 19px;
  color: white;
  line-height: 45px;
  width: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.points__item-name.big {
  text-transform: uppercase;
  text-align: left;
  height: 44px;
  background-color: #202632;
}

.points__item:hover {

}

.points__item:hover span{
  font-weight: bold;
}


@media screen and (max-width: 1250px) {
  .points {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .points {
    display: none;
    /*display: block;*/
    margin-bottom: 34px;
  }
  .points .container {
    margin-top: 0;
    padding-top: 0;
  }
  .points__list {
    padding: 0;
  }
  .points__title {
    display: block;
    margin-bottom: 26px;
  }
  .points__item {
    width: 100%;
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #e9e9ea;
    padding: 21px 0;
  }
  .points__item-icon {
    width: 75px;
    float: left;
  }
  .points__item-name {
    width: 100%;
    margin-left: -75px;
    padding-left: 84px;
  }
  .points__item:last-of-type {
    border: none;
  }
  .points__item:hover {
    border-color: #e9e9ea;
  }
}

.popup {
  position: relative;
  display: none;
  background: none !important;
  padding: 0 40px 0 0 !important;
}
.popup .fancybox-close-small {
  display: none;
}
.popup_call .popup__wrap {
  width: 460px;
  border-radius: 6px;
  background: url('/local/templates/mossti/css/../img/bg-popup.png') no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 35px 40px;
}
.popup_call .field {
  margin-bottom: 20px;
}
.popup_call .button {
  margin-top: 20px;
}
.popup_call .button__wrap {
  padding: 0 100px 0 40px !important;
}
.popup__header {
  margin-bottom: 40px;
}
.popup__close {
  position: absolute;
  right: -40px;
  top: 0;
  border: none;
  font-size: 26px;
}
@media screen and (max-width: 500px) {
  .popup_call .popup__wrap {
    width: 100%;
    padding: 20px;
  }
  .popup_call .button__wrap {
    padding: 0 60px 0 20px !important;
  }
}

.product {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(36, 37, 39, 0.07);
  padding: 60px 80px;
  margin-bottom: 57px;
  position: relative;
  margin-top: 6px;
}
.product__tags {
  position: absolute;
  right: 0;
  top: 0;
}
.product__info {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(36, 37, 39, 0.07);
  margin-bottom: 55px;
  padding: 35px 80px 30px;
}
.product__info table {
  width: 100%;
  margin-bottom:30px
}
.product__info table thead td {
  color: #959596;
  padding: 10px 0;
  border-right: 1px solid #e5ecef;
}
.product__info table tbody td {

	color: #959596;
	padding: 3px 0;
	padding-left: 20px;
	border-bottom: 1px solid #eee
}

.product__info table tbody th {
	border-bottom: 1px solid #ccc;
	font-size:16px;
	padding:10px 0 6px 5px;
	font-weight: bold
}

.product__info table tbody td, .product__info table tbody th {vertical-align:top}

.product__info table tbody tr:nth-child(even) td {
  color: #242527;
}
.product__gallery,
.product__content {
  display: inline-block;
  vertical-align: top;
}
.product__gallery {
  width: 720px;
  margin-right: 75px;
  margin-bottom: 73px;
}
.product__content {
  width: 620px;
  position: relative;
  margin-bottom: 73px;
}
.product__share {
  position: absolute;
  right: -47px;
  top: 6px;
  z-index: 100;
}
.product__share a {
  border: none;
}
.product__share li {
  padding-left: 0;
}
.product__share li:before {
  display: none;
}
.product__share-favorite {
  padding-bottom: 14px;
  border-bottom: 1px solid #dee0ea;
  margin-bottom: 15px;
}
.product__share-favorite a {
  color: #a5a5a8;
  font-size: 21px;
}
.product__share-favorite a:hover {
  color: #5282ff;
}
.product__share-social {
  position: relative;
}
.product__share-social a:hover {
  color: #5282ff;
}
.product__share-social > a {
  color: #a5a5a8;
  font-size: 21px;
}
.product__share-social ul {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -27px;
  margin-bottom: 0;
  background: url('/local/templates/mossti/css/../img/bg-share.png') no-repeat;
  width: 54px;
  height: 161px;
  text-align: center;
  padding-top: 10px;
  display: none;
}
.product__share-social ul li {
  margin: 14px 0;
}
.product__share-social ul a {
  color: #a5a5a8;
  font-size: 16px;
}
.product__share-social:hover > a {
  color: #f3c64e;
}
.product__share-social:hover ul {
  display: block;
}
.product__title {
  margin-bottom: 40px;
}
.product__rating {
  margin-bottom: 15px;
}
.product__type {
  margin-bottom: 13px;
}
.product__type span {
  border: 1px solid #ececec;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  color: #525359;
  font-size: 14px;
  line-height: 14px;
  border-radius: 4px;
  margin-right: 5px;
}
.product__short-description {
  opacity: .8;
  line-height: 18px;
  margin-bottom: 29px;
  padding-right: 70px;
}
.product__purpose {
  margin-bottom: 19px;
  padding-right: 56px;
}
.product__purpose h4 {
  color: #525359;
  margin-bottom: 6px;
  font-family: 'Avenir Next Cyr';
}
.product__purpose li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -3px;
  margin-bottom: 0px;
}
.product__price {
  margin-bottom: 46px;
}
.product__price-one {
  margin-bottom: 15px;
}
.product__price-one .product__price-value {
  font-size: 32px;
  line-height: 32px;
}
.product__price-multiple {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
  margin-right: 35px;
  border-right: 1px solid #dbdbdb;
}
.product__price-multiple:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.product__price-count {
  opacity: .6;
  margin-bottom: 1px;
}
.product__price-value {
  font-size: 20px;
  font-weight: bold;
  color: #5282ff;
}
.product__text {
  height: 168px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product__text h3 {
  margin-bottom: 26px;
}
.product__text:after {
  content: '';
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(81%, #ffffff), color-stop(100%, #ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 81%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
}
.product__text.show {
  height: auto;
}
.product__text.show:after {
  display: none;
}
.product__buttons .button {
  margin-right: 20px;
  padding: 0 19px;
  margin-bottom: 20px;
}
.product__buttons .button_gold {
  padding: 0 43px;
}
.tabs__menu {
  margin-bottom: 38px;
  border-bottom: 1px solid #e9e9ea;
}
.tabs__menu a {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #959596;
  padding: 0 33px 35px;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin-right: -8px;
}
.tabs__menu a.active {
  color: #242527;
  border-bottom: 4px solid #5282ff;
}
.tabs .tab {
  display: none;
}
.tabs .tab__header {
  display: none;
}
.tabs .tab.active {
  display: block;
}

.gallery_big_container {
  height: 525px;
  display: inline-block;
  position: relative;
}

.item_preview_loader {
  position: absolute;
  left: 30%;
  top: 35%;
}

.gallery__small,
.gallery__big {
  display: inline-block !important;
  vertical-align: top;
  margin-right: -5px;
}
.gallery__small {
  width: 120px;
  margin-right: 76px;
  padding: 43px 0 42px;
  position: relative;
}
.gallery__small-item {
  height: 100px;
  background: #e7e4e4;
  border-radius: 6px;
  margin: 4px 0;
  text-align: center;
}
.gallery__small-item:after,
.gallery__small-item img {
  display: inline-block !important;
  vertical-align: middle;
}
.gallery__small-item img {
  max-width: 85%;
  max-height: 95%;
}
.gallery__small-item:after {
  content: '';
  width: 0;
  height: 100%;
}
.gallery__small-nav {
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.gallery__small-nav-prev,
.gallery__small-nav-next {
  position: absolute;
  left: 40px;
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 50%;
  background: #dcddde;
  border: none;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
.gallery__small-nav-prev:hover span,
.gallery__small-nav-next:hover span {
  opacity: 1;
}
.gallery__small-nav-prev {
  top: 0;
}
.gallery__small-nav-prev span {
  color: #fff;
  opacity: .6;
}
.gallery__small-nav-next {
  bottom: 0;
}
.gallery__small-nav-next span {
  color: #fff;
  opacity: .6;
}
.gallery__small-list .slick-active.slick-current .gallery__small-item {
  border: 2px solid #5282ff !important;
}
.gallery__big {
  width: 520px;
  background: #f8f7f7;
  border-radius: 6px;
}
.gallery__big-zoom {
  position: absolute;
  right: 27px;
  top: 27px;
  font-size: 21px;
  color: #a5a5a8;
  border: none;
}
.gallery__big-zoom:hover {
  color: #5282ff;
}
.gallery__big-item {
  height: 525px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.gallery__big-item:hover .gallery__big-zoom {
  color: #5282ff;
}

.gallery__big-item:after,
.gallery__big-item img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.gallery__big-item:after {
  content: '';
  width: 0;
  height: 100%;
}

.item__product-fast-view .gallery__big-item {
  display: none;
}

.item__product-fast-view .gallery__small-item {
  display: none;
}

.item__product-fast-view .gallery__small-nav-prev {
  display: none;
}

.item__product-fast-view .gallery__small-nav-next {
  display: none;
}
/*
.item__product-fast-view .first_big_item {
  display: block;
}
*/

@media screen and (max-width: 1700px) {
  .product__gallery {
    width: 590px;
    margin-right: 25px;
    position: relative;
  }
  .product__content {
    width: 540px;
  }
  .gallery__big {
    width: 450px;
  }
  .gallery__small {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .product {
    padding: 50px;
  }
  .product__content {
    width: 410px;
  }
  .product__buttons .button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    max-width: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .product {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
  .product__content {
    width: 100%;
    position: static;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
  .product__header {
    position: absolute;
    top: 0;
    padding-top: 34px;
    left: 40px;
  }
  .product__gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .product__share {
    right: 45px;
    top: 67px;
  }
  .product__short-description {
    padding-right: 0;
  }
  .product__price {
    margin-bottom: 35px;
  }
  .product__price-one {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    margin-right: 89px;
  }
  .product__price-multiple {
    padding-right: 33px;
    margin-right: 32px;
  }
  .product__text {
    height: 151px;
  }
  .product__buttons a:first-of-type {
    margin-right: 19px;
  }
  .product__info {
    padding: 28px 29px 30px;
  }
  .gallery__small {
    margin-right: 40px;
  }
  .gallery__small-item {
    height: 90px;
  }
  .gallery__big {
    width: 460px;
  }
  .gallery__big-item {
    height: 485px;
  }
  .tabs__menu {
    display: table;
    width: 100%;
    margin-bottom: 8px;
  }
  .tabs__menu a {
    display: table-cell;
    font-size: 13px;
    padding: 0 13px 22px;
  }
  .product__info {
    font-size: 13px;
    line-height: 20px;
  }
  .product__info table {
    table-layout: fixed;
  }
  .product__info table thead td {
    width: auto !important;
  }

  .gallery {
    padding-top: 40px;
    padding-left: 40px;
  }

  .item_page_gallery .gallery {
    padding-top: 130px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .product {
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .product__header {
    top: 7px;
    left: 35px;
  }
  .product__share {
    display: none;
  }
  .product__gallery {
    margin-bottom: 0;
  }
  .product__buttons {
    padding-right: 20px;
  }
  .product__buttons .button_compare {
    display: none;
  }
  .product__content {
    padding: 20px 15px 20px 35px;
  }
  .product__purpose {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .product__purpose li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .product__short-description {
    margin-bottom: 20px;
  }
  .product__price {
    margin-bottom: 27px;
  }
  .product__price-count {
    margin-bottom: 5px;
  }
  .product__price-one {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .product__price-one .product__price-value {
    font-size: 24px;
    line-height: 24px;
  }
  .product__price-multiple {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  .product__price-multiple .product__price-count {
    width: 90px;
  }
  .product__price-multiple .product__price-value {
    font-size: 16px;
  }
  .product__price-multiple .product__price-count,
  .product__price-multiple .product__price-value {
    display: inline-block;
    vertical-align: middle;
  }
  .product__text {
    height: auto;
    padding: 0 35px;
    display: none;
  }
  .product__text > *:last-child {
    margin-bottom: 0;
  }
  .product__text:after {
    display: none;
  }
  .product__text.show {
    display: block;
    margin-bottom: 0;
  }
  .product__text-more {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #929ba5;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-width: 1px;
    border-bottom-color: #929ba5;
    padding-bottom: 15px;
    position: relative;
    margin-top: -10px;
    border-radius: 0;
    height: auto;
  }
  .product__text-more:after,
  .product__text-more:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #929ba5 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -11px;
  }
  .product__text-more:before {
    border-color: #fff transparent transparent transparent;
    bottom: -11px;
    z-index: 10;
  }
  .product__info {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 32px;
  }
  .gallery__small {
    display: none !important;
    margin-right: 0;
  }
  .gallery__big {
    display: block !important;
    margin-right: 0;
    width: 100%;
  }
  .gallery__big-item {
    height: 253px;
  }
  .gallery__big .slick-next,
  .gallery__big .slick-prev {
    position: absolute;
    bottom: 22px;
    z-index: 200;
  }
  .gallery__big .slick-next {
    right: 101px;
  }
  .gallery__big .slick-prev {
    left: 101px;
  }
  .tabs__menu {
    display: none;
  }
  .tabs .tab {
    display: block;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
    margin-bottom: 17px;
  }
  .tabs .tab__header {
    display: block;
    padding: 15px 20px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
  .tabs .tab__header:before {
    content: "\f078";
    position: absolute;
    right: 19px;
    top: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  .tabs .tab__content {
    display: none;
    padding: 20px;
    border-top: 1px solid #d3d1d0;
    overflow: auto;
  }
  .tabs .tab__content table {
    width: 580px;
  }
  .tabs .tab.show .tab__header:before {
    content: "\f077";
  }
  .tabs .tab.show .tab__content {
    display: block;
  }
}

.rating a {
  border: none;
  color: #a7b0bc;
  font-size: 9px;
  margin-right: 4px;
}
.rating a.active {
  color: #525359;
}
.rating__title {
  font-family: 'Avenir Next Cyr';
  color: #242527;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0px;
}
.rating__number {
  font-size: 12px;
  color: #a7b0bc;
  display: inline-block;
}
.rating__number_bg {
  vertical-align: middle;
  background-image: linear-gradient(72deg, #cb1517 0%, #f50000 100%);
  width: 67px;
  height: 48px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-family: 'Avenir Next Cyr';
}
.rating__number_bg:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #cb1517 transparent transparent;
}

.recently-viewed {
  margin-bottom: 60px;
}
.recently-viewed__title {
  margin-bottom: 55px;
}
@media screen and (max-width: 1250px) {
  .recently-viewed__title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .recently-viewed {
    display: none;
  }
}

.reviews {
  margin-bottom: 51px;
}
.reviews .container {
  position: relative;
}
.reviews .container:after,
.reviews .container:before {
  content: '';
  display: table;
  clear: both;
}
.reviews__title {
  margin-bottom: 32px;
}
.reviews__slider {
  margin: 0 -10px 34px;
}
.reviews__slider:after,
.reviews__slider:before {
  content: '';
  display: table;
  clear: both;
}
.reviews__slider .review {
  width: 25%;
  float: left;
  padding: 15px 10px 70px;
}
.reviews__slider-navbar {
  float: right;
  position: relative;
  z-index: 20;
}
.reviews__add {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.reviews__add .button {
  width: 380px;
}
.reviews__add .button__icon {
  color: #a9abaf;
  opacity: 1;
}
.reviews__more {
  position: relative;
  z-index: 20;
  float: left;
}
.reviews__more .button {
  width: 380px;
}
.review {
  padding: 0 10px;
}
.review__wrap {
  border-radius: 6px;
  background-color: #f8f7f7;
  box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
  height: 380px;
  padding: 50px 58px 0;
  position: relative;
}
.review__text {
  opacity: .8;
  max-height: 220px;
  overflow: hidden;
}

.review__text P {
  margin:0;
  padding:0;
}

.review__text:after {
  content: '\201D';
  font-size: 120px;
  font-family: "Avenir Next Cyr";
  color: #b7b7b7;
  line-height: 1.2;
  text-shadow: 0px 7px 13px rgba(36, 37, 39, 0.25), 0px 24px 24px rgba(36, 37, 39, 0.13);
  -moz-transform: matrix(1.93885114, 0, 0, 1.93885114, 0, 0);
  -webkit-transform: matrix(1.93885114, 0, 0, 1.93885114, 0, 0);
  -ms-transform: matrix(1.93885114, 0, 0, 1.93885114, 0, 0);
  position: absolute;
  left: 60px;
  top: -13px;
}
.review__author {
  text-align: center;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
}
.review__author-name {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 16px;
}
.review__author-photo {
  position: relative;
}
.review__author-photo img {
  position: relative;
  z-index: 20;
  display: inline-block;
  filter: grayscale(100%);
}
.review__author-photo:after {
  content: '';
  border-radius: 50%;
  background-color: #242527;
  opacity: 0.078;
  position: absolute;
  width: 127px;
  height: 127px;
  left: 50%;
  top: 50%;
  margin: -61px 0 0 -64px;
  z-index: 10;
}
.review:hover .review__wrap {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08), 0px 16px 24px 0px rgba(36, 37, 39, 0.1);
}
.review:hover .review__text:after {
  color: #5282ff;
}
.review:hover .review__author-photo img {
  filter: grayscale(0);
}
.review:hover .review__author-photo:after {
  background-color: #5282ff;
  opacity: 0.2;
}
@media screen and (max-width: 1250px) {
  .reviews {
    margin-bottom: 55px;
  }
  .reviews__title {
    margin-bottom: 44px;
  }
  .reviews__add {
    display: none;
  }
  .reviews__slider {
    margin-left: 0;
    margin-right: 0;
  }
  .reviews__slider .review {
    width: 400px !important;
    float: none;
  }
  .reviews__slider .slick-current .review__wrap {
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08), 0px 16px 24px 0px rgba(36, 37, 39, 0.1);
  }
  .reviews__slider .slick-current .review__text:after {
    color: #5282ff;
  }
  .reviews__slider .slick-current .review__author-photo img {
    filter: grayscale(0);
  }
  .reviews__slider .slick-current .review__author-photo:after {
    background-color: #5282ff;
    opacity: 0.2;
  }
  .reviews__more .button {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 32px;
  }
  .reviews__title {
    margin-bottom: 18px;
  }
  .reviews__slider {
    margin-bottom: 15px;
  }
  .reviews__slider .review {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .reviews__slider-navbar {
    float: none;
    margin: 0 auto 19px;
  }
  .reviews__more {
    float: none;
  }
  .reviews__more .button {
    width: 100%;
  }
  .reviews__more .button__wrap {
    font-size: 14px;
  }
  .review__text {
    max-height: 9999px;
  }
  .review__text:after {
    left: 40px;
    font-size: 144px;
  }
  .review__wrap {
    padding: 52px 35px 136px;
    height: auto;
  }
  .review__author-name {
    margin-bottom: 15px;
  }
}

.search-mini {
  position: relative;
}
.search-mini__input[type="text"] {
  height: 50px;
  padding: 0 50px 0 20px;
}
.search-mini .button {
  position: absolute;
  left: -165px;
  top: 2px;
  height: 24px;
  padding-top: 0px;
  border: none;
  /*color: #5282ff;*/
  z-index: 30;
  border: none!important;
}

@media screen and (max-width: 1250px) {
  .search-mini .button {
    padding-top: 0;
  }
}

.see-also {
  margin-bottom: 52px;
}
.see-also:after,
.see-also:before {
  content: '';
  display: table;
  clear: both;
}
.see-also__title {
  margin-bottom: 50px;
}
.see-also__list {
  margin: 0 -35px;
}
.see-also__list .item {
  width: 33.3333%;
  float: left;
}
@media screen and (max-width: 1250px) {
  .see-also__title {
    margin-bottom: 68px;
  }
  .see-also__list {
    margin: 0;
  }
  .see-also__list .item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding: 0;
  }
  .see-also__list .item:last-of-type {
    margin-bottom: 0;
  }
  .see-also__list .item__img {
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
  }
  .see-also__list .item__img img {
    width: 100%;
  }
  .see-also__list .item .item__common {
    width: 100%;
    padding-left: 0;
  }
  .see-also__list .item .item__icon {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .see-also {
    margin-bottom: 32px;
  }
  .see-also__title {
    margin-bottom: 24px;
  }
  .see-also__list .item {
    height: 180px;
    margin-bottom: 20px;
  }
  .see-also__list .item__title {
    font-size: 18px;
  }
  .see-also__list .item__common {
    top: 0;
    max-width: 100%;
  }
  .see-also__list .item__img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .see-also__list .item__icon {
    width: 69px;
    padding-top: 18px;
  }
}

.slider-navbar {
  max-width: 280px;
  width: 100%;
  position: relative;
  min-height: 50px;
}
.slider-navbar__prev,
.slider-navbar__next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  background: #cfd1d6;
  text-align: center;
  line-height: 54px;
  border: none;
  top: 0;
}
.slider-navbar__prev img,
.slider-navbar__next img {
  opacity: .4;
}
.slider-navbar__prev:hover img,
.slider-navbar__next:hover img {
  opacity: 1;
}
.slider-navbar__prev {
  left: 0;
}
.slider-navbar__pager {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #a7b0bc;
}
.slider-navbar__next {
  right: 0;
}
.slider-navbar__dotted {
  text-align: center;
  padding-top: 12px;
}
.slider-navbar__dotted li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.slider-navbar__dotted li:before {
  display: none;
}
.slider-navbar__dotted li.slick-active button {
  opacity: 1;
  background-image: linear-gradient(72deg, #c4191b 0%, #f50000 100%);
  width: 18px;
  height: 18px;
}
.slider-navbar__dotted button,
.slider-navbar__dotted span {
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #242527;
  opacity: 0.2;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.slider-navbar__dotted button:focus,
.slider-navbar__dotted span:focus,
.slider-navbar__dotted button:active,
.slider-navbar__dotted span:active {
  outline: none;
}
.slider-navbar__dotted button.active,
.slider-navbar__dotted span.active {
  opacity: 1;
  background-image: linear-gradient(72deg, #c4191b 0%, #f50000 100%);
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1250px) {
  .slider-navbar {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .slider-navbar {
    max-width: 190px;
  }
}

.solution {
  background: #fff;
  margin-bottom: 55px;
  height: 700px;
}
.solution .container {
  position: relative;
}
.solution__tabs {
  position: absolute;
  top: 20px;
  width: 780px;
  left: 50%;
  margin-left: -390px;
  z-index: 200;
  text-align: center;
}
.solution__tabs-title {
  display: none;
}
.solution__tabs a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  border-radius: 4px;
  background: #fff;
  width: 170px;
  height: 71px;
  border: none;
  cursor: pointer;
}
.solution__tabs a:after,
.solution__tabs a img,
.solution__tabs a span {
  display: inline-block;
  vertical-align: middle;
}
.solution__tabs a img,
.solution__tabs a span {
  margin: 0 4px;
}
.solution__tabs a:after {
  content: '';
  width: 0;
  height: 100%;
}
.solution__tabs a span {
  min-width: 64px;
  font-size: 16px;
  line-height: 16px;
  color: #525359;
  font-weight: 500;
}
.solution__tabs a.active,
.solution__tabs a:hover {
  background-image: linear-gradient(73deg, #eaa63c 0%, #f8cd5b 100%);
  box-shadow: 0px 1px 0px 0px rgba(82, 83, 89, 0.13);
}
.solution__tabs a.active img,
.solution__tabs a:hover img {
  filter: grayscale(100%);
}
.solution__title {
  position: absolute;
  width: 200px;
  top: 54px;
  left: 16px;
}
.solution__slider-nav {
  position: absolute;
  width: 780px;
  left: 50%;
  margin-left: -390px;
  top: 0;
  z-index: 200;
}

.solution__slider-nav a {
  cursor: pointer;
}

.solution__slider-nav-prev {
  position: absolute;
  top: 300px;
  left: -50px;
  width: 100px;
  padding-left: 50px;
  background: #fff;
  height: 105px;
  line-height: 120px;
  border: none;
  border-radius: 0 50% 50% 0;
}
.solution__slider-nav-next {
  position: absolute;
  top: 300px;
  right: -50px;
  width: 100px;
  text-align: right;
  padding-right: 50px;
  background: #fff;
  height: 105px;
  line-height: 120px;
  border: none;
  border-radius: 50% 0 0 50%;
}
.solution__options {
  float: left;
  width: 400px;
  padding: 135px 100px 0 0;
  height: 700px;
  position: relative;
}
.solution__name {
  font-size: 22px;
  font-weight: 600;
  color: #525359;
  font-family: 'Avenir Next Cyr';
  margin-bottom: 32px;
  letter-spacing: 0px;
}
.solution__rating {
  margin-bottom: 17px;
}
.solution__rating a {
  font-size: 14px;
  margin-right: 5px;
}
.solution__rating a:last-of-type {
  margin-right: 0;
}
.solution__option-dop {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding-right: 5px;
}
.solution__option-item {
  margin-bottom: 22px;
}
.solution__option-item:after,
.solution__option-item:before {
  content: '';
  display: table;
  clear: both;
}
.solution__option-item_input .solution__option-name {
  max-width: 130px;
  float: left;
}
.solution__option-item_input .solution__option-value {
  font-size: 20px;
  margin-top: -5px;
}
.solution__option-item_input .solution__option-value .input-number {
  margin-right: 10px;
}
.solution__option-item_input .solution__option-value input {
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-weight: 600;
}
.solution__option-item_price .solution__option-name {
  max-width: 130px;
  float: left;
}
.solution__option-item_price .solution__option-value {
  font-family: 'Avenir Next Cyr';
  float: right;
  font-weight: bold;
  font-size: 32px;
  line-height: 10px;
  color: #0a67b9;
}
.solution__option-name {
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  line-height: 16px;
  color: #525359;
  font-weight: 600;
  margin-bottom: 3px;
}
.solution__option-value {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #525359;
}
.solution__media {
  float: left;
  width: 780px;
  height: 700px;
  background: #999;
  position: relative;
}
.solution__media-zoom {
  position: absolute;
  right: 20px;
  top: 112px;
  z-index: 300;
  color: #fbfbfc;
  border: 3px solid rgba(255, 255, 255, 0.15);
  width: 52px;
  height: 52px;
  border-radius: 50% 50%;
  text-align: center;
}
.solution__media-zoom .fas {
  font-size: 20px;
  margin-top: 15px;
  opacity: .4;
}
.solution__media-zoom-name {
  position: absolute;
  right: 72px;
  top: 3px;
  opacity: .4;
}
.solution__media-zoom-name span {
  display: block;
  position: absolute;
}
.solution__media-zoom-name span:nth-of-type(1) {
  transform: rotate(95deg);
  left: 10px;
  top: 10px;
}
.solution__media-zoom-name span:nth-of-type(2) {
  transform: rotate(89deg);
  left: 9px;
  top: 18px;
}
.solution__media-zoom-name span:nth-of-type(3) {
  transform: rotate(50deg);
  left: 11px;
  top: 24px;
}
.solution__media-zoom-name span:nth-of-type(4) {
  transform: rotate(51deg);
  left: 16px;
  top: 32px;
}
.solution__media-zoom-name span:nth-of-type(5) {
  transform: rotate(46deg);
  left: 23px;
  top: 38px;
}
.solution__media-zoom-name span:nth-of-type(6) {
  transform: rotate(31deg);
  left: 29px;
  top: 42px;
}
.solution__media-zoom-name span:nth-of-type(7) {
  transform: rotate(10deg);
  left: 36px;
  top: 45px;
}
.solution__media-zoom-name span:nth-of-type(8) {
  transform: rotate(-4deg);
  left: 45px;
  top: 47px;
}
.solution__media-zoom-name span:nth-of-type(9) {
  transform: rotate(-13deg);
  left: 52px;
  top: 45px;
}
.solution__media-zoom:hover {
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.solution__media-maps {
  z-index: 100;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}
.solution__media-maps a {
  position: absolute;
  border-radius: 50%;
  background-color: #525359;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.solution__media-maps a:before {
  content: '';
  width: 37px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  margin: -18px 0 0 -18px;
  z-index: -1;
  opacity: 0;
}
.solution__media-maps a.active {
  background: #5282ff;
}
.solution__media-maps a.active:before {
  opacity: 0.6;
}
.solution__media-maps a:hover:before {
  opacity: 0.6;
}
.solution__media-bg {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution__media-img {
  position: relative;
  z-index: 50;
  text-align: center;
  height: 100%;
  padding: 58px 0 0 29px;
  padding-right: 29px;
}
.solution__media-img:after,
.solution__media-img img {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.solution__media-img:after {
  content: '';
  width: 0;
  height: 100%;
}
.solution__media-button {
  position: absolute;
  z-index: 300;
  text-align: center;
  left: 0;
  bottom: 85px;
  width: 100%;
}
.solution__media-button .button {
  width: 380px;
}
.solution__info {
  float: right;
  width: 400px;
  padding: 54px 0 0 100px;
  position: relative;
  height: 700px;
}
.solution__info .h1 {
  margin-bottom: 26px;
}
.solution__info-list {
  margin-bottom: 29px;
}
.solution__info-list ol {
  margin: 0 0 0 16px;
}
.solution__info-list li {
  margin-bottom: 8px;
  position: relative;
}
.solution__info-list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #5282ff;
  left: -45px;
  top: 7px;
  border-radius: 50% 50%;
  opacity: 0;
}
.solution__info-list li.active {
  color: #5282ff;
  font-weight: bold;
}
.solution__info-list li.active a {
  color: #5282ff;
  font-weight: bold;
  border-color: transparent;
}
.solution__info-list a {
  color: #525359;
  border-bottom: 1px dotted #525359;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.solution__info-list a:hover {
  border-color: transparent;
}
.solution__info-description {
  max-height: 190px;
  color: #525359;
  opacity: .6;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 16px;
}
.solution__info-button {
  position: absolute;
  bottom: 20px;
  left: 100px;
  width: 100%;
}
.solution__info-button .button {
  width: 300px;
  background: #fff;
  margin-top: 20px;
}
.solution__info-button .button__wrap {
  padding-left: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1700px) {

  .solution__tabs a {
    width: 140px;
  }
  .solution__tabs a span {
    font-size: 13px;
  }
  .solution__option-dop {
    padding-right: 20px;
  }
  .solution__options {
    width: 25%;
    padding-right: 20px;
  }
  .solution__media {
    width: 50%;
  }
  .solution__info {
    width: 25%;
    padding-left: 20px;
  }
  .solution__info-button {
    left: 20px;
    width: auto;
    right: 0;
  }
  .solution__info-button .button {
    width: 100%;
  }
  .solution__slider-nav {
    width: 50%;
    left: 25%;
    margin-left: 0;
  }
  .solution__slider-nav-next {
    right: 0px;
    width: 50px;
    padding-right: 0;
    border-radius: 50px 0 0 50px;
  }
  .solution__slider-nav-prev {
    left: 0px;
    width: 50px;
    padding-left: 0;
    border-radius: 0 50px 50px 0;
  }
}
@media screen and (max-width: 1450px) {
  .solution__tabs {
    width: 580px;
    margin-left: -290px;
  }
  .solution__tabs a {
    width: 100px;
  }
  .solution__tabs a span {
    display: none;
  }
  .solution__rating a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1251px) {
  .solution__media-maps a.active {
    animation: activeMarker 0.7s ease-in-out;
  }
  .solution__info-list li.active:before {
    animation: activeItem 0.7s ease-in-out;
  }
}
@media screen and (max-width: 1250px) {
  .solution {
    padding-top: 55px;
    height: auto;
    background: #eef1f5;
  }
  .solution__slider {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 35px;
  }
  .solution__slider-nav {
    width: auto;
    left: 0px;
    right: 0px;
  }
  .solution__slider-nav a {
    background: #eef1f5;
    cursor: pointer;
  }
  .solution__slider-nav-next {
    right: 0;
    top: 397px;
  }
  .solution__slider-nav-prev {
    left: 0;
    top: 397px;
  }
  .solution__item {
    position: relative;
  }
  .solution__title {
    position: static;
    margin-bottom: 25px;
  }
  .solution__tabs {
    position: static;
    width: auto;
    margin: 0 -7px 12px;
  }
  .solution__tabs a {
    width: 165px;
    margin: 0 5px;
  }
  .solution__tabs a span {
    display: inline-block;
    font-size: 14px;
    margin-left: 9px;
  }
  .solution__name {
    letter-spacing: 0px;
    font-size: 29px;
    margin-bottom: 12px;
    height: 50px;
  }
  .solution__options,
  .solution__info {
    width: auto;
    height: auto;
    padding: 0;
    float: none;
  }

  .solution__option-item {
    display: none;
  }

  .solution__option-item_price .solution__option-name, .solution__option-item_input .solution__option-name {
    float: none;
    max-width: 100%;
  }
  .solution__option-item_input{
	position:static;
	margin-bottom:100px;
  }
  .solution__option-item {
    display: none;
	margin-left:10px
  }
  .solution__option-item_input .solution__option-value {
    float:left;
  }
  .solution__option-item_price .solution__option-value {
    line-height: 32px;
  }
  .solution__option-dop {
    top: 580px;
    bottom: auto;
    z-index: 200;
    left: 70px;
    right: 70px;
    width: auto;
  }

  .adm_edit_link {
    display: none;
  }
  .solution__option-item_input .solution__option-name {
	max-width:200px;
  }
  .solution__option-dop .solution__option-item_price, .solution__option-dop .solution__option-item_input {
    display: inline-block;
	vertical-align: top;
  }
  .solution__options {
    padding: 0 70px;
    position: static;
  }
  .solution__media {
    background: #fff;
    width: auto;
    padding: 0;
    float: none;
    height: 535px;
    margin-bottom: 35px;
  }
  .solution__media-img {
    padding-top: 0;
    padding-left: 0;
  }
  .solution__media-bg {
    display: none;
  }
  .solution__media-zoom {
    display: none;
  }
  .solution__media-maps {
    display: none;
  }
  .solution__media-button {
    width: auto;
    right: 0;
    bottom: 30px;
  }
  .solution__media-button .button {
    width: 358px;
  }
  .solution__info-button {
    position: static;
  }
  .solution__rating .rating__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .solution__rating .rating__number_bg {
    width: 59px;
    height: 40px;
    line-height: 40px;
    margin-left: 19px;
  }
  .solution__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .solution__info .h1 {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #929ba5;
    margin-bottom: 11px;
    position: static;
    padding-bottom: 5px;
    /*@top: 50px;
    @left: 0;*/
    width: 100%;
    border-bottom: 1px solid #d3d1d0;
  }
  .solution__info .h1 br {
    display: none;
  }
  .solution__info .h1:after,
  .solution__info .h1:before {
    opacity: 1;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 91px;
    /*@top:20px;*/
    left: 50%;
    margin-left: -8px;
  }
  .solution__info .h1:before {
    border-color: #fff transparent transparent transparent;
    bottom: -11px;
    z-index: 10;
  }
  .solution__info-list {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .solution__info-list > * {
    display: none;
  }
  .solution__info-description {
    display: none;
  }
  .solution__info-button {
    text-align: center;
  }
  .solution__info-button .button {
    width: 300px;
    margin: 0 10px;
  }
  .solution__info.show {
    padding-bottom: 0;
  }
  .solution__info.show .solution__info-list ol {
    display: block;
  }

  .solution__media-img {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution {
    padding-top: 32px;
    margin-bottom: 22px;
  }
  .solution__title {
    width: 100%;
    margin-bottom: 16px;
  }
  .solution__tabs {
    margin: 0;
    text-align: left;
  }
  .solution__tabs a {
    width: 100%;
    margin: 0 0 10px;
    height: 51px;
    display: block;
    padding: 0 0 0 20px;
  }
  .solution__tabs a img {
    margin: 0 10px 0 0;
  }
  .solution__tabs a span {
    font-size: 16px;
  }
  .solution__tabs-title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .solution__slider {
    display: none;
  }
  .solution__slider.slick-slider {
    display: none;
  }
  .solution__slider-nav {
    display: none;
  }
  .solution_inner {
    padding-top: 0;
    margin-bottom: 32px;
	display: none;
  }
  .solution_inner .solution__item {
    padding-bottom: 50px;
    padding-bottom: 0;
  }
  .solution_inner .solution__title {
    margin-bottom: 25px;
  }
  .solution_inner .solution__options {
    padding-left: 35px;
    padding-right: 5px;
  }
  .solution_inner .solution__name {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .solution_inner .solution__tabs-title {
    display: none;
  }
  .solution_inner .solution__option-dop {
    top: 403px;
/*    bottom: auto;
    left: 34px;
    right: auto;
*/
	padding:0;
  }
  .solution_inner .solution__media {
    height: auto;
    margin-bottom: 40px;
  }
  .solution_inner .solution__media-img {
    /*height: 265px;*/
    margin-bottom: 195px;
  }

  .solution_inner .solution__media-img img {
    height: 300px;
  }

  .solution_inner .solution__media-button {
    position: static;
  }
  .solution_inner .solution__media-button .button {
    width: 224px;
    height: 58px;
  }
  .solution_inner .solution__rating .rating__title {
    font-size: 13px;
    letter-spacing: 0px;
    display: block;
    margin-right: 0;
  }
  .solution_inner .solution__rating .rating__number_bg {
    width: 38px;
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
    font-size: 20px;
  }
  .solution_inner .solution__rating a {
    font-size: 10px;
    margin-right: 4px;
  }
  .solution_inner .solution__slider {
    display: block;
    padding-top: 42px;
    margin-top: 17px;
    padding-bottom: 0;
  }
  .solution_inner .solution__slider.slick-slider {
    display: block;
  }
  .solution_inner .solution__slider-nav {
    display: block;
  }
  .solution_inner .solution__slider-nav a {
    width: 37px;
    height: 37px;
    border-radius: 50% 50%;
    background-color: #dcddde;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 37px;
    padding: 0;
    font-size: 14px;
    color: #fff;
  }
  .solution_inner .solution__slider-nav a img {
    display: none;
  }
  .solution_inner .solution__slider-nav-prev {
    background-image: url('/local/templates/mossti/css/../img/icon_prev-small-white.svg');
    left: 83px;
    top: 399px;
  }
  .solution_inner .solution__slider-nav-next {
    background-image: url('/local/templates/mossti/css/../img/icon_next-small-white.svg');
    right: 83px;
    top: 399px;
  }
  .solution_inner .solution__info {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .solution__name * {
    font-size: 18px;
    line-height: 19px;
  }
  .solution__name {
    height: 65px;
  }
  .single-meter-price {
    display: none !important;
  }
  .solution_inner .solution__media-img img {
    height: 250px;
  }
  .solution__media-button {
    padding-top: 14px !important;
  }
}
/*
@keyframes activeMarker {
  0 {
    background-color: #5282ff;
  }
  50% {
    background-color: #f1ba4c;
  }
  100% {
    background-color: #5282ff;
  }
}
@keyframes activeItem {
  0 {
    opacity: 0;
    left: -45px;
  }
  50% {
    opacity: 1;
    left: -35px;
  }
  100% {
    opacity: 0;
    left: -35px;
  }
}
*/
.stock {
  margin-bottom: 30px;
}
.stock__title {
  margin-bottom: 48px;
}
.stock__slider {
  margin: 30px auto;
}
.stock__slider:after,
.stock__slider:before {
  content: '';
  display: table;
  clear: both;
}
.stock__slider .item {
  float: left;
}
.stock__slider-navbar {
  float: right;
}
.stock__more .button {
  width: 380px;
}

.slick-initialized .slick-slide {
	}

@media screen and (max-width: 1250px) {
  .stock {
    margin-bottom: 60px;
  }
  .stock__title {
    margin-bottom: 46px;
  }
  .stock__slider {
    margin-left: 0;
    margin-right: 0;
  }
  .stock__more .button {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .stock {
    margin-bottom: 42px;
  }
  .stock__title {
    margin-bottom: 26px;
  }
  .stock__slider {
    margin-bottom: 19px;
  }
  .stock__slider-navbar {
    margin: 0 auto 19px;
    float: none;
  }
  .stock__more .button {
    width: 100%;
  }
  .stock__more .button__wrap {
    font-size: 14px;
  }
}

.videos {
  margin-bottom: 42px;
}
.videos__title {
  margin-bottom: 47px;
}
.videos__slider {
  margin: -100px 0 -78px;
  position: relative;
  left: -24px;
}
.videos__slider .slick-list {
  padding: 0 !important;
}
.videos__slider .slick-slide {
  width: 420px !important;
  position: relative;
  height: 700px;
  opacity: 0;
  transition: all .4s;
}
.videos__slider .slick-slide.slick-active {
  opacity: 1;
}
.videos__slider .slick-slide.slick-center {
  z-index: 100;
}
.videos__slider .slick-slide.slick-center .item_video {
  width: 780px !important;
  height: 500px;
  margin: -250px 0 0 -390px;
}
.videos__slider .item_video {
  width: 580px !important;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -210px 0 0 -290px;
  transition: all .4s;
}
.videos__slider-navbar {
  max-width: 100% !important;
}
.videos__slider-navbar .slider-navbar__prev,
.videos__slider-navbar .slider-navbar__next {
  bottom: 297px;
  top: auto;
  margin-top: 0;
}
@media screen and (max-width: 1250px) {
  .videos {
    display: none;
  }
}

.vocation {
  margin-bottom: 55px;
}
.vocation .item {
  width: 33.3333%;
  float: left;
}
.vocation__title {
  margin-bottom: 47px;
}
.vocation__list {
  margin: 0 -35px;
}
@media screen and (max-width: 1450px) {
  .vocation__list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1250px) {
  .vocation {
    display: none;
  }
}

@media screen and (max-width: 1700px) {
  .solution__option-item_price .solution__option-value {
    font-size: 24px;
  }
}

.group__list H2 {
  padding-top: 22px;
  padding-left: 10px;
  color: #242527;
}

.compare_solution_selected {
  background: #ffe9e9 !important;
  border-color: #ff7979 !important;
  filter: grayscale(0%);
}

@media screen and (max-width: 767px){
.solution__option-item.solution__option-item_price {
	display:none;
}
  .solution__option-dop {
    display: flex;
  }

  .solution__option-name {
    margin-bottom: 23px;
	text-align:center;
  }

  .solution__option-value {
    margin: 0 auto;
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

.p-0-6 {
	padding:0 6px;
}
.pt-10 {
	padding-top: 60px;
  padding-bottom: 40px;
}

/* UTP */
.utp-h_content {
	padding:10px 0;
}
.utp-h_main__items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #EEF1F5;
	margin: 30px auto;
}
.utp-h_main__item {
	min-width: 33%;
    text-align: center;
    padding: 0px 6px;
    box-sizing: border-box;
    width: 346px;
	padding-top: 20px;
    padding-bottom: 20px;
}
.utp-h_main__icon {
	margin-bottom: 16px;
}
.utp-h_main__title {
	line-height: 16px;
	font-family: 'Avenir Next Cyr';
	color: #525359;
}


.height100px {
  height: 60px
}

@media screen and (max-width: 1260px) {
  .points__list {
    display: none
  }

  .height100px {
    display: none
  }
}

#town_question_popup {
  width: 370px;
  background: white;
  display: none;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#town_question_popup > div:first-child {
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  font-family: "Avenir Next Cyr", serif;
  display: block;
  text-align: center;
}

#town_question_popup .tqp_buttons {
  padding-top: 21px;
  text-align: center;
}

#town_question_popup .tqp_buttons button {
  display: inline-block;
  border: none;
  text-align: center;
  color: #333333;
  background: #EEEFF1;
  height: 40px;
  width: 100px;
  line-height: 38px;
  font-size: 17px;
  border-radius: 5px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Avenir Next Cyr", serif;
}

#town_question_popup .tqp_buttons button:hover {
  background: #D1D1D1;
}

.tpmsg {
  visibility: visible !important;
}

.tpmsg a {
  display: none !important;
}

.tpmsg span {
  display: block;
  width: 80%;
  line-height: 23px;
  background: #f3f3f3;
  color: #888888;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  height: 23px;
  font-family: "Avenir Next Cyr", serif;
}

.tpmsg span:hover {
  background: #eaeaea;
}

.tsp_not_found {
  margin-top: -12px !important;
  margin-bottom: 15px !important;
  background: #CC0000;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
  font-family: "Avenir Next Cyr", serif;
  color: #fafafa;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.tsp_not_found a {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
  cursor: pointer;
}

@media screen and (max-width: 420px) {
  #town_question_popup {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #town_question_popup > div:first-child {
    font-size: 21px;
    line-height: 23px;
  }

  #town_question_popup .tqp_buttons {
    padding-top: 15px;
  }
}


#town_selection_popup {
  width: 900px;
  background: white;
  display: none;
  padding: 45px;
}

#town_selection_popup .tsp_search {
  margin-top: 14px;
  margin-bottom: 18px;
}

.tsp_head .b-close {
  top: 35px;
  right: 70px;
}

.tsp_head .b-close::after {
  font-size: 68px;
  line-height: 45px;
  font-family: "Courier New", courier;
  font-weight: normal;
  width: 42px;
  height: 42px;
  color: #9e9e9e;
}

.tsp_head .b-close:hover::after {
  color: #888888;
}

.tsp_lists {
}

.tsp_head {
}

.tsp_head span {
  font-size: 25px;
  font-weight: bold;
  font-family: "Avenir Next Cyr", serif;
  display: block;
}

.tsp_head div {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
}

.tsp_head input {
  width: 370px;
  height: 36px;
  font-family: "Avenir Next Cyr", serif;
  text-align: left;
  background: #eef1f5;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: #242527;
  border-radius: 6px;
  padding: 0 14px;
}

#town_selection_popup ul {
  margin: 0;
  padding: 0;
  width: 25%;
  float: left;
}

#town_selection_popup ul li {
  list-style-type: none;
  display: block;
  height: 32px;
  line-height: 12px;
  margin-bottom: 0;
  padding-left: 2px;
}

#town_selection_popup ul li a {
  font-family: "Avenir Next Cyr", serif;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none;
  color: #222222;
  font-size: 17px;
  line-height: 12px;
}

#town_selection_popup ul li a.active {
  font-weight: bold;
}

#town_selection_popup ul li a:hover {
  color: #CC0000;
}

#town_selection_popup ul li::before {
  content: none;
  display: none;
}

@media screen and (max-width: 1000px) {
  #town_selection_popup {
    padding: 25px;
    width: 660px;
  }

  #town_selection_popup ul li {
    height: 28px;
  }

  #town_selection_popup ul li a {
    font-size: 15px;
  }

  .tsp_head input {
    width: 290px;
  }

  .tsp_head .b-close {
    top: 23px;
    right: 45px;
  }
}

@media screen and (max-width: 700px) {
  #town_selection_popup {
    width: 420px;
  }

  #town_selection_popup ul {
    width: 50%;
  }

  .tsp_head input {
    width: 230px;
  }

  .tsp_head .b-close {
    top: 15px;
    right: 25px;
  }

  .tsp_head .b-close::after {
    font-size: 58px;
    line-height: 37px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 450px) {
  #town_selection_popup {
    padding: 18px;
    width: 280px;
  }

  #town_selection_popup ul {
    width: 95%;
  }

  #town_selection_popup ul li {
    text-align: center;
  }

  #town_selection_popup ul li a {
    font-size: 17px;
  }

  .tsp_head {
    text-align: center;
  }

  .tsp_head input {
    width: 200px;
  }

  .tsp_head .b-close {
    top: 4px;
    right: 5px;
  }

  .tsp_head span {
    margin-left: -27px;
  }
}

.compare_solution_selected {
  font-weight: bold;
}

/* End */


/* Start:/local/templates/mossti/css/adv.css?169962142018798*/
#adm_menu {
    height: 38px;
    line-height: 36px;
    background: black;
    color:#f3f3f3;
    font-size: 16px;
    padding-left: 50px;
}

#adm_menu A {
    border: none;
    text-decoration: underline;
    padding-left: 12px;
    color: #ff1616;
}

.hide{
    display: none;
}


#town_selection_popup {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bottom_contact_container {
    height: auto;
}

.product__gallery .slick-list{
    max-height: 478px;
}

.bottom_right {
    width: 420px;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fbfbfb;
    box-shadow: 0 0 2px #cccccc;
    margin-top: 1px;
    border-radius: 6px;
}

.bottom_left {
    float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

.contacts_data_container UL {
    clear: both;
    padding-left: 0;
    margin-left: 0;
    padding-top: 16px;
}

.contacts_data_container UL LI {
    list-style-type: none;
    padding-left: 0;
    padding-right: 28px;
    margin-left: 0;
    display: block;
    float: left;
    width: 33%;
}

.contacts_data_container UL LI::before {
    display: none;
}

.contacts_data_container UL LI DIV {
    color: #ff3636;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding-bottom: 7px;
}

.contacts_data_container UL LI SPAN {
    color: #404348;
    font-size: 14px;
    line-height: 22px;
}

.contact_form_caption {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 12px;
    color: #242527;
}

.contact_form_container {
    width: 300px;
    margin: auto;
    color: #404348;
}

.contact_form_container LABEL {
    font-size: 15px;
}

.contact_form_field {
    margin-bottom: 14px;
}

.contact_form_field input {
    width: 100%;
}

.contact_form_field textarea {
    width: 100%;
    height: 105px;
    border-radius: 6px;
}

.contact_form_field #check_pic {
    width: 80px;
}

.send_message_fail {
    width: 100%;
    padding: 12px;
    background: #ee0000;
    font-weight: bold;
    color: white;
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
}

.send_message_success {
    width: 100%;
    padding: 12px;
    background: #33B752;
    font-weight: bold;
    color: white;
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
}

.contacts_phone  {
    letter-spacing: 0px;
    font-size: 13px !important;
    font-family: 'Avenir Next Cyr';
    font-width: bold;
}

.contacts_email {
    letter-spacing: 0px;
    font-size: 21px !important;
    font-family: 'Avenir Next Cyr';
}

#basket-item-table tr {
    padding: 10px;

}

@media screen and (max-width: 1250px) {

    .solution__option-item_input{
        margin-bottom: 0px;
    }

    .contacts_data_container UL {
        padding-top: 4px;
    }

    .contacts_data_container UL LI {
        display: block;
        width: 49%;
        min-height: 100px;
    }

    .bottom_contact_container .bottom_right {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 750px) {
    .contacts_data_container UL LI {
        display: block;
        float: none;
        width: 100%;
        min-height: unset;
        margin-bottom: 18px;
        padding-left: 4px;
    }

    .bottom_contact_container .bottom_right {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
}#town_question_popup {
     width: 370px;
     background: white;
     display: none;
     padding-left: 21px;
     padding-right: 21px;
     padding-top: 30px;
     padding-bottom: 30px;
 }

#town_question_popup>div:first-child {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    font-family: "Avenir Next Cyr", serif;
    display: block;
    text-align: center;
}

#town_question_popup .tqp_buttons {
    padding-top: 21px;
    text-align: center;
}

#town_question_popup .tqp_buttons button {
    display: inline-block;
    border: none;
    text-align: center;
    color: #333333;
    background: #EEEFF1;
    height: 40px;
    width: 100px;
    line-height: 38px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Avenir Next Cyr", serif;
}

#town_question_popup .tqp_buttons button:hover {
    background: #D1D1D1;
}

.tpmsg {
    visibility: visible !important;
}

.tpmsg a {
    display: none !important;
}

.tpmsg span {
    display: block;
    width: 80%;
    line-height: 23px;
    background: #f3f3f3;
    color: #888888;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    height: 23px;
    font-family: "Avenir Next Cyr", serif;
}

.tpmsg span:hover {
    background: #eaeaea;
}

.tsp_not_found {
    margin-top: -12px !important;
    margin-bottom: 15px !important;
    background: #CC0000;
    padding-left:8px !important;
    padding-right:8px !important;
    padding-bottom:4px !important;
    padding-top:4px !important;
    font-family: "Avenir Next Cyr", serif;
    color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.tsp_not_found a {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
    cursor: pointer;
}

@media screen and (max-width: 420px) {
    #town_question_popup {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #town_question_popup > div:first-child {
        font-size: 21px;
        line-height: 23px;
    }

    #town_question_popup .tqp_buttons {
        padding-top: 15px;
    }
}


#town_selection_popup {
    width: 900px;
    background: white;
    display: none;
    padding: 45px;
}

#town_selection_popup .tsp_search {
    margin-top: 14px;
    margin-bottom: 18px;
}

.tsp_head .b-close {
    top: 35px;
    right: 70px;
}

.tsp_head .b-close::after {
    font-size: 68px;
    line-height: 45px;
    font-family: "Courier New", courier;
    font-weight: normal;
    width: 42px;
    height: 42px;
    color: #9e9e9e;
}

.tsp_head .b-close:hover::after {
    color: #888888;
}

.tsp_lists {}

.tsp_head {}

.tsp_head span {
    font-size: 25px;
    font-weight: bold;
    font-family: "Avenir Next Cyr", serif;
    display: block;
}

.tsp_head div {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
}

.tsp_head input {
    width: 370px;
    height: 36px;
    font-family: "Avenir Next Cyr", serif;
    text-align: left;
    background: #eef1f5;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #242527;
    border-radius: 6px;
    padding: 0 14px;
}

#town_selection_popup ul {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}

#town_selection_popup ul li {
    list-style-type: none;
    display: block;
    height: 32px;
    line-height: 12px;
    margin-bottom: 0;
    padding-left: 2px;
}

#town_selection_popup ul li a {
    font-family: "Avenir Next Cyr", serif;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
    color: #222222;
    font-size: 17px;
    line-height: 12px;
}

#town_selection_popup ul li a.active {
    font-weight: bold;
}

#town_selection_popup ul li a:hover {
    color: #CC0000;
}

#town_selection_popup ul li::before {
    content: none;
    display: none;
}

@media screen and (max-width: 1000px) {
    #town_selection_popup {
        padding: 25px;
        width: 660px;
    }

    #town_selection_popup ul li {
        height: 28px;
    }

    #town_selection_popup ul li a {
        font-size: 15px;
    }

    .tsp_head input {
        width: 290px;
    }

    .tsp_head .b-close {
        top: 23px;
        right: 45px;
    }
}

@media screen and (max-width: 700px) {
    #town_selection_popup {
        width: 420px;
    }

    #town_selection_popup ul {
        width: 50%;
    }

    .tsp_head input {
        width: 230px;
    }

    .tsp_head .b-close {
        top: 15px;
        right: 25px;
    }

    .tsp_head .b-close::after {
        font-size: 58px;
        line-height: 37px;
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 450px) {
    #town_selection_popup {
        padding: 18px;
        width: 280px;
    }

    #town_selection_popup ul {
        width: 95%;
    }

    #town_selection_popup ul li {
        text-align: center;
    }

    #town_selection_popup ul li a {
        font-size: 17px;
    }

    .tsp_head {
        text-align: center;
    }

    .tsp_head input {
        width: 200px;
    }

    .tsp_head .b-close {
        top: 4px;
        right: 5px;
    }

    .tsp_head span {
        margin-left: -27px;
    }
}


.main_cart_table {
    border-collapse: collapse;
    width: 100%;
}

.main_cart_table .item_count_input {
    width: 75px;
}

.main_cart_table th {
    background: #EEF1F6;
    color: #535459;
}

.main_cart_table th div {
    font-size: 17px;
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'Avenir Next Cyr';
    border-right:2px solid white;
}

.main_cart_table td {
    background: #F8F6F7;
}

.main_cart_table td.mct_fixer {
    background: white;
    font-size: 1px;
    line-height: 1px;
    height: 18px;
    border-bottom: none;
}

.main_cart_table td > div {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_cart_table td div a {
    cursor: pointer;
    border-bottom: none;
}

.main_cart_table td div.mct_item_name {
    text-align: left;
}

.mct_item_name a {
    font-size: 17px;
    text-decoration: none;
    border-bottom: none;
    color: #242527;
    font-weight: bold;
}

.mct_item_price {
    font-size: 17px;
    color: #242527;
    font-weight: bold;
}

.mct_item_sum {
    font-size:17px;
    color: #242527;
    font-weight: bold;
}

.mct_item_image {
    text-align: center;
}

.mct_item_image img {
    width: 100px;
}

@media screen and (max-width: 700px) {
    .main_cart_table th div {
        font-size: 14px;
        font-weight: normal;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mct_item_name a {
        font-size: 14px;
        text-decoration: none;
        border-bottom: none;
        color: #242527;
        font-weight: bold;
    }

    .mct_item_price {
        font-size: 14px;
        color: #242527;
        font-weight: bold;
    }

    .mct_item_sum {
        font-size: 14px;
        color: #242527;
        font-weight: bold;
    }

    .main_cart_table .item_count_input {
        width: 45px;
    }

}.iac_bottom_buttons {
     text-align: center;
     margin-top: 12px;
     margin-bottom: 6px;
 }

.iac_bottom_buttons a {
    padding-left: 6px;
    padding-right: 6px;
    padding-top:1px;
    padding-bottom: 1px;
    background: #f0f0f0;
    cursor:pointer;
    border:1px solid #CFE6FA;
    display: inline-block;
    color: #333333;
    border-radius: 3px;
}

.iac_change_button A {
    color: #2B91AF;
    border-color: #2B91AF;
}

.iac_change_button {
    text-align: right;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f0f0;
}

.iac_buttons_div {
    margin-top: 4px;
}

.iac_components_container TABLE {
    width: 100%;
    border-collapse: collapse;
}

.iac_components_container TABLE TH {
    white-space: nowrap;
    background: #f0f0f0;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    padding-left: 2px;
    padding-right: 2px;
}

.iac_components_container TABLE TD {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #f0f0f0;
    font-size: 13px;
    vertical-align: middle;
    line-height: 15px;
}

.iac_components_container TABLE TD IMG {
    display: block;
    max-width: none;
}

.iac_components_container TABLE TD A {
    text-decoration: none;
    color: #2B91AF;
    border: none;
}

.iac_components_container {

}

.iac_details_div SPAN {
    color:#888888;
    font-size:14px;
}

.iac_details_div I {
    font-style: normal;
    font-size:13px;
    color:#777777;
    font-weight: bold;
}

.iac_details_div {

}

.iac_components_title_div {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

.iac_title_div {
    text-align: center;
    font-weight: bold;
    margin-bottom: 6px;
}

.item_adv_content {
    display: none;
    width: 320px;
    background: white;
    border-radius: 3px;
}

.item_adv_content .b-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2B91AF;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.item_adv_content .b-close:hover {
    background: #1E1E1E;
}

.item_adv_content > DIV {
    padding:10px;
}

.item_adv_caption {
    display: block;
    cursor: pointer;
}

.item_adv_caption DIV {
    text-align: center;
}

.item_adv_caption SPAN {
    display: inline-block;
    margin-top: 4px;
    padding-left:6px;
    padding-right:6px;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    background: #f0f0f0;
    color: #444444;
    font-size: 14px;
    cursor: pointer;
}

.cart_main_button {
    padding: 8px;
    background: #f0f0f0;
    cursor:pointer;
    border:1px solid #CFE6FA;
}#town_question_popup {
     width: 370px;
     background: white;
     display: none;
     padding-left: 21px;
     padding-right: 21px;
     padding-top: 30px;
     padding-bottom: 30px;
 }

#town_question_popup>div:first-child {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    font-family: "Avenir Next Cyr", serif;
    display: block;
    text-align: center;
}

#town_question_popup .tqp_buttons {
    padding-top: 21px;
    text-align: center;
}

#town_question_popup .tqp_buttons button {
    display: inline-block;
    border: none;
    text-align: center;
    color: #333333;
    background: #EEEFF1;
    height: 40px;
    width: 100px;
    line-height: 38px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Avenir Next Cyr", serif;
}

#town_question_popup .tqp_buttons button:hover {
    background: #D1D1D1;
}

.tpmsg {
    visibility: visible !important;
}

.tpmsg a {
    display: none !important;
}

.tpmsg span {
    display: block;
    width: 80%;
    line-height: 23px;
    background: #f3f3f3;
    color: #888888;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    height: 23px;
    font-family: "Avenir Next Cyr", serif;
}

.tpmsg span:hover {
    background: #eaeaea;
}

.tsp_not_found {
    margin-top: -12px !important;
    margin-bottom: 15px !important;
    background: #CC0000;
    padding-left:8px !important;
    padding-right:8px !important;
    padding-bottom:4px !important;
    padding-top:4px !important;
    font-family: "Avenir Next Cyr", serif;
    color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.tsp_not_found a {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
    cursor: pointer;
}

@media screen and (max-width: 420px) {
    #town_question_popup {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #town_question_popup > div:first-child {
        font-size: 21px;
        line-height: 23px;
    }

    #town_question_popup .tqp_buttons {
        padding-top: 15px;
    }
}


#town_selection_popup {
    width: 900px;
    background: white;
    display: none;
    padding: 45px;
}

#town_selection_popup .tsp_search {
    margin-top: 14px;
    margin-bottom: 18px;
}

.tsp_head .b-close {
    top: 35px;
    right: 70px;
}

.tsp_head .b-close::after {
    font-size: 68px;
    line-height: 45px;
    font-family: "Courier New", courier;
    font-weight: normal;
    width: 42px;
    height: 42px;
    color: #9e9e9e;
}

.tsp_head .b-close:hover::after {
    color: #888888;
}

.tsp_lists {}

.tsp_head {}

.tsp_head span {
    font-size: 25px;
    font-weight: bold;
    font-family: "Avenir Next Cyr", serif;
    display: block;
}

.tsp_head div {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0;
}

.tsp_head input {
    width: 370px;
    height: 36px;
    font-family: "Avenir Next Cyr", serif;
    text-align: left;
    background: #eef1f5;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #242527;
    border-radius: 6px;
    padding: 0 14px;
}

#town_selection_popup ul {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}

#town_selection_popup ul li {
    list-style-type: none;
    display: block;
    height: 32px;
    line-height: 12px;
    margin-bottom: 0;
    padding-left: 2px;
}

#town_selection_popup ul li a {
    font-family: "Avenir Next Cyr", serif;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
    color: #222222;
    font-size: 17px;
    line-height: 12px;
}

#town_selection_popup ul li a.active {
    font-weight: bold;
}

#town_selection_popup ul li a:hover {
    color: #CC0000;
}

#town_selection_popup ul li::before {
    content: none;
    display: none;
}

@media screen and (max-width: 1000px) {
    #town_selection_popup {
        padding: 25px;
        width: 660px;
    }

    #town_selection_popup ul li {
        height: 28px;
    }

    #town_selection_popup ul li a {
        font-size: 15px;
    }

    .tsp_head input {
        width: 290px;
    }

    .tsp_head .b-close {
        top: 23px;
        right: 45px;
    }
}

@media screen and (max-width: 700px) {
    #town_selection_popup {
        width: 420px;
    }

    #town_selection_popup ul {
        width: 50%;
    }

    .tsp_head input {
        width: 230px;
    }

    .tsp_head .b-close {
        top: 15px;
        right: 25px;
    }

    .tsp_head .b-close::after {
        font-size: 58px;
        line-height: 37px;
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 450px) {
    #town_selection_popup {
        padding: 18px;
        width: 280px;
    }

    #town_selection_popup ul {
        width: 95%;
    }

    #town_selection_popup ul li {
        text-align: center;
    }

    #town_selection_popup ul li a {
        font-size: 17px;
    }

    .tsp_head {
        text-align: center;
    }

    .tsp_head input {
        width: 200px;
    }

    .tsp_head .b-close {
        top: 4px;
        right: 5px;
    }

    .tsp_head span {
        margin-left: -27px;
    }

    .button_green .button__icon_right + .button__wrap {
        padding-left: 0;
        padding-right: 18px;
        white-space: nowrap;
    }
}


/* End */


/* Start:/local/templates/mossti/css/add.css?169962142035436*/

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-BoldItalic.eot');
    src: local('Avenir Next Cyr Bold Italic'), local('AvenirNextCyr-BoldItalic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-BoldItalic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Light.eot');
    src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Light.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Demi.eot');
    src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Demi.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-ThinItalic.eot');
    src: local('Avenir Next Cyr Thin Italic'), local('AvenirNextCyr-ThinItalic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-ThinItalic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Italic.eot');
    src: local('Avenir Next Cyr Italic'), local('AvenirNextCyr-Italic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Italic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Italic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-HeavyItalic.eot');
    src: local('Avenir Next Cyr Heavy Italic'), local('AvenirNextCyr-HeavyItalic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-HeavyItalic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-MediumItalic.eot');
    src: local('Avenir Next Cyr Medium Italic'), local('AvenirNextCyr-MediumItalic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-MediumItalic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-LightItalic.eot');
    src: local('Avenir Next Cyr Light Italic'), local('AvenirNextCyr-LightItalic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-LightItalic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Medium.eot');
    src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr Ultra';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLightIt.eot');
    src: local('Avenir Next Cyr Ultra Light Italic'), local('AvenirNextCyr-UltraLightIt'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLightIt.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLightIt.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLightIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Regular.eot');
    src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Regular.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr Ultra';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLight.eot');
    src: local('Avenir Next Cyr Ultra Light'), local('AvenirNextCyr-UltraLight'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLight.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Heavy.eot');
    src: local('Avenir Next Cyr Heavy'), local('AvenirNextCyr-Heavy'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Heavy.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Bold.eot');
    src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Bold.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-DemiItalic.eot');
    src: local('Avenir Next Cyr Demi Italic'), local('AvenirNextCyr-DemiItalic'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-DemiItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-DemiItalic.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-DemiItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Thin.eot');
    src: local('Avenir Next Cyr Thin'), local('AvenirNextCyr-Thin'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Thin.woff') format('woff'),
    url('/local/templates/mossti/css/../fonts/AvenirNextCyr-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}



header.mossti{
    background-color: #11ffee00;
}

.common-header__button-catalog a img{
    width: 45px;
    height: 45px;
}


.points__item-icon.fire{
    background: url(/local/templates/mossti/img/01_fire.jpg) no-repeat;
    background-position: center;
}


.points__item-icon.zvuk{
    background: url(/local/templates/mossti/img/02_sound.jpg) no-repeat;
    background-position: center;
}

.points__item-icon.teplo{
    background: url(/local/templates/mossti/img/03_warm.jpg) no-repeat;
    background-position: center;
}


.points__item-icon.vibro{
    background: url(/local/templates/mossti/img/04_vibro.jpg) no-repeat;
    background-position: center;
}




.points__list.mobile .points__item-icon.fire{
    background: url(/local/templates/mossti/img/fire_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}


.points__list.mobile .points__item-icon.zvuk{
    background: url(/local/templates/mossti/img/zvuk_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}

.points__list.mobile .points__item-icon.teplo{
    background: url(/local/templates/mossti/img/teplo_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}


.points__list.mobile .points__item-icon.vibro{
    background: url(/local/templates/mossti/img/vibro_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}




.points__list.mobile .points__item:hover .points__item-icon.fire{
    background: url(/local/templates/mossti/img/fire_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}


.points__list.mobile .points__item:hover .points__item-icon.zvuk{
    background: url(/local/templates/mossti/img/zvuk_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}

.points__list.mobile .points__item:hover .points__item-icon.teplo{
    background: url(/local/templates/mossti/img/teplo_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}


.points__list.mobile .points__item:hover .points__item-icon.vibro{
    background: url(/local/templates/mossti/img/vibro_mobile.png) no-repeat;
    background-position: left;
    background-size: contain;
}





.points__item:hover .points__item-icon.fire{
    background: url(/local/templates/mossti/img/01_c_fire.jpg) no-repeat;
    background-position: center;
    transition: 0.5s;
}

.points__item:hover  .points__item-icon.zvuk{
    background: url(/local/templates/mossti/img/02_c_sound.jpg) no-repeat;
    background-position: center;
    transition: 0.5s;
}

.points__item:hover .points__item-icon.teplo{
    background: url(/local/templates/mossti/img/03_c_warm.jpg) no-repeat;
    background-position: center;
    transition: 0.5s;
}


.points__item:hover .points__item-icon.vibro{
    background: url(/local/templates/mossti/img/04_c_vibro.jpg) no-repeat;
    background-position: center;
    transition: 0.5s;
}

.points__item:hover .points__item-name span{
    font-weight: 500;
    transition: 0.5s;
}

.points__item:hover .points__item-name.big span{
    font-weight: 500;
    transition: 0.5s;
}


.item_product .fa-shopping-cart:before{
    font-size: 18px;
    color: white;
}

.button__icon .fa-shopping-cart:before{
    font-size: 18px;
    color: white;
}


.item_product .button__icon img{
    width: 32px;
    height: 32px;
}

.category__list .py-0{
    display: inline-block;
    position: relative;
    width: 48%;
    height: 350px;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    border-radius: 12px;

}

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


.polygon {
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
    border-radius: 12px 0 0 12px;
    opacity: 0.7;
    z-index: 10;
}

.category__list .py-0:nth-child(1){
    margin-right: 1%;
}
.category__list .py-0:nth-child(2){
    margin-left: 1%;
}


.category__list .py-0 h3{
    display: block;
    font-size: 27px;
    text-transform: uppercase;
    z-index: 20;
    position: absolute;
    font-family: 'Avenir Next Cyr';
    text-align: left;
    line-height: 42px;
    margin-top: 46px;
    margin-left: 40px;
    width: 425px;
    font-weight: 500;
}


.py-0 .banner__button.abs {
    position: absolute;
    z-index: 99;
    margin-left: 40px;
    bottom: 40px;
}

.common-header.mossti.page{
    background-color: #0c0f15;
}

.common-header__logo.logo a img{
    width: 260px;
    height: 60px;
}


.common-header.mossti.page .common-header__logo{
    padding-top: 0px;
}

.common-header.mossti.page .common-header__button-catalog a img{
    width: 30px;
    height: 30px;
}

.product__buttons .button__icon img{
    width: 30px;
    height: 30px;
}


.breadcrumbs{
    background-color: #0c0f15;
    padding: 10px 0 14px;
    margin: 0;
    border-top: 1px solid #282c33;
    margin-bottom: 50px;
    font-size: 16px;
}

.breadcrumbs a{
    color: white;
    border-bottom: 1px solid white;
}

.breadcrumbs a:after{
    background: white;
}


.common-header__catalog .button{
    border: none;
    min-width: 30px;
}

a.catalog{
    text-transform: uppercase;
    color: white;
    border-bottom: none;
    height: 55px;
    display: inline-block;
    margin-right: 120px;
    padding-top: 14px;
}

.mossti.page .common-header__phone a{
    font-size: 19px;
}

.catalog .button__wrap{
    color: white;
    padding-left: 7px;
}

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

.category__more{
    float: right;
    text-align: left;
    max-width: 283px;
    padding-left: 20px;
    margin-right: 15px;
    background-color: #6659e6;
    color: white;
}

.product__info ul li:before {
    color: #5282ff;
}


.page__content ul li:before {
    color: #5282ff;
}


footer ul li:before {
    color: #ffffff;
}

footer a {
    color: #ffffff;
}


.h4, h4 {
    padding-bottom: 20px;
}

.common-header__time-work{
    margin-left: 264px;
}


.mobile{
    display: none;
}

#canvas-complex {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}


#canvas-complex-main {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 23;

}

.banner__title.h1{
    font-size: 41px;
    font-weight: 400;
    letter-spacing: 0px;
}

.page__content a{
    border-bottom:none;
}


.fas.fa-search{
    color: #ffffff;
}

@media  (max-width: 1780px) {
    a.catalog{
        margin-right: 45px;
    }

    .common-header__search{
        margin-right: 20px;
    }

    .common-header__logo{
        margin-right: 45px;
    }

    .common-header__button-catalog.region{
        margin-right: 0px;
    }

    .common-header__logo.logo{
        margin-right: 36px;
    }

    .common-header__phone{
        margin-right: 30px;
    }

    .common-header__time-work{
        margin-left: 227px;
    }
}




@media  (max-width: 1250px) {
    .category__list .py-0 {
        width: 100%;
        margin-bottom: 20px;

    }

    .category__list{
        margin-top: 50px;
    }

    .common-footer__feedback-item{
        vertical-align: top;
    }

    .container {
        padding: 0px 20px;
    }
    .common-footer__offices li:nth-child(even) {
        width: 100%;
    }
    .category__list .py-0 h3 {
        line-height: 35px;
        width: 100%;
        margin-left: 20px;
        font-size: 21px;
    }

    .slick-slide {
        width: 100%;
    }

    .common-header__call {
        display: none;
    }

    .banner__slider .banner__title.h1 {
        font-size: 21px;
        margin-top: 190px;
    }

    .banner__item .banner__text {
        font-size: 16px;
    }

    .banner__item .banner__button .button {
        padding-left: 10px;
    }

    .common-header__button-catalog {
    }

    .common-header__phone-mobile {
        display: none !important;
    }

    .common-header__phone a.watsupp {
        display: none;
    }

    .common-header__button-catalog.region {
        position: absolute;
        left: 20px;
        top: -53px;
        width: 100px;
    }

    .common-header__phone {

        margin-right: 0px !important;
        padding-top: 0px !important;
        position: absolute;
        top: -35px;
        width: 163px;
        right: 5px;
    }

    .common-header__button-catalog {
        padding-top: 3px;
        margin-top: 0px;
    }

    .common-header__button-catalog a img {
        width: 37px;
        height: 37px;
    }

    .common-header__phone a {
        font-size: 18px !important;
    }

    .banner__item .container {
        padding: 58px 20px 0 20px;
    }

    .banner__item {
        height: 480px;
    }

    .common-nav__info{
        margin-top: 0px;
    }



}

@media  (max-width: 720px) {
    .category__list .py-0 {
        width: 100%;
        margin-bottom: 20px;
    }

    .container {
        padding: 0px 20px;
    }

    .category__list .py-0 h3 {
        line-height: 35px;
        width: 100%;
        margin-left: 20px;
        font-size: 21px;
    }

    .slick-slide {
        width: 100%;
    }

    .common-header__call {
        display: none;
    }

    .banner__title.h1 {
        font-size: 21px;
        margin-top: 190px;
    }

    .banner__item .banner__text {
        font-size: 16px;
    }

    .banner__item .banner__button .button {
        padding-left: 10px;
    }

    .common-header__button-catalog {
    }

    .common-header__phone-mobile {
        display: none !important;
    }

    .common-header__phone a.watsupp {
        display: none;
    }

    .common-header__button-catalog.region {
        position: absolute;
        left: 20px;
        top: -53px;
        width: 100px;
    }

    .common-header__phone {

        margin-right: 0px !important;
        padding-top: 0px !important;
        position: absolute;
        top: -35px;
        width: 163px;
        right: 5px;
    }

    .common-header__button-catalog {
        padding-top: 3px;
        margin-top: 0px;
    }

    .common-header__button-catalog a img {
        width: 37px;
        height: 37px;
    }

    .common-header__phone a {
        font-size: 18px !important;
    }

    .banner__item .container {
        padding: 58px 20px 0 20px;
    }

    .banner__item {
        height: 480px;
    }

    .mobile {
        display: block;
    }

    .mobile .points__list {
        height: auto;
    }

    .mobile .points__item-icon {
        width: 100%;
    }

    body {
        background-color: #0d0f14;

    }


    .points__item {
        width: 100%;
        height: 197px;
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #0d0f14;
        padding: 0px 0;
    }

    .points__item-name {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }

    .points__item-name.big {
        text-transform: uppercase;
        text-align: left;
        height: 54px;
        background-color: transparent;
        position: absolute;
        bottom: 0;
    }

    .points__item-name.big span {
        text-transform: initial;
        margin-left: 20px;
        font-size: 26px;
    }

    .points__item-icon {
        margin-top: 0px;
        height: 197px;
    }

    .points__item-icon .icon {
        width: 70px;
        height: 197px;
        display: block;
        position: absolute;
        right: 40px;

    }

    .points__item-icon .icon img {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 70px;
        height: 70px;
    }

    .product-slider .slick-initialized .slick-slide {
        display: inline-block;
    }

    .product-slider .slick-slide {
        width: 290px;
    }

    .container.desktop {
        display: none;
    }

    .product-slider .category__list .item {
        width: 290px;

    }


    .product-slider .item_product-slider .item__wrap {
        background: #f8f7f7;
        box-shadow: 0px 1px 3px 0px rgba(36, 37, 39, 0.08);
        border-radius: 6px;
        position: relative;
        padding: 30px 49px;
    }

    .product-slider .item_product-slider .item__wrap:after,
    .product-slider .item_product-slider .item__wrap:before {
        content: '';
        display: table;
        clear: both;
    }

    .product-slider.item_product-slider .item__tags {
        position: absolute;
        right: 0;
        top: 0;
    }

    .product-slider .item_product-slider .item__tags .tag_solid:after {
        background: #f8f7f7;
    }

    .product-slider .item_product-slider {
        padding: 0 10px;
        margin-bottom: 44px;
        width: 290px;
    }

    .product-slider .item_product-slider .item__img {
        height: 180px;
        text-align: center;
        position: relative;
        margin-bottom: 6px;
    }

    .product-slider .item_product-slider .item__img:after,
    .product-slider .item_product-slider .item__img img {
        display: inline-block;
        vertical-align: middle;
        margin-right: -5px;
    }

    .product-slider .item_product-slider .item__img:after {
        content: '';
        width: 0;
        height: 100%;
    }

    .product-slider .item_product-slider .item__img img {
        max-height: 100%;
        width: auto;
    }

    .product-slider .item_product-slider .item__img .button_fast-look {
        position: absolute;
        left: 50%;
        top: 50%;
        white-space: nowrap;
        margin: -17px 0 0 -101px;
        opacity: 0;
        padding: 0 7px 5px 10px;
        z-index: 100;
    }

    .product-slider .item_product-slider .item__img .button_fast-look .button__wrap {
        font-size: 14px;
    }

    .product-slider .item_product-slider .item__common {
        height: 180px;
        overflow: hidden;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .product-slider .item_product-slider .item__title {
        margin-bottom: 7px;
    }

    .product-slider .item_product-slider .item__title a {
        border-color: transparent;
        color: #242527;
        font-size: 21px;
        font-weight: 600;
    }

    .product-slider .item_product-slider .item__description {
        line-height: 18px;
        opacity: .9;
        color: #242527;
    }

    .product-slider .item_product-slider .item__price {
        margin-bottom: 15px;
        min-height: 22px;
        color: #242527;
        width: 280px;
    }

    .product-slider .item_product-slider .item__price-new {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 1px;
        min-height: 22px;

    }

    .product-slider .item_product-slider .item__price-sale {
        font-weight: 500;
        opacity: .6;
        text-decoration: line-through;
    }

    .product-slider .item_product-slider .item__button {
        margin-bottom: -55px;
        text-align: center;
        display: flex;
        width: 200px;
        margin-left: -15px;
    }

    .product-slider .item_product-slider .item__button .button_compare {
        background: #fff;
        margin-right: 7px;
    }

    .product-slider .item_product-slider .item__button .button_compare .button__wrap {
        display: none;
    }

    .category__list .item {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
    }


    .slick-active .button_gold {

        background: #7bc66e;
        background: linear-gradient(180deg, #8ad57d 0%, #61ac54 58%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad57d', endColorstr='#61ac54', GradientType=1);
    }


    .slick-active .item_product-slider .item__title a {
        color: #5282ff;
        border-bottom: 1px solid #5282ff;
    }

    .slick-active .item_product-slider .item__price-new {
        color: #5282ff;
    }

    .slick-active .item_product-slider .button_gold .button__icon {
        background: #70ba63;
        color: #242527;
    }

    .slick-active .item_product-slider .item__wrap {
        box-shadow: 0px 1px 3px 0px rgba(73, 0, 255, 0.08), 0px 16px 24px 0px rgba(73, 0, 255, 0.1);
        background: #fff;
    }

    .item_product-slider {
        opacity: 0.4;
    }

    .slick-active .item_product-slider {
        opacity: 1;
    }

    .product-slider .slick-prev {
        position: absolute;
        left: -100px;
    }

    .product-slider .slick-next {
        position: absolute;
        right: 0px;
        z-index: 999999999;
        top: 41%;
        background-image: url(/local/templates/mossti/css/../img/icon_next-big-white.svg);
        background-position-y: 10px;
        background-size: 35px 88px;


    }


    .banner {
        position: relative;
        margin-top: -138px;
    }

    .slick-next, .slick-prev {
        width: 48px;
        height: 48px;
        background-color: transparent;
    }


    .banner_slider_mobail {
        margin-bottom: 40px;
    }

    .banner_slider_mobail .banner__item {
        height: 344px;
    }

    .banner_slider_mobail .banner__title.h1 {
        font-size: 19px;
        margin-top: 300px;
        text-align: center;
    }

    .banner_slider_mobail .slick-dots {
        text-align: center;
    }

    .banner_slider_mobail .slick-dots {
        text-align: center;
        margin-top: 10px;
    }

    .banner_slider_mobail .slick-dots li {
        display: inline-block;
        list-style-type: none;
        width: 30px;
        height: 20px;
    }

    .banner_slider_mobail .slick-dots li button {
        display: none;
    }

    .banner_slider_mobail .slick-dots li:before {
        content: "○";
        font-size: 30px;
        color: #c05ac4;
    }

    .banner_slider_mobail .slick-dots li.slick-active:before {
        content: "●";
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 15px;
        color: #c05ac4;
    }

    .points__item_lide {
        display: inline-block;
        width: 50%;
    }


    .points__list.flex {
        display: flex;
    }

    .points__item_lide {
        text-align: center;

        box-sizing: border-box;
        width: 50%;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        text-decoration: none;
        border-bottom: none;
    }

    .points__item_lide .points__item-name {
        text-align: center;
    }

    .points__item_lide .points__item-name.big span {
        text-transform: initial;
        margin-left: 0px;
        font-size: 17px;
        text-align: center;
        line-height: 20px;
        width: 100%;
    }

    .points__item_lide .points__item-icon .icon {
        height: 87px;
        display: block;
        position: relative;
        margin: 0 auto;
        right: auto;
    }

    .points__item_lide .points__item-icon {
        height: 140px;
    }

    .common-footer {
        background: #0d0f14;
    }


    .common-footer .flex {
        display: flex;
        width: 320px;
    }


    .common-footer .footer_flex_item {
        box-sizing: border-box;
        width: 50%;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        text-decoration: none;
        border-bottom: none;
    }


    .common-footer .flex .common-footer__logo {
        margin-bottom: 0px;
    }

    .common-footer .flex .common-footer__logo .logo__title {
        text-align: left;
        font-size: 19px;
    }


    .common-footer .flex .common-footer__logo .logo__link {
        padding-left: 0px;
    }

    .common-footer .flex .common-footer__description {

    }

    .common-footer .flex .common-footer__description .text-block {
        margin-top: 14px;
    }

    .common-footer .flex .common-footer__feedback-item a[href^="tel"] {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0px;
        display: inline-block;
    }

    .common-footer .desktop {
        display: none;
    }

    .common-footer .flex .common-footer__feedback-item a[href^="mailto"] {
        color: #5282ff;
    }

    .common-footer .points__item_lide .points__item-icon {
        height: 40px;
    }

    .common-nav__info {
        margin-top: 0px;
    }

    .common-nav__info p {
        font-size: 18px;
    }

    .page .common-header__phone {
        top: -61px;
    }

    .page .desktop {
        display: none;
    }

    .page .logo__link {
        margin-top: -10px;
    }

    .breadcrumbs {
        margin-bottom: 0;
    }


    .filter__group {
        background-color: #0d0f14;
    }

    .filter__title a {
        color: #ffffff;
    }

    .filter__title {
        margin: 0 0px;
    }


    .filter__group.active .filter__title {
        margin-top: -30px;
        border-bottom: none;
    }

    .filter.show {
        border-top: 1px solid #e4e4e4;
        margin-top: 30px;

    }

    .filter__group.active .filter__title a .fas.fa-chevron-down:before {
        color: #ffffff;
    }

    .h1, h1, .h2, h2 {
        color: #ffffff;
    }

    .h1 A {
        color: #ffffff;
    }

    .category__title H2 A {
        color: #ffffff;
    }

    .tab__content {
        color: #ffffff;
    }

    .filter__trigger {
        background-color: #575d68;
        padding: 10px;
        color: #0d0f14;
        border-bottom-color: #575d68;
        margin-top: 0px;
    }

    .filter__group {
        margin-bottom: 0px;

    }

    .filter__trigger:after, .filter__trigger:before {
        border-width: 8px 8px 0 8px;
    }

    .filter__trigger:before {
        bottom: -9px;
        border-color: #575d68 transparent transparent transparent;
    }

    .filter__trigger:after {
        bottom: -9px;
        display: none;
    }

    .filter__trigger:hover {
        border-bottom: 1px solid #575d68;
    }

    .filter.show .filter__trigger:before {
        display: none;
    }

    input[type="radio"].block + .input__wrap, input[type="checkbox"].block + .input__wrap {
        color: #ffffff;
    }


    .category__more {
        float: none;
        margin-right: auto;
        max-width: 211px;
        background-color: #0150f3;
    }

    .item_product .item__button .button_compare {
        display: inline-block;
    }

    .item_product .item__button .button_to-basket {
        width: 166px;
    }

    .item_product .item__button .button_to-basket .button__wrap {
        padding-right: 50px;
    }

    .category__footer {
        padding-top: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .category__footer .fa-chevron-down {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 10px;

    }

    .item_product .item__button .button {
        margin: 0 0px;
    }

    .breadcrumbs a {
        display: block;

        color: white;
        border-bottom: 1px solid white;
        padding: 10px 10px;
        margin-right: 0px;

    }

    .breadcrumbs a:after {
        display: none;
    }

    .breadcrumbs a:nth-child(4) {
        border-top: 1px solid white;
        margin-top: 20px;

    }

    .breadcrumbs a:nth-child(1), .breadcrumbs a:nth-child(2), .breadcrumbs a:nth-child(3) {
        display: inline;
        border-bottom: none;
        border-top: none;
        padding: 0px 0px;
        margin-right: 25px;

    }

    .breadcrumbs a:nth-child(1):after, .breadcrumbs a:nth-child(2):after {
        display: block;
        opacity: 1;
    }

    .item_product .item__title {
        width: 218px;
    }

    .product {
        background-color: #0d0f14;
        color: white;
    }

    .product__header {
        top: 0px;
        left: 10px;
        padding-top: 0px;
    }

    .item_page_gallery .gallery {
        padding-top: 20px;
        padding-left: 0;
    }

    .product__short-description {
        color: #ffffff;
    }


    .product__content {
        padding: 20px 0px 0px 0px;
    }

    .product__price-one {
        width: 100%;
    }

    .product__buttons .button_compare {
        display: inline-block;
        width: 54px;
    }

    .product__buttons .button {
        max-width: 266px;
    }


    .product__buttons .button_compare .button__icon + .button__wrap {
        display: none;
    }

    .product__buttons a:first-of-type {
        margin-right: 8px;
    }

    .product__buttons {
        padding-right: 0px;
    }

    .item_page_gallery .gallery {
        background-color: #0d0f14;
    }

    .tabs .tab {
        background-color: #0d0f14;
        border-bottom: 1px solid white;
        border-radius: 0px;
        margin-bottom: 0px;
        padding: 5px 0px 5px 0px;
    }

    .tabs .tab.active {
        border-top: 1px solid white;
    }

    .tabs .tab__header {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
    }

    .product {
        margin-bottom: 0px;
    }

    .tabs .tab.show .tab__content{
        box-sizing: border-box;
       overflow-x: auto;
     }

    .product__info table {
        table-layout: auto;
    }
    .product__info table tbody td, .product__info table tbody th{
        min-width: 140px;
    }

    .product__info table tbody tr:nth-child(even) td{
        color: white;
    }
    .product__gallery{
        margin-top: 20px;
    }

    .product__title {
        margin-bottom: 0;
        max-height: 54px;
        overflow: hidden;
    }

    .product__gallery .slick-slider{
        background-color: #0d0f14;
    }



    .product__gallery .slick-dots {
        text-align: center;
    }

    .product__gallery .slick-dots {
        text-align: center;
        margin-top: 10px;
    }

    .product__gallery .slick-dots li {
        display: inline-block;
        list-style-type: none;
        width: 30px;
        height: 20px;
    }

    .product__gallery .slick-dots li button {
        display: none;
    }

    .product__gallery .slick-dots li:before {
        content: "○";
        font-size: 30px;
        color: #c05ac4;
    }

    .product__gallery .slick-dots li.slick-active:before {
        content: "●";
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 15px;
        color: #c05ac4;
    }

    .product__gallery .fa-search-plus:before{
        color: #c05ac4;
    }

    .product__tags{

        position: relative;
        float: right;
        margin-top: 10px;
    }

    .product__tags .tag_solid:after{
        display: none;
    }

    .product__tags .tag_solid:before{
        display: none;
    }

    .gallery__big-zoom{
        z-index: 9999;
    }

    div.news-detail img.detail_picture{
        width: 100%;
    }

    .contacts_data_container UL LI SPAN{
        color: white;
    }

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

    .basket-mini__link{
        margin-right: 36px;
    }

    #basket-root .button{
     margin-top: 10px;
     margin-bottom: 10px;

    }
    .main_cart_table th div{
        font-size: 12px;
    }

    #basket-root .mct_item_price{
        font-size: 12px;
    }

    #basket-root .mct_item_sum{
        font-size: 12px;
    }

    #basket-root  .main_cart_table td > div{
        padding: 10px;
    }



    #basket-root .main_cart_table td div.mct_item_name {
        text-align: left;
        padding: 5px 10px;

    }

    #basket-root .mct_item_name a{
        font-size: 12px;
        font-weight: 400;
    }
    .basket-total-block{
        text-align: center;
    }

    #basket-root .button__wrap{
        color: white;
    }

    .bx-soa-section-title-container{
        background: #0d0f14!important;
    }

    .bx-soa-section-title{
        color: white!important;
    }

    .bx-soa .bx-soa-customer-label, .bx-soa .bx-soa-custom-label, .bx-soa .form-group label{
        color: white!important;
    }

    .bx-soa-pp-desc-container .bx-soa-pp-company{
        background: #0d0f14!important;
    }


    .bx-soa-pp-company-selected strong {
        margin-left: 0px!important;
        margin-top: 10px!important;
    }

    footer .points__item_lide{
        width: 25%;
    }

}


@media  (max-width: 520px) {
    .common-header__logo.logo{
        width: 200px;
    }


}

/* End */


/* Start:/local/templates/mossti/css/jquery-ui.css?169962142035973*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.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;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.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-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); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
}

/* support: IE8 - See #6727 */
.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	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;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/mossti/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/mossti/css/owl.carousel.css?16996214214028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.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;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  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("/local/templates/mossti/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/mossti/css/jquery.fancybox.css?169962142017412*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.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, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (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:/local/templates/mossti/css/slick.css?16996214201778*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide > img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/mossti/css/custom.css?1699621420884*/
.common-header__phone a {
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    border: none;
}
.common-header__phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    padding-top: 19px;
}

.common-header__phone  a.watsupp{
    color: #6fb92e;
}
.common-header__phone-image {
    width: 20px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.common-header__phone-mobile {
    position: absolute;
    right: 90px;
    width: 30px;
    top: 5px;
    display: none;
}
.common-header__phone-mobile a {
    border-bottom: 0px;
}
@media screen and (max-width: 1250px) {
    .common-header__phone-mobile {
        display: inline;
        margin-top: 10px;
    }
}
@media screen and (max-width: 420px) {
    .product__buttons .button_gold {
        padding: 0px 30px;
    }
}

/* End */


/* Start:/local/templates/mossti/components/intec.regionality/regions.select/stopzvuk/style.css?16995951674864*/
.ns-intec-regionality.c-regions-select.c-regions-select-default {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region {
  display: block;
  cursor: pointer;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region:hover {
  color: #868686;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-overlay {
  display: block;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window {
  display: block;
  position: relative;
  color: #2d2d2d;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
  margin: -150px auto 0 auto;
  max-width: 450px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-header {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-title {
  display: block;
  padding-right: 60px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px dashed #2d2d2d;
  margin-top: -7px;
  padding-bottom: 1px;
  cursor: pointer;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-content {
  display: block;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-title {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-input {
  display: block;
  width: 100%;
  color: #696969;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 5px 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-regions {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  height: 175px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region {
  display: block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region:hover {
  background-color: #f7f7f7;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
  display: block;
  position: absolute;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 200px;
  margin-top: 10px;
  padding: 10px;
  z-index: 10;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-text {
  display: block;
  margin-bottom: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-buttons {
  display: block;
  font-size: 0;
  white-space: nowrap;
  margin: -5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
  background-color: #2d2d2d;
  border: none;
  color: #fff;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button:hover {
  background-color: #868686;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/mossti/components/bitrix/catalog.section.list/menu_top/style.min.css?17004786376236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


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


/*FIXED BASKET*/

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

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

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */
/* /local/templates/mossti/css/common.css?169962142021571 */
/* /local/templates/mossti/css/styles.css?1699621420142032 */
/* /local/templates/mossti/css/adv.css?169962142018798 */
/* /local/templates/mossti/css/add.css?169962142035436 */
/* /local/templates/mossti/css/jquery-ui.css?169962142035973 */
/* /local/templates/mossti/css/owl.carousel.css?16996214214028 */
/* /local/templates/mossti/css/jquery.fancybox.css?169962142017412 */
/* /local/templates/mossti/css/slick.css?16996214201778 */
/* /local/templates/mossti/css/custom.css?1699621420884 */
/* /local/templates/mossti/components/intec.regionality/regions.select/stopzvuk/style.css?16995951674864 */
/* /local/templates/mossti/components/bitrix/catalog.section.list/menu_top/style.min.css?17004786376236 */
/* /local/templates/mossti/components/bitrix/sale.basket.basket.line/stopzvuk/style.css?16995951683946 */
