

/* Start:/local/templates/komus/css/libs.css?157728231926611*/
/*! 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).
 */body {
  margin: 0;
}/**
 * Add the correct display in IE 9-.
 */article,aside,footer,header,nav,section {
  display: block;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/* Grouping content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */figcaption,figure,main {
 /* 1 */
  display: block;
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  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.
 */fieldset {
  padding: 0.35em 0.75em 0.625em;
}/**
 * 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 19px;
  width: 6px;
  height: 100%;
  right: 0;
  width: 24px;
}

.jspHorizontalBar {
  display: none;
}

.jspCap {
  display: none;
}

.jspVerticalBar .jspCap {
  width: 6px;
  height: 10px;
  display: block;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
  background-color: #fff;
  left: 0;
  width: 3px;
}

.jspDrag {
  position: relative;
  bottom: 0;
  cursor: pointer;
  height: 6px;
  width: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  left: -1px;
  border-left: 5px solid #d10910;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
  float: left;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}/* Yuk! CSS Hack for IE6 3 pixel bug :( */* html .jspCorner {
  margin: 0 -3px 0 0;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

.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;
  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;
}

.SumoSelect p {
  margin: 0;
}

.SlectBox {
  width: 200px;
  padding: 5px 8px;
}

.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SumoSelect > .optWrapper > .options > li label,.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont {
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0px;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #101010 transparent transparent transparent;
}

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  overflow: hidden;
}

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-height: 250px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
}

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}

.SumoSelect > .optWrapper > .options > li:first-child {
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options > li label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options > li span {
  display: none;
}

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%;
}

.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.SumoSelect > .optWrapper.multiple .options {
  margin-top: 0;
}

.SumoSelect > .optWrapper.multiple .options > li {
  padding-left: 35px;
  cursor: pointer;
  position: relative;
}

.SumoSelect > .optWrapper.multiple .options > li span,.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple .options > li span i,.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.SumoSelect .optWrapper.multiple .MultiControls {
  display: none;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  -webkit-border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  -webkit-border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;
  border-radius: 0px 0px 3px 0px;
}

.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple .options > li.selected span i,.SumoSelect .select-all.selected > span i,.SumoSelect .select-all.partial > span i {
  background-color: #68b42d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.SumoSelect .select-all {
  margin-top: 13px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  position: relative;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  font-size: 12px;
}

.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,.fancybox-iframe {
  display: block;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  z-index: 8050;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  width: 154px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 16px;
}

.fancybox-title-over-wrap span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Sans Pro Regular';
}

.fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}

.fancybox-nav {
  font-size: 0;
}

.fancybox-next span,.fancybox-prev span {
  left: 0;
  position: relative;
}

.fancybox-next span {
  right: 0;
}

.fancybox-prev span:after {
  content: "\32";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: -2px;
  top: 27%;
  display: block;
  text-align: center;
  right: 0;
}

.fancybox-next span:after {
  content: "\33";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: 27%;
  display: block;
  text-align: center;
  left: -2px;
}

.fancybox-nav span {
  display: none;
}

.fancybox-close {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  display: inline-block;
  vertical-align: top;
  right: 15px;
  top: 15px;
  font-size: 14px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  text-decoration: none;
}

.fancybox-close:hover {
  text-decoration: none;
  background-color: #d10910;
}

.fancybox-close:hover:after {
  color: #ffffff;
}

.fancybox-close:after {
  content: "\71";
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  color: #706f6f;
  font-family: "Komus-font-1";
}

.fancybox-skin {
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 15px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 3px 4px 15px rgba(210, 210, 210, 0.5);
  box-shadow: 3px 4px 15px rgba(210, 210, 210, 0.5);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
}

.arrowLink.fancybox-nav {
  position: absolute;
  left: 0;
  bottom: -47px;
  top: auto;
  right: 0;
  margin: 0 auto;
  background-color: #d10910;
  border-radius: 50%;
}

.arrowLink.fancybox-nav {
  width: 30px;
  height: 30px;
}

.arrowLink.fancybox-nav.next:before,
.arrowLink.fancybox-nav.next:after {
  top: 4px;
}

.arrowLink.fancybox-nav.prev:before,
.arrowLink.fancybox-nav.prev:after {
  content: "\6d";
  top: 4px;
  right: auto;
  left: 2px;
  transform: rotate(0);
  font-size: 31px;
}

.arrowLink.fancybox-nav.prev:after {
  left: 25px;
}

.arrowLink.fancybox-nav:hover.prev:after {
  left: 9px;
}

.arrowLink.fancybox-nav:hover.prev:before {
  left: -1px;
}

.arrowLink.fancybox-nav:before {
  right: -25px;
}

.arrowLink.fancybox-nav:hover {
  background-color: #ff2129;
}

.arrowLink.fancybox-nav.fancybox-prev {
  left: -205px;
}

.arrowLink.fancybox-nav.fancybox-next {
  right: -205px;
}

/* End */


/* Start:/local/templates/komus/css/fonts.css?16335242083082*/
@font-face {
  font-family: 'Sans Pro Black';
  src: url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Black.woff2") format("woff2"), url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family:'Sans Pro Regular';src:url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Regular.woff2") format("woff2"), url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display: block;
}

@font-face {
  font-family:'Sans Pro SemiBold';src:url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Semibold.woff2") format("woff2"), url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Semibold.woff") format("woff");font-weight:600;font-style:normal;font-display: block;
}

@font-face {
  font-family:'Sans Pro Bold';src:url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Bold.woff2") format("woff2"), url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Bold.woff") format("woff");font-weight:bold;font-style:normal;font-display: block;
}

@font-face {
  font-family:'Sans Pro Light';src:url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Light.woff2") format("woff2"), url("/local/templates/komus/css/../fonts/Sourcesanspro/SourceSansPro-Light.woff") format("woff");font-weight:300;font-style:normal;font-display: block;
}

@font-face {
  font-family:'ALS Rubl';font-style:normal;font-weight:normal;src:local("ALS Rubl"), url("/local/templates/komus/css/../fonts/Rubl/rouble.woff") format("woff");font-display: block;
}

@font-face {
  font-family:'Komus-font-2';src:url("/local/templates/komus/css/../fonts/Komus2/Komus-font-2.eot?ap1ho6");src:url("/local/templates/komus/css/../fonts/Komus2/Komus-font-2.eot?ap1ho6#iefix") format("embedded-opentype"), url("/local/templates/komus/css/../fonts/Komus2/Komus-font-2.ttf?ap1ho6") format("truetype"), url("/local/templates/komus/css/../fonts/Komus2/Komus-font-2.woff?ap1ho6") format("woff"), url("/local/templates/komus/css/../fonts/Komus2/Komus-font-2.svg?ap1ho6#Komus-font-2") format("svg");font-weight:normal;font-style:normal;font-display: block;
}

@font-face {
  font-family:'Komus-font-1';src:url("/local/templates/komus/css/../fonts/Komus1//Komus-font-1.eot?5ytxae");src:url("/local/templates/komus/css/../fonts/Komus1//Komus-font-1.eot?5ytxae#iefix") format("embedded-opentype"), url("/local/templates/komus/css/../fonts/Komus1//Komus-font-1.ttf?5ytxae") format("truetype"), url("/local/templates/komus/css/../fonts/Komus1//Komus-font-1.woff?5ytxae") format("woff"), url("/local/templates/komus/css/../fonts/Komus1//Komus-font-1.svg?5ytxae#Komus-font-1") format("svg");font-weight:normal;font-style:normal;font-display: block;
}

@font-face {
  font-family:'Komus-font-3';src:url("/local/templates/komus/css/../fonts/Komus3/Komus3.eot?4igxya");src:url("/local/templates/komus/css/../fonts/Komus3/Komus3.eot?4igxya#iefix") format("embedded-opentype"), url("/local/templates/komus/css/../fonts/Komus3/Komus3.ttf?4igxya") format("truetype"), url("/local/templates/komus/css/../fonts/Komus3/Komus3.woff?4igxya") format("woff"), url("/local/templates/komus/css/../fonts/Komus3/Komus3.svg?4igxya#Komus3") format("svg");font-weight:normal;font-style:normal;font-display: block;
}

@font-face {
  font-family:'Noto Sans';src:url("/local/templates/komus/css/../fonts/Noto_Sans/NotoSans-Bold.ttf");
  src:url("/local/templates/komus/css/../fonts/Noto_Sans/NotoSans-Bold.ttf") format("ttf"),
  url("/local/templates/komus/css/../fonts/Noto_Sans/NotoSans-Bold.ttf") format("woff");
  font-weight:600;
  font-style:normal; 
  font-display: block;
}


/* End */


/* Start:/local/templates/komus/css/side_bar.css?15772823196425*/
/* FONT */.sideBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.sideBar__left {
  width: 100%;
}

.sideBar__right {
  width: 100%;
}

.menuSideBar {
  position: relative;
}

.menuSideBar__list {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #fff;
  display: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}

.menuSideBar__list.active {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  border-top: none;
  display: block;
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}

.menuSideBar__item {
  list-style: none;
  width: 100%;
  display: block;
}

.menuSideBar__link {
  display: block;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  font-family: "Sans Pro SemiBold";
  color: #3b3b3b;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 10px;
  padding-bottom: 11px;
  text-decoration: none;
}

.menuSideBar__link:hover {
  color: #d10910;
  border-color: #d10910;
  text-decoration: none;
}

.menuSideBar__link.current {
  background-color: #d10910;
  color: #fff;
  border-color: #d10910;
}

.menuSideBar__mobile {
  display: block;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  font-family: "Sans Pro SemiBold";
  color: #3b3b3b;
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-border-radius 0.4s;
  transition: -webkit-border-radius 0.4s;
  -o-transition: border-radius 0.4s;
  -moz-transition: border-radius 0.4s, -moz-border-radius 0.4s;
  transition: border-radius 0.4s;
  transition: border-radius 0.4s, -webkit-border-radius 0.4s, -moz-border-radius 0.4s;
}

.menuSideBar__mobile::after {
  content: '\6f';
  position: absolute;
  right: 27px;
  top: 14px;
  font-family: "Komus-font-1";
  color: #008b3b;
  font-size: 9px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
}

.menuSideBar__mobile.active {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: -webkit-border-radius 0.4s;
  transition: -webkit-border-radius 0.4s;
  -o-transition: border-radius 0.4s;
  -moz-transition: border-radius 0.4s, -moz-border-radius 0.4s;
  transition: border-radius 0.4s;
  transition: border-radius 0.4s, -webkit-border-radius 0.4s, -moz-border-radius 0.4s;
}

.menuSideBar__mobile.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
}

@media screen and (min-width: 768px) {
  .menuSideBar__mobile {
    max-width: 462px;
  }

  .menuSideBar__list {
    max-width: 462px;
  }
}

@media screen and (min-width: 1280px) {
  .menuSideBar .sticky {
    position: fixed;
  }

  .menuSideBar .stop {
    position: relative;
  }

  .menuSideBar__mobile {
    display: none;
  }

  .menuSideBar__list {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }

  .menuSideBar__link {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
  }

  .menu .sideBar__left {
    width: 280px;
  }

  .menu .sideBar__right {
    padding-left: 56px;
    margin-top: -6px;
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
  }

  .list .sideBar__left {
    width: 280px;
  }

  .list .sideBar__right {
    padding-left: 47px;
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-right: 28px;
  }

  .calendar .sideBar__left {
    width: 324px;
  }

  .calendar .sideBar__right {
    padding-left: 20px;
    width: -webkit-calc(100% - 324px);
    width: -moz-calc(100% - 324px);
    width: calc(100% - 324px);
    padding-right: 0;
  }

  .holiday .sideBar__left {
    width: 324px;
  }

  .holiday .sideBar__right {
    padding-left: 34px;
    width: -webkit-calc(100% - 324px);
    width: -moz-calc(100% - 324px);
    width: calc(100% - 324px);
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .menu .sideBar__left {
    width: 325px;
  }

  .menu .sideBar__right {
    padding-left: 36px;
    margin-top: -6px;
    width: -webkit-calc(100% - 314px);
    width: -moz-calc(100% - 314px);
    width: calc(100% - 314px);
    margin-left: -11px;
  }

  .calendar .sideBar__right {
    padding-left: 37px;
    padding-right: 11px;
  }

  .list .sideBar__left {
    width: 324px;
  }

  .list .sideBar__right {
    padding-left: 40px;
    width: -webkit-calc(100% - 314px);
    width: -moz-calc(100% - 314px);
    width: calc(100% - 314px);
    padding-right: 10px;
    margin-left: -11px;
  }
}

/* End */


/* Start:/local/templates/komus/css/pop_up.css?15772823196718*/
/* FONT */.blockUI.blockMsg {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  zoom: 1;
}

.popUpForm {
  max-width: 310px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.popUpForm.not-center {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.popUpForm.catalogFilter .catalogFilter__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.popUpForm.catalogFilter .catalogFilter__button {
  width: 100%;
  margin-bottom: 18px;
}

.popUpForm.catalogFilter .catalogFilter__reset {
  width: 100%;
}

.popUpForm.catalogFilter .button.resetButton {
  margin: 0 auto;
}

.popUpForm .container-fluid {
  max-width: 343px;
}

.popUpForm .button.redButton {
  max-width: 234px;
  margin: 0 auto;
}

.popUpForm__block {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5) skew(45deg, 45deg);
  -moz-transform: scale(0.5) skew(45deg, 45deg);
  -ms-transform: scale(0.5) skew(45deg, 45deg);
  -o-transform: scale(0.5) skew(45deg, 45deg);
  transform: scale(0.5) skew(45deg, 45deg);
  opacity: 0;
  background-color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 3px 4px 15px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 3px 4px 15px rgba(210, 210, 210, 0.5);
  box-shadow: 3px 4px 15px rgba(210, 210, 210, 0.5);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  padding-top: 31px;
  padding-bottom: 31px;
}

.popUpForm__close {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  display: inline-block;
  vertical-align: top;
  right: 20px;
  top: 35px;
  font-size: 14px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  text-decoration: none;
  z-index: 5;
}

.popUpForm__close:after {
  content: "\71";
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  color: #706f6f;
  font-family: "Komus-font-1";
}

.popUpForm__close:hover {
  text-decoration: none;
  background-color: #d10910;
}

.popUpForm__close:hover:after {
  color: #ffffff;
}

.popUpForm__required {
  position: absolute;
  right: -12px;
  top: -3px;
  color: #d10910;
  font-size: 24px;
}

.popUpForm__title {
  display: block;
  text-align: center;
  color: #3b3b3b;
  font-size: 24px;
  line-height: 47.31px;
  margin-bottom: 30px;
  font-family: "Sans Pro SemiBold";
}

.popUpForm.visible {
  visibility: visible;
}

.popUpForm.visible .popUpForm__block {
  opacity: 1;
  -webkit-transform: scale(1) skew(0deg, 0deg);
  -moz-transform: scale(1) skew(0deg, 0deg);
  -ms-transform: scale(1) skew(0deg, 0deg);
  -o-transform: scale(1) skew(0deg, 0deg);
  transform: scale(1) skew(0deg, 0deg);
}

.popUpForm__menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popUpForm__menu-list .button.resetButton {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Sans Pro Bold";
  font-size: 14px;
  font-weight: 700;
  color: #3b3b3b;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popUpForm--search {
  max-width: 305px;
}

.popUpForm--search .popUpForm__block {
  padding-left: 45px;
  padding-right: 45px;
}

.popUpForm--search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popUpForm--search form .formField {
  width: 100%;
  margin-bottom: 20px;
}

.popUpForm--search form .formField:nth-last-of-type(2),.popUpForm--search form .formField:last-of-type {
  width: 102px;
}

.popUpForm--search form .formField:nth-last-of-type(2) input,.popUpForm--search form .formField:last-of-type input {
  padding-left: 15px;
}

.popUpForm--search form .searchButton {
  width: 120px;
  margin: 0 auto;
}

.popUpForm--search .popUpForm__title {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}

.popUpForm--search .popUpForm__title::before {
  content: '\63';
  display: inline-block;
  font-family: "Komus-font-1";
  font-size: 17px;
  text-transform: none;
  color: #dbdbdb;
  margin-right: 5px;
}
.popUpForm--basketPopUp {
  max-width: 500px;
}
.popUpForm.popUpForm--basketPopUp .container-fluid {
  max-width: 460px;
}
.popUpForm--menu {
  max-width: 305px;
}

.popUpForm--menu .popUpForm__block {
  padding-left: 64px;
  padding-right: 64px;
}

.popUpForm--menu .popUpForm__title {
  padding: 0;
  line-height: 47.31px;
}

.popUpForm--menu .popUpForm__title::before {
  line-height: 47.31px;
}

.popUpForm--basketPopUp .importantInformation{
  padding-right: 20px;
}

.popUpForm--basketPopUp .importantInformation__text--inline .button {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .popUpForm {
    max-width: 446px;
  }

  .popUpForm__close {
    right: 35px;
  }
  .popUpForm--basketPopUp {
    max-width: 550px;
  }
  .popUpForm.popUpForm--basketPopUp .container-fluid {
    max-width: 460px;
  }
  .popUpForm--basketPopUp .importantInformation__text--inline{
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
/* .chrome {
		.hidden-overflow {
			margin-right: 10px;
		}
	} */  .hidden-overflow {
    margin-right: 17px;
  }
}

/* End */


/* Start:/local/templates/komus/css/catalog_item.css?166419574013264*/
/* FONT */.similarProducts {
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.similarProducts__title h2 {
  text-align: center;
}

.catalogItem {
  position: relative;
  margin-bottom: 10px;
}
.catalogItem__block {
  width: 246px;
  padding: 0 10px;
  left: 0;
  position: relative;
  top: 0;
  -webkit-transition: 0.34s all;
  -o-transition: 0.34s all;
  -moz-transition: 0.34s all;
  transition: 0.34s all;
}
.catalogItem__block.hidden-block{
  position: absolute;
}
.catalogItem__card{
  border-radius: 25px;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 298px;
  position: relative;
  border: 1px solid #e8e8e8;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding: 14px;
  display: block;
  text-decoration:none!important;
}
.catalogItem__card:hover{
  border: 1px solid #757575;
}
.catalogItem__link {
  width: 100%;
  height: 195px;
  display: block;
  border-radius:25px;
  overflow: hidden;
}
.catalogItem__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin:0 auto;
}
.catalogItem__information {
  padding-top:25px;
}
.catalogItem__title {
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalogItem__card:hover .catalogItem__title{
  color: #D10910;
}

.catalogItem__list {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 20;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.catalogItem__list.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.catalogItem__list .slick-arrow {
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: #ffffff;
  right: 0;
  border: 0;
  top: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0;
}

.catalogItem__list .slick-arrow:after {
  font-family: "Komus-font-1";
  content: "\66";
  color: #008b3b;
  font-size: 8px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.catalogItem__list .slick-arrow.slick-disabled {
  opacity: 0;
}

.catalogItem__list .slick-arrow.slick-next {
  bottom: -15px;
  top: auto;
}

.catalogItem__list .slick-arrow.slick-next:after {
  content: "\67";
}

.catalogItem__list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}

.catalogItem__list-link.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px!important;
  height: 30px;
  margin-bottom: 3px;
  border: 0;
}

.catalogItem__list-link img {
  display: block;
  max-width: 100%;
}

.catalogItem__price {
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalogItem__currentPrice {
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 22px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.catalogItem__currentPrice.sale {
  font-size: 18px;
  color: #636466;
}

.catalogItem__currentPrice.sale .rub {
  font-size: 12px;
}

.catalogItem__currentPrice.sale:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: -webkit-calc(100% - 9px);
  width: -moz-calc(100% - 9px);
  width: calc(100% - 9px);
  height: 2px;
  background-color: #636466;
}

.catalogItem__currentPrice .rub {
  font-size: 12px;
}

.catalogItem__hiddenBlock {
  opacity: 1;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 20px;
  height: 56px;
}

.catalogItem__article {
  display: block;
}

.catalogItem__availability {
  display: block;
}

.catalogItem:hover {
  z-index: 100;
}

.catalogItem__functional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
}

.catalogItem__amout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 110px;
}

.catalogItem__amout-input {
  width: 77px;
  height: 51px;
  -webkit-border-radius: 0 0 0 25px;
  -moz-border-radius: 0 0 0 25px;
  border-radius: 0 0 0 25px;
  border: 1px solid #bababa;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  text-align: center;
  font-family: "Sans Pro SemiBold";
}

.catalogItem__plus {
  position: absolute;
  width: 33px;
  height: 26px;
  border: none;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  background-color: #ffffff;
  right: 0;
  top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.catalogItem__plus:after {
  font-family: "Komus-font-1";
  content: "\66";
  color: #706f6f;
  font-size: 8px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.catalogItem__plus:hover {
  text-decoration: none;
}

.catalogItem__plus:hover:after {
  color: #d10910;
}

.catalogItem__minus {
  position: absolute;
  width: 33px;
  height: 26px;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.catalogItem__minus:after {
  font-family: "Komus-font-1";
  content: "\67";
  color: #706f6f;
  font-size: 8px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.catalogItem__minus:hover {
  text-decoration: none;
}

.catalogItem__minus:hover:after {
  color: #d10910;
}

.catalogItem__buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 146px;
  height: 51px;
  -webkit-border-radius: 0 0 25px;
  -moz-border-radius: 0 0 25px;
  border-radius: 0 0 25px;
  border: 1px solid #d10910;
  background-color: #ffffff;
  color: #d10910;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catalogItem__buy.active path {
    fill: #fff;
}
.catalogItem__buy.active {
    background-color: #d10910;
    color: #fff;
}
.catalogItem__buy.active:hover path {
    fill: #d10910;
}
.catalogItem__buy.active:hover {
    background-color: #fff;
    color: #d10910;
}
.catalogItem__buy-svg {
  width: 21px;
  height: 18px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  margin-right: 10px;
}

.catalogItem__buy:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d10910;
}

.catalogItem__buy:hover path {
  fill: #fff;
}

.sliderItem {
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 480px;
}

.sliderItem.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.similarProducts .catalogItem__link {
  border: 0;
}

.similarProducts .catalogItem__information {
  border: 0;
}

.similarProducts .catalogItem__block {
  border: 1px solid #e8e8e8;
}

.sliderItem .slick-arrow {
  top: 43%;
  width: 28px;
  height: 28px;
  background-color: #d10910;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0;
  line-height: 0;
}

.sliderItem .slick-arrow:after,.sliderItem .slick-arrow:before {
  content: '';
  color: #fff;
  font-family: "Komus-font-2";
  font-size: 31px;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}

.sliderItem .slick-arrow.slick-prev {
  left: 10px;
}

.sliderItem .slick-arrow.slick-prev:after,.sliderItem .slick-arrow.slick-prev:before {
  content: "\6d";
  right: -2px;
}

.sliderItem .slick-arrow.slick-prev:before {
  right: -25px;
}

.sliderItem .slick-arrow.slick-next {
  right: 10px;
}

.sliderItem .slick-arrow.slick-next:after,.sliderItem .slick-arrow.slick-next:before {
  content: "\6e";
  left: -2px;
}

.sliderItem .slick-arrow.slick-next:before {
  left: -25px;
}

.sliderItem .slick-arrow.slick-disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

.sliderItem .slick-arrow:hover {
  background-color: #d10910;
  text-decoration: none;
}

.sliderItem .slick-arrow:hover.slick-prev:after {
  right: 2px;
}

.sliderItem .slick-arrow:hover.slick-prev:before {
  right: -8px;
}

.sliderItem .slick-arrow:hover.slick-next:after {
  left: 2px;
}

.sliderItem .slick-arrow:hover.slick-next:before {
  left: -8px;
}

@media screen and (min-width: 768px) {
  .sliderItem {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 20px;
  }

  .sliderItem .slick-arrow.slick-prev {
    left: 20px;
  }

  .sliderItem .slick-arrow.slick-next {
    right: 20px;
  }

  .catalogItem{
    width: 33.33%;
  }
  .catalogItem__block{
    max-width: 236px;
    padding: 0 5px;
    width: 100%;
    margin: 0 auto;
  }
  .catalogItem__list{
    left:50%;
    margin-left: -100px;
  }

}

@media screen and (min-width: 1024px) {
  .catalogItem{
    width: 25%;
    margin-bottom: 17px;
  }
  .catalogItem__block {
    padding: 0 9px 0 8px;
    max-width: 243px;
  }
}
@media screen and (min-width: 1280px) {
  .catalogItem {
    width: 20%;
  }

  .sliderItem {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sliderItem .slick-arrow.slick-next {
    right: 10px;
  }

  .sliderItem .slick-arrow.slick-prev {
    left: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .catalogItem {
    width: 16.666%;
    margin-bottom:20px;
    margin-top:20px;
  }
  .catalogItem__block {
    padding: 0 28px;
    max-width: 306px;
  }
  .catalogItem__card {
    height: 330px;
  }
  .catalogItem__link {
    height: 220px;
  }
  .catalogItem__list{
    margin-left: -110px;
  }
}

/* End */


/* Start:/local/templates/komus/css/main_page_slider.css?15772823197073*/
/* FONT */.mainPageSlider {
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.mainPageSlider.visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mainPageSlider__mobile {
  display: block;
  width: 100%;
  height: auto;
}

.mainPageSlider__mobile img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.mainPageSlider__notebook {
  display: none;
  width: 100%;
  height: auto;
}

.mainPageSlider__notebook img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.mainPageSlider__desktop {
  display: none;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
}
/*new arrows start*/
.mainPageSlider .slick-arrow {
  top: 43%;
  width: 57px;
  height: 57px;
  /*
  background-color: #008b3b;
  background-color: #706f6f;
  */
  background-color: #008b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0;
  line-height: 0;
}

.mainPageSlider .slick-arrow:after,.newsSlider .slick-arrow:before {
  content: '';
  color: #fff;
  font-family: "Komus-font-1";
  font-size: 31px;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}

.mainPageSlider .slick-arrow.slick-prev {
  left: -28px;
}

.mainPageSlider .slick-arrow.slick-prev:after {
  content: "\66";
  color: #008b3b;
  right: 10px;
  font-size: 8px;
  z-index: 1;
  transform: rotate(-90deg);
}

.mainPageSlider .slick-arrow.slick-prev:before {
  content: '';
  width: 20px;
  height: 21px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 31px;
}

.mainPageSlider .slick-arrow.slick-next {
  right: -28px;
}

.mainPageSlider .slick-arrow.slick-next:after {
  content: "\66";
  color: #008b3b;
  left: 10px;
  font-size: 8px;
  z-index: 1;
  transform: rotate(90deg);
}

.mainPageSlider .slick-arrow.slick-next:before {
   content: '';
   width: 20px;
   height: 21px;
   display: block;
   border-radius: 50%;
   background-color: #fff;
}

.mainPageSlider .slick-arrow.slick-disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

/*new arrows end*/

/* Выключение старых стилей кнопок слайдера начало */
.mmainPageSlider .mslick-arrow {
  position: absolute;
  left: 0;
  top: 46%;
  z-index: 10;
  width: 56px;
  height: 56px;
  /* background-color: #008b3b; 
  background-color: #ccc;
  */
  background-color: transparent;
  border: 0;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.mmainPageSlider .mslick-arrow:after {
  /*
  color: #008b3b;
  */
  color: #3b3b3b;
  font-family: "Komus-font-1";
  content: "\64";
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 23px;
}

.mmainPageSlider .mslick-arrow:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 7px;
  top: 18px;
}

.mmainPageSlider .mslick-arrow:hover {
  background-color: #11b858;
}

.mmainPageSlider .mslick-prev {
  left: -26px;
}

.mmainPageSlider .mslick-next {
  right: -26px;
  left: auto;
}

.mmainPageSlider .mslick-next:before {
  right: auto;
  left: 7px;
}

.mmainPageSlider .mslick-next:after {
  content: "\65";
  left: 15px;
  right: auto;
}
/* Выключение старых стилей кнопок слайдера конец */

.mainPageSlider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1830px;
}


.mainPageSlider .slick-dots li {
  padding: 0;
  display: inline-block;
}

.mainPageSlider .slick-dots li:before {
  content: none;
}

.mainPageSlider .slick-dots li button {
  border: 0;
  background: none;
  font-size: 0;
}

.mainPageSlider__item {
  position: relative;
}

.mainPageSlider__linkBtn {
  position: absolute;
  right: -100px;
  bottom: 0;
}

.mainPageSlider__linkBtn svg {
  position: absolute;
  right: -1px;
  bottom: -2px;
}

.mainPageSlider__linkBtn span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 37px;
  position: absolute;
  bottom: 7px;
  right: 132px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .mainPageSlider__mobile {
    display: none;
	background-size: contain;
  }

  .mainPageSlider__notebook {
    display: block;
  }

  .mainPageSlider .slick-arrow {
    width: 81px;
    height: 81px;
    left: 0;
    top: 33%;
  }

  .mainPageSlider .slick-arrow.slick-prev {
    left: -41px;
  }

  .mainPageSlider .slick-arrow.slick-next {
    right: -41px;
    left: auto;
  }
  
  .mainPageSlider .slick-arrow.slick-next:before,
  .mainPageSlider .slick-arrow.slick-prev:before {
    width: 28px;
    height: 28px;
    right: 8px;
    top: 27px;
  }
  
  .mainPageSlider .slick-arrow.slick-prev:before {
    left: 46px;
  }
  
  .mainPageSlider .slick-arrow.slick-prev:after {
    right: 15px;
  }
  
  .mainPageSlider .slick-arrow.slick-next:after {
    left: 14px;
  }
}

@media screen and (min-width: 1285px) {
  .mainPageSlider__notebook {
    display: none;
  }

  .mainPageSlider__desktop {
    height: 440px;
    display: block;
  }

  .mainPageSlider .slick-arrow {
	  /*
    top: 38%;
	  */
  }
}



@media screen and (min-width: 768px) {
  .mainPageSlider__linkBtn {
    right: -85px;
  }
}

@media screen and (min-width: 1280px) {
  .mainPageSlider .slick-arrow {
    top: 38%;
  }

  .mainPageSlider__linkBtn svg {
    width: 507px;
    height: 85px;
  }

  .mainPageSlider__linkBtn span {
    font-size: 18px;
    bottom: 15px;
    right: 181px;
  }

  .mainPageSlider__linkBtn {
    right: -134px;
  }
}

@media screen and (min-width: 1925px) {
  .mainPageSlider__desktop {
    -moz-background-size: cover;
    background-size: cover;
  }
}


/* End */


/* Start:/local/templates/komus/css/catalog_list.css?164700380223078*/
/* FONT */.holidayButton.greenButton.button {
  max-width: 220px;
  margin: 0 auto;
  margin-top: 20px;
}

.holidayCatalog {
  margin-top: 30px;
}

.holidayCatalog h2 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 11px;
}

.holidayCatalog h2 span {
  color: #9a9a9a;
}

.holidayCatalog__info p {
  font-size: 13px;
  color: #757575;
  line-height: 17px;
}

.holidayCatalog__item {
  width: 208px;
  height: 208px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.holidayCatalog__item img {
  max-width: 135px;
  width: 135px;
}

.holidayCatalog__title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 28px;
  display: block;
  margin-top: 31px;
  line-height: 36px;
}

.searcResult__header {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 22px;
}

.searcResult__result {
  color: #706f6f;
}

.searcResult__search-title {
  display: block;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 24px;
  margin-bottom: 14px;
}

.searcResult__field {
  position: relative;
  margin-bottom: 26px;
}

.searcResult__field input {
  padding-top: 8px;
  padding-bottom: 12px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding-left: 14px;
  width: 100%;
  padding-right: 120px;
  font-family: "Sans Pro Regular";
  height: 40px;
}

.searcResult__field .button.searchButton {
  max-width: 116px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
}

.noResult {
  margin-top: 64px;
  padding-left: 8px;
  display: none;
}

.noResult__text {
  margin-bottom: 21px;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 24px;
  line-height: 36px;
  display: block;
}

.noResult .button.redButton {
  max-width: 234px;
}

.noResult__img {
  width: 411px;
  margin-top: 45px;
  margin-left: -45px;
  margin-bottom: 27px;
}

.categoryMenu {
  text-align: center;
  background-color: #f3f3f3;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  border-radius: 20px;
  padding-bottom: 24px;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.categoryMenu__showMenu {
  display: none;
  position: absolute;
  right: 13px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: transparent;
}

.categoryMenu__showMenu:before {
  content: "\6f";
  font-size: 9px;
  font-family: "Komus-font-1";
  color: #008b3b;
  -webkit-transition: 0.24s transform;
  -o-transition: 0.24s transform;
  transition: 0.24s transform;
  position: absolute;
  left: 6px;
  top: -1px;
  right: 0;
  margin: 0 auto;
}

.categoryMenu__showMenu.active:before {
  content: "\6f";
  top: -4px;
  font-family: "Komus-font-1";
  transform: rotate(180deg);
}

.categoryMenu__touch {
  text-align: left;
  position: relative;
  height: 55px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 10px;
  color: #3b3b3b;
  font-size: 18px;
  font-family: "Sans Pro SemiBold";
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.catalogFilter__field .formField input {
  padding-top: 8px;
  padding-bottom: 8px;
}

.catalogFilter__itemContains {
  width: 100%;
}

.categoryMenu__touch img {
  width: 40px;
  position: absolute;
  left: 14px;
  top: 13px;
  max-height: 32px;
}

.categoryMenu__touch.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.categoryMenu__touch-menu {
  display: none;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.categoryMenu__touch-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
}

.categoryMenu__touch-menu li a {
  text-align: left;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 64px;
  padding-right: 10px;
  color: #727272;
  font-size: 16px;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}

.categoryMenu__touch-menu li a ins {
  padding-right: 3px;
}

.categoryMenu__touch-menu li a span {
  color: #9a9a9a;
}

.categoryMenu__touch-menu.active {
  display: block;
}

.categoryMenu__button {
  color: #d10910;
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  margin-top: 14px;
  display: inline-block;
}

.categoryMenu__arrow {
  position: absolute;
  right: 17px;
  top: 18px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.categoryMenu__arrow:after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Komus-font-1";
  color: #008b3b;
  font-size: 9px;
  content: "\6f";
}

.categoryMenu__menu {
  display: none;
  margin: 0;
  padding: 0;
}

.categoryMenu__menu.holidays li {
  width: 295px;
}

.categoryMenu__menu.holidays li:hover a {
  padding-right: 10px;
}

.categoryMenu__menu.active {
  display: block;
}

.categoryMenu__menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: background-color 0.3s, border-radius 0.3s;
  -o-transition: background-color 0.3s, border-radius 0.3s;
  transition: background-color 0.3s, border-radius 0.3s;
  border: 1px solid transparent;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

.categoryMenu__menu li menu {
  display: none;
}

.categoryMenu__menu li:hover,.categoryMenu__menu li.active {
  background-color: #ffffff;
  border-radius: 20px;
  border-color: #e8e8e8;
}

.categoryMenu__menu li:hover .categoryMenu__showMenu,.categoryMenu__menu li.active .categoryMenu__showMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}

.catalogInformation .SumoSelect .CaptionCont span {
  font-family: "Sans Pro SemiBold";
} 

.catalogInformation .SumoSelect .CaptionCont {
  padding-left: 19px;
}

.categoryMenu__menu li:hover a,.categoryMenu__menu li.active a {
  padding-right: 35px;
}

.categoryMenu__menu li.selected {
  display: none;
}

.categoryMenu__menu li.arrow menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.categoryMenu__menu li.arrow menu.active li {
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 24px;
}

.categoryMenu__menu li.arrow menu.active li a {
  white-space: normal;
  overflow: visible;
  padding: 0;
  font-size: 16px;
  color: #727272;
  font-family: "Sans Pro Regular";
  min-height: auto;
}

.categoryMenu__touch-menu li a.current,
.categoryMenu__menu li.arrow menu.active li a.current {
    color: #d10910;
}

.categoryMenu__menu li.arrow menu.active li a:hover {
  color: #008b3b;
}

.categoryMenu__menu li a {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 68px;
  letter-spacing: -1px;
  padding-right: 35px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 20px;
  font-family: "Sans Pro SemiBold";
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.categoryMenu__menu li a span {
  color: #9a9a9a;
}

.categoryMenu__menu li a ins {
  padding-right: 3px;
}

.categoryMenu__menu li a:hover {
  text-decoration: none;
}

.categoryMenu__menu li img {
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 40px;
  position: absolute;
  left: 14px;
}

.filterPopup {
  margin-top: 20px;
  margin-bottom: 20px;
}

.filterPopup__button.button.redButton {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  padding-left: 38px;
  padding-top: 9px;
  padding-bottom: 10px;
}

.filterPopup__button:after {
  font-family: "Komus-font-1";
  content: "\6c";
  position: absolute;
  left: 15px;
  top: 10px;
}

.catalogInformation {
  border-radius: 25px 25px 5px 5px;
  background-color: #f3f3f3;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 20px;
}

.catalogInformation__found {
  padding-left: 25px;
  display: flex;
}

.catalogInformation__sort {
  padding-right: 18px;
  width: 100%;
  padding-left: 22px;
}

.catalogInformation__paggination {
  width: 100%;
  margin-top: 17px;
  position: relative;
}

.catalogInformation.bottom {
  border-radius: 5px 5px 25px 25px;
  margin-top: 0;
}

.catalogFilter {
  display: none;
}

.content-container .catalogInformation .paggination__list,.catalogInformation .paggination__list {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.catalogFilter .catalogFilter {
  display: block;
  width: 100%;
}

/* .content-container .catalogInformation .paggination__link.arrow,.catalogInformation .paggination__link.arrow {
  position: absolute;
}

.content-container .catalogInformation .paggination__link.arrow.prev,.catalogInformation .paggination__link.arrow.prev {
  left: -25px;
}

.content-container .catalogInformation .paggination__link.arrow.next,.catalogInformation .paggination__link.arrow.next {
  right: -25px;
} */

.foundItem__text {
  font-size: 14px;
  display: block;
  color: #3b3b3b;
}

.foundItem__item {
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  color: #3b3b3b;
  display: inline-block;
  margin-left: 7px;
}

.sortItem__text {
  font-size: 14px;
  padding-left: 3px;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #3b3b3b;
  display: block;
}

.catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 24px;
}

.catalogItem__currentPrice .rub {
  font-weight: 700;
}
.catalogItem__currentPrice .catalogItem__priceText {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Sans Pro Regular';
}
.catalogList__nextItem {
  width: 100%;
  display: block;
  text-align: center;
  display: none;
}
.catalogList .catalogItem__price {
  margin-top: 17px;
  margin-bottom: 33px;
}
.catalogItem__bottomWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}


.catalogItem__bottomWrapper img {
  max-width: 100%;
  margin-top: -2px;
  height: max-content;
}

.catalogList .catalogItem__article {
  max-width: 129px;
}

.catalogList.catalogList--sectionsList .catalogItem {
  height: 305px;
}

.catalogList.catalogList--sectionsList .catalogItem .catalogItem__title-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.catalogList__nextItem .button.showItems {
  margin: 20px auto 0;
  margin-bottom: 20px;
}

.filterButton.button.redButton {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.filterButton.button.redButton:after {
  font-family: "Komus-font-1";
  content: "\6c";
  position: absolute;
  left: 23px;
  top: 10px;
  font-size: 14px;
}
#ajax-section-items-list-block{
  width:100%;
}

@media (min-width: 768px) {
  .searcResult__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalogFilter{
    min-height: 97px;
  }

  .catalogFilter__itemContains {
    width: 100%;
    display: flex;
  }
  
  .catalogFilter__itemContains span {
    position: relative;
    width: 13px;
    height: 1px;
  }
  
  .catalogFilter__itemContains .catalogFilter__item.formField {
    max-width: 190px;
  }
  
  .catalogFilter__itemContains span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 100%;
    background: #595959;
  }

  .searcResult__search-title {
    margin-bottom: 0;
    width: 180px;
  }

  .searcResult__field {
    width: calc(100% - 180px);
    margin-bottom: 0;
  }

  .searcResult__header {
    margin-bottom: 31px;
  }

  .noResult {
    margin-top: 77px;
    padding-left: 0;
  }

  .noResult__text {
    margin-bottom: 28px;
  }

  .noResult__img {
    width: 580px;
    display: block;
    margin: 0 auto;
    margin-left: 124px;
    margin-top: 6px;
    margin-bottom: 24px;
  }

  .categoryMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
    padding-bottom: 16px;
  }

  .categoryMenu__touchMenu {
    width: 326px;
  }

  .categoryMenu__button {
    width: calc(100% - 326px);
    text-align: right;
    display: inline-block;
    font-size: 18px;
    padding-right: 9px;
  }

  .filterPopup {
    display: none;
  }

  .catalogFilter {
    display: block;
    width: calc(100% + 20px);
    margin-top: 30px;
    position: relative;
    margin-left: -15px;
  }

  .catalogFilter__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 160px);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }

  .catalogFilter__item {
    width: 33.3%;
    max-width: 220px;
    padding-left: 5px;
    padding-right: 5px;
    height: 52px;
  }

  .catalogFilter__item.formField {
    margin-bottom: 10px;
  }

  .catalogFilter__buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalogFilter__reset {
    min-width: 116px;
    margin-bottom: 17px;
    width: 100%;
  }

  .catalogFilter__reset .button.resetButton {
    max-width: 100%;
  }

  .catalogFilter__button {
    min-width: 160px;
  }

  .catalogInformation {
    margin-top: 14px;
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 80px;
  }

  .catalogInformation__sort {
    width: 359px;
    padding: 0;
    padding-right: 13px;
    display: flex;
  }
  
  .catalogInformation__found {
    margin-top: 7px;
  }

  .catalogInformation__paggination {
    padding-bottom: 13px;
  }

  .content-container .catalogInformation .paggination__list, .paggination__list {
    justify-content: flex-start;
  }
  .foundItem__item {
    font-size: 18px;
  }

  .catalogInformation .catalogInformation__paggination {
    width: 100%;
  }

  .content-container .catalogInformation .paggination--inner-page, .paggination--inner-page {
    margin-left: 0;
    margin-right: 0;
  }

  .sortItem__text {
    white-space: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
    margin-right: 12px;
  }

  .catalogInformation__paggination {
    width: 400px;
    padding-left: 20px;
    padding-right: 27px;
  }

  .content-container .catalogInformation .paggination__link.arrow,.catalogInformation .paggination__link.arrow {
    position: static;
  }

  .holidayCatalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .holidayCatalog h2 {
    margin-bottom: 18px;
  }

  .holidayCatalog__info {
    padding-left: 32px;
    width: calc(100% - 208px);
  }

  .holidayCatalog__title {
    width: 100%;
  }

  .catalogList {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: calc(100% + 10px);
    margin-left: -5px;
  }

}

@media screen and (min-width: 1024px) {
  .catalogList {
    width: calc(100% + 17px);
    margin-left: -8px;
    padding-bottom:17px;
  }
}
@media screen and (min-width: 1280px) {
  .noResult {
    margin-top: 204px;
    position: relative;
    height: 393px;
  }
  
  .catalogInformation__found {
    flex-direction: column;
  }

  .foundItem__item {
    margin-left: 0;
    margin-top: 20px;
  }

  .catalogInformation {
    justify-content: space-between;
  }

  .catalogInformation .catalogInformation__paggination {
    width: auto;
  }

  .sortItem__text {
    margin-top: 0;
  }

  .catalogInformation__sort {
    flex-direction: column;
  }
  .noResult__img {
    position: absolute;
    top: -135px;
    left: 360px;
    width: 698px;
  }

  .searcResult__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .searcResult__search {
    width: 313px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 13px;
  }

  .searcResult__search-title {
    margin-bottom: 24px;
    width: 100%;
  }

  .searcResult__field {
    width: 100%;
  }

  .searcResult .catalogFilter {
    width: calc(100% - 325px);
    margin-left: 0;
  }

  .catalogFilter {
    margin-top: 0;
  }

  .catalogInformation {
    padding-top: 14px;
  }

  .catalogInformation__found {
    width: 145px;
  }

  .catalogInformation__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 310px;
  }

  .catalogInformation__sort .SumoSelect {
    width: 245px;
  }

  .catalogInformation__paggination {
    margin-top: 0;
  }

  .categoryMenu__touchMenu {
    display: none;
  }

  .categoryMenu__button {
    display: none;
  }

  .categoryMenu__menu {
    display: block;
  }

  .categoryMenu__menu li.selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalogList {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-left: -10px;
  }

  .sortItem__text {
    display: inline-block;
    padding-top: 6px;
    padding-left: 0;
    margin-right: 15px;
    margin-left: 4px;
    margin-bottom: 5px;
  }

  .catalogInformation .catalogInformation__paggination {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .foundItem__text {
    line-height: 12px;
    padding-top: 6px;
  }

  .foundItem__item {
    font-size: 18px;
  }

  .holidayCatalog {
    margin-top: 0;
    margin-bottom: 21px;
  }

  .holiday .catalogInformation__sort {
    width: 300px;
  }

  .catalogInformation.bottom .catalogInformation__sort {
    width: 359px;
    flex-direction: row;
  }

  .catalogInformation.bottom .catalogInformation__found {
    width: auto;
    flex-direction: row;
  }

  .catalogInformation.bottom .foundItem__text {
    line-height: 22px;
    padding-top: 0;
  }

  .catalogInformation.bottom .foundItem__item {
    margin-top: 0;
  }

  .catalogInformation.bottom .catalogInformation__paggination {
    width: 100%;
    display: block;
  }

  .catalogInformation.bottom .foundItem__item {
    margin-left: 7px;
  }

  .catalogInformation.bottom {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1900px) {
  .searcResult .catalogInformation {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }

  .catalogFilter__itemContains .catalogFilter__item {
    width: auto;
  }

  .catalogFilter__itemContains {
    width: auto;
  }

  .catalogInformation__found,
  .catalogInformation__found.bottom {
    flex-direction: row;
  }

  .foundItem__item {
    margin-top: 0;
  }

  .catalogInformation__sort {
    flex-direction: row;
  }

  .searcResult .catalogInformation__found {
    width: auto;
    padding-right: 20px;
  }

  .catalogInformation__found,
  .catalogInformation.bottom .catalogInformation__found {
    width: 560px;
  }

  .catalogInformation__sort {
    margin-top: 7px;
  }

  .catalogInformation.bottom .catalogInformation__paggination {
    width: auto;
    margin-top: 6px;
  }

  .searcResult__search {
    padding-right: 52px;
    width: 535px;
  }

  .searcResult .catalogFilter {
    width: calc(100% - 412px);
  }

  .searcResult .catalogFilter__buttons {
    right: 60px;
  }

  .noResult {
    height: 421px;
    margin-top: 184px;
    padding-left: 5px;
  }

  .noResult__img {
    left: 434px;
  }

  .catalogFilter__item {
    width: 20%;
  }

  .catalogFilter__field {
    width: 1065px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .catalogFilter__button {
      margin-right: 30px;
  }
  .catalogFilter__reset {
      margin-right: 0;
  }
  .catalogFilter__reset {
    margin-right: 11px;
  }
  .catalogFilter__buttons {
    width: 307px;
    right: -13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
  }

  .catalogInformation {
    padding-right: 33px;
    padding-left: 18px;
  }

  .catalogInformation__found {
    padding-left: 0;
    width: 500px;
    padding-top: 7px;
  }

  .catalogInformation__sort {
    width: 370px;
  }

  .catalogInformation__sort .SumoSelect {
    width: 246px;
  }

  .categoryMenu__menu {
    display: block;
  }

  .categoryMenu__menu li {
    width: 295px;
  }

  .foundItem__text {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    line-height: 22px;
    margin-right: 8px;
  }

  .foundItem__item {
    vertical-align: top;
  }

  .holiday .catalogInformation__sort {
    width: 370px;
  }

  .holidayCatalog__info {
    padding-left: 39px;
  }

  .holidayCatalog h2 {
    max-width: 884px;
  }

  .holidayCatalog p {
    max-width: 884px;
  }

  .holidayCatalog__title {
    margin-top: 46px;
    padding-left: 9px;
  }
  .catalogFilter {
    min-height: 57px;
  }
}
@media screen and (min-width: 1920px) {
  .catalogList {
    width: calc(100% + 56px);
    margin-left: -28px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* End */


/* Start:/local/templates/komus/css/catalog_category.css?166428774812138*/
.catalogCategory {
  padding-top: 8px;
  background-color: #fff;
  position: relative;
}

.catalogCategory__iconLink {
  position: absolute;
  right: 0;
  bottom: 0;
}

.catalogCategory__iconLink:hover {
  text-decoration: none;
}

.catalogCategory__iconBlock {
  position: relative;
}

.catalogCategory__iconBlock .catalogCategory__iconSvg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.catalogCategory__iconBlock .catalogCategory__iconSvg--red {
  display: none;
}


.catalogCategory__item:hover .catalogCategory__item-title {
  color: #d10910;
}

.catalogCategory.catalogPage {
    margin-top: 25px;
}
.catalogCategory__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  background-color: #f3f3f3;
  padding-top: 29px;
}

.catalogCategory__title {
  height: 59px;
  margin-bottom: 52px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='440' height='59' viewBox='0 0 440 59'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d10910' d='M50 59H35L73.452 0H89zm-25 0H14L52.452 0H63zm36 0C71.205 43.38 99.452 0 99.452 0h241.096L379 59zM46 0L7 59H0L39 0zm305 0h15.548L405 59h-15zm26 0h10.548L426 59h-11zm24 0l39 59h-7L394 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 440px 59px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.catalogCategory__title h2,
.catalogCategory.catalogPage h1 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  text-align: center;
}

.catalogCategory__title h1 {
    color: #fefefe;
    font-size: 30px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 0;
}

.catalogCategory__itemBlock {
  display: none;
  position: absolute;
  top: 208px;
  left: -1px;
  background-color: #ffffff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: 100;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  opacity: 0;
  height: 0;
  padding-left: 19px;
  padding-right: 19px;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 3px;
}

.catalogCategory__itemBlock a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #3b3b3b;
  padding-right: 10px;
  position: relative;
  line-height: 18px;
  margin-bottom: 6px;
}

.catalogCategory__itemBlock a:after {
  content: "\65";
  font-family: "Komus-font-1";
  position: absolute;
  right: 0;
  top: 0;
  color: #008b3b;
  font-size: 8px;
}

.catalogCategory__itemBlock a:hover {
  text-decoration: none;
  color: #d10910;
}

.catalogCategory__item {
  width: 275px;
  height: 331px;
  border-radius: 25px;
  background-image: linear-gradient(-45deg, #bbc5ca 0%, #e0e4e8 100%);
  text-align: center;
  margin-bottom: 31px;
  position: relative;
  margin-left: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 1px solid #768893;
  cursor: pointer;
}

.catalogCategory__item.pdf {
  width: 300px;
  position: relative;
  height: 126px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  margin: 0 auto;
}

.catalogCategory__item.pdf a {
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.catalogCategory__item.pdf a:hover {
  text-decoration: none;
}

.catalogCategory__item.pdf a:hover span {
  background-color: #ff3a41;
}

.catalogCategory__item.pdf .pdf-icon {
  width: 57px;
  position: absolute;
  left: 23px;
  z-index: 11;
  top: 27px;
}

.catalogCategory__item.pdf .present-icon {
  width: 174px;
  right: -3px;
  top: -15px;
  left: auto;
  z-index: 9;
  position: absolute;
}

.catalogCategory__item.pdf span {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  background-color: #d10910;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 8px;
  font-size: 14px;
  width: 179px;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 43px;
  padding-left: 16px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.catalogCategory__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 60px;
  background-color: #e4e4e4;
  color: #3b3b3b;
  margin-bottom: 75px;
  padding: 18px 0;
  font-family: 'Noto Sans';
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}

.catalogCategory__item-title:hover {
  color: #d10910;
  text-decoration: none;
}

.catalogCategory__item-icon {
  flex: 1 0 auto;
  width: 100%;
  max-width: 200px;
  height: 200px;
  margin-top: 29px;
  padding: 0;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.catalogCategory__item:hover img {
  -webkit-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -o-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.catalogCategory__item:hover img {
  -webkit-filter: none;
  filter: none;
}
.catalogCategory__item:hover {
  border: 2px solid #D10910;
}
.catalogCategory__item:hover .catalogCategory__item-title {
  background-color: #D10910;
  color: #ffffff;
}
.catalogCategory__item:hover .catalogCategory__iconSvg--red {
  display: block;
  right: -1px;
}
.catalogCategory__item img {
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .catalogCategory__item-icon {
    max-width: 100px;
    height: 100px;
  }
  .catalogCategory__item-title {
    max-height: 55px;
    margin-bottom: 75px;
    font-size: 13px;
    line-height: 19px;
  }
  .catalogCategory.catalogPage {
      margin-top: 30px;
  }
  .catalogCategory__list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 51px;
  }

  .catalogCategory__item {
    margin-bottom: 20px;
    width: 220px;
    height: 264px;
  }


  .catalogCategory__list {
    padding-bottom: 30px;
  }

  .catalogCategory__item.pdf {
    width: 100%;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 166px;
  }

  .catalogCategory__item.pdf a {
    width: 619px;
    position: relative;
    height: 166px;
    -webkit-border-radius: 63px;
    -moz-border-radius: 63px;
    border-radius: 63px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding-left: 100px;
  }

  .catalogCategory__item.pdf .pdf-icon {
    width: 75px;
    top: 37px;
    left: 50px;
  }

  .catalogCategory__item.pdf .present-icon {
    width: auto;
    height: 180px;
    top: -12px;
    right: 29px;
    max-width: 240px;
  }

  .catalogCategory__item.pdf span {
    font-size: 18px;
    width: 234px;
    height: 50px;
    margin-top: 58px;
    padding-top: 13px;
  }

}

@media screen and (min-width: 1280px) {
  .catalogCategory__item-title {
    max-height: 60px;
    margin-bottom: 75px;
    font-size: 17px;
    line-height: 24px;
  }
  .catalogCategory__item-icon {
    max-width: 200px;
    height: 200px;
  }
  .catalogCategory.catalogPage {
      margin-top: 20px;
  }

  .catalogCategory {
    padding-top: 2px;
  }
  .catalogCategory__item {
    width: 275px;
    height: 331px;
    margin-bottom: 28px;
  }

  .catalogCategory__list {
    padding-bottom: 30px;
  }

  .catalogCategory__item:hover .catalogCategory__itemBlock {
    display: block;
    opacity: 1;
    height: auto;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .catalogCategory__item:hover .catalogCategory__item-icon {
    border-color: transparent;
  }

  .catalogCategory__item.pdf {
    margin-top: 53px;
    margin-bottom: 53px;
    border: 0;
  }

  .catalogCategory__item.pdf:hover {
    border: 0;
    background-color: transparent;
  }

  .catalogCategory__item.pdf a {
    width: 420px;
    height: 150px;
    padding-left: 86px;
  }

  .catalogCategory__item.pdf a span {
    margin-top: 49px;
  }

  .catalogCategory__item.pdf .pdf-icon {
    top: 26px;
    left: 35px;
  }

  .catalogCategory__item.pdf .present-icon {
    top: -19px;
    right: 12px;
  }
}

@media screen and (min-width: 1900px) {
  .catalogCategory {
    max-width: 1920px;
    margin: 0 auto;
  }
  .catalogCategory.catalogPage {
      margin-top: 17px;
  }

  .catalogCategory__itemBlock {
    top: 229px;
  }

  .catalogCategory__item.pdf {
    width: 679px;
  }

  .catalogCategory__item.pdf .present-icon {
    top: 9px;
    right: 48px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }

  .catalogCategory__item.pdf a {
    width: 100%;
    height: 166px;
  }

  .catalogCategory__item.pdf a span {
    margin-top: 56px;
    width: 250px;
    padding-left: 21px;
  }

  .catalogCategory__item .pdf-icon {
    top: 33px;
    left: 46px;
  }

  .catalogCategory__item .present-icon {
    top: 5px;
    right: 32px;
  }
}


@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes hvr-pulse {
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-o-keyframes hvr-pulse {
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* End */


/* Start:/local/templates/komus/css/news_item.css?16184114548306*/
/* FONT */.newsSlider__title {
  margin-bottom: 14px;
  text-align: center;
}

.newsSlider__title h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.newsSlider .newsSlider__slider {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.newsSlider .newsSlider__slider.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.newsSlider .slick-arrow {
  top: 43%;
  width: 28px;
  height: 28px;
  background-color: #d10910;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0;
  line-height: 0;
}

.newsSlider .slick-arrow:after,.newsSlider .slick-arrow:before {
  content: '';
  color: #fff;
  font-family: "Komus-font-2";
  font-size: 31px;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}

.newsSlider .slick-arrow.slick-prev {
  left: 10px;
}

.newsSlider .slick-arrow.slick-prev:after,.newsSlider .slick-arrow.slick-prev:before {
  content: "\6d";
  right: -2px;
}

.newsSlider .slick-arrow.slick-prev:before {
  right: -25px;
}

.newsSlider .slick-arrow.slick-next {
  right: 10px;
}

.newsSlider .slick-arrow.slick-next:after,.newsSlider .slick-arrow.slick-next:before {
  content: "\6e";
  left: -2px;
}

.newsSlider .slick-arrow.slick-next:before {
  left: -25px;
}

.newsSlider .slick-arrow.slick-disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

.newsSlider .slick-arrow:hover {
  background-color: #d10910;
  text-decoration: none;
}

.newsSlider .slick-arrow:hover.slick-prev:after {
  right: 2px;
}

.newsSlider .slick-arrow:hover.slick-prev:before {
  right: -8px;
}

.newsSlider .slick-arrow:hover.slick-next:after {
  left: 2px;
}

.newsSlider .slick-arrow:hover.slick-next:before {
  left: -8px;
}

.newsSlider__all {
  margin-bottom: 30px;
}

.newsSlider__button {
  max-width: 234px;
}

.newsSlider__button.button {
  margin: 0 auto 40px;
  background-color: #d10910;
  color: #fff;
  border-radius: 25px;
}

.newsItem {
  width: 276px;
  padding-left: 10px;
  padding-right: 10px;
}

.newsItem__block {
  width: 100%;
}

.newsItem__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 175px;
  overflow: hidden;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  position: relative;
}

.newsItem__img:hover:before {
  -webkit-animation: circle .75s;
  -moz-animation: circle .75s;
  -o-animation: circle .75s;
  animation: circle .75s;
}

.newsItem__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.newsItem__img img {
  max-width: 100%;
}

.newsItem__info {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 25px;
  padding-bottom: 23px;
}

.newsItem__title {
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 65px;
  height: 65px;
  overflow: hidden;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Sans Pro SemiBold";
  margin-bottom: 7px;
  text-transform: uppercase;
}
 .news-list__grid .newsItem__title {
  color: #3b3b3b !important;
}
.newsItem__title:hover {
  text-decoration: none;
  color: #d10910;
}
.newsItem__title-link {
  color: #3b3b3b;
}
.newsItem__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5em;
  max-height: 70px;
  margin-bottom: 3px;
  overflow: hidden;
}

.newsItem__date {
  font-size: 13px;
  font-family: "Sans Pro SemiBold";
  color: #424242;
  display: block;
}

.newsItem__read {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  border: 1px solid #d10910;
  background-color: #ffffff;
  padding-top: 12px;
  padding-left: 37px;
  padding-bottom: 13px;
  position: relative;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.newsItem__read:hover {
  background-color: #d10910;
  color: #ffffff;
  text-decoration: none;
}

.newsItem__read:hover:before {
  color: #fff;
}

.newsItem__read:before {
  font-family: "Komus-font-1";
  content: "\68";
  position: absolute;
  left: 69px;
  font-size: 23px;
  top: 11px;
}/* Circle */
@media screen and (min-width: 768px) {
  .newsSlider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .newsSlider__title {
    margin-top: 54px;
  }

  .newsSlider .slick-arrow.slick-next {
    right: -8px;
  }

  .newsSlider .slick-arrow.slick-prev {
    left: -8px;
  }

  .newsSlider__all {
    margin-bottom: 42px;
  }

  .newsItem {
    width: 345px;
  }

  .newsItem__info {
    padding-left: 23px;
    padding-right: 23px;
  }
}

@media screen and (min-width: 1280px) {
  .newsSlider {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 43px;
  }

  .newsSlider .slick-arrow.slick-prev {
    left: -12px;
  }

  .newsSlider .slick-arrow.slick-next {
    right: -24px;
  }

  .newsItem {
    padding-left: 23px;
    padding-right: 23px;
    width: 304px;
  }

  .newsItem__read:before {
    left: 50px;
  }
}

@media screen and (min-width: 1366px) {
  .newsItem {
    width: 318px;
  }
}

@media screen and (min-width: 1440px) {
  .newsItem {
    width: 340px;
  }
}

@media screen and (min-width: 1900px) {
  .newsItem {
    padding-left: 25px;
    padding-right: 25px;
    width: 303px;
  }

  .newsItem__img {
    height: 175px;
  }

  .newsItem__info {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 23px;
    padding-bottom: 16px;
  }

  .newsItem__title {
	/*
    height: 65px;
    margin-bottom: 17px;
	*/
  }

  .newsItem__text {
    height: 67px;
  }

  .newsSlider {
    padding-left: 44px;
    padding-right: 44px;
    margin: 0 auto;
    max-width: 1920px;
  }

  .newsSlider__title {
    margin-top: 41px;
    margin-bottom: 29px;
  }

  .newsSlider .slick-arrow.slick-prev {
    left: -14px;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-moz-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-o-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* End */


/* Start:/local/templates/komus/css/holidays.css?157728231911077*/
/* FONT */.holidaysScroll {
  background-color: rgba(232, 232, 232, 0.5);
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.holidaysScroll__all {
  margin-top: 30px;
}

.holidaysScroll__title {
  text-align: center;
}

.holidaysScroll__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  padding-top: 34px;
  margin-bottom: 24px;
}

.holidaysScroll__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 277px;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.holidaysScroll .jspPane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.holidaysScroll .jspHorizontalBar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fefefe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.holidaysScroll .jspDrag {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  height: 10px;
  background-color: #d10910;
  max-width: 93px;
}

.holidaysScroll__button.button.greenButton {
  max-width: 274px;
  margin: 0 auto;
  display: block;
}

.holidaysItem {
  min-width: 150px;
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.holidaysItem__icon {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
  padding: 15px;
}

.holidaysItem__icon img {
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  max-width: 110px;
  max-height: 110px;
}

.holidaysItem__icon:hover img {
  -webkit-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -o-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.holidaysItem__info {
  text-align: center;
  font-family: "Sans Pro SemiBold";
}

.holidaysItem__title {
  color: #3b3b3b;
}

.holidaysItem__text {
  color: #9a9a9a;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.holidaysItem__link {
  color: #d10910;
  font-size: 14px;
}

.content-container .holidayList .paggination__list,.holidayList .paggination__list {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.content-container .holidayList .paggination__link.arrow,.holidayList .paggination__link.arrow {
  position: absolute;
}

.content-container .holidayList .paggination__link.arrow.prev,.holidayList .paggination__link.arrow.prev {
  left: -25px;
}

.content-container .holidayList .paggination__link.arrow.next,.holidayList .paggination__link.arrow.next {
  right: -25px;
}

.holidayList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 15px;
  padding-top: 48px;
  padding-bottom: 30px;
}

.holidayList .holidaysItem {
  float: none;
  width: 218px;
  margin-bottom: 45px;
}

.holidayList .holidaysItem__icon {
  width: 208px;
  height: 208px;
  margin-bottom: 22px;
}

.holidayList .holidaysItem__icon img {
  max-width: 134px;
  max-height: 134px;
}

.holidayList .holidaysItem__title {
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
}

.holidayList .holidaysItem__text {
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  margin-bottom: 16px;
}

.holidayList .holidaysItem__link {
  font-size: 16px;
  font-family: "Sans Pro SemiBold";
}

.holidayList .paggination {
  width: 100%;
  margin-top: 17px;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (min-width: 768px) {
  .holidayList {
    margin-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -moz-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }

  .holidayList .holidaysItem {
    width: 210px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 33px;
  }

  .holidayList .holidaysItem__icon {
    width: 160px;
    height: 160px;
    margin-bottom: 17px;
  }

  .holidayList .holidaysItem__text {
    font-size: 18px;
    height: 45px;
    margin-bottom: 0;
  }

  .holidayList .paggination {
    margin-top: 5px;
  }

  .content-container .holidayList .paggination__link.arrow,.holidayList .paggination__link.arrow {
    position: static;
  }

  .content-container .holidayList .paggination__list,.holidayList .paggination__list {
    width: 333px;
  }

  .holidaysScroll {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 54px;
  }

  .holidaysScroll .jspHorizontalBar {
    background-color: transparent;
  }

  .holidaysScroll .jspHorizontalBar .jspCap {
    width: 45%;
    display: block;
    height: 10px;
  }

  .holidaysScroll .jspHorizontalBar .jspCap.jspCapLeft {
    width: 10px;
  }

  .holidaysScroll__block {
    height: 345px;
  }

  .holidaysScroll__all {
    position: absolute;
    right: 20px;
    bottom: 41px;
    width: 274px;
    margin-top: 0;
  }

  .holidaysItem {
    width: 180px;
    min-width: 180px;
  }

  .holidaysItem__title {
    font-size: 18px;
  }

  .holidaysItem__icon {
    width: 160px;
    height: 160px;
    margin-bottom: 19px;
  }

  .holidaysItem__text {
    height: 40px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .holidayList {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }

  .holidayList .holidaysItem {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 33px;
    min-width: 200px;
  }

  .holidayList .holidaysItem__icon {
    margin-bottom: 11px;
  }

  .holidayList .holidaysItem__icon img {
    max-width: 100px;
    max-height: 100px;
  }

  .holidaysScroll {
    padding-right: 30px;
    padding-left: 30px;
  }

  .holidaysScroll__title h2 {
    margin-bottom: 35px;
  }

  .holidaysScroll .jspHorizontalBar .jspCap {
    width: 40%;
  }

  .holidaysScroll .jspHorizontalBar .jspCap.jspCapLeft {
    width: 13%;
  }

  .holidaysScroll__all {
    right: 195px;
  }

  .holidaysItem {
    width: 204px;
    min-width: 204px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .holidaysItem__icon img {
    max-width: 180px;
    max-height: 180px;
  }
}

@media screen and (min-width: 1920px) {
  .holidayList {
    padding-left: 30px;
    padding-right: 25px;
    margin-top: 0;
  }

  .holidayList .holidaysItem {
    width: 267px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
    min-width: 267px;
  }

  .holidayList .holidaysItem__icon {
    width: 207px;
    height: 207px;
    margin-bottom: 19px;
  }

  .holidayList .holidaysItem__icon img {
    max-width: 135px;
    max-height: 135px;
  }

  .holidayList .holidaysItem__title {
    font-size: 20px;
  }

  .holidaysItem {
    min-width: 260px;
    width: 260px;
    padding-left: 24px;
    padding-right: 24px;
    float: left;
  }

  .holidaysItem__text {
    height: auto;
    margin-bottom: 12px;
  }

  .holidaysItem__link {
    font-size: 16px;
  }

  .holidaysItem__icon {
    width: 208px;
    height: 208px;
  }

  .holidaysScroll {
    padding-left: 54px;
    padding-right: 54px;
    max-width: 1920px;
    margin: 0 auto;
  }

  .holidaysScroll__all {
    right: 511px;
  }

  .holidaysScroll__block {
    height: 420px;
  }

  .holidaysScroll .jspHorizontalBar .jspCap {
    width: 45%;
  }

  .holidaysScroll .jspHorizontalBar .jspCap.jspCapLeft {
    width: 25%;
  }
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes hvr-pulse {
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-o-keyframes hvr-pulse {
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* End */


/* Start:/local/templates/komus/css/about_company.css?157769789714414*/
/* FONT */.sliderAboutCompany__item {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 219px;
  border-radius: 25px;
}

.sliderAboutCompany__img {
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.aboutCompany__imageDesctop {
  display: none;
}

.sliderAboutCompany .slick-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.sliderAboutCompany .slick-dots li {
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.sliderAboutCompany .slick-dots li:before {
  content: none;
}

.sliderAboutCompany .slick-dots li button {
  font-size: 0;
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sliderAboutCompany .slick-dots li button:after {
  content: '';
  width: 9px;
  height: 9px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.sliderAboutCompany .slick-dots li.slick-active button:after {
  background-color: #008b3b;
}

.aboutCompany {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
}

.aboutCompany__text {
  padding-left: 20px;
  padding-right: 20px;
}

.aboutCompany__text p {
  color: #212020;
  font-size: 16px;
  line-height: 24px;
}

.aboutCompany__text p strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.aboutCompany__text ul {
  padding-left: 15px;
  color: #212020;
  font-size: 16px;
  line-height: 24px
}

.aboutCompany__text ul li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}

.aboutCompany__text ul li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #008b3b;
  border-radius: 50%;
}

.aboutCompany__title {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  margin-bottom: 24px;
}

.aboutCompany__imageMobile {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 25px;
}

.aboutCompany__imageMobile img {
  max-width: 100%;
}

.aboutCompany__learnmore {
  width: 289px;
  height: 80px;
  display: inline-block;
  background-color: #d10910;
  color: #ffffff;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 29px;
  padding-top: 26px;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-left: -30px;
  padding-left: 32px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.aboutCompany__learnmore:hover {
  text-decoration: none;
}

.aboutCompany__learnmore:after {
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  content: '';
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 107px 104px 53px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 10;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.about-company .text-block::after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}

.about-company .figure {
  float: none;
  margin-top: 20px;
  margin-right: 0;
  min-height: 214px;
  margin-left: -10px;
  margin-right: -10px;
}

.about-company .figure figcaption::after {
  top: -8px;
  left: -30px;
}

.about-company .figure .figurecaption__text {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 37px;
}

.about-company .figure:last-of-type {
  margin-top: 30px;
}

.about-company .advantages {
  background-color: #f3f3f3;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 34px;
  padding-right: 25px;
  margin: 35px 0;
}

.about-company .advantages__title {
  text-align: center;
  padding-right: 10px;
}

.about-company .advantages__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  line-height: 36px;
  color: #3b3b3b;
  margin: 0;
}

.about-company .advantages__item {
  position: relative;
  margin-bottom: 30px;
}

.about-company .advantages__item:last-of-type {
  margin-bottom: 0;
}

.about-company .advantages__text h6 {
  margin-top: 0;
}

.about-company .advantages__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 20px;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about-company .advantages__icon img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .aboutCompany {
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 38px;
  }

  .aboutCompany__title {
    margin-top: 13px;
    margin-bottom: 19px;
  }

  .aboutCompany__text {
    height: 525px;
    padding-left: 68px;
    background-image: url(/local/templates/komus/css/../images/about/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
  }

  .aboutCompany__textInner {
    background-color: rgba(255, 255, 255, 0.75);
    padding-left: 94px;
    padding-right: 60px;
    padding-top: 40px;
    height: 100%;
  }

  .aboutCompany__learnmoreWrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .aboutCompany__learnmore {
    width: 324px;
    width: 465px;
    height: 85px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='399' height='67' viewBox='0 0 399 67'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M398.683 66.595L.316 65.839C18.27 42.92 49.046.114 49.046.114h349.637z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23d10910' d='M63.96 61.902H52.176l30.213-46.146h12.216zm-19.643 0h-8.643l30.213-46.146h8.288zm286.793 0H72.604c9.23-13.955 30.213-46.146 30.213-46.146H331.11zM60.818 15.756L30.174 61.902h-5.5l30.643-46.146z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-right: -87px;
    padding-left: 162px;
    padding-top: 37px;
    position: absolute;
    right: 34px;
    bottom: -2px;
  }
  .aboutCompany__learnmore:after {
    right: 15px;
  }
  .aboutCompany__imageMobile {
    display: none;
  }

  .aboutCompany p + p + p {
    display: none;
  }

  .sliderAboutCompany {
    height: 511px;
    position: relative;
    z-index: 9;
  }

  .sliderAboutCompany__item {
    height: 511px;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  .sliderAboutCompany .slick-dots {
    left: auto;
    right: 30px;
    bottom: 20px;
  }

  .about-company .row {
    margin-left: 0;
    margin-right: 0;
  }

  .about-company .figure {
    margin-top: 20px;
    margin-right: 0;
    min-height: 439px;
    width: 100%;
    max-width: 619px;
    margin-bottom: 31px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-company .figure figcaption::after {
    top: -24px;
    left: -38px;
  }

  .about-company .figure .figurecaption__text {
    font-size: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 56px;
  }

  .about-company .figure:last-of-type {
    margin-top: 30px;
  }

  .about-company .advantages {
    padding-bottom: 70px;
    margin-bottom: 45px;
  }

  .about-company .advantages__title {
    margin-bottom: 45px;
  }

  .about-company .advantages__item {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .about-company .advantages__item:last-of-type {
    margin-bottom: 0;
  }

  .about-company .advantages__text {
    width: 515px;
    padding-left: 25px;
  }

  .about-company .advantages__text h6 {
    margin-top: 0;
  }

  .about-company .advantages__icon {
    margin: 0;
  }

  .aboutCompany__textWrapper {
    max-height: 373px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1280px) {
  .sliderAboutCompany {
    height: 391px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
  }

  .aboutCompany__textInner {
    padding-left: 103px;
    padding-right: 60px;
    padding-top: 12px;
    height: 100%;
    overflow: hidden;
  }

  .aboutCompany__text {
    height: 494px;
    width: 75%;
    transform: skewX(-25deg);
    left: -99px;
  }

  .aboutCompany__textWrapper {
    max-height: 391px;
    overflow: hidden;
  }

  .aboutCompany {
    height: 530px;
    padding-right: 49px;
    margin-bottom: 43px;
    max-width: 1340px; 
    margin: 0 auto;
  }

  .aboutCompany__text {
    position: absolute;
    z-index: 11;
    width: 959px;
  }

  .aboutCompany__text:after {
    right: 0px;
    top: -43px;
    content: '';
    position: absolute;
    width: 31px;
    height: 583px;
    background: #fff;
    z-index: 12;
    transform: skewX(0.3deg);
  }

  .aboutCompany__textContains {
    transform: skewX(25deg);
    padding-left: 48px;
    padding-right: 40px;
  }

  .sliderAboutCompany__item {
    height: 391px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
  }

  .aboutCompany__imageDesctop {
    display: block;
    z-index: 10;
    position: absolute;
    top: 15px;
    right: -555px;
  }
  .aboutCompany__imageDesctop img {
    width: 100%;
    max-width: 100%;
    padding-left: 77px;
  }

  .aboutCompany__text::before {
    content: '';
    position: absolute;
    top: -27px;
    right: 0;
    width: 101%;
    height: 30px;
    background: #fff;
  }

  .aboutCompany::before {
    content: '';
    position: absolute;
    right: -38px;
    top: 0;
    transform: skewX(-22deg);
    background: #fff;
    width: 31px;
    height: 100%;
    z-index: 12;
  }

  .aboutCompany__learnmore {
    width: 495px;
    bottom: -88px;
    right: 80px;
  }

  .aboutCompany__learnmore:after {
    right: 32px;
  }

  .aboutCompany__title {
    margin-top: 39px;
    margin-bottom: 19px;
  }

  .about-company .figure {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .about-company .figure .figurecaption__text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-company .figure:last-of-type {
    margin-top: 0;
  }

  .about-company .figure.margin-top {
    margin-top: 30px;
  }

  .about-company .advantages {
    padding-top: 42px;
    margin-bottom: 50px;
  }

  .about-company .advantages__title {
    margin-bottom: 45px;
  }

  .about-company .advantages__item {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .about-company .advantages__item:last-of-type {
    margin-bottom: 0;
  }

  .about-company .advantages__text {
    width: 621px;
    padding-left: 30px;
    padding-top: 5px;
  }

  .about-company .advantages__text h6 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .aboutCompany {
    max-width: 1920px;
  }
  .aboutCompany__text {
    left: -50px;
  }
  .aboutCompany__imageDesctop {
    right: 0;
  }
  .aboutCompany::before {
    right: 460px;
  }
  .aboutCompany__imageDesctop::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 386px;
    width: 550px;
    height: 15px;
    background: #fff;
  }
}
/* End */


/* Start:/local/templates/komus/css/thanks_slider.css?15776978973792*/
/* FONT */
.thanksBlock {
  width: 89%;
  margin-left: 20px;
  margin: 38px auto 0;
  height: 191px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  position: relative;
}
.thanksSlider {
  margin-top: -15px;
}
.thanksBlock__title {
  text-align: center;
}

.thanksBlock__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 26px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 0;
}

.thanksBlock__all {
  margin-top: 10px;
}

.thanksBlock__all .button.greyButton {
  max-width: 204px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}

.thanksSlider {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0 24px;
}

.thanksSlider.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.thanksSlider__item {
  padding: 0 8px;
  /* max-width: 120px; */
}

.thanksBlock__linkEverything {
  font-family: "Sans Pro SemiBold";
  color: #d10910;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.thanksBlock__linkEverything:hover {
  text-decoration: none;
}

.thanksSlider__title {
  display: block;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  height: 38px;
  overflow: hidden;
  margin-bottom: 15px;
}

.thanksSlider.greenArrow .slick-arrow {
  top: -20%;
  bottom: -50px;
}

.thanksSlider.greenArrow .slick-arrow.slick-prev {
  left: -10px;
}

.thanksSlider.greenArrow .slick-arrow.slick-next {
  right: -10px;
}

.thanksSlider__link {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 105px;
}

.thanksSlider__link img {
  max-width: 100%;
  max-height: 50%;
}

.thanksSlider.greenArrow .slick-arrow {
  top: 40%;
  bottom: auto;
  background-color: #d10910;
}

.thanksSlider.greenArrow .slick-arrow:hover {
  background-color: #d10910;
}

@media screen and (min-width: 768px) {
  .thanksBlock {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 170px;
    width: 93%;
  }

  .thanksBlock__title h2 {
    margin-top: 30px;
    margin-left: 20px;
    text-align: left;
  }

  .thanksBlock__linkEverything {
    top: 30px;
    right: 30px;
    width: auto;
  }

  .thanksSlider__link img {
    max-width: 85%;
    max-height: 60%;
  }

  .thanksSlider {
    padding: 0;
  }

  .thanksBlock__all .button.greyButton {
    max-width: 239px;
    font-size: 18px;
  }

  .thanksSlider__title {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
  }

  .thanksSlider.greenArrow .slick-arrow.slick-next {
    margin-right: -20px;
  }

  .thanksSlider.greenArrow .slick-arrow.slick-prev {
    margin-left: -20px;
  }

  .thanksSlider__link {
    height: 110px;
  }
}

@media screen and (min-width: 1280px) {
  .thanksBlock {
    height: 200px;
    width: 93%;
    margin-top: 64px;
  }

  .thanksSlider__link img {
    max-height: 70%;
  }
  .thanksSlider {
    margin-top: 0;
  } 
}

@media screen and (min-width: 1920px) {
  .thanksBlock__all {
    margin-top: 55px;
  }
  .thanksBlock {
    width: 95%;
    height: 220px;
  }

  .thanksSlider {
    margin-top: 13px;
  }
}
/* End */


/* Start:/local/templates/komus/css/our_slider.css?15772823197497*/
/* FONT */
.mainPage.ourBlock {
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 23px;
  margin-bottom: 20px;
}

.mainPage .ourBlock__block {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding-top: 21px;
  padding-bottom: 31px;
}

.mainPage .ourBlock__title {
  text-align: center;
}

.mainPage .ourBlock__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  margin: 0;
  margin-bottom: 50px;
}

.mainPage .ourBlock__link {
  text-align: center;
  margin-top: 10px;
}

.mainPage .ourBlock__link a {
  font-family: "Sans Pro SemiBold";
  color: #d10910;
  font-size: 18px;
  line-height: 24px;
}

.mainPage .ourSlider {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.mainPage .ourSlider.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mainPage .ourSlider__item {
  height: 70px;
  width: 140px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.mainPage .ourSlider__item:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mainPage .ourSlider__item img {
  display: block;
  max-width: 100%;
}

.mainPage .ourSlider.greenArrow .slick-arrow {
  top: 20px;
}

.mainPage .ourSlider.greenArrow .slick-arrow.slick-next {
  right: -15px;
}

.mainPage .ourSlider.greenArrow .slick-arrow.slick-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .mainPage.ourBlock {
    padding-right: 35px;
    padding-left: 35px;
    margin-top: 0;
  }

  .mainPage .ourBlock__block {
    position: relative;
    padding-top: 29px;
    padding-bottom: 24px;
  }

  .mainPage .ourBlock__title {
    text-align: center;
	/*
    padding-left: 37px;
	*/
  }

  .mainPage .ourBlock__link {
    position: absolute;
    top: 27px;
    right: 48px;
  }

  .mainPage .ourSlider__item {
    width: 170px;
  }
}

@media screen and (min-width: 1280px) {
  .mainPage.ourBlock {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 32px;
  }

  .mainPage .ourBlock__title h2 {
    margin-bottom: 50px;
  }

  .mainPage .ourBlock__block {
    padding-top: 29px;
    padding-bottom: 40px;
  }

  .mainPage .ourBlock__link {
    top: 12px;
    right: 33px;
  }

  .mainPage .ourSlider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mainPage .ourSlider__item {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .mainPage.ourBlock {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .mainPage .ourBlock__link {
    top: 27px;
    right: 117px;
  }

  .mainPage .ourSlider__item {
    width: 220px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mainPage .ourSlider .greenArrow.slick-arrow.slick-prev {
    left: -19px;
  }

  .mainPage .ourSlider .greenArrow.slick-arrow.slick-next {
    right: -19px;
  }
}
/* MAIN PAGE */
.ourBlock {
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 23px;
  margin-bottom: 20px;
}

.ourBlock__block {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding-top: 21px;
  padding-bottom: 31px;
}

.ourBlock__title {
  text-align: center;
}

.ourBlock__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  margin: 0;
  margin-bottom: 50px;
}

.ourBlock__link {
  text-align: center;
  margin-top: 10px;
}

.ourBlock__link a {
  font-family: "Sans Pro SemiBold";
  color: #d10910;
  font-size: 18px;
  line-height: 24px;
}

.ourSlider {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.ourSlider.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ourSlider__item {
  height: 70px;
  width: 140px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.ourSlider__item:hover {
  opacity: 0.6;
  text-decoration: none;
}

.ourSlider__item img {
  display: block;
  max-width: 100%;
}

.ourSlider.greenArrow .slick-arrow {
  top: 20px;
}

.ourSlider.greenArrow .slick-arrow.slick-next {
  right: -15px;
}

.ourSlider.greenArrow .slick-arrow.slick-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .ourBlock {
    padding-right: 35px;
    padding-left: 35px;
    margin-top: 0;
  }

  .ourBlock__block {
    position: relative;
    padding-top: 29px;
    padding-bottom: 24px;
  }

  .ourBlock__title {
    text-align: center;
    /*
	padding-left: 37px;
	*/
  }

  .ourBlock__link {
    position: absolute;
    top: 27px;
    right: 48px;
  }

  .ourSlider__item {
    width: 170px;
  }
}

@media screen and (min-width: 1280px) {
  .ourBlock {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 32px;
  }

  .ourBlock__title h2 {
    margin-bottom: 50px;
  }

  .ourBlock__block {
    padding-top: 29px;
    padding-bottom: 40px;
  }

  .ourBlock__link {
    top: 12px;
    right: 33px;
  }

  .ourSlider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ourSlider__item {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .ourBlock {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .ourBlock__link {
    top: 27px;
    right: 117px;
  }

  .ourSlider__item {
    width: 220px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ourSlider .greenArrow.slick-arrow.slick-prev {
    left: -19px;
  }

  .ourSlider .greenArrow.slick-arrow.slick-next {
    right: -19px;
  }
}

/* End */


/* Start:/local/templates/komus/css/interview_block.css?17545631868059*/
/* FONT */.interviewBlock {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(/local/templates/komus/css/../images/interviewblock/320-767.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background: #f3f3f3!important;
}

.interviewBlock__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.interviewBlock textarea::-webkit-input-placeholder,.interviewBlock input::-webkit-input-placeholder {
  color: #3b3b3b;
}

.interviewBlock textarea:-moz-placeholder,.interviewBlock input:-moz-placeholder {
  color: #3b3b3b;
}

.interviewBlock textarea::-moz-placeholder,.interviewBlock input::-moz-placeholder {
  color: #3b3b3b;
}

.interviewBlock textarea:-ms-input-placeholder,.interviewBlock input:-ms-input-placeholder {
  color: #3b3b3b;
}

.interviewBlock input,.interviewBlock textarea {
  font-family: "Sans Pro SemiBold";
}

.interviewBlock .error::-webkit-input-placeholder {
  color: #d10910;
}

.interviewBlock .error:-moz-placeholder {
  color: #d10910;
}

.interviewBlock .error::-moz-placeholder {
  color: #d10910;
}

.interviewBlock .error:-ms-input-placeholder {
  color: #d10910;
}

.interviewBlock .button.redButton {
  max-width: 160px;
  margin: 0 auto;
}

.questionsBlock {
  width: 300px;
}

.questionsBlock__title h2 {
  padding-top: 34px;
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 23px;
}

.questionsBlock .formField {
  margin-bottom: 16px;
}

.questionsBlock .formField input,.questionsBlock .formField textarea {
  padding-left: 17px;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.questionsBlock__agreements {
  margin-bottom: 16px;
}

.interview {
  width: 300px;
  padding-right: 29px;
  padding-left: 29px;
}

.interview__question {
  text-align: right;
  font-size: 20px;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  margin-bottom: 24px;
}

.interview__title {
  text-align: right;
}

.interview__title h2 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.interview__checkbox {
  max-height: 130px;
  margin-bottom: 19px;
}

.interview .checkbox {
  display: block;
  margin-bottom: 9px;
}

.interview .checkbox__text {
  font-size: 18px;
}

.interview .jspVerticalBar {
  width: 5px;
}

.interview .jspVerticalBar .jspCap {
  height: 5px;
}

.interview .formField input {
  font-size: 16px;
  padding-left: 18px;
  padding-top: 9px;
  padding-bottom: 11px;
}

.interview__func {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.interview__send {
  width: 157px;
}

.interview__reset {
  width: 123px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.interview .button.interview__buttonSend {
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #008b3b;
}

.interview .button.interview__buttonSend:hover {
  background-color: #11b858;
}

.interview .button.interview__buttonReset {
  font-size: 14px;
  padding: 0;
  display: inline-block;
  width: auto;
}

.interview .button.interview__buttonReset:hover {
  color: #d10910;
}

@media screen and (min-width: 768px) {
  .interviewBlock {
    padding-left: 31px;
    padding-top: 7px;
    padding-bottom: 60px;
    background-image: url(/local/templates/komus/css/../images/interviewblock/768-1279.jpg);
    margin-top: 48px;
  }

  .questionsBlock {
    width: 370px;
  }

  .questionsBlock .checkbox__text {
    display: inline-block;
  }

  .questionsBlock form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 345px;
  }

  .questionsBlock .formField {
    width: 100%;
  }

  .questionsBlock__title h2 {
    margin-bottom: 18px;
  }

  .questionsBlock__field-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .questionsBlock__phone.formField {
    width: 50%;
    padding-right: 10px;
  }

  .questionsBlock__mail.formField {
    width: 50%;
  }

  .interview {
    padding-right: 23px;
    margin-top: 143px;
    padding-left: 36px;
  }

  .interview__reset {
    width: 88px;
  }
}

@media screen and (min-width: 1280px) {
  .interviewBlock {
    padding-bottom: 0;
    padding-left: 51px;
    padding-right: 51px;
    background-image: url(/local/templates/komus/css/../images/interviewblock/1280-1919.jpg);
    margin-top: 60px;
    padding-top: 0;
    background-position: top center;
    padding-bottom: 41px;
  }

  .interview {
    margin-top: 25px;
    padding-right: 48px;
    width: 363px;
  }

  .interview__title {
    text-align: left;
  }

  .interview__question {
    text-align: left;
  }

  .questionsBlock {
    width: 479px;
  }

  .questionsBlock__title h2 {
    padding-top: 46px;
    max-width: 390px;
  }

  .questionsBlock form {
    max-width: 100%;
  }

  .questionsBlock__agreements {
    width: 60%;
    margin-bottom: 0;
  }

  .questionsBlock .button.redButton {
    display: inline-block;
    margin: 0;
  }

  .questionsBlock__button.formField {
    text-align: right;
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .interviewBlock {
    -moz-background-size: cover;
    background-size: cover;
    margin-top: 53px;
    padding-bottom: 33px;
    background-image: url(/local/templates/komus/css/../images/interviewblock/back1920.jpg);
  }

  .interviewBlock__block {
    margin: 0 auto;
    max-width: 1920px;
  }

  .questionsBlock {
    width: 840px;
  }

  .questionsBlock__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .questionsBlock__field-right {
    width: 435px;
    padding-left: 40px;
  }

  .questionsBlock__field-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 395px;
  }

  .questionsBlock__check.formField {
    width: 435px;
    padding-right: 40px;
  }

  .questionsBlock__button.formField {
    width: 395px;
    text-align: left;
  }

  .interview {
    margin-top: 25px;
    padding-right: 92px;
    width: 723px;
  }

  .interview .jspPane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interview .checkbox {
    width: 33%;
  }

  .interview__checkbox {
    max-height: 66px;
  }

  .interview__question {
    margin-bottom: 29px;
  }

  .interview__fieldblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
  }

  .interview__fieldblock .interview__field {
    width: 276px;
    padding-right: 30px;
  }
}

/* End */


/* Start:/local/templates/komus/css/one-print-slider.css?15772823192114*/
/* FONT */.one-print__gallery h4 {
  padding-left: 10px;
  margin-top: 20px;
}

.one-print__gallery .slide {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.one-print__gallery .slide__pic {
  display: inline-block;
}

.one-print__once-slider .slide {
  height: 263px;
  padding: 25px 0;
}

.one-print__once-slider .slide__pic {
  width: 210px;
  height: 214px;
}

.one-print__once-slider .slide__pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.one-print__several-slider .slide {
  width: 135px;
  height: 134px;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 0;
}

.one-print__several-slider .slide__pic {
  width: 105px;
  height: 105px;
}

.one-print__several-slider .slide__pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}/* === / ONE PRINT ===*/@media screen and (min-width: 768px) {
  .one-print__gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .one-print__gallery h4 {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .one-print__once-slider .slide {
    height: 303px;
    padding: 28px 0;
  }

  .one-print__once-slider .slide__pic {
    width: 240px;
    height: 250px;
  }

  .one-print__several-slider .slide {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }

  .one-print__several-slider .slick-list {
    max-width: 300px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1900px) {
  .one-print__once-slider .slide {
    height: 355px;
    padding: 33px 0;
  }
  .one-print__gallery.fixed {
      position: fixed;
      width: 564px;
      top: 120px;
  }
  .one-print__once-slider .slide__pic {
    width: 281px;
    height: 288px;
    text-align: center;
  }

  .one-print__once-slider .slide__pic img {
    display: inline-block;
  }
}

/* End */


/* Start:/local/templates/komus/css/action-products.css?16184114545750*/
/* FONT *//* === ACTION PRODUCTS ===*/
.action-products {
  width: 100%;
  border-top: 3px solid #008b3b;
  padding-top: 15px;
}

.action-products__title {
  text-align: center;
  padding-bottom: 20px;
}

.action-products__title h2 {
  margin-bottom: 8px;
}

.action-products__title a {
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #d10910;
}

.action-products__slider {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.action-products__slider.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.action-products__slider .slick-list {
  min-height: 385px;
  max-width: 270px;
  margin: 0 auto;
  overflow-x: hidden;
}

.action-products__slider .catalogItem {
  z-index: 1;
  margin-bottom: 0;
}
.action-products__slider.greenArrow .slick-arrow.slick-next {
  right: 0;
}
.action-products__slider.greenArrow .slick-arrow.slick-prev {
  left: 0;
}

@media screen and (min-width: 768px) {
  .action-products {
    border-top: 3px solid #008b3b;
    padding-top: 15px;
  }

  .action-products__title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .action-products__title a {
    position: absolute;
    right: 0;
    margin-top: 27px;
  }
  .action-products .catalogList {
    justify-content: space-around;
  }

  .action-products__slider .slick-list {
    min-height: 395px;
    max-width: 700px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .action-products__slider .catalogItem {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .action-products__slider.greenArrow .slick-arrow.slick-prev {
    left: -20px;
  }

  .action-products__slider.greenArrow .slick-arrow.slick-next {
    right: -20px;
  }

  .action-products__slider .catalogItem__block {
    left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .action-products__slider .slick-list {
    min-height: 395px;
    max-width: 1060px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .action-products__slider .catalogItem {
    width: 250px;
    margin-bottom: 0;
  }

  .action-products__slider.greenArrow .slick-arrow {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .action-products__slider.greenArrow .slick-arrow.slick-prev {
    left: -20px;
  }

  .action-products__slider.greenArrow .slick-arrow.slick-next {
    right: -20px;
  }
}

@media screen and (min-width: 1920px) {
  .action-products {
    width: 100%;
  }

  .action-products__slider .slick-list {
    min-height: 395px;
    max-width: 1700px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .action-products__slider .catalogItem {
    width: 250px;
    margin-right: 35px;
    margin-bottom: 0;
  }

  .action-products__slider.greenArrow .slick-arrow {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .action-products__slider.greenArrow .slick-arrow.slick-prev {
    left: -15px;
  }

  .action-products__slider.greenArrow .slick-arrow.slick-next {
    right: 5px;
  }
}

.action-products__slider .catalogItem .slick-arrow {
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: #ffffff;
  right: 0;
  border: 0;
  top: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0;
  left: 0;
}
.action-products__slider .catalogItem .slick-arrow.slick-next {
    bottom: -15px;
    top: auto;
}
.action-products__slider.greenArrow .catalogItem .slick-arrow.slick-next:after {
    content: "\67";
}
.action-products__slider.greenArrow .catalogItem .slick-arrow:after {
    font-family: "Komus-font-1";
    content: "\66";
    color: #008b3b;
    font-size: 8px;
    -webkit-transition: 0.24s all;
    -o-transition: 0.24s all;
    -moz-transition: 0.24s all;
    transition: 0.24s all;
    left: auto!important;
    right: auto!important;
    z-index: 100;
}
.action-products__slider .catalogItem .slick-list {
  min-height: auto;
}
.greenArrow .catalogItem .slick-arrow:hover {
  background: #ffffff;
}
.action-products__slider.greenArrow .catalogItem .slick-arrow.slick-prev {
  left: 0;
}
/* End */


/* Start:/local/templates/komus/css/vacancies.css?157728231910273*/
/* FONT */.vacancies .sideBar__right {
  padding-top: 25px;
}

.vacancies .sideBar__right ul {
  margin-top: 6px;
  margin-bottom: 0;
}

.vacancies .sideBar__right ul li {
  margin-bottom: 5px;
}

.vacancies .sideBar__right ul li:last-of-type {
  margin-bottom: 0;
}

.vacancies__title {
  font-family: "Sans Pro SemiBold";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 2px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.vacancies__title--small {
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}

.vacancies__item {
  padding-top: 10px;
  margin-bottom: 14px;
}

.vacancies__item:first-of-type {
  margin-top: 12px;
}

.vacancies__item:last-of-type {
  margin-bottom: 20px;
}

.vacancies__item.show {
  background-color: #e8e8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.vacancies__item.show .vacancies__item-ic {
  position: relative;
  font-style: normal;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.vacancies__item.show .vacancies__item-ic::before {
  content: '-';
  font-size: 25px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #d10910;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

.vacancies__item-header {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.vacancies__item-ic {
  position: relative;
  font-style: normal;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.vacancies__item-ic::before {
  content: '+';
  font-size: 25px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #008b3b;
}

.vacancies__item-content {
  font-size: 0;
  height: 0;
  -webkit-transition: height 0.5s padding 0.5s;
  -o-transition: height 0.5s padding 0.5s;
  -moz-transition: height 0.5s padding 0.5s;
  transition: height 0.5s padding 0.5s;
}

.vacancies__item-content ul {
  display: none;
}

.vacancies__item-content .button {
  display: none;
}

.vacancies__item-content .vacancies__title--small {
  font-size: 0;
}

.vacancies__item-content.show {
  font-size: 16px;
  height: auto;
  padding-top: 18px;
  -webkit-transition: height 0.5s padding 0.5s;
  -o-transition: height 0.5s padding 0.5s;
  -moz-transition: height 0.5s padding 0.5s;
  transition: height 0.5s padding 0.5s;
}

.vacancies__item-content.show ul {
  display: block;
  margin-bottom: 8px;
}

.vacancies__item-content.show .button {
  display: block;
  margin: 0 auto;
}

.vacancies__item-content.show .vacancies__title--small {
  font-size: 18px;
  margin-top: 35px;
}

.vacancies__item-contacts {
  padding-bottom: 24px;
}

.vacancies__item-footer {
  padding-top: 10px;
  padding-left: 20px;
}

.vacancies__item-footer span {
  display: block;
  font-family: "Sans Pro SemiBold";
  color: #3b3b3b;
}

.vacancies__item .button {
  max-width: 252px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .vacancies__item {
    padding-top: 0;
    padding-left: 48px;
    padding-right: 50px;
    margin-bottom: 27px;
  }

  .vacancies__item:first-of-type {
    margin-top: 12px;
  }

  .vacancies__item:last-of-type {
    margin-bottom: 0;
  }

  .vacancies__item.show {
    background-color: #e8e8e8;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-left: 48px;
    padding-right: 50px;
    padding-bottom: 40px;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  .vacancies__item.show .vacancies__item-ic {
    position: relative;
    font-style: normal;
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  .vacancies__item.show .vacancies__item-ic::before {
    content: '-';
    font-size: 25px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #d10910;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  }

  .vacancies__item-header {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    width: 100%;
  }

  .vacancies__item-ic {
    position: relative;
    font-style: normal;
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  .vacancies__item-ic::before {
    content: '+';
    font-size: 25px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #008b3b;
  }

  .vacancies__item-col {
    width: 50%;
  }

  .vacancies__item-col:last-of-type {
    padding-left: 10px;
  }

  .vacancies__item-content {
    font-size: 0;
    height: 0;
    -webkit-transition: height 0.5s padding 0.5s;
    -o-transition: height 0.5s padding 0.5s;
    -moz-transition: height 0.5s padding 0.5s;
    transition: height 0.5s padding 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vacancies__item-content ul {
    display: none;
  }

  .vacancies__item-content .button {
    display: none;
  }

  .vacancies__item-content .vacancies__title--small {
    font-size: 0;
    width: 50%;
  }

  .vacancies__item-content.show {
    font-size: 16px;
    height: auto;
    padding-top: 18px;
    -webkit-transition: height 0.5s padding 0.5s;
    -o-transition: height 0.5s padding 0.5s;
    -moz-transition: height 0.5s padding 0.5s;
    transition: height 0.5s padding 0.5s;
  }

  .vacancies__item-content.show ul {
    display: block;
    margin-bottom: 8px;
  }

  .vacancies__item-content.show .button {
    display: block;
    margin-left: 97px;
  }

  .vacancies__item-content.show .vacancies__title--small {
    font-size: 18px;
    margin-top: 35px;
  }

  .vacancies__item-contacts {
    width: 50%;
  }

  .vacancies__item-footer {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vacancies__item-footer span {
    display: block;
    font-family: "Sans Pro SemiBold";
    color: #3b3b3b;
  }

  .vacancies__item .button {
    max-width: 252px;
  }
}

@media screen and (min-width: 1280px) {
  .vacancies .sideBar__right {
    padding-top: 0;
  }

  .vacancies .sideBar__right ul {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .vacancies .sideBar__right ul li {
    margin-bottom: 5px;
  }

  .vacancies .sideBar__right ul li:last-of-type {
    margin-bottom: 0;
  }

  .vacancies__item {
    padding-top: 10px;
    padding-right: 0;
    margin-bottom: 18px;
  }

  .vacancies__item:first-of-type {
    padding-left: 45px;
    padding-top: 25px;
  }

  .vacancies__item-contacts {
    width: 62%;
  }

  .vacancies__item-col {
    width: 48%;
    padding-left: 50px;
  }

  .vacancies__item-col:last-of-type {
    width: 52%;
    padding-left: 5px;
  }

  .vacancies__item-footer {
    padding-top: 20px;
    padding-left: 54px;
  }

  .vacancies__item.show .button {
    display: block;
    margin-left: 10px;
  }
}

/* End */


/* Start:/local/templates/komus/css/state_customers.css?15772823199524*/
.customers .sideBar__right {
  padding-top: 25px;
}

.customers .importantInformation {
  padding-left: 70px;
  padding-top: 20px;
}

.customers .importantInformation__contact {
  margin-top: 0;
}

.customers .importantInformation__contact-phone {
  white-space: pre-wrap;
}

.customers .thanksBlock {
  padding-top: 10px;
  padding-bottom: 25px;
}

.customers .thanksBlock__title {
  padding-left: 30px;
  padding-right: 30px;
}

.customers .thanksBlock__title h2 {
  font-size: 28px;
}

.customers .thanksBlock .slick-list {
  max-width: 214px;
  overflow: hidden;
  margin: 0 auto;
}

.customers .thanksBlock .thanksSlider.greenArrow .slick-arrow {
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.customers .thanksBlock .greenArrow .slick-arrow.slick-prev {
  left: -10px;
}

.customers .thanksBlock .greenArrow .slick-arrow.slick-next {
  right: -10px;
}

.customers .thanksBlock .thanksSlider__link {
  width: 214px;
  height: 282px;
}

.customers .thanksBlock .thanksSlider__item {
  width: 214px;
  padding-left: 0;
  padding-right: 0;
}

.customers__text ul {
  margin: 0;
}

.customers__img {
  margin-left: -10px;
  margin-right: -10px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 25px;
  padding-bottom: 10px;
}

.customers__img img {
  width: 100%;
  height: auto;
}

.customers__partners {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 35px;
  border-bottom: 3px solid #008b3b;
}

.customers__partners h2 {
  margin-bottom: 17px;
}

.customers__partners-item {
  margin-bottom: 15px;
}

.customers__partners-item:last-of-type {
  margin-bottom: 0;
}

.customers__partners-item h6 {
  margin-top: 0;
}

.customers__partners-item ul {
  padding: 0;
  margin-bottom: 0;
}

.customers__partners-item ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.customers__partners-item ul li::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .customers .sideBar__right {
    padding-top: 25px;
  }

  .customers .importantInformation {
    padding-left: 80px;
    padding-top: 30px;
  }

  .customers .importantInformation::before {
    top: 37px;
  }

  .customers .importantInformation__text {
    max-width: 310px;
    margin-bottom: 10px;
  }

  .customers .importantInformation__contact {
    margin-top: 0;
  }

  .customers .importantInformation__contact-phone {
    white-space: normal;
  }

  .customers .thanksBlock {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .customers .thanksBlock__title {
    padding-left: 0;
    padding-right: 0;
  }

  .customers .thanksBlock__title h2 {
    margin-top: 33px;
    margin-bottom: 24px;
  }

  .customers .thanksBlock .slick-list {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .customers .thanksBlock .thanksSlider__link {
    width: 212px;
    height: 282px;
  }

  .customers .thanksBlock .thanksSlider__item {
    width: 212px;
    margin-right: 30px;
  }

  .customers__text ul {
    margin: 0;
  }

  .customers__img {
    max-width: 572px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .customers__img img {
    width: 100%;
    height: auto;
  }

  .customers__partners {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customers__partners h2 {
    margin-top: 32px;
    width: 100%;
  }

  .customers__partners-item {
    width: 240px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .customers__partners-item:nth-of-type(2),.customers__partners-item:nth-of-type(5) {
    width: 280px;
  }

  .customers__partners-item:nth-of-type(3) {
    width: 180px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .customers .sideBar__right {
    padding-top: 0;
    padding-left: 50px;
  }

  .customers .importantInformation {
    padding-left: 80px;
    padding-top: 30px;
  }

  .customers .importantInformation::before {
    top: 37px;
  }

  .customers .importantInformation__text {
    max-width: 310px;
    margin-bottom: 10px;
  }

  .customers .importantInformation__contact {
    margin-top: 0;
  }

  .customers .importantInformation__contact-phone {
    white-space: normal;
  }

  .customers .thanksBlock {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .customers .thanksBlock__title {
    padding-left: 0;
    padding-right: 0;
  }

  .customers .thanksBlock__title h2 {
    margin-top: 33px;
    margin-bottom: 24px;
  }

  .customers .thanksBlock .slick-list {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .customers .thanksBlock .thanksSlider.greenArrow .slick-arrow {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .customers .thanksBlock .greenArrow .slick-arrow.slick-prev {
    left: -2px;
  }

  .customers .thanksBlock .greenArrow .slick-arrow.slick-next {
    right: -2px;
  }

  .customers .thanksBlock .thanksSlider {
    padding-left: 12px;
  }

  .customers .thanksBlock .thanksSlider__link {
    width: 251px;
    height: 331px;
  }

  .customers .thanksBlock .thanksSlider__item {
    width: 251px;
    margin-right: 35px;
  }

  .customers__text {
    max-width: 690px;
  }

  .customers__text ul {
    margin: 0;
  }

  .customers__img {
    max-width: 572px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .customers__img img {
    width: 100%;
    height: auto;
  }

  .customers__partners {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customers__partners h2 {
    margin-top: 32px;
    width: 100%;
  }

  .customers__partners-item {
    width: 100%;
    max-width: 310px;
    padding-right: 20px;
    margin-bottom: 15px;
  }

  .customers__partners-item:nth-of-type(2),.customers__partners-item:nth-of-type(5) {
    max-width: 295px;
  }

  .customers__partners-item:nth-of-type(3) {
    max-width: 235px;
    padding-right: 0;
  }

  .customers__partners-item:nth-of-type(5) h6 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .customers .sideBar__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 38px;
  }

  .customers .thanksBlock {
    width: 100%;
  }

  .customers .thanksBlock__title {
    padding-left: 0;
    padding-right: 0;
  }

  .customers .thanksBlock__title h2 {
    margin-top: 33px;
    margin-bottom: 24px;
  }

  .customers .thanksBlock .slick-list {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .customers .thanksBlock .thanksSlider.greenArrow .slick-arrow {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .customers .thanksBlock .greenArrow .slick-arrow.slick-prev {
    left: -20px;
  }

  .customers .thanksBlock .greenArrow .slick-arrow.slick-next {
    right: 0;
  }

  .customers .thanksBlock .thanksSlider {
    padding-left: 0;
  }

  .customers .thanksBlock .thanksSlider__link {
    width: 251px;
    height: 331px;
  }

  .customers .thanksBlock .thanksSlider__item {
    width: 251px;
    margin-right: 35px;
  }

  .customers__text {
    max-width: 690px;
    margin-right: 85px;
  }

  .customers__text ul {
    margin: 0;
  }

  .customers__img {
    width: 572px;
    height: 355px;
    padding: 45px;
    padding-bottom: 40px;
  }

  .customers__img img {
    width: 100%;
    height: auto;
  }

  .customers__partners {
    width: 100%;
    padding-bottom: 53px;
  }

  .customers__partners h2 {
    margin-top: 26px;
    width: 100%;
  }

  .customers__partners ul {
    margin-top: 5px;
  }

  .customers__partners-item {
    width: 100%;
    max-width: 310px;
    padding-right: 20px;
    margin-bottom: 15px;
  }

  .customers__partners-item:nth-of-type(2) {
    max-width: 295px;
  }

  .customers__partners-item:nth-of-type(3) {
    max-width: 305px;
    padding-right: 0;
  }

  .customers__partners-item:nth-of-type(4) {
    max-width: 270px;
  }

  .customers__partners-item:nth-of-type(5) {
    max-width: 180px;
  }

  .customers__partners-item:nth-of-type(5) h6 {
    padding-right: 20px;
  }
}

/* End */


/* Start:/local/templates/komus/css/sales.css?157769789716714*/
/* FONT *//* === SALES LIST ===*/.sales-list__grid {
  margin-left: -10px;
  margin-right: -10px;
}

.sales-list__item:hover {
    text-decoration: none;
}
.sales-list__item {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

.sales-list__item:last-of-type {
  margin-bottom: 0;
}

.sales-list__item .figure {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  overflow: hidden;
  height: 255px;
  margin: 0;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
}

.sales-list__item .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
}

.figurecaption__precent {
  position: relative;
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 59px;
  line-height: 59px;
  z-index: 1;
  padding-right: 13px;
}

.figurecaption__precent .precent {
  font-size: 30px;
  line-height: 59px;
}

.figurecaption__twofer {
  position: relative;
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 59px;
  line-height: 59px;
  z-index: 1;
  padding-right: 20px;
  padding-bottom: 20px;
}

.figurecaption__twofer .price {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.figurecaption__gift {
  position: relative;
  font-family: "Sans Pro Black";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #3b3b3b;
  z-index: 1;
  padding-right: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.figurecaption__gift .plus {
  font-size: 59px;
  line-height: 1;
}

.figurecaption__text {
  padding-left: 55px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 68px;
  overflow: hidden;
}

.sales-list__item .figurecaption__text::before {
  width: 50px;
  height: 50px;
  z-index: -1;
}

.sales-list__item .figurecaption__text::after {
  left: 25px;
}

.sales-list__item figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 195px;
  height: 100%;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
}

.sales-list__item figcaption::after {
  left: 50px;
}

.sales-list__item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.sales-list__item-footer h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 22px;
  width: 100%;
  max-height: 66px;
  overflow: hidden;
}

.sales-list__item-footer .period {
  width: 50%;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #757575;
  font-weight: 400;
}

.sales-list__item-footer .date {
  color: #424242;
  font-weight: 700;
}

.sales-list__item-footer .read-more {
  width: 50%;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #d10910;
}/* === / SALES LIST ===*//* === ONE SALE ===*/.one-sale h1 {
  line-height: 36px;
}

.one-sale .menuSideBar .action-btn {
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 208px;
  font-size: 20px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.one-sale .menuSideBar .action-btn::before {
  content: '\64';
  font-family: "Komus-font-2";
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.one-sale .menuSideBar__list {
  top: -webkit-calc(100% - 80px);
  top: -moz-calc(100% - 80px);
  top: calc(100% - 80px);
}

.one-sale .menuSideBar__link {
  padding-left: 17px;
  padding-right: 17px;
}

.one-sale .menuSideBar__link.current {
  background-color: #fff;
  border: 1px solid #d10910;
}

.one-sale .menuSideBar__mobile {
  padding-left: 17px;
  padding-bottom: 17px;
  padding-top: 17px;
  padding-right: 50px;
}

.one-sale .menuSideBar__mobile::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.one-sale .importantInformation {
  padding-bottom: 0;
}

.one-sale .sideBar__right {
  padding-top: 37px;
}

.one-sale .sideBar__right .figure {
  position: relative;
  margin: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.one-sale .sideBar__right .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
	/*
	*/
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.one-sale .sideBar__right .figure::after {
	/*
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
	*/
}

.one-sale .sideBar__right .figure__img {
  position: relative;
  overflow: hidden;
  height: 280px;
  width: 100%;
}

.one-sale .sideBar__right figcaption {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.one-sale .sideBar__right figcaption::after {
  display: none;
}

.one-sale .sideBar__right .figurecaption__precent {
  position: absolute;
  left: 13px;
  bottom: 45px;
  z-index: 1;
  font-family: "Sans Pro Black";
  font-size: 57px;
  font-weight: 400;
  line-height: 35.01px;
  text-transform: uppercase;
  color: #3b3b3b;
}

.one-sale .sideBar__right .figurecaption__precent .precent {
  font-size: 29px;
}

.one-sale .sideBar__right .figurecaption__text {
  max-width: 200px;
  padding-left: 70px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 12px;
}

.one-sale .sideBar__right .figurecaption__text span {
  overflow: hidden;
  display: inline-block;
  max-height: 44px;
}

.one-sale .sideBar__right .figurecaption__text::before {
  width: 50px;
  height: 50px;
  z-index: -1;
}

.one-sale .sideBar__right .figurecaption__text::after {
  left: 28px;
}

.one-sale__item-title {
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #d10910;
  margin-bottom: 10px;
  max-height: 70px;
  overflow: hidden;
}

.one-sale__item-period {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 400;
  color: #757575;
  padding-right: 80px;
}

.one-sale__item-date {
  color: #424242;
  font-weight: 700;
}

.one-sale__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 17px;
  color: #424242;
  padding-bottom: 6px;
}

.one-sale__title h4 {
  font-weight: 700;
  font-family: "Sans Pro Bold";
}

.one-sale__title span {
  display: block;
  color: #757575;
  margin-bottom: 10px;
}/* === / ONE SALE ===*/
@media screen and (min-width: 768px) {
  .sales-list__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-right: 0;
  }

  .sales-list__item {
    max-width: 330px;
    width: 330px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .sales-list__item:last-of-type {
    margin-bottom: 30px;
  }

  .sales-list__item-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sales-list__item-footer h6 {
    max-height: 42px;
    margin-bottom: 12px;
  }

  .sales-list__item-footer .period {
    width: 70%;
  }

  .sales-list__item-footer .read-more {
    width: 30%;
  }

  .one-sale .row {
    margin-left: 0;
    margin-right: 0;
  }

  .one-sale .menuSideBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .one-sale .menuSideBar .action-btn {
    margin: 0;
  }

  .one-sale .menuSideBar__mobile {
    height: 120px;
  }

  .one-sale .menuSideBar__list {
    top: 100%;
  }

  .one-sale .sideBar__right {
    padding-top: 35px;
  }

  .one-sale .sideBar__right figcaption {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .one-sale .sideBar__right .figure {
    max-width: 572px;
  }

  .one-sale .sideBar__right .figure img {
    position: absolute;
    left: 50%;
    top: 50%;
	  /*
	  */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }

  .one-sale .sideBar__right .figure__img {
    position: relative;
    overflow: hidden;
    height: 280px;
  }

  .one-sale .sideBar__right .figure::after {
	/*
    display: block;
    max-width: 270px;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: -84px;
    left: auto;
    top: 0;
    background-color: #fff;
    -webkit-transform: skewX(-37deg);
    -moz-transform: skewX(-37deg);
    -ms-transform: skewX(-37deg);
    -o-transform: skewX(-37deg);
    transform: skewX(-37deg);
	*/  
  }

  .one-sale .sideBar__right .figurecaption__precent {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 72px;
    padding-right: 34px;
    padding-bottom: 26px;
  }

  .one-sale .sideBar__right .figurecaption__precent .precent {
    font-size: 36px;
  }

  .one-sale .sideBar__right .figurecaption__text {
    max-width: 255px;
    max-height: 84px;
    font-size: 22px;
    line-height: 26.64px;
    padding-right: 25px;
    padding-top: 17px;
  }

  .one-sale .sideBar__right .figurecaption__text span {
    max-height: 50px;
  }

  .one-sale .importantInformation {
    padding-top: 30px;
  }

  .one-sale .importantInformation::before {
    top: 38px;
  }
}

@media screen and (min-width: 1280px) {
  .sales-list__grid {
    width: calc(100% + 35px);
    margin-left: -15px;
  }
  .sales-list__item {
    max-width: 380px;
    width: 380px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    cursor: pointer;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    transition: border-color 0.4s;
  }

  .sales-list__item:hover {
    border-color: #d10910;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    transition: border-color 0.4s;
  }


  .one-sale .row {
    margin-left: 0;
    margin-right: 0;
  }

  .one-sale .menuSideBar {
    display: block;
  }

  .one-sale .menuSideBar .action-btn {
    margin: 0;
    max-width: 100%;
  }

  .one-sale .menuSideBar__mobile {
    height: 120px;
  }

  .one-sale .menuSideBar__list {
    top: 100%;
  }

  .one-sale .menuSideBar__link {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .one-sale .menuSideBar__link:last-of-type {
    margin-bottom: 20px;
  }

  .one-sale .sideBar__right {
    padding-top: 0;
    padding-left: 50px;
  }

  .one-sale .importantInformation {
    padding-top: 30px;
  }

  .one-sale .importantInformation::before {
    top: 38px;
  }

  .one-sale__item-period {
    padding-right: 0;
  }

  .one-sale__item-title {
    max-height: 45px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1900px) {
  .sales-list__item {
    max-width: 412px;
    width: 412px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .sales-list__grid {
    width: calc(100% + 70px);
    margin-left: -23px;
  }

  .one-sale h1 {
    margin-top: 17px;
    margin-bottom: 25px;
  }

  .one-sale .row {
    margin-left: 0;
    margin-right: 0;
  }

  .one-sale .menuSideBar {
    display: block;
  }

  .one-sale .menuSideBar .action-btn {
    margin: 0;
    max-width: 100%;
  }

  .one-sale .menuSideBar__mobile {
    height: 120px;
  }

  .one-sale .menuSideBar__list {
    top: 100%;
  }

  .one-sale .menuSideBar__link {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .one-sale .menuSideBar__link:last-of-type {
    margin-bottom: 20px;
  }

  .one-sale .sideBar__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 38px;
  }

  .one-sale .sideBar__right .figure img {
    position: absolute;
    left: 50%;
    top: 50%;
	  /*
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }

  .one-sale .sideBar__right .figure__img {
    position: relative;
    overflow: hidden;
    height: 280px;
    width: 86%;
  }

  .one-sale .sideBar__right-col-l {
    width: 40%;
    padding-bottom: 30px;
  }

  .one-sale .sideBar__right-col-r {
    padding-left: 65px;
    width: 60%;
    padding-bottom: 30px;
  }

  .one-sale .importantInformation {
    padding-top: 35px;
  }

  .one-sale .importantInformation::before {
    top: 43px;
  }

  .one-sale__item-period {
    padding-right: 0;
  }

  .one-sale__item-title {
    max-height: 45px;
    overflow: hidden;
  }

  .one-sale__title h4 {
    margin-top: 0;
  }
}

/* End */


/* Start:/local/templates/komus/css/reviews_slider.css?15772823193204*/
/* FONT */.reviews__title {
  text-align: center;
  width: 100%;
}

.reviews__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  margin-top: 24px;
  margin-bottom: 27px;
  color: #3b3b3b;
}

.reviews__slider.greenArrow .slick-arrow {
  top: 210px;
}

.reviews__slider.greenArrow .slick-arrow.slick-next {
  right: -11px;
}

.reviews__slider.greenArrow .slick-arrow.slick-prev {
  left: -11px;
}

.reviews__item {
  padding-top: 30px;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 40px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.reviews__item p + p {
  margin-top: 5px;
}

.reviews__footer {
  padding-top: 25px;
}

.reviews__footer span {
  display: block;
}

.reviews__date {
  font-size: 14px;
  color: #9a9a9a;
}

.reviews__name {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .reviews__title h2 {
    margin-top: 14px;
  }

  .reviews__item {
    max-width: 666px;
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 56px;
  }

  .reviews__slider .slick-list {
    overflow: hidden;
    max-width: 666px;
    margin: 0 auto;
  }

  .reviews__slider.greenArrow .slick-arrow.slick-next {
    right: 3px;
  }

  .reviews__slider.greenArrow .slick-arrow.slick-prev {
    left: 3px;
  }
}

@media screen and (min-width: 1280px) {
  .reviews__title h2 {
    margin-top: 0;
  }

  .reviews__item {
    max-width: 836px;
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 75px;
  }

  .reviews__slider .slick-list {
    overflow: hidden;
    max-width: 836px;
    margin: 0 auto;
  }

  .reviews__slider.greenArrow .slick-arrow.slick-next {
    right: -8px;
  }

  .reviews__slider.greenArrow .slick-arrow.slick-prev {
    left: -8px;
  }
}

@media screen and (min-width: 1920px) {
  .reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-right: 140px;
  }

  .reviews__title {
    width: 100%;
  }

  .reviews__title h2 {
    margin-top: 0;
  }

  .reviews__item {
    max-width: 999px;
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 75px;
  }

  .reviews__slider {
    max-width: 1000px;
    margin: 0 auto;
  }

  .reviews__slider .slick-list {
    overflow: hidden;
    max-width: 999px;
    margin: 0 auto;
  }

  .reviews__slider.greenArrow .slick-arrow.slick-next {
    right: -15px;
  }

  .reviews__slider.greenArrow .slick-arrow.slick-prev {
    left: -15px;
  }
}

/* End */


/* Start:/local/templates/komus/css/printing.css?15772823199418*/
/* FONT *//* === LIST PRINTING ===*/
.list-printing__grid {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.list-printing__item {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
  width: 279px;
  height: 359px;
  margin-bottom: 22px;
}

.list-printing__item figure {
  margin: 0;
  height: 100%;
  width: 100%;
  padding-top: 30px;
}

.list-printing__item figcaption {
  width: 235px;
}

.list-printing__item figcaption::after {
  display: none;
}

.list-printing__item .figurecaption__text {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-transform: uppercase;
}

.list-printing__item .figurecaption__text::before {
  z-index: -1;
}

.list-printing__picture {
  position: relative;
  display: inline-block;
  width: 225px;
  height: 225px;
}

.list-printing__picture img {
  max-width: 100%;
  max-height: 100%;
}/* === / LIST PRINTING ===*//* ===  ONE PRINT ===*/.one-print .sideBar__right {
  padding-top: 30px;
  padding-bottom: 25px;
}

.one-print .button.greenButton {
  height: auto;
  font-family: "Sans Pro Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding-left: 88px;
  margin-top: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.one-print .button.greenButton::before {
  content: '\6b';
  font-size: 28px;
  left: 40px;
  top: 30px;
}

.one-print__gallery h4 {
  padding-left: 10px;
  margin-top: 20px;
}

.one-print__gallery .slide {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.one-print__gallery .slide__pic {
  display: inline-block;
}

.one-print__once-slider .slide {
  height: 263px;
  padding: 25px 0;
}

.one-print__once-slider .slide__pic {
  width: 210px;
  height: 214px;
}

.one-print__once-slider .slide__pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.one-print__several-slider .slide {
  width: 135px;
  height: 134px;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 0;
}

.one-print__several-slider .slide__pic {
  width: 105px;
  height: 105px;
}

.one-print__several-slider .slide__pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.one-print__contacts {
  padding-top: 10px;
}/* === / ONE PRINT ===*/
@media screen and (min-width: 600px) {
  .list-printing__grid {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .list-printing__grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 8px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .list-printing__item {
    width: 210px;
    height: 286px;
    margin-bottom: 16px;
    margin-right: 15px;
    margin-left: 15px;
  }


  .list-printing__item figcaption {
    width: 185px;
  }

  .list-printing__item figcaption::after {
    display: none;
  }

  .list-printing__item .figurecaption__text {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
  }

  .list-printing__picture {
    position: relative;
    display: inline-block;
    width: 175px;
    height: 185px;
  }

  .sideBar::after {
    clear: both;
    content: '';
    width: 100%;
    display: table;
  }

  .one-print .sideBar__right {
    padding-top: 25px;
    padding-bottom: 13px;
  }

  .one-print .greenButton {
    font-size: 20px;
    padding-left: 108px;
    margin-top: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
    max-width: 426px;
    margin-left: 0;
    margin-right: 0;
  }

  .one-print .greenButton::before {
    content: '\6b';
    font-size: 28px;
    left: 57px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .one-print__left {
    max-width: 345px;
    float: left;
    margin-right: 25px;
    padding-top: 5px;
  }

  .one-print__gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .one-print__gallery h4 {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .one-print__once-slider .slide {
    height: 303px;
    padding: 28px 0;
  }

  .one-print__once-slider .slide__pic {
    width: 240px;
    height: 250px;
  }

  .one-print__several-slider .slide {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }

  .one-print__several-slider .slick-list {
    max-width: 300px;
    overflow: hidden;
  }

  .one-print__contacts {
    padding-top: 36px;
  }

  .one-print__contacts .importantInformation {
    padding-bottom: 20px;
    padding-left: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .list-printing__grid {
    padding-bottom: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .list-printing__item {
    width: 279px;
    height: 359px;
    margin-bottom: 22px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .list-printing__item:hover .figure {
    border-color: #008b3b;
  }

  .list-printing__item:hover .figurecaption__text::before,.list-printing__item:hover .figurecaption__text::after {
    background-color: #008b3b;
  }

  .list-printing__item figcaption {
    width: 235px;
  }

  .list-printing__item figcaption::after {
    display: none;
  }

  .list-printing__item .figurecaption__text {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .list-printing__item .figurecaption__text::before {
    z-index: -1;
  }

  .list-printing__picture {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 235px;
  }

  .one-print .sideBar__right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .one-print .greenButton {
    margin-top: 30px;
    -webkit-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
  }

  .one-print .button.greenButton:hover {
    padding-left: 75px;
    -webkit-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
  }

  .one-print .button.greenButton:hover::before {
    top: 150%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .one-print__left {
    margin-right: 37px;
  }

  .one-print__contacts {
    padding-top: 40px;
  }

  .one-print__contacts .importantInformation {
    padding-bottom: 30px;
    padding-left: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .list-printing__item {
    width: 315px;
    height: 405px;
    margin-bottom: 25px;
    margin-right: 30px;
  }

  .list-printing__item:nth-of-type(3n) {
    margin-right: 30px;
  }

  .list-printing__item:nth-of-type(4n) {
    margin-right: 30px;
  }

  .list-printing__item:nth-of-type(5n) {
    margin-right: 0;
  }

  .list-printing__item:hover .figurecaption__text::before,.list-printing__item:hover .figurecaption__text::after {
    background-color: #008b3b;
    -webkit-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }

  .list-printing__item figure {
    padding-top: 40px;
  }

  .list-printing__item figcaption {
    width: 273px;
  }

  .list-printing__item figcaption::after {
    display: none;
  }

  .list-printing__item .figurecaption__text {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
  }

  .list-printing__item .figurecaption__text::before {
    z-index: -1;
    -webkit-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }

  .list-printing__item .figurecaption__text::after {
    -webkit-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }

  .list-printing__picture {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 250px;
  }

  .one-print .sideBar__right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .one-print .greenButton {
    margin-top: 68px;
  }

  .one-print__once-slider .slide {
    height: 355px;
    padding: 33px 0;
  }

  .one-print__once-slider .slide__pic {
    width: 281px;
    height: 288px;
    text-align: center;
  }

  .one-print__once-slider .slide__pic img {
    display: inline-block;
  }

  .one-print__left {
    max-width: 404px;
    margin-right: 60px;
  }

  .one-print__right {
    max-width: 810px;
    float: left;
  }
}

/* End */


/* Start:/local/templates/komus/css/portfolio.css?15772823198245*/
/* FONT *//* === PORTFOLIO LIST ===*/.portfolio-list__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-list__item {
  width: 100%;
  max-width: 208px;
  text-align: center;
  margin-bottom: 35px;
}

.portfolio-list__item:hover {
  text-decoration: none;
}

.portfolio-list__pic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 208px;
  height: 208px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.portfolio-list__pic img {
  height: auto;
  width: auto;
}

.portfolio-list__title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Sans Pro SemiBold";
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  overflow: hidden;
  color: #3b3b3b;
}

.portfolio-list__link {
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}/* === / PORTFOLIO LIST ===*/.portfolio-one .paggination__list {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

.portfolio-one__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-one__item {
  position: relative;
  width: 292px;
  height: 292px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.portfolio-one__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.portfolio-one__item:active {
  border-color: #d10910;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}/* ===  ONE CATEGORY PORTFOLIO ===*//* === / ONE CATEGORY PORTFOLIO ===*/
@media screen and (min-width: 640px) {
  .portfolio-list__grid {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -15px;
  }
  .portfolio-list__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-list__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin-left: -30px;
  }

  .portfolio-list__item {
    width: 182px;
    text-align: center;
    margin-bottom: 45px;
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
  }

  .portfolio-list__pic {
    width: 182px;
    height: 182px;
  }

  .portfolio-list__pic img {
    width: 100%;
    height: 100%;
  }

  .portfolio-one__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .portfolio-one__item {
    width: 218px;
    height: 218px;
    margin-bottom: 20px;
    margin-right: 22px;
  }

  .portfolio-one__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .portfolio-fancy .fancybox-wrap,.portfolio-fancy .fancybox-skin {
    width: 600px !important;
    height: 600px !important;
  }

  .portfolio-fancy .fancybox-outer,.portfolio-fancy .fancybox-inner {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }

  .portfolio-fancy .fancybox-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .portfolio-list__item {
    width: 182px;
    width: -webkit-calc(182 / 1280 * 100vw);
    width: -moz-calc(182 / 1280 * 100vw);
    width: calc(182 / 1280 * 100vw);
    text-align: center;
    margin-bottom: 45px;
  }

  .portfolio-list__item:hover .portfolio-list__link {
    text-decoration: underline;
  }

  .portfolio-one__item {
    width: 280px;
    height: 280px;
    margin-bottom: 25px;
    margin-right: 20px;
  }

  .portfolio-one__item:nth-of-type(3n) {
    margin-right: 20px;
  }

  .portfolio-one__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .portfolio-one__item:hover {
    border-color: #d10910;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    transition: border-color 0.4s;
  }
}

@media screen and (min-width: 1920px) {

  .portfolio-list__item {
    width: 100%;
    max-width: 208px;
    text-align: center;
    margin-bottom: 55px;
  }

  .portfolio-list__pic {
    width: 208px;
    height: 208px;
  }

  .portfolio-list__pic img {
    width: auto;
    height: auto;
  }

  .portfolio-one__item {
    width: 315px;
    height: 315px;
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .portfolio-one__item:nth-of-type(3n) {
    margin-right: 30px;
  }

  .portfolio-one__item:nth-of-type(4n) {
    margin-right: 30px;
  }

  .portfolio-one__item:nth-of-type(5n) {
    margin-right: 0;
  }
}

/* End */


/* Start:/local/templates/komus/css/photo_gallery_slider.css?15772823194932*/
/* FONT */.photo-gallery {
  padding-top: 10px;
}

.photo-gallery__title {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

.photo-gallery__title h2 {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #3b3b3b;
}

.photo-gallery__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-gallery__slider .slick-list {
  overflow: hidden;
  max-width: 210px;
  margin: 0 auto;
}

.photo-gallery__slider.greenArrow .slick-arrow {
  background-color: #d2d2d2;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photo-gallery__slider.greenArrow .slick-arrow:hover {
  background-color: #008b3b;
}

.photo-gallery__slider.greenArrow .slick-arrow.slick-prev {
  left: -11px;
}

.photo-gallery__slider.greenArrow .slick-arrow.slick-next {
  right: -11px;
}

.photo-gallery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 210px;
}

.photo-gallery__item a {
  position: relative;
  display: block;
  width: 210px;
  height: 209px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 23px;
  overflow: hidden;
}

.photo-gallery__item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
}

@media screen and (min-width: 768px) {
  .photo-gallery {
    padding-top: 20px;
  }

  .photo-gallery__slider .slick-list {
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
  }

  .photo-gallery__slider.greenArrow .slick-arrow.slick-prev {
    left: -25px;
  }

  .photo-gallery__slider.greenArrow .slick-arrow.slick-next {
    right: -25px;
  }

  .photo-gallery__item {
    max-width: 210px;
    margin-right: 34px;
  }
}

@media screen and (min-width: 1280px) {
  .photo-gallery {
    padding-top: 20px;
  }

  .photo-gallery__title h2 {
    margin-top: 15px;
    margin-bottom: 17px;
  }

  .photo-gallery__slider .slick-list {
    overflow: hidden;
    max-width: 845px;
    margin: 0 auto;
  }

  .photo-gallery__slider.greenArrow .slick-arrow.slick-prev {
    left: -38px;
  }

  .photo-gallery__slider.greenArrow .slick-arrow.slick-next {
    right: -10px;
  }

  .photo-gallery__item {
    max-width: 250px;
    margin-right: 40px;
  }

  .photo-gallery__item a {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
  }
    .photo-gallery-item{
	float:left;
	width:350px;
	height:350px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 15px 15px 0;
  }
}

@media screen and (min-width: 1920px) {
  .photo-gallery {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 135px;
  }

  .photo-gallery__title {
    width: 100%;
  }

  .photo-gallery__title h2 {
    margin-top: 15px;
    margin-bottom: 17px;
  }

  .photo-gallery__slider {
    max-width: 1285px;
    margin: 0 auto;
  }

  .photo-gallery__slider .slick-list {
    overflow: hidden;
    max-width: 1285px;
  }

  .photo-gallery__slider.greenArrow .slick-arrow.slick-prev {
    left: -38px;
  }

  .photo-gallery__slider.greenArrow .slick-arrow.slick-next {
    right: -10px;
  }

  .photo-gallery__item {
    max-width: 287px;
    margin-right: 40px;
  }

  .photo-gallery__item a {
    position: relative;
    display: block;
    width: 287px;
    height: 286px;
    margin-bottom: 30px;
  }
  .photo-gallery-item{
	float:left;
	width:444px;
	height:444px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 27px 27px 0;
  }
  
  
  
}

/* End */


/* Start:/local/templates/komus/css/partners.css?1577282319966*/
.our-partners .sideBar__right {
  padding-top: 30px;
}

.our-partners .slick-list {
  overflow: hidden;
}

.our-partners .ourBlock {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}

.our-partners .ourBlock__block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-partners .ourSlider__item {
  width: 220px;
}

@media (min-width: 768px) {
  .our-partners .sideBar__right {
    padding-top: 30px;
  }

  .our-partners .ourSlider__item {
    width: 230px;
  }
}

@media (min-width: 1280px) {
  .ourBlock {
    margin-top: 40px;
  }

  .ourBlock__block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .our-partners .sideBar__right {
    padding-top: 0;
  }

  .our-partners .ourSlider__item {
    width: 260px;
  }
}

@media (min-width: 1920px) {
  .our-partners .sideBar__right {
    padding-top: 0;
  }

  .our-partners .ourSlider__item {
    width: 230px;
  }
}

/* End */


/* Start:/local/templates/komus/css/order.css?175456318627149*/
/* FONT */
.orderForm {
  margin-top: 30px;
}

.catalogItem__amout {
  display: none;
}

.stepBlock {
  margin-bottom: 55px;
  position: relative;
}

.stepBlock__title {
  color: #3b3b3b;
  font-size: 18px;
  display: block;
  padding-left: 55px;
  padding-top: 8px;
  margin-bottom: 13px;
  font-family: "Sans Pro SemiBold";
}

.stepBlock__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #008b3b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.personalData__field {
  position: relative;
}

.personalData__field.personalData__field--req::after {
  content: '*';
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 24px;
  font-weight: 300;
  color: #d10910;
}

.requisites__title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  padding-left: 5px;
  display: block;
  margin-top: 30px;
}

.personalData__required {
  position: absolute;
  right: -8px;
  top: 0;
  color: #d10910;
}

.waysDelivery__block {
  padding-left: 47px;
  padding-right: 8px;
}

.waysDelivery .radio {
  width: 250px;
  height: 75px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.orderItem {
  position: relative;
}

.orderItem .popUpForm__close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.waysDelivery .radio:hover {
  border-color: #008b3b;
}

.waysDelivery .radio__text {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.2px;
  padding-left: 50px;
  font-family: "Sans Pro SemiBold";
  width: 100%;
  height: 100%;
  padding-right: 15px;
}

.waysDelivery .radio__button {
  left: 18px;
  top: 28px;
}

.requisites__block {
  padding-left: 5px;
  padding-right: 10px;
}

.requisites__info {
  display: block;
  color: #3b3b3b;
  font-size: 18px;
}

.requisites__upload {
  margin-top: 19px;
}

.requisites.stepBlock {
  margin-bottom: 34px;
}

.orderList__header {
  display: none;
}

.orderList__block {
  margin-top: 27px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -12px;
}

.orderItem {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.orderItem__price {
  display: none;
}

.orderItem__price .rub {
  font-family: "Sans Pro Black";
  font-size: 22px;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.orderItem__priceApplication {
  display: none;
}

.orderItem__priceApplication .rub {
  font-size: 11px;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}

.orderItem__app {
  display: none;
}

.orderItem__amount {
  display: none;
}

.orderItem__total {
  display: none;
}

.orderItem__total .rub {
  font-family: "Sans Pro Black";
  font-size: 22px;
  font-weight: 900;
  vertical-align: top;
  padding: 0;
}

.orderItem__number {
  width: 35px;
  min-height: 111px;
  height: auto;
  max-height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.orderItem__img {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 10px;
}

.orderItem__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.orderItem__name {
  font-size: 18px;
  display: block;
  max-height: 75px;
  overflow: hidden;
  margin-bottom: 4px;
}

.personalData__tabsWrapper {
  margin-top: 10px;
}

.personalData__tabButton {
  width: 238px;
  height: 75px;
  font-family: "Sans Pro SemiBold";
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  position: relative;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.personalData__block .personalData__field .form-error {
  display: none;
}

.personalData__block .formField input {
  padding-top: 8px;
  padding-bottom: 9px;
}

.personalData__tabsButtons {
  margin-bottom: 24px;
  padding-left: 59px;
}

.personalData__tabButton:hover {
  text-decoration: none;
}

.personalData__tabButton span {
  margin-left: 20px;
}

.personalData__tabButton::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 28px;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  border-radius: 50%;
}

.personalData__tabButton.active::after {
  content: '';
  position: absolute;
  left: 23px;
  top: 33px;
  width: 10px;
  height: 10px;
  background-color: #d10910;
  border-radius: 50%;
}

.orderItem__text {
  padding-top: 5px;
  color: #3b3b3b;
  font-size: 16px;
  width: 100%;
}

.orderItem__article {
  font-family: "Sans Pro SemiBold";
  display: block;
  margin-bottom: 8px;
}

.orderItem__option {
  line-height: 20px;
}

.orderItem__option-item {
  display: block;
}

.orderItem__option-item.application {
  margin-top: 9px;
}

.orderItem__option-title {
  font-family: "Sans Pro SemiBold";
  display: block;
}

.orderPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.orderPrice__price-price.amount {
  position: relative;
  width: 137px;
  margin: 0 auto;
}

.orderPrice__price span {
  padding-left: 25px;
}

.catalogItem__amout-input {
  position: relative;
  width: 110px;
  height: 52px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  padding-right: 40px;
}

.orderPrice__price-price .catalogItem__plus {
  border-right: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 35px;
}

.orderPrice__price-price .catalogItem__minus {
  border-right: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 35px;
}

.orderLastBlock__checkbox .checkbox__text a {
  font-weight: 700;
}

.orderLastBlock__checkbox .checkbox__button:after {
  color: #008b3b;
}

.orderLastBlock__checkbox .checkbox__text a::before,
.orderLastBlock__checkbox .checkbox__text a::after {
  display: none;
}

.orderPrice__title {
  width: 45%;
  -webkit-border-radius: 25px 5px 5px 25px;
  -moz-border-radius: 25px 5px 5px 25px;
  border-radius: 25px 5px 5px 25px;
  background-color: #f3f3f3;
  color: #3b3b3b;
}

.orderPrice__title span {
  font-family: "Sans Pro SemiBold";
  text-align: center;
  line-height: 20px;
  height: 122px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orderPrice__price {
  width: 55%;
  font-family: "Sans Pro Black";
  font-size: 16px;
  text-align: center;
  color: #3b3b3b;
}

.orderPrice__price-price {
  font-size: 22px;
}

.orderPrice__price-price.application {
  color: #808080;
}

.orderPrice__price-price .rub {
  font-family: "Sans Pro Black";
  font-size: 22px;
  font-weight: 900;
  vertical-align: top;
  padding: 0;
}

.orderPrice__price span {
  height: 122px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orderLastBlock {
  margin-top: 30px;
}

.orderLastBlock__textarea.formField {
  margin-bottom: 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.orderLastBlock .checkbox__text {
  font-size: 16px;
  color: #414141;
  line-height: 24px;
}

.orderLastBlock__checkbox {
  padding-left: 45px;
  padding-right: 24px;
}

.orderLastBlock__totalPrice {
  max-width: 272px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}

.orderLastBlock__total {
  margin-top: 19px;
}

.orderLastBlock__total-title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 26px;
}

.orderLastBlock__total-prices {
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 30px;
}

.orderLastBlock__total-prices .rub {
  font-size: 16px;
}

.orderLastBlock__button {
  max-width: 272px;
  margin: 0 auto;
}

.orderSuccessful {
  margin-top: 25px;
}

.orderSuccessful__order {
  display: block;
  font-family: "Sans Pro SemiBold";
  font-size: 24px;
  color: #3b3b3b;
  line-height: 34px;
  padding-right: 40px;
  margin-bottom: 15px;
}

.orderSuccessful__numberorder {
  color: #d10910;
}

.orderSuccessful__infotext {
  color: #3b3b3b;
  font-size: 18px;
  display: block;
  margin-bottom: 21px;
}

.orderSuccessful .button {
  max-width: 254px;
  margin-bottom: 39px;
}

.orderSuccessful__img {
  display: block;
  max-width: 80%;
  margin: 0 auto
}

.orderSuccessful__text {
  display: flex;
  flex-direction: column-reverse;
}

.orderSuccessful__textContains {
  margin-top: 55px;
}

.orderSuccessful__infotext {
  font-size: 14px;
  font-family: "Sans Pro SemiBold";
  font-weight: 600;
  line-height: 22px;
}

.orderSuccessful__textContains .button {
  margin: 30px auto 30px;
}

span.orderPrice__price-quantity {
  padding-left: 5px;
}

.orderLastBlock__agreements {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px
}

@media screen and (min-width: 768px) {

  .requisites__title {
    margin-top: 10px;
  }

  .orderItem .popUpForm__close {
    top: auto;
    bottom: 63px;
    right: 41px;
  }

  .personalData__tabButton {
    margin-bottom: 0;
  }

  .orderPrice__price-price .catalogItem__plus {
    top: 22px;
  }

  .orderPrice__price-price .catalogItem__minus {
    bottom: 22px;
  }

  .personalData__tabsButtons {
    display: flex;
  }

  .personalData__blockInner {
    display: flex;
    justify-content: space-between;
  }

  .personalData__blockContains:first-of-type {
    width: 323px;
  }

  .personalData__blockContains:last-of-type {
    width: 283px;
  }

  .personalData__tabButton {
    margin-left: 19px;
  }

  .stepBlock {
    margin-bottom: 27px;
  }

  .stepBlock__title {
    margin-bottom: 17px;
  }

  .stepBlock.waysDelivery .stepBlock__title {
    margin-bottom: 13px;
  }

  .stepBlock.requisites .stepBlock__title {
    margin-bottom: 10px;
  }

  .personalData__block {
    padding-left: 54px;
    max-width: 750px;
  }

  .personalData__field {
    max-width: 323px;
  }

  .personalData__required {
    font-size: 20px;
    top: -4px;
  }

  .waysDelivery__block {
    padding-left: 59px;
  }

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

  .waysDelivery .radio {
    margin-right: 19px;
  }

  .waysDelivery__field {
    max-width: 323px;
  }

  .waysDelivery__courierBlock {
    padding-left: 243px;
  }

  .requisites__upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 498px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .orderList__block {
    width: 100%;
    margin-left: 0;
    margin-top: 34px;
  }

  .orderItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 27px;
    width: 100%;
  }

  .orderItem__number {
    min-height: 140px;
  }

  .orderItem__img {
    width: 130px;
    height: 130px;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .orderItem__text {
    width: -webkit-calc(100% - 175px);
    width: -moz-calc(100% - 175px);
    width: calc(100% - 175px);
    padding-left: 55px;
    padding-right: 50px;
    padding-top: 0;
  }

  .orderItem__name {
    height: 49px;
  }

  .orderItem__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .orderItem__option-item.application {
    padding-left: 36px;
    margin-top: 0;
  }

  .rigth {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  .orderPrice {
    width: 100%;
  }

  .orderPrice__title {
    width: 100%;
    height: 70px;
    -webkit-border-radius: 25px 25px 5px 5px;
    -moz-border-radius: 25px 25px 5px 5px;
    border-radius: 25px 25px 5px 5px;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    color: #3b3b3b;
  }

  .orderPrice__title span {
    height: 70px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 25px;
    width: 25%;
    font-size: 18px;
  }

  .orderPrice__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
    padding-bottom: 10px;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .orderPrice__price-price.amount {
    margin-left: 0;
    margin-right: 0;
  }

  .orderPrice__price-price {
    font-size: 22px;
  }

  .orderPrice__price span {
    height: 96px;
    width: 25%;
    text-align: center;
  }

  .orderLastBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .orderLastBlock__textarea.formField {
    width: 100%;
    margin-left: 0;
  }

  .orderLastBlock__checkbox {
    padding-top: 36px;
    padding-left: 0;
  }

  .orderLastBlock__checkbox:last-child {
    padding-top: 0;
  }

  .orderLastBlock__contains {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .orderLastBlock__agreements {
    gap: 20px;
    width: fit-content;
  }

  .orderLastBlock__button {
    max-width: 310px;
  }

  .orderLastBlock__total {
    width: 35%;
    margin-top: 37px;
  }

  .requisites {
    margin-bottom: 50px;
  }

  .orderSuccessful {
    margin-top: 49px;
    position: relative;
    min-height: 463px;
  }

  .orderSuccessful__infotext {
    margin-bottom: 34px;
  }

  .orderSuccessful__textContains .button {
    margin-left: 0;
    margin-right: 0;
  }

  .orderSuccessful__img {
    width: 462px;
  }

  .orderSuccessful .button {
    margin-bottom: 0;
  }

  .orderSuccessful__infotext {
    font-family: "Sans Pro Regular";
    font-weight: 400;
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .orderItem__img {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    height: 180px;
  }

  .orderItem__text {
    width: -webkit-calc(100% - 245px);
    width: -moz-calc(100% - 245px);
    width: calc(100% - 245px);
  }
}

@media screen and (min-width: 1280px) {
  .orderSuccessful {
    min-height: 332px;
  }

  .orderSuccessful__text {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 50px;
  }

  .orderItem {
    justify-content: space-between;
  }

  .orderList__header {
    justify-content: space-between;
  }

  .personalData__tabButton {
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
  }

  .personalData__tabButton:hover {
    border-color: #008b3b;
  }

  .catalogItem__amout {
    display: block;
  }

  .catalogItem__plus {
    right: 1px;
  }

  .catalogItem__minus {
    right: 1px;
  }

  .orderPrice__price-price.amount {
    width: auto;
  }

  .personalData__blockContains:last-of-type {
    width: 323px;
  }

  .orderLastBlock {
    flex-wrap: nowrap;
  }

  .orderSuccessful__img {
    width: 509px;
    margin-left: 108px;
    margin-right: 0;
  }

  .orderList__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-border-radius: 25px 25px 5px 5px;
    -moz-border-radius: 25px 25px 5px 5px;
    border-radius: 25px 25px 5px 5px;
    background-color: #f3f3f3;
    font-family: "Sans Pro SemiBold";
    color: #3b3b3b;
    font-size: 18px;
    line-height: 27px;
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 30px;
  }

  .orderList__app {
    display: none;
  }

  .orderList__num {
    width: 8%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orderList__photo {
    width: 12%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orderList__name {
    width: 32%;
    padding-right: 40px;
    padding-left: 10px;
  }

  .orderList__price {
    width: 14%;
    text-align: center;
    padding-left: 7px;
    padding-right: 10px;
  }

  .orderList__application {
    width: 16%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .orderList__amount {
    width: 11%;
    text-align: center;
  }

  .orderList__total {
    width: 14%;
    text-align: center;
  }

  .orderPrice {
    display: none;
  }

  .orderItem {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .orderItem__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    padding-left: 7px;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3b3b3b;
    font-size: 22px;
    font-family: "Sans Pro Black";
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orderItem__priceApplication {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Sans Pro Black";
    color: #808080;
    font-size: 22px;
    height: 200px;
  }

  .orderItem__amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3b3b3b;
    font-family: "Sans Pro SemiBold";
    font-size: 16px;
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orderItem .popUpForm__close {
    bottom: auto;
    top: 20px;
    right: 20px;
  }

  .orderItem__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3b3b3b;
    font-size: 22px;
    font-family: "Sans Pro Black";
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orderItem__number {
    width: 3%;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
  }

  /* .orderItem__img {
    width: 17%;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
  }

  .orderItem__img img {
    margin: 0 auto;
  } */

  .orderItem__text {
    width: 32%;
    padding-right: 40px;
    padding-left: 10px;
  }

  .orderItem__option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .orderItem__option-item.application {
    padding-left: 0;
    margin-top: 11px;
  }

  .orderItem__option-block {
    width: max-content;
  }

  .orderLastBlock {
    gap: 20px;
  }

  .orderLastBlock__textarea.formField {
    padding-left: 0;
    width: 494px;
  }

  .orderLastBlock__textarea.formField textarea {
    width: 494px;
    margin: 0;
  }

  .orderLastBlock__agreements {
    flex-flow: row nowrap;
  }

  .orderLastBlock__checkbox {
    padding-left: 0;
    width: 100%;
    max-width: 300px;
    padding-top: 0;
    padding-right: 0;
  }

  .orderLastBlock__total {
    margin-top: 0;
  }

  .orderLastBlock__contains {
    justify-content: flex-end;
    gap: 20px;
  }

  .orderLastBlock__button {
    margin: 0;
  }
}

@media screen and (min-width: 1920px) {
  .orderSuccessful {
    min-height: 375px;
  }

  .personalData__block {
    max-width: 100%;
  }

  .personalData__blockContains:first-of-type,
  .personalData__blockContains:last-of-type {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
  }

  .personalData__field {
    margin-right: 47px;
    width: 323px;
  }

  .orderLastBlock__textarea.formField {
    width: 649px;
  }

  .orderLastBlock__textarea.formField textarea {
    width: 649px;
  }

  .personalData__blockItems {
    width: 50%;
  }

  .personalData__blockInner {
    justify-content: flex-start;
  }

  .orderSuccessful__img {
    width: 701px;
  }

  .orderList {
    max-width: 1407px;
  }

  .orderList__name-application {
    display: none;
  }

  .orderList__app {
    display: block;
    width: 12%;
    text-align: center;
  }

  .orderList__header {
    height: 70px;
    margin-bottom: 32px;
    padding-top: 23px;
  }

  .orderList__num {
    width: 3%;
  }

  .orderList__photo {
    text-align: center;
    width: 12%;
  }

  .orderList__name {
    padding-left: 33px;
    width: 29%;
    padding-right: 0;
  }

  .orderList__price {
    padding: 0;
    width: 10%;
  }

  .orderList__application {
    width: 11%;
    line-height: 19px;
  }

  .orderList__amount {
    width: 11%;
  }

  .orderList__total {
    width: 11%;
  }

  /* .orderItem__img {
    width: 12%;
    height: 160px;
  } */

  .orderItem__number {
    height: 160px;
  }

  .orderItem__text {
    padding-left: 33px;
    width: 29%;
    padding-right: 0;
    min-height: 160px;
    padding-right: 10px;
  }

  .orderItem__price {
    padding: 0;
    width: 10%;
    min-height: 160px;
  }

  .orderItem__priceApplication {
    width: 11%;
    min-height: 160px;
  }

  .orderItem__app {
    display: block;
    width: 12%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b3b3b;
    font-size: 16px;
  }

  .orderItem__amount {
    width: 11%;
    min-height: 160px;
  }

  .orderItem__total {
    width: 11%;
    min-height: 160px;
  }

  .orderItem__option-item.application {
    display: none;
  }
}

.webform-field-upload-list {
  display: none !important;
}

.message-error-field {
  color: red;
}

.agreement-checkbox .message-error-field {
  position: absolute;
  top: 100%;
  left: 35px;
  line-height: 16px;
}

.orderLastBlock__checkbox .agreement-checkbox .message-error-field {
  position: relative;
  top: 100%;
  left: 35px;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .orderLastBlock__checkbox .agreement-checkbox .message-error-field {
    position: absolute;
  }
}
/* End */


/* Start:/local/templates/komus/css/news.css?157728231913783*/
.news-list .newsItem {
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.news-list .menuSideBar__mobile {
  display: none;
}
.news-list__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.news-list .menuSideBar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.news-list .menuSideBar__mobile {
  padding: 15px;
  background-color: #e8e8e8;
}

.news-list .menuSideBar__mobile::after {
  top: 50%;
  right: 34px;
  margin-top: -9px;
}

.news-list .menuSideBar__mobile .news-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}

.news-list .menuSideBar__link {
  padding: 0;
}

.news-list .menuSideBar__link.current {
  background-color: #e8e8e8;
  color: #3b3b3b;
}

.news-list .menuSideBar__link.current .news-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}

.news-list .menuSideBar__link:hover {
  background-color: #e8e8e8;
  color: #3b3b3b;
}

.news-list .menuSideBar__link:hover .news-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list .menuSideBar__list {
  padding: 15px;
  background-color: #e8e8e8;
}

/* .news-list .sideBar__right {
  padding-top: 30px;
} */

.news-list__item {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid transparent;
}

.news-list__item-date {
  font-size: 14px;
  font-family: "Sans Pro Regular";
  color: #9a9a9a;
}

.news-list__item-title {
  max-height: 68px;
  overflow: hidden;
}/* === /NEWS LIST ===*//* === ONE NEW ===*/.one-new h1 {
  line-height: 36px;
}

.one-new .news-btn.button {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 20px;
  max-width: 210px;
  margin: 20px auto;
}

.one-new .news-btn.button::before {
  content: '\6a';
  top: 20px;
  font-size: 24px;
}

.one-new .news-btn.button:hover:before {
  top: 150%;
}

.one-new .sideBar__right {
  padding-top: 8px;
}

.one-new .one-print__once-slider .slide {
  height: 188px;
}

.one-new .one-print__once-slider .slide__pic {
  position: relative;
  width: 100%;
  height: 100%;
}

.one-new .one-print__once-slider .slide__pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.one-new .menuSideBar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.one-new .menuSideBar__mobile {
  padding: 15px;
  background-color: #e8e8e8;
}

.one-new .menuSideBar__mobile::after {
  top: 50%;
  right: 34px;
  margin-top: -9px;
}

.one-new .menuSideBar__mobile .news-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}

.one-new .menuSideBar__link {
  padding: 0;
  width: 100%;
}

.one-new .menuSideBar__link.current {
  background-color: #e8e8e8;
  color: #3b3b3b;
}

.one-new .menuSideBar__link.current .news-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}

.one-new .menuSideBar__link:hover {
  background-color: #e8e8e8;
  color: #3b3b3b;
}

.one-new .menuSideBar__link:hover .news-list__item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.one-new .menuSideBar__list {
  padding: 15px;
  background-color: #e8e8e8;
  top: -webkit-calc(100% - 80px);
  top: -moz-calc(100% - 80px);
  top: calc(100% - 80px);
}

.one-new .importantInformation {
  padding-top: 30px;
}

.one-new .importantInformation::before {
  top: 37px;
}

.one-new .content-social {
  padding-bottom: 15px;
}

.one-new__title h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .news-list__grid {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .news-list__grid {
    justify-content: flex-start;
    margin-left: -15px;
  }
  .news-list .row {
    margin-left: 0;
    margin-right: 0;
  }

  .news-list .newsItem {
    width: 350px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .news-list .menuSideBar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .news-list .menuSideBar__mobile {
    display: none;
  }

  .news-list .menuSideBar__item {
    max-width: 320px;
    width: 320px;
  }

  .news-list .menuSideBar__link {
    padding: 0;
  }

  .news-list .menuSideBar__list {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    background-color: #e8e8e8;
  }

  .news-list .sideBar__right {
    padding-top: 35px;
  }

  .one-new .row {
    margin: 0;
  }

  .one-new .news-btn {
    margin: 0;
  }

  .one-new .menuSideBar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .one-new .menuSideBar__mobile {
    max-width: 471px;
  }

  .one-new .menuSideBar__link {
    padding: 0;
  }

  .one-new .menuSideBar__list {
    max-width: 471px;
    padding: 15px;
    background-color: #e8e8e8;
    top: 100%;
  }

  .one-new .one-print__once-slider {
    max-width: 572px;
  }

  .one-new .one-print__once-slider .slide {
    height: 355px;
  }

  .one-new .one-print__once-slider .slide__pic {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .one-new .one-print__once-slider .slide__pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .one-new .sideBar__right {
    padding-top: 30px;
  }

  .one-new .content-social {
    padding-bottom: 40px;
  }

  .one-new__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one-new__slider h4 {
    width: 100%;
  }

  .one-new__slider .one-print__several-slider {
    width: 50%;
  }

  .one-new__slider .importantInformation {
    width: 50%;
    padding-top: 0;
    padding-left: 87px;
    padding-bottom: 25px;
  }

  .one-new__slider .importantInformation::before {
    top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .news-list .row {
    margin-left: 0;
    margin-right: 0;
  }

  .news-list .newsItem {
    width: 280px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }

  .news-list .newsItem__info {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .news-list .newsItem__img {
    height: 175px;
  }

  .news-list .newsItem__title {
/*
    height: 67px;
   margin-bottom: 17px;
*/   
  }

  .news-list .newsItem__text {
    height: 65px;
  }

  .news-list .menuSideBar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .news-list .menuSideBar__mobile {
    display: none;
  }

  .news-list .menuSideBar__item {
    max-width: 326px;
  }

  .news-list .menuSideBar__link {
    padding: 0;
    margin-bottom: 0;
  }

  .news-list .menuSideBar__link.current {
    border-color: transparent;
  }

  .news-list .menuSideBar__link:hover {
    border-color: transparent;
  }

  .news-list .menuSideBar__list {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    background-color: #e8e8e8;
  }

  .news-list .sideBar__right {
    padding-top: 0;
    margin-top: 0;
    padding-left: 52px;
  }

  .news-list__item {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
  }

  .one-new .sideBar__right {
    padding-top: 0;
    margin-top: 0;
    padding-left: 62px;
  }

  .one-new .news-btn {
    margin-top: 20px;
    max-width: 100%;
  }

  .one-new .menuSideBar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-new .menuSideBar__mobile {
    display: none;
  }

  .one-new .menuSideBar__item {
    max-width: 100%;
  }

  .one-new .menuSideBar__link {
    padding: 0;
    margin-bottom: 0;
  }

  .one-new .menuSideBar__link.current {
    border-color: transparent;
  }

  .one-new .menuSideBar__link:hover {
    border-color: transparent;
  }

  .one-new .menuSideBar__list {
    max-width: 100%;
    display: block;
  }

  .one-new .one-print__several-slider {
    width: 42%;
  }

  .one-new .importantInformation {
    width: 57%;
  }

  .one-new .importantInformation::before {
    left: 9px;
  }

  .one-new .content-social {
    padding-top: 25px;
  }

  .one-new__slider {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .news-list .row {
    margin-left: 0;
    margin-right: 0;
  }

  .news-list .sideBar__right {
    padding-top: 0;
    margin-top: 0;
    padding-left: 30px;
  }

  .one-new .sideBar__right {
    padding-top: 0;
    margin-top: 0;
    padding-left: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one-new .sideBar__right-col-l {
    width: 40%;
  }

  .one-new .sideBar__right-col-r {
    margin-top: -6px;
    width: 60%;
    padding-left: 64px;
  }

  .one-new .news-btn {
    margin-top: 20px;
    max-width: 100%;
  }

  .one-new .menuSideBar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-new .menuSideBar__mobile {
    display: none;
  }

  .one-new .menuSideBar__item {
    max-width: 100%;
  }

  .one-new .menuSideBar__link {
    padding: 0;
    margin-bottom: 0;
  }

  .one-new .menuSideBar__link.current {
    border-color: transparent;
  }

  .one-new .menuSideBar__link:hover {
    border-color: transparent;
  }

  .one-new .menuSideBar__list {
    max-width: 100%;
    display: block;
  }

  .one-new .one-print__several-slider {
    width: 100%;
    margin-bottom: 50px;
  }

  .one-new .importantInformation {
    width: 80%;
    padding-left: 78px;
  }

  .one-new .importantInformation::before {
    left: 0;
  }

  .one-new .content-social {
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .one-new__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}

/* End */


/* Start:/local/templates/komus/css/element_item.css?171931815542974*/
/* FONT */.fixed .elementOptions__table {
  overflow: auto;
  max-height: 286px;
}

.fixed .elementItem__sideBarLeft {
  position: absolute;
  top: 160px;
  max-width: 45%;
}

.fixed .elementItem__sideBarRight {
  margin-left: 49%;
}

.elementItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementItem__sideBarLeft {
  width: 100%;
  -webkit-transition: 0.65s all;
  -o-transition: 0.65s all;
  -moz-transition: 0.65s all;
  transition: 0.65s all;
  top: 0;
}

.elementItem__sideBarRight {
  width: 100%;
}

.elementItem__column2 {
  margin-top: 35px;
}

.elementApplicationSelect {
  margin-top: 15px;
  position: relative;
}

.elementApplicationSelect__delete {
  position: absolute;
  right: -20px;
  top: 8px;
}

.elementApplicationSelect__delete:hover {
  text-decoration: none;
}

.elementApplicationSelect__delete:hover:after {
  color: #ff3a41;
}

.elementApplicationSelect__delete:after {
  content: "\71";
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  color: #d10910;
  font-size: 12px;
  font-family: "Komus-font-1";
}

.elementSlider {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.elementSlider.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.elementSlider__item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 266px;
  max-height: 266px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
}

.elementSlider__item img {
  max-width: 100%;
  display: block;
}

.elementSlider__item:hover {
  border-color: #008b3b;
}

.elementSlider__item:hover:before {
  -webkit-animation: circle 1.75s;
  -moz-animation: circle 1.75s;
  -o-animation: circle 1.75s;
  animation: circle 1.75s;
}

.elementSlider__item:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.elementSliderNav {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: relative;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 19px;
}

.elementSliderNav.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.elementSliderNav__item {
  width: 94px;
  height: 80px;
  padding-left: 8px;
  padding-right: 8px;
}

.elementSliderNav__item img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.elementSliderNav__link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

.elementSliderNav__link:hover {
  border-color: #008b3b;
}

.elementSliderNav__link:hover:before {
  -webkit-animation: circle .75s;
  -moz-animation: circle .75s;
  -o-animation: circle .75s;
  animation: circle .75s;
}

.elementSliderNav__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.elementSliderNav .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #3b3b3b;
  width: 20px;
  height: 20px;
  border: 0;
  overflow: hidden;
  font-size: 0;
  background-color: #d2d2d2;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  position: relative;
  position: absolute;
  top: 30px;
  z-index: 100;
}

.elementSliderNav .slick-arrow {
  background-color: #d10910;
}

.elementSliderNav .slick-arrow:after {
  content: '';
  color: #fff;
  font-family: "Komus-font-2";
  font-size: 20px;
  position: absolute;
  top: -1px;
}

.elementSliderNav .slick-arrow.slick-prev {
  left: -11px;
}

.elementSliderNav .slick-arrow.slick-prev:after {
  left: 0;
  content: "\6d";
}

.elementSliderNav .slick-arrow.slick-next {
  right: -11px;
}

.elementSliderNav .slick-arrow.slick-next:after {
  right: 0;
  content: "\6e";
}

.elementSliderNav .slick-arrow.slick-disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

.elementOptions__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Sans Pro SemiBold";
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
  margin-left: -6px;
  width: -webkit-calc(100% + 6px);
  width: -moz-calc(100% + 6px);
  width: calc(100% + 6px);
  padding-right: 15px;
}

.elementItem__options {
  position: relative;
}

.elementOptions__title {
  color: #3b3b3b;
  font-size: 26px;
  margin-left: 5px;
}

.elementOptions__link {
  font-family: "Sans Pro SemiBold";
  color: #d10910;
  font-size: 16px;
  margin-top: 3px;
  transition: all .24s linear; 
  position: absolute;
  bottom: -38px;
  left: 1px;
}

.elementOptions__link:hover {
  text-decoration: none;
}

.elementOptions__link::after {
  content: '\6f';
  font-family: "Komus-font-1";
  font-size: 8px;
  position: absolute;
  right: -19px;
  top: 2px;
  transition: transform .24s linear; 
}

.elementOptions__link.active::after {
  top: 1px;
  transform: rotate(180deg);
}

.elementOptions__table {
  margin-top: 16px;
}

.elementOptions__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
  justify-content: space-between;
}

.elementOptions__item.hidden {
  display: none;
}

.elementOptions__item:last-of-type {
  border-bottom: 0;
}

.elementOptions__name {
  color: #868686;
  font-size: 16px;
  font-family: "Sans Pro SemiBold";
  width: 56%;
}

.elementOptions__info {
  color: #3b3b3b;
  font-size: 16px;
}

.elementAvailableColors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-top: 51px;
  margin-bottom: 25px;
}

.elementAvailableColors__title {
  font-family: "Sans Pro SemiBold";
  color: #3b3b3b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.elementAvailableColors__item {
  width: 57px;
  height: 57px;
  margin-right: 7px;
}

.elementAvailableColors__item img {
  max-width: 100%;
}

.elementAvailableColors__link {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 57px;
  position: relative;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.elementAvailableColors__link:hover {
  border-color: #008b3b;
}

.elementAvailableColors__link:hover:before {
  -webkit-animation: circle .75s;
  -moz-animation: circle .75s;
  -o-animation: circle .75s;
  animation: circle .75s;
}

.elementAvailableColors__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.elementAvailableColors__list {
  margin-left: -2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  padding-top: 25px;
  padding-bottom: 27px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  height: 111px;
  overflow: hidden;
}

.elementAvailableColors__listWrapper {
  position: relative;
}

.elementAvailableColors__list.full {
  height: auto;
  overflow: visible;
  padding-bottom: 20px;
}

.elementAvailableColors__item {
  margin-bottom: 30px;
}

.elementAvailableColors__list.full .elementAvailableColors__item {
  margin-bottom: 7px;
}

.elementAvailableColors .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #3b3b3b;
  width: 20px;
  height: 20px;
  border: 0;
  overflow: hidden;
  font-size: 0;
  background-color: #008b3b;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  position: relative;
  position: absolute;
  top: 23px;
  z-index: 100;
}

.elementAvailableColors .slick-arrow:after {
  content: '';
  color: #fff;
  font-family: "Komus-font-2";
  font-size: 20px;
  position: absolute;
  top: -1px;
}

.elementAvailableColors .slick-arrow.slick-prev {
  left: -8px;
}

.elementAvailableColors .slick-arrow.slick-prev:after {
  left: 0;
  content: "\6d";
}

.elementAvailableColors .slick-arrow.slick-next {
  right: -9px;
}

.elementAvailableColors .slick-arrow.slick-next:after {
  right: 0;
  content: "\6e";
}

.elementAvailableColors .slick-arrow.slick-disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

.elementPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 54px;
  width: -webkit-calc(100% + 11px);
  width: -moz-calc(100% + 11px);
  width: calc(100% + 11px);
  margin-left: -11px;
  padding-right: 5px;
}

.elementPrice__price,.elementPrice__purchase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
}

.elementPrice__price-title,.elementPrice__purchase-title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
}

.elementPrice__price-value,.elementPrice__purchase-value {
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 30px;
  line-height: 18px;
}

.elementPrice__price-value .rub,.elementPrice__purchase-value .rub {
  font-size: 16px;
}

.elementApplication {
  margin-top: 22px;
  margin-left: -11px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}

.elementApplication__title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 20px;
  -webkit-border-radius: 25px 25px 5px 5px;
  -moz-border-radius: 25px 25px 5px 5px;
  border-radius: 25px 25px 5px 5px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-left: 21px;
  letter-spacing: -0.1px;
  padding-right: 12px;
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.elementApplication__select {
  padding-left: 20px;
  padding-right: 20px;
}

.elementApplication .addApplication {
  margin-top: 9px;
  margin-left: 20px;
}

.elementApplication__available {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 35px;
}

.elementApplication__available-title {
  display: block;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  margin-bottom: 10px;
}

.elementApplication__available-text {
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.circulation .remains__header-title {
  width: 33.3%;
}

.circulation .remains__item-col {
  width: 33.3%;
}

.circulation .remains__item-col span {
  background-color: #f3f3f3;
  color: #3b3b3b;
  text-transform: uppercase;
}

.circulation.elementBuyBlock .catalogItem__buy {
  width: 100%;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
}

.remains {
  margin-top: 42px;
}

.remains__title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}

.remains__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.remains__header-empty {
  width: 30%;
  display: block;
}

.remains__header-title {
  width: 35%;
  display: block;
  color: #3b3b3b;
  text-align: center;
  font-size: 14px;
  font-family: "Sans Pro SemiBold";
}

.remains__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 17px;
}

.remains__item input {
  width: 90px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  font-family: "Sans Pro Regular";
  background-color: #ffffff;
}

.remains__item-title {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
}

.remains__item-col {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.remains__item-col span {
  width: 90px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #e1e1e1;
  color: #3b3b3b;
}

.elementBuyBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #d10910;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 41px;
  margin-left: -9px;
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
}

.elementBuyBlock__list {
  width: 100%;
  margin-top: 22px;
}

.elementBuyBlock__title {
  padding-top: 22px;
  padding-bottom: 26px;
  text-align: center;
  color: #d10910;
  font-family: "Sans Pro SemiBold";
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #d10910;
}

.elementBuyBlock .catalogItem__functional {
  position: relative;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
}

.elementBuyBlock .catalogItem__buy {
    height: 76px;
    font-size: 24px;
    width: 100%;
    -webkit-border-radius: 0 0 25px   25px;
    -moz-border-radius: 0 0 25px   25px;
    border-radius: 0 0 25px   25px;
    border: 0;
    border-top: 1px solid #d10910;
}

.elementBuyBlock .catalogItem__amout-input {
    height: 50px;
    font-size: 24px;
    border-radius: 20px;
    padding: 0;
}

.elementBuyBlock .catalogItem__plus {
  height: 35px;
}

.elementBuyBlock .catalogItem__minus {
  height: 35px;
}

.elementBuyBlock .catalogItem__buy-svg {
  margin-right: 17px;
  width: 32px;
  height: 27px;
}

.elementBuyBlock__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 2px;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}

.elementBuyBlock__left {
  width: 53%;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 26px;
}

.elementBuyBlock__right {
  width: 47%;
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.elementBuyBlock__right .rub {
  font-size: 14px;
}

.elementBuyBlock__total {
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}

.elementBuyBlock__total-title {
  color: #d10910;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Sans Pro SemiBold";
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}

.elementBuyBlock__total-price {
  font-family: "Sans Pro Black";
  font-size: 22px;
  color: #d10910;
  display: inline-block;
  vertical-align: top;
}

.elementBuyBlock__total-price .rub {
  font-size: 14px;
}

.elementOrdersamples {
  max-width: 239px;
  margin-top: 15px;
}

.elementOrdersamples.desktop {
  display: none;
}

.elementItemDescription {
  width: 100%;
  margin-top: 26px;
  padding-bottom: 40px;
  border-bottom: 1px solid #008b3b;
}

.elementItemDescription.desktop {
  display: none;
}

.elementItemDescription__title {
  font-size: 26px;
  display: block;
  color: #3b3b3b;
  margin-bottom: 20px;
  font-family: "Sans Pro SemiBold";
}

.elementItemDescription__text {
  color: #707070;
}
.elementItemDescription__text  a {
	text-decoration: underline;
}
.elementItemDescription__text  a:hover {
	text-decoration-style: dashed;
}

/* Circle */@media screen and (min-width: 768px) {
  .elementItem__sideBarLeft {
    width: 49%;
  }

  .elementAvailableColors__list {
    max-width: 330px;
  }

  .elementOptions__link {
    position: relative;
    bottom: 0;
    left: -15px;
  }

  .elementOptions__title {
    margin-left: 0;
  }

  .elementItem__sideBarRight {
    width: 50%;
  }

  .elementItem__column1 {
    padding-left: 26px;
  }
  
  .elementAvailableColors__item {
    width: 66px;
    height: 66px;
  }

  .elementAvailableColors__link {
    height: 66px;
  }

  .elementItem__column2 {
    padding-left: 47px;
  }

  .elementItem__column3 {
    padding-left: 26px;
  }

  .elementAvailableColors {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .elementPrice {
    width: 100%;
    margin-left: 0;
  }

  .elementSlider__item {
    min-height: 318px;
    max-height: 318px;
  }

  .elementSliderNav {
    max-width: 300px;
  }

  .elementSliderNav__item {
    width: 114px;
    height: 100px;
  }

  .elementSliderNav__link {
    height: 100px;
  }

  .elementSliderNav .slick-arrow {
    top: 43px;
  }

  .elementApplication {
    margin-left: -12px;
    width: -webkit-calc(100% + 12px);
    width: -moz-calc(100% + 12px);
    width: calc(100% + 12px);
  }

  .elementApplication__title {
    padding-top: 20px;
    padding-left: 30px;
  }

  .elementApplication__select {
    padding-left: 29px;
    padding-right: 29px;
  }

  .elementApplication .addApplication {
    margin-left: 31px;
  }

  .elementApplication__available {
    padding-left: 31px;
  }

  .elementOptions__head {
    margin-left: 0;
    width: 100%;
    margin-top: 34px;
    padding-right: 5px;
  }

  .elementOptions__name {
    width: 46%;
  }

  .remains {
    margin-top: 36px;
  }

  .elementBuyBlock {
    width: -webkit-calc(100% + 28px);
    width: -moz-calc(100% + 28px);
    width: calc(100% + 28px);
    margin-top: 0;
  }

  .elementBuyBlock__right {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 24px;
    width: 52%;
  }

  .elementBuyBlock__left {
    width: 48%;
  }

  .elementBuyBlock__item {
    padding-left: 26px;
    padding-right: 26px;
  }

  .elementBuyBlock__total-price {
    font-size: 24px;
  }

  .right {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

}

@media screen and (min-width: 1024px) {
  
  .elementBuyBlock__list{
    margin-top: 27px;
  }

  .elementBuyBlock__item {
    padding-left: 26px;
    padding-right: 29px;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .elementItem {
    border-bottom: 3px solid #008b3b;
    padding-bottom: 50px;
  }
  
  .elementAvailableColors__list {
    max-width: 660px;
  }

  .elementItem__sideBarLeft {
    width: 41%;
  }

  .elementItem__sideBarRight {
    width: 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementItem__column1 {
    width: 100%;
    padding-left: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementAvailableColors__item {
    width: 71px;
    height: 66px;
  }

  .elementItem__column2 {
    width: 50%;
    padding-left: 21px;
    margin-top: 18px;
  }

  .elementItem__column3 {
    width: 100%;
    padding-left: 55px;
    margin-top: 0;
  }

  .elementItem .button.greyButton {
    margin: 0;
  }

  .elementSlider__item {
    max-height: 450px;
    min-height: 450px;
  }

  .elementBuyBlock {
    margin-top: 0;
  }

  .elementBuyBlock__item {
    padding-left: 27px;
    gap: 3px;
  }

  .elementBuyBlock__total {
    padding-left: 36px;
  }

  .elementColumn1__row {
    width: auto;
  }

  .elementItemDescription.mobile {
    display: none;
  }

  .elementItemDescription.desktop {
    display: block;
    width: 100%;
    padding-left: 20px;
    margin-top: 19px;
    border-bottom: 0;
  }

  .elementApplication {
    width: 57%;
    margin-left: 0;
    padding-left: 51px;
    margin-top: 6px;
  }

  .elementSliderNav {
    max-width: 300px;
    margin-top: 28px;
  }

  .elementSliderNav__item {
    width: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .elementSliderNav .slick-arrow.slick-prev {
    left: -19px;
  }

  .elementSliderNav .slick-arrow.slick-next {
    right: -19px;
  }

  .elementOptions__head {
    margin-top: 60px;
    padding-right: 47px;
  }

  .elementOptions__name {
    width: 48%;
  }

  .elementOptions__table {
    padding-right: 43px;
  }

  .elementBuyBlock__total-price {
    font-size: 24px;
  }

  .elementBuyBlock__total-price .rub {
    font-size: 16px;
  }

  .elementOrdersamples.mobile {
    display: none;
  }

  .elementOrdersamples.desktop {
    display: block;
  }

  .elementItem__options {
    width: calc(100% + 37px);
  }

  .elementItem__sideBarLeft {
    margin-top: 9px;
  }

  .elementOptions__link {
    font-size: 18px;
  }

  .elementOptions__name {
    font-size: 18px;
  }

  .elementOptions__info {
    font-size: 18px;
  }

  .elementItem__column3 {
    margin-top: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .circulation.remains {
    padding-top: 35px;
  }

  .elementItem__sideBarLeft {
    width: 30%;
  }

  .elementItem__sideBarRight {
    width: 70%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .elementItem__column1 {
    width: 37%;
    padding-left: 56px;
  }

  .elementItem__column2 {
    width: 30%;
    padding-left: 50px;
    margin: 0;
    padding-top: 39px;
  }

  .elementItem__column3 {
    width: 33%;
    padding-left: 52px;
    margin-top: 0;
    padding-top: 41px;
  }

  .remains {
    padding-top: 68px;
    margin-top: 0;
  }

  .elementSlider__item {
    min-height: 500px;
    max-height: 500px;
  }

  .elementColumn1__row {
    width: 100%;
  }

  .elementApplication {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }

  .elementApplication__available {
    padding-left: 0;
    margin-top: 82px;
  }

  .elementPrice {
    padding-right: 115px;
  }

  .elementOptions__head {
    margin-top: 50px;
  }

  .elementItemDescription.desktop {
    display: block;
    width: 65%;
    padding-left: 56px;
    /* margin-top: 59px; */
  }
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-moz-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-o-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.sliderItem .catalogItem .slick-arrow {
    position: absolute;
    width: 30px;
    height: 15px;
    background-color: #ffffff;
    right: 0;
    border: 0;
    top: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 0;
  left: 0;
}
.sliderItem .catalogItem .slick-arrow.slick-next {
    bottom: -15px;
    top: auto;
}
.sliderItem .catalogItem .slick-arrow.slick-next:after {
    content: "\67";
}
.sliderItem .catalogItem .slick-arrow:after {
    font-family: "Komus-font-1";
    content: "\66";
    color: #008b3b;
    font-size: 8px;
    -webkit-transition: 0.24s all;
    -o-transition: 0.24s all;
    -moz-transition: 0.24s all;
    transition: 0.24s all;
    left: auto!important;
    right: auto!important;
}

.elementItem__textBlockTitle {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.elementItem__textBlock p {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.01px;
  margin-bottom: 30px;
}

.elementBuyBlock__itemTitle {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}

.elementBuyBlock__itemSelect .SumoSelect .CaptionCont span {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  font-weight: 400;
  min-height: 23px;
}

.formField.elementBuyBlock__itemSelect {
  width: 100%;
  margin-bottom: 0;
}

.elementBuyBlock__itemTitle--margin {
  margin-top: 6px;
  min-width: 132px;
  white-space: nowrap;
}

.formField.elementBuyBlock__itemSelect--small {
  width: 100%;
}

.elementBuyBlock__subtitle {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 25px;
  background-color: #f3f3f3;
  height: auto;
}

.elementBuyBlock__subtitle span {
  margin-left: 7px;
}

.elementBuyBlock__itemContains span {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.elementBuyBlock__itemContains .elementBuyBlock__itemPrice {
  color: #3b3b3b;
  font-family: "Sans Pro Black";
  font-size: 18px;
  font-weight: 400;
  margin-left: 0px;
  display: inline-block;
}

.elementBuyBlock__itemContains ins {
  margin-right: 6px;
}

.elementBuyBlock-consignment, .elementBuyBlock-multiplicity, .elementBuyBlock-units {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-left: 0 !important;
}

.elementBuyBlock-consignment__count, .elementBuyBlock-multiplicity__count, .elementBuyBlock-units__count {
  width: 16%;
  white-space: nowrap;
  float: right;
  margin-left: 0 !important;
}

.elementBuyBlock__middle {
  margin-top: 2px;
  margin-bottom: 27px;
  padding-right: 20px;
}

.elementBuyBlock__middle .elementBuyBlock__item {
  margin-top: 32px;
}

.elementBuyBlock__total {
  display: flex;
  justify-content: space-between;
}

.elementBuyBlock__itemAmount {
  display: block;
  width: 100%;
}

.elementBuyBlock .catalogItem__minus {
  right: auto;
  left: 14px;
  top: 8px;
  border: 0;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1024px) {
  .elementBuyBlock .catalogItem__minus{
    left: 12px;
  }
}

.elementBuyBlock .catalogItem__plus {
  left: auto;
  right: 13px;
  top: 8px;
  border: 0;
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1280px) {
  .elementBuyBlock .catalogItem__plus{
    right: 27px;
  }
}

@media screen and (min-width: 1920px) {
  .elementBuyBlock .catalogItem__plus{
    right: 38px;
  }
}

.elementBuyBlock .catalogItem__amout-input {
  height: 39px;
  font-size: 16px;
  width: 100%;
}

.elementBuyBlock .catalogItem__minus:after, 
.elementBuyBlock .catalogItem__plus:after {
  content: '\6f';
  color: #008b3b;
  font-size: 9px;
}

.elementBuyBlock .catalogItem__plus  {
  transform: rotate(-90deg);
}

.elementBuyBlock__item--amount {
  margin-bottom: 27px;
}

.elementBuyBlock__total {
  padding-right: 30px;
}


@media screen and (min-width: 768px) {
  .elementBuyBlock__item--amount {
    padding-right: 29px;
  }

  .elementBuyBlock__total {
    padding-right: 50px;
  }

  .elementBuyBlock__middle {
    display: flex;
    margin-bottom: 15px;
  }

  .elementBuyBlock__middle .elementBuyBlock__item {
    flex-direction: column;
    padding-right: 0;
    margin-top: 17px;
    justify-content: unset;
  }

  .elementBuyBlock-units, .elementBuyBlock-consignment, .elementBuyBlock-multiplicity {
    width: 65%;
  }

  .elementBuyBlock__middle .elementBuyBlock__item:first-of-type .elementBuyBlock__itemContains span {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .elementBuyBlock__subtitle {
    text-align: center;
  }
 .elementBuyBlock__subtitle:nth-child(4) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
  }
  
  .elementBuyBlock-consignment__count, .elementBuyBlock-multiplicity__count, .elementBuyBlock-units__count {
    width: auto;
    margin-left: 7px !important;
  }

  .elementBuyBlock__inner {
    display: flex;
    flex-direction: column;
  }

  .formField.elementBuyBlock__itemSelect {
    min-width: 100%;
  }

  .formField.elementBuyBlock__itemSelect--small {
    min-width: 100%;
  }

  .elementBuyBlock__middle {
    display: flex;
    margin-top: -15px;
    margin-bottom: 15px;
  }

  .elementBuyBlock__item {
    width: 76%;
    justify-content: space-between;
  }

  .elementBuyBlock__itemContains {
    margin-left: 20px;
  }   

  .elementBuyBlock__middle .elementBuyBlock__item {
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 32px;
  }

  .elementBuyBlock__total {
    width: 50%;
    margin-top: 26px;
    justify-content: flex-start;
  }
  
  .elementBuyBlock__total-title {
    margin-right: 18px;
  }

  .elementBuyBlock__itemAmount {
    min-width: 100%;
    padding-right: 16px;
  }

  .elementBuyBlock__item--amount {
    padding-right: 0;
    justify-content: flex-start;
    margin-top: 0px;
  }

  .elementBuyBlock__item--amount .elementBuyBlock__itemAmount {
    margin-left: 25px;
  }

  .elementBuyBlock__total {
    padding-left: 12px;
    margin-top: 24px;
  }

  .elementBuyBlock__itemTitle {
    margin-top: 0;
  }

  .elementBuyBlock__itemTitle--margin {
    margin-top: 9px;
  }

  .elementBuyBlock__inner--top {
    padding: 0 27px;
  }

  .elementBuyBlock__inner--top .elementBuyBlock__item {
    padding: 0;
    justify-content: flex-start;
  }

  .elementBuyBlock__inner--top .elementBuyBlock__itemTitle {
    margin-right: 25px;
  }

  .elementBuyBlock__inner--top .elementBuyBlock__item:first-of-type {
    margin-right: 20px;
  } 

  .elementItem__textBlock p {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .elementAvailableColors{
    margin-bottom: 42px;
    padding-left: 6px;
  }

  .elementItem__textBlock {
    padding-left: 6px;
  }

  .elementOptions__head {
    margin-top: 97px;
  }

  .elementBuyBlock-units, .elementBuyBlock-consignment, .elementBuyBlock-multiplicity {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .elementItem__column1 {
    width: 59%;
  }
  .elementItem__column3 {
    width: 441px;
    padding-top: 0;
    padding-left: 0;
    margin-left: 53px;
  }

  .elementBuyBlock {
    width: 100%;
  }
  .elementBuyBlock__inner {
    flex-direction: column;
  }

  .elementBuyBlock__item {
    width: 100%;
  }

  .elementBuyBlock__subtitle {
    text-align: left;
  }

  .elementBuyBlock__subtitle {
    padding-left: 36px;
  }

  .elementBuyBlock__middle {
    padding-left: 36px;
  }

  .elementBuyBlock__middle .elementBuyBlock__item {
    flex-direction: column;
    padding: 0;
  }

  .elementBuyBlock__itemContains {
    margin-left: 0;
  }

  .elementBuyBlock__total {
    width: 100%;
    margin-top: 0;
    padding-left: 36px;
  }

  .elementBuyBlock__total-title {
    margin-right: 48px;
  }

  .elementBuyBlock__item--amount {
    margin-bottom: 26px;
  }

  .elementBuyBlock__subtitle:nth-child(4) {
    display: block;
  }

  .elementBuyBlock-units, .elementBuyBlock-consignment, .elementBuyBlock-multiplicity {
    width: 61%;
  }

  .elementBuyBlock-consignment__count, .elementBuyBlock-multiplicity__count, .elementBuyBlock-units__count {
    width: 16%;
  }
}

.catalogItem__tableBlock {
  width: calc(100% + 20px);
}

.catalogItem__tableWrapper {
  overflow-x: scroll;
  padding-bottom: 30px;
}

.catalogItem__tableWrapper::-webkit-scrollbar {
  background-color: #f3f3f3;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.catalogItem__tableWrapper::-webkit-scrollbar-thumb {
  background-color: #d10910;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
}
.catalogItem__tableWrapper::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.catalogItem__table {
  width: 100%;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  min-width: 700px;
}

.catalogItem__tableHeader {
  display: flex;
  justify-content: space-between;
}

.catalogItem__tableTitle {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 28px;
  display: block;
  margin-top: 30px;
  line-height: 36px;
}

.catalogItem__tableHeader {
  padding-left: 24px;
  padding-right: 56px;
  padding-top: 25px;
  padding-bottom: 21px;
  border-radius: 25px 25px 0 0;
  background-color: #f3f3f3;
}

.catalogItem__tableHeader .catalogItem__tableItem {
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 0;
}

.catalogItem__tableItem--large {
  width: 45%;
}

.catalogItem__tableItem--middle {
  width: 14%;
} 

.catalogItem__tablelist {
  display: flex;
  margin-left: 24px;
  margin-right: 30px;
  padding-right: 38px;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}

.catalogItem__tablelist:last-of-type {
  border: 0;
}

.catalogItem__tableContains {
  display: flex;
  width: 59%;
  justify-content: space-between;
}

.catalogItem__tableSubtitle {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  width: 27%;
}

.catalogItem__tableItem {
  padding: 20px 0;
  color: #3b3b3b;
  font-family: "Sans Pro SemiBold";
  font-size: 16px;
  font-weight: 400;
}

.catalogItem__tableItem--admission {
  width: 65px;
  text-align: right;
}


.catalogItem__tableContains .catalogItem__tableItem {
  width: 14.2%;
  text-align: center;
}

.catalogItem__tableBlock--desctop {
  display: none;
}

.elementAvailableColors__list {
  position: relative;
}

.elementAvailableColors__button {
  position: absolute;
  width: 41px;
  height: 41px;
  top: 50%;
  margin-top: -20.5px;
  right: -21.5px;
  display: none;
}

.elementAvailableColors__button figure {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #008b3b;
}

.elementAvailableColors__button figure::after {
  content: '';
  width: 3px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 17.5px;
  top: 11px;
  transition: all .24s linear;
}

.elementAvailableColors__button figure::before {
  content: '';
  width: 3px;
  height: 16px;
  background: #fff;
  transform: rotate(90deg);
  position: absolute;
  left: 18px;
  top: 11px;
  transition: all .24s linear;
}

.elementAvailableColors__button.active figure::after {
  transform: rotate(90deg);
}




@media screen and (min-width: 768px) {
  .catalogItem__tableWrapper {
    overflow: visible;
    padding-bottom: 0;
  }

  .catalogItem__tableBlock {
    width: 100%;
  }

  .catalogItem__tablelist {
    margin-left: 20px;
    padding-left: 14px;
    margin-right: 30px;
    padding-right: 17px;
  }

  .catalogItem__tableHeader {
    padding-left: 41px;
    padding-right: 46px;
  }
}

@media screen and (min-width: 1280px) {
  .catalogItem__tableHeader {
    padding-right: 56px;
  }
  .catalogItem__tablelist { 
    padding-right: 38px;
  }
  .catalogItem__tablelist {
    margin-left: 30px;
  }
  .catalogItem__tableSubtitle {
    font-size: 18px;
  }
  .catalogItem__tableItem--large {
    width: 65%;
  }
  
  .catalogItem__tableItem--middle {
    width: 16%;
  } 

  .catalogItem__tableContains {
    width: 68%;
  }

  .catalogItem__tableSubtitle {
    width: 17%;
  } 
  
  .catalogItem__tableTitle {
    margin-top: 16px;
    margin-bottom: 19px;
  }
}

@media screen and (min-width: 1920px) {
  .catalogItem__tableBlock {
    display: none;
  }
  .catalogItem__tableBlock--desctop {
    display: block;
    margin-left: 57px;
    margin-top: 35px;
  }
  .elementOptions__head {
    margin-top: 50px;
  }

  .elementBuyBlock__inner--top .elementBuyBlock__item {
    justify-content: flex-start;
  }

  .elementBuyBlock__inner--top .elementBuyBlock__itemTitle {
    margin-right: 26px;
  }  

  .formField.elementBuyBlock__itemSelect {
    width: 100%;
    min-width: unset;
  }
  
  .formField.elementBuyBlock__itemSelect--small {
    width: 100%;
    min-width: unset;

  }

  .elementBuyBlock__itemAmount {
    width: 100%;
    min-width: unset;
    padding-right: 26px;
  }
}
/* End */


/* Start:/local/templates/komus/css/contacts.css?162791381213972*/
/* FONT */.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  color: #757575;
}

.contacts .map {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  min-width: 100%;
}

.contacts .map__container {
  position: relative;
  /* height: 720px; */
  height: 300px;
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}

.contacts .map__description {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.contacts .map .figure {
  position: static;
  min-height: 68px;
  width: 100%;
  border: none;
}

.contacts .map .figure figcaption {
  width: 100%;
}

.contacts .map .figure figcaption::after {
  display: none;
}

.contacts .map .figurecaption__text {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contacts .map .figurecaption__text::before {
  display: none;
}

.contacts .map .figurecaption__text::after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
}

.contacts .map--region .map__container {
  height: 673px;
}

.contacts-title {
  display: inline-block;
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #3b3b3b;
  padding-top: 21px;
  padding-bottom: 0;
  width: 100%;
}

.contacts-aside {
  width: 100%;
}

.contacts-item {
  padding: 24px 0;
  position: relative;
  padding-right: 35px;
}

.contacts-item:first-of-type {
  padding-top: 16px;
  border-bottom: 2px solid #d2d2d2;
}

.contacts-item:last-of-type {
  border-bottom: none;
}

.contacts-item:nth-of-type(2) {
  border-bottom: 2px solid #d2d2d2;
}

.contacts-item:nth-of-type(3) {
  padding-top: 15px;
}

.contacts-item__title {
  display: inline-block;
  font-family: "Sans Pro SemiBold";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #3b3b3b;
}

.contacts-item__icon {
  position: absolute;
  right: -10px;
  top: 22px;
}

.contacts-item__icon.ic-co {
  width: 47px;
  height: 45px;
}

.contacts-item__icon.ic {
  right: -3px;
  top: 28px;
  width: 30px;
  height: 42px;
}

.contacts-item__icon.ic-psk {
  width: 44px;
  height: 45px;
}

.contacts-item__inner {
  padding-top: 15px;
}

.contacts-city {
  width: 100%;
}

.contacts-city__province {
  padding-top: 40px;
}

.contacts-city__province .contacts-title {
  margin-bottom: 15px;
}

.contacts-city__province .contacts-item {
  border: none;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
}

.contacts-city__province .contacts-item__title {
  margin-bottom: 7px;
}

.contacts-region {
  width: 100%;
  padding-top: 12px;
}

.contacts-region .content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.contacts-region .contacts-title {
  margin-bottom: 23px;
}

.contacts-region .contacts-list {
  padding-bottom: 30px;
}

.contacts-region .contacts-item {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  padding-top: 17px;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.contacts-region .contacts-item__title {
  color: #d10910;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .contacts {
    padding-bottom: 25px;
  }
  .contacts .map__container {
      height: 720px;
  }
  .contacts .map {
    margin-left: 0;
    margin-right: 0;
  }

  .contacts .map .figure {
    min-height: 68px;
    width: auto;
    border: none;
  }

  .contacts .map .figure figcaption {
    min-width: 364px;
    right: 0;
    width: auto;
    padding-right: 20px;
    padding-left: 30px;
  }

  .contacts .map .figure figcaption::after {
    display: block;
    height: -webkit-calc(100% + 50px);
    height: -moz-calc(100% + 50px);
    height: calc(100% + 50px);
    top: -20px;
    left: -10px;
  }

  .contacts .map .figurecaption__text {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts .map .figurecaption__text::before {
    display: block;
    width: 50px;
    height: 100%;
    right: -20px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    z-index: -1;
  }

  .contacts .map .figurecaption__text::after {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-37deg);
    -moz-transform: skewX(-37deg);
    -ms-transform: skewX(-37deg);
    -o-transform: skewX(-37deg);
    transform: skewX(-37deg);
    z-index: -1;
    position: absolute;
    left: -5px;
    top: 0;
    background-color: #d10910;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }

  .contacts .map--region .map__container {
    height: 650px;
  }

  .contacts .map--region .map__description .figure figcaption {
    min-width: 594px;
  }

  .contacts .map--region .map__description .figurecaption__text {
    text-align: left;
    padding-left: 75px;
  }

  .contacts-item {
    width: 100%;
    max-width: 336px;
  }

  .contacts-item:nth-of-type(2) {
    border-bottom: none;
    float: right;
  }

  .contacts-item:nth-of-type(3) {
    float: left;
  }

  .contacts-item:first-of-type {
    float: left;
  }

  .contacts-item__inner {
    padding-top: 12px;
  }

  .contacts-item__icon {
    right: 0;
  }

  .contacts-item__icon.ic {
    top: 22px;
    right: 0;
  }

  .contacts-item .ic-psk {
    top: 28px;
  }

  .contacts-list {
    position: relative;
    padding-bottom: 20px;
  }

  .contacts-list:after {
    content: '';
    width: 100%;
    display: table;
    clear: both;
  }

  .contacts-region {
    padding-top: 40px;
  }

  .contacts-region .contacts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts-region .contacts-item {
    float: none;
    max-width: 335px;
  }

  .contacts-region .contacts-item:nth-of-type(2) {
    border: 1px solid #e8e8e8;
  }

  .contacts-city__city .contacts-item:nth-of-type(2) {
    padding-left: 8px;
    padding-top: 15px;
    padding-right: 15px;
  }

  .contacts-city__city .contacts-item:nth-of-type(3) {
    padding-top: 25px;
  }

  .contacts-city__province {
    padding-top: 32px;
  }

  .contacts-city__province .contacts-title {
    margin-bottom: 24px;
  }

  .contacts-city__province .contacts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-city__province .contacts-item {
    float: none;
    max-width: 233px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .contacts-city__province .contacts-item:first-of-type {
    padding-left: 0;
  }

  .contacts-city__province .contacts-item:nth-of-type(3n + 1) {
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .contacts h1 {
    width: 100%;
  }
  .contacts-item {
    max-width: 360px;
  }

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

  .contacts .map--region .map__container {
    height: 650px;
  }

  .contacts .map--region .map__description .figure figcaption {
    min-width: 674px;
  }

  .contacts .map--region .map__description .figurecaption__text {
    text-align: center;
    padding-left: 0;
  }

  .contacts-aside {
    max-width: 275px;
  }

  .contacts-city {
    width: 100%;
    max-width: 855px;
  }

  .contacts-city__city .contacts-item:nth-of-type(2) {
    padding-left: 0;
    max-width: 440px;
  }

  .contacts-city__city .contacts-item__inner {
    padding-top: 15px;
  }

  .contacts-city__province {
    padding-top: 65px;
  }

  .contacts-city__province .contacts-list {
    padding-bottom: 20px;
  }

  .contacts-city__province .contacts-title {
    margin-bottom: 33px;
  }

  .contacts-city__province .contacts-item {
    max-width: 280px;
    padding-left: 15px;
    padding-right: 45px;
  }

  .contacts-city__province .contacts-item:nth-of-type(3n) {
    padding-left: 35px;
  }

  .contacts-region {
    width: 100%;
    /*max-width: 850px;*/
    margin-left: auto;
    padding-top: 68px;
    padding-bottom: 10px;
  }

  .contacts-region .contacts-list {
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contacts-region .contacts-title {
    padding-left: 0;
    margin-bottom: 33px;
  }

  .contacts-region .contacts-item {
    max-width: 258px;
    margin-right: 33px;
  }

  .contacts-title {
    padding-left: 10px;
    padding-top: 0;
    line-height: 16px;
  }

  .contacts-list {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1920px) {
  .contacts-item__icon {
    right: -7px;
  }

  .contacts-item__icon.ic {
    right: 0;
    top: 30px;
  }

  .contacts h1 {
    width: 100%;
  }

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

  .contacts .map {
    min-width: 883px;
    max-width: 883px;
    overflow: hidden;
  }

  .contacts .map--city .map__container {
    margin-top: -30px;
  }

  .contacts .map--province {
    padding-top: 54px;
  }

  .contacts .map--region {
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }

  .contacts .map--region .map__container {
    height: 650px;
  }

  .contacts .map--region .map__description .figure figcaption {
    min-width: 674px;
  }

  .contacts .map--region .map__description .figurecaption__text {
    text-align: center;
    padding-left: 0;
  }

  .contacts-aside {
    max-width: 325px;
  }

  .contacts-city {
    width: 100%;
    max-width: 1420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts-city__city .contacts-item {
    float: none;
    width: 476px;
    max-width: 476px;
  }

  .contacts-city__city .contacts-item:first-of-type {
    padding-bottom: 15px;
  }

  .contacts-city__city .contacts-item:nth-of-type(2) {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    width: 476px;
    max-width: 476px;
    border-bottom: 2px solid #d2d2d2;
  }

  .contacts-city__city .contacts-item__inner {
    padding-top: 15px;
  }

  .contacts-city__province {
    padding-top: 54px;
    width: 100%;
    max-width: 537px;
  }

  .contacts-city__province .contacts-list {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 720px;
  }

  .contacts-city__province .contacts-title {
    margin-bottom: 33px;
  }

  .contacts-city__province .contacts-item {
    max-width: 260px;
    padding-left: 0;
    padding-right: 45px;
    padding-bottom: 17px;
  }

  .contacts-city__province .contacts-item:nth-of-type(3n) {
    padding-left: 0;
  }

  .contacts-region {
    width: 100%;
    /*max-width: 1420px;*/
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .contacts-region .contacts-list {
    padding-left: 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contacts-region .contacts-title {
    padding-left: 0;
    margin-bottom: 33px;
  }

  .contacts-region .contacts-item {
    max-width: 308px;
    margin-right: 18px;
  }

  .contacts-region .contacts-item:nth-of-type(3n) {
    margin-right: 18px;
  }

  .contacts-region .contacts-item:last-of-type {
    margin-bottom: 20px;
  }

  .contacts-title {
    padding-left: 0;
    padding-top: 0;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .contacts-list {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

/* End */


/* Start:/local/templates/komus/css/commercial.css?157728231911068*/
/* FONT */.commercial-offer-page .content-container {
  padding-bottom: 0;
}

.commercial-offer-page .main-footer {
  display: none;
}

.commercial-offer-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 30px;
}

.commercial-offer-header .main-header__logo {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 10px;
}

.commercial-offer-header .main-header__logo svg {
  width: 150px;
  height: 59px;
}

.commercial-offer-header .main-header__contacts {
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commercial-offer-header .main-header__email {
  margin-bottom: 15px;
}

.commercial-offer-header .main-header__email::before {
  margin-right: 10px;
}

.commercial-offer-header .main-header__email span {
  font-size: 18px;
}

.commercial-offer-header .main-header__phone {
  font-size: 22px;
}

.commercial-offer-header .main-header__phone::before {
  font-size: 25px;
  margin-right: 10px;
}

.commercial-offer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}

.commercial-offer h1 {
  margin-top: 0;
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}

.commercial-offer p {
  position: relative;
  z-index: 1;
}

.commercial-offer::after {
  content: '';
  position: absolute;
  right: -80%;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transform: skewX(-26deg);
  -moz-transform: skewX(-26deg);
  -ms-transform: skewX(-26deg);
  -o-transform: skewX(-26deg);
  transform: skewX(-26deg);
  background-color: #f3f3f3;
}

.commercial-offer::before {
  content: '';
  position: absolute;
  right: -70%;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transform: skewX(-26deg);
  -moz-transform: skewX(-26deg);
  -ms-transform: skewX(-26deg);
  -o-transform: skewX(-26deg);
  transform: skewX(-26deg);
  background-color: #fff;
}

.commercial-offer__num {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-right: 10px;
  padding-right: 17px;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #3b3b3b;
}

.commercial-offer__num span {
  display: block;
}

.commercial-offer__num span:first-of-type {
  font-family: "Sans Pro SemiBold";
  font-size: 30px;
  font-weight: 600;
}

.commercial__footer {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.commercial__footer span {
  display: block;
}

.commercial__footer a {
  margin: 0 auto;
  max-width: 222px;
}

.commercial__footer .redButton {
  margin-bottom: 20px;
}

.commercial__footer .greenButton {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

.commercial__footer .greenButton::before {
  display: none;
}

.commercial__footer .greenButton:hover {
  padding-right: 0;
  padding-left: 0;
}

.commercial__footer-col {
  margin-bottom: 20px;
}

.commercial__total {
  font-family: "Sans Pro SemiBold";
  font-size: 26px;
  font-weight: 400;
  line-height: 55px;
  color: #3b3b3b;
}

.commercial__total .total {
  font-family: "Sans Pro Black";
  font-size: 30px;
  line-height: 1;
}

.commercial__total .rub {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .commercial-offer-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .commercial-offer-header .main-header__logo {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 0;
  }

  .commercial-offer-header .main-header__logo svg {
    width: 150px;
    height: 59px;
  }

  .commercial-offer-header .main-header__contacts {
    padding: 0;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .commercial-offer-header .main-header__contacts-links {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
  }

  .commercial-offer-header .main-header__contacts-links > a {
    display: inline-block;
  }

  .commercial-offer-header .main-header__email {
    margin-bottom: 0;
  }

  .commercial-offer-header .main-header__email::before {
    margin-right: 15px;
  }

  .commercial-offer-header .main-header__email span {
    font-size: 18px;
  }

  .commercial-offer-header .main-header__phone {
    margin-left: 50px;
  }

  .commercial-offer-header .main-header__phone::before {
    margin-right: 20px;
  }

  .commercial-offer .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .commercial-offer h1 {
    width: 100%;
    padding-right: 155px;
    margin-bottom: 8px;
  }

  .commercial-offer p {
    width: 65%;
  }

  .commercial-offer::after {
    content: '';
    position: absolute;
    right: -75%;
  }

  .commercial-offer__num {
    padding-top: 0;
    padding-right: 40px;
    width: 35%;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  .commercial .basket__form {
    padding-top: 0;
  }

  .commercial__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding-top: 8px;
  }

  .commercial__footer-col {
    width: 33.33%;
  }

  .commercial__total {
    line-height: 1;
    padding-left: 55px;
  }

  .commercial__total .total {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1280px) {
  .commercial-offer .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .commercial-offer h1 {
    padding-right: 155px;
    margin-bottom: 18px;
  }

  .commercial-offer p {
    width: 76%;
  }

  .commercial-offer::before {
    content: '';
    position: absolute;
    right: -78%;
  }

  .commercial-offer::after {
    content: '';
    position: absolute;
    right: -80%;
  }

  .commercial-offer__num {
    padding-top: 0;
    padding-right: 50px;
    width: 24%;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  .commercial__footer {
    padding-top: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .commercial__footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }

  .commercial__footer-col:nth-of-type(1) {
    width: 28.5%;
  }

  .commercial__footer-col:nth-of-type(2) {
    width: 41.5%;
  }

  .commercial__footer-col:nth-of-type(3) {
    width: 30%;
  }

  .commercial__total span {
    display: inline-block;
  }

  .commercial__total .total {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .commercial-offer p {
    width: 75%;
  }

  .commercial-offer__num {
    padding-right: 90px;
    width: 25%;
  }

  .commercial__footer {
    padding-right: 21%;
  }

  .commercial__footer-col:nth-of-type(3) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* End */


/* Start:/local/templates/komus/css/basket.css?15772823196413*/
/* FONT */.basket .orderItem {
  position: relative;
  padding-bottom: 30px;
}

.basket {
  padding-bottom: 82px;
}

.basket .orderItem__name {
  color: #3b3b3b;
  height: auto;
  max-height: 75px;
}

.basket .orderPrice__price-price.amount {
  position: relative;
  width: 137px;
  margin: 0 auto;
}

.basket .orderPrice {
  width: 100%;
}

.basket .orderPrice__title {
  width: 45%;
  padding-bottom: 10px;
}

.basket .orderPrice__price {
  width: 55%;
  padding-bottom: 10px;
}

.basket .orderPrice__price span {
  padding-left: 25px;
}

.basket .popUpForm__close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.basket .catalogItem__amout {
  padding-left: 20px;
  font-size: 16px;
}

.basket .catalogItem__amout-input {
  position: relative;
  width: 110px;
  height: 52px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  padding-right: 40px;
}

.basket .catalogItem__plus {
  border-right: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 35px;
}

.basket .catalogItem__minus {
  border-right: 1px solid #e8e8e8;
  bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__footer .generate-btn {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  max-width: 271px;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #706f6f;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.basket__footer .generate-btn:hover {
  text-decoration: none;
  background-color: #7d7c7c;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.basket__footer .lineButton {
  max-width: 271px;
  margin: 0 auto;
}

.basket__footer .redButton {
  max-width: 271px;
  margin: 0 auto;
}

.basket__total {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.basket__total span {
  font-family: "Sans Pro SemiBold";
  font-size: 26px;
  color: #3b3b3b;
}

.basket__total .total {
  font-family: "Sans Pro Black";
  font-size: 30px;
}

.basket__total .rub {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .basket .orderItem {
    padding-bottom: 20px;
  }

  .basket .orderPrice__priceAmountWrapper {
    width: 25%;
    display: flex;
    justify-content: center;
    padding-left: 15px;
  }

  .basket .orderPrice__title {
    width: 100%;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .basket .catalogItem__amout {
    padding-left: 0;
  }

  .basket .orderPrice__price {
    width: 100%;
    padding-bottom: 10px;
    justify-content: center;
  }

  .basket .popUpForm__close {
    top: auto;
    bottom: 63px;
    right: 41px;
  }

  .basket .orderPrice__price span {
    padding-left: 0;
  }

  .basket .catalogItem__plus {
    top: 22px;
    right: 14px;
  }

  .basket .catalogItem__minus {
    bottom: 22px;
    right: 14px;
  }

  .basket .orderPrice__price-price.amount {
    position: relative;
    height: 96px;
    margin-left: 0;
    margin-right: 0;
  }

  .basket__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basket__footer .generate-btn {
    margin-top: 0;
  }

  .basket__footer-col {
    min-width: 271px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .basket__total {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basket__total span {
    font-family: "Sans Pro SemiBold";
    font-size: 26px;
    color: #3b3b3b;
  }

  .basket__total .total {
    font-family: "Sans Pro Black";
    font-size: 30px;
  }

  .basket__total .rub {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .basket .catalogItem__plus {
    top: 0;
    right: 0;
  }

  .basket .orderItem {
    padding-bottom: 10px;
}

  .basket {
    padding-bottom: 50px;
  }

  .basket .popUpForm__close {
    bottom: auto;
    top: 20px;
    right: 20px;
  }

  .basket .catalogItem__minus {
    bottom: 0;
    right: 0;
  }

  .basket__footer {
    padding-bottom: 10px;
    justify-content: flex-end;
  }

  .basket__footer-col {
    padding-top: 0;
    min-width: 280px;
  }

  .basket__footer-col:first-of-type {
    min-width: 330px;
  }

  .basket__footer .lineButton {
    height: 50px;
    margin-left: 30px;
  }

  .basket__total {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .basket .orderList__block {
    padding-right: 21%;
  }

  .basket__footer {
    padding-right: 19%;
  }

  .basket__footer-col {
    min-width: 340px;
  }

  .basket__footer-col:first-of-type {
    min-width: 310px;
  }

  .basket__total {
    padding-top: 20px;
  }

  .basket {
    padding-bottom: 0;
  }
}

/* End */


/* Start:/local/templates/komus/css/404.css?157728231912130*/
/* FONT */.fadeIn {
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}

.four-h-four {
  padding-left: 10px;
  padding-top: 40px;
}

.four-h-four h1 {
  padding-right: 100px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.four-h-four ul {
  margin-top: 4px;
}

.four-h-four ul li {
  padding-left: 12px;
  line-height: 26px;
}

.four-h-four .redButton {
  margin-top: 42px;
  max-width: 234px;
}

.four-h-four__numbers {
  position: relative;
  padding-top: 70px;
  padding-bottom: 38px;
  text-align: center;
  margin-left: -10px;
  min-height: 265px;
}

.four-h-four__number {
  font-family: "Sans Pro Black", sans-serif;
  font-size: 156px;
  line-height: 1;
  color: #008b3b;
  display: inline-block;
  font-weight: 900;
}

.four-h-four__number--1 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.four-h-four__number--2 {
  position: relative;
  color: #d10910;
  bottom: 30px;
}

.four-h-four__number--3 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.four-h-four__word {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Sans Pro SemiBold";
  font-size: 22px;
  color: #3b3b3b;
}

@media screen and (min-width: 768px) {
  .four-h-four {
    padding-left: 0;
    padding-top: 78px;
  }

  .four-h-four h1 {
    padding-right: 0;
    line-height: 30px;
    letter-spacing: 0.3px;
  }

  .four-h-four ul {
    margin-top: 4px;
  }

  .four-h-four ul li {
    padding-left: 12px;
    line-height: 24px;
  }

  .four-h-four .redButton {
    margin-top: 45px;
  }

  .four-h-four__numbers {
    min-height: 463px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 38px;
    padding-right: 118px;
    margin-left: 0;
  }

  .four-h-four__number {
    font-size: 355px;
  }

  .four-h-four__number--1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .four-h-four__number--2 {
    position: relative;
    color: #d10910;
    bottom: 70px;
  }

  .four-h-four__number--3 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .four-h-four__word {
    bottom: 85px;
    -webkit-transform: translateX(-87%);
    -moz-transform: translateX(-87%);
    -ms-transform: translateX(-87%);
    -o-transform: translateX(-87%);
    transform: translateX(-87%);
    font-size: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .four-h-four {
    padding-left: 0;
    padding-top: 69px;
    padding-bottom: 30px;
  }

  .four-h-four .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .four-h-four h1 {
    padding-right: 0;
    line-height: 30px;
    letter-spacing: 0.3px;
  }

  .four-h-four ul {
    margin-top: 4px;
  }

  .four-h-four ul li {
    padding-left: 12px;
    line-height: 24px;
  }

  .four-h-four .redButton {
    margin-top: 45px;
  }

  .four-h-four__numbers {
    min-height: 463px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 0;
    padding-right: 20px;
    margin-left: 0;
  }

  .four-h-four__number {
    font-size: 355px;
  }

  .four-h-four__number--1 {
    -webkit-animation: fhf-letter-1 2s;
    -moz-animation: fhf-letter-1 2s;
    -o-animation: fhf-letter-1 2s;
    animation: fhf-letter-1 2s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .four-h-four__number--2 {
    position: relative;
    color: #d10910;
    -webkit-animation: fhf-letter-2 1s, fhf-letter-2-2-768 2s;
    -moz-animation: fhf-letter-2 1s, fhf-letter-2-2-768 2s;
    -o-animation: fhf-letter-2 1s, fhf-letter-2-2-768 2s;
    animation: fhf-letter-2 1s, fhf-letter-2-2-768 2s;
    bottom: 70px;
  }

  .four-h-four__number--3 {
    -webkit-animation: fhf-letter-3 1.5s, fhf-letter-3-2 1s;
    -moz-animation: fhf-letter-3 1.5s, fhf-letter-3-2 1s;
    -o-animation: fhf-letter-3 1.5s, fhf-letter-3-2 1s;
    animation: fhf-letter-3 1.5s, fhf-letter-3-2 1s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .four-h-four__word {
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .four-h-four {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .four-h-four .content {
    padding-right: 35%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fhf-letter-1 {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fhf-letter-1 {
  0% {
    -moz-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fhf-letter-1 {
  0% {
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fhf-letter-1 {
  0% {
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fhf-letter-2 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes fhf-letter-2 {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes fhf-letter-2 {
  0% {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fhf-letter-2 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@-moz-keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@-o-keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@-webkit-keyframes fhf-letter-3 {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fhf-letter-3 {
  0% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fhf-letter-3 {
  0% {
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fhf-letter-3 {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@-moz-keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@-o-keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

/* End */


/* Start:/local/templates/komus/css/order_slider.css?16470038022839*/
.orderSlider {
    margin-top: 34px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.orderSlider.greenArrow .slick-arrow {
    background-color: #d10910;
}

.orderSlider.greenArrow .slick-arrow:hover {
    background-color: #d10910;
}
.orderSlider.greenArrow .slick-arrow:hover::before {
    opacity: 1;
}

.orderSlider__item {
    width: 226px;
    margin-left: 10px;
    margin-right: 10px;
}

.orderSlider__card {
    height: 298px;
    width:100%;
    display: block;
    border-radius: 25px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    text-decoration: none!important;
}

.orderSlider__image {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.orderSlider__bottom {
    padding-top: 26px;
}

.orderSlider__name {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.orderSlider__contains {
    position: relative;
    display: block;
    height: 100%;
    padding: 14px;
}
.orderSlider__picture{
    height: 195px;
    width: 100%;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}
.orderSlider__bottom svg {
    margin-top: 4px;
    display: none;
}

@media screen and (min-width: 768px) {
    .orderSlider {
        padding-left: 29px;
        padding-right: 29px;
    }

    .orderSlider__item {
        margin:0;
        padding:0 5px;
        width:auto;
    }
    .orderSlider__card {
        max-width: 226px;
        margin:0 auto;
    }
    
    .orderSlider.greenArrow .slick-arrow.slick-prev {
        left: 18px;
    }
    .orderSlider.greenArrow .slick-arrow.slick-next{
        right: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .orderSlider {
        padding-left: 26px;
        padding-right: 25px;
    }
    .orderSlider__item {
        padding:0 9px 0 8px;
    }
    .orderSlider.greenArrow .slick-arrow.slick-prev {
        left: 20px;
    }
    .orderSlider.greenArrow .slick-arrow.slick-next{
        right: 20px;
    }
}
@media screen and (min-width: 1920px) {
    .orderSlider {
        padding-left: 42px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 42px;
    }
    .orderSlider__item {
        padding:0 28px;
    }
    .orderSlider__card {
        height: 330px;
        max-width: 250px;
    }
    .orderSlider__picture {
        height: 220px;
    }
    .orderSlider__name {
        line-height: 20px;
    }
    .orderSlider.greenArrow .slick-arrow.slick-prev {
        left: 54px;
        margin-top: -17px;
    }
    .orderSlider.greenArrow .slick-arrow.slick-next{
        right: 54px;
        margin-top: -17px;
    }
}

/* End */


/* Start:/local/components/ekrit/search.title/templates/.default/style.css?15772823211251*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:10000;
}
.searchResult {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 10px 0;
}
.searchResult__item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 2px 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    text-decoration: none !
    border-bottom: 1px solid #e8e8e8;
    max-height: 54px;
    color: #707070;
    overflow: hidden;
    cursor: pointer;
}
.searchResult__item:last-of-type {
	border-bottom: 0;
}
.searchResult__imgBlock {
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 50px;
	margin-right: 10px;
}
.searchResult__img {
	display: block;
}
.searchResult__title {
	display: inline-block;

}
.searchResult__titleAll {
	text-align: center;
    display: block;
    width: 100%;
}
/* End */


/* Start:/local/components/ekrit/main.feedback/templates/komus/style.css?1691489645247*/
.error-agreement-text {
    position: absolute;
    color: red;
    bottom: -30px;
    font-size: 13px;
    left: 0;
}

.success-text-feedback {
    margin-right: 0px;
    text-align: center;
    color: #008b3b;
    font-size: 18px;
}
/* End */


/* Start:/local/templates/komus/template_styles.css?1754563186152294*/
/* FONT */
.fadeIn {
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}

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

* {
  outline: none;
}

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

[data-testid="shield"] {
  display: none !important;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.main-header__top {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: relative;
}

header .maxWidth {
  position: relative;
}

/* body::-webkit-scrollbar {
     width: 10px;
     border-left: 1px solid transition;
}
 body::-webkit-scrollbar-thumb {
     width: 10px;
     border-radius: 10px;
     background-color: #d10910;
     transition: all 0.3s;
}
 body::-webkit-scrollbar-thumb:hover {
     background-color: #008b3b;
}
 */
.blockUI.blockMsg::-webkit-scrollbar {
  width: 10px;
  border-left: 1px solid transition;
}

.blockUI.blockMsg::-webkit-scrollbar-thumb {
  width: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #d10910;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.blockUI.blockMsg::-webkit-scrollbar-thumb:hover {
  background-color: #008b3b;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.clearfix:after,
.contentContainer:after,
.contentContainer:before,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.contentContainer:after,
.row:after {
  clear: both;
}

.content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.maxWidth {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

html {
  height: 100%;
  min-width: 320px;
  color: #757575;
  font: 16px/24px 'Sans Pro Regular', Georgia, Tahoma, Verdana, sans-serif;
}

.touch {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  height: 100%;
}

ins {
  text-decoration: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.rub {
  display: inline-block;
  padding-left: 2px;
  font-size: 22px;
  font-family: "Sans Pro Black";
}

.rub:after {
  content: '\79';
  font-family: 'Komus-font-2';
}

.rub.dealer {
  font-size: 14px;
}

p {
  margin: 0;
}

p+p {
  margin-top: 10px;
}

.hidden-block {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  color: #2a2b37;
  font-weight: normal;
  font-family: 'Sans Pro SemiBold';
}

h1 {
  font-size: 30px;
  margin-top: 11px;
  line-height: 40px;
  margin-bottom: 19px;
}

h2 {
  font-size: 28px;
  line-height: 35px;
  text-transform: none;
  margin-bottom: 14px;
  margin-top: 27px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 16px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 14px;
  margin-top: 31px;
  text-transform: none;
}

h5 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-top: 31px;
  text-transform: none;
}

h6 {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 47px;
  letter-spacing: 0.3px;
  text-transform: none;
}

b,
strong,
.strong {
  font-weight: normal;
  color: #3b3b3b;
  font-family: 'Sans Pro Bold';
}

.main-header__form .formField__description {
  display: none;
}

.main-header__swim .formField__description {
  display: none;
}

.main-header .content {
  padding-left: 10px;
  padding-right: 10px;
}

.main-header__top .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header__logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 140px;
}

.main-header__logo img {
  max-width: 100%;
}

.main-header__logo svg {
  width: 110px;
  height: 43px;
}

.main-header__links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.main-header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 15px;
}

.main-header__email,
.main-footer__email {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 5px;
}

.main-header__email span,
.main-footer__email span {
  position: relative;
  display: inline-block;
}

.main-header__email span {
  border-bottom: 1px solid #707070;
}

.main-header__email:hover,
.main-footer__email:hover {
  text-decoration: none;
}

.main-header__email:hover span::after,
.main-footer__email:hover span::after {
  width: 0;
  left: 50%;
  -webkit-transition: width 0.4s, left 0.4s;
  -o-transition: width 0.4s, left 0.4s;
  -moz-transition: width 0.4s, left 0.4s;
  transition: width 0.4s, left 0.4s;
}

.main-header__email::before,
.main-footer__email::before {
  content: '\61';
  display: inline-block;
  vertical-align: middle;
  font-family: 'Komus-font-1';
  font-size: 17px;
  color: #008b3b;
  margin-right: 8px;
}

.main-header__phone,
.main-footer__phone {
  display: block;
  font-family: 'Sans Pro Bold';
  font-size: 16px;
  font-weight: 700;
  color: #3b3b3b;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.main-header__phone:hover,
.main-footer__phone:hover {
  text-decoration: none;
  color: #7d7d7d;
}

.main-header__phone::before,
.main-footer__phone::before {
  content: '\62';
  display: inline-block;
  vertical-align: middle;
  font-family: 'Komus-font-1';
  font-size: 19px;
  color: #008b3b;
  margin-right: 10px;
}

.main-header__phone-city {
  font-size: 14px;
  line-height: 21px;
  text-align: right;
}

.main-header__callback-btn.button {
  display: none;
}

.main-header__basket {
  padding-left: 50%;
  padding-top: 23px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-header__basket:hover {
  text-decoration: none;
}

.main-header__basket-ic {
  position: relative;
  margin-right: 25px;
}

.main-header__basket-ic svg {
  width: 30px;
  height: 25px;
}

.main-header__basket-counter {
  position: absolute;
  right: -17px;
  bottom: -2px;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  background-color: #f3f3f3;
  color: #707070;
  font-style: normal;
}

.main-header__basket-summary {
  font-size: 18px;
  font-weight: 900;
  color: #3b3b3b;
}

.main-header__basket-summary span {
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}

.main-header__basket-summary .rub {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 1;
  margin-left: -3px;
  padding-top: 5px;
  padding-left: 0;
}

.main-header__buttons-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header__callback-mob {
  position: relative;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d10910;
}

.main-header__callback-mob::after {
  content: '\61';
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Komus-font-2';
  font-size: 16px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-header__search-mob {
  position: relative;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #706f6f;
  margin-left: 15px;
}

.main-header__search-mob::after {
  content: '\63';
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Komus-font-1';
  font-size: 16px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-header__form,
.main-header__swim-form {
  display: none;
  min-height: 70px;
  background-color: #f9f9f9;
}

.main-header__menu {
  background-color: #d10910;
}

.main-header__menu .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}

.main-header__menu-item {
  position: relative;
  display: none;
}

.main-header__menu-item:first-of-type {
  display: block;
}

.main-header__menu-item:last-of-type::after {
  display: none;
}

.main-header__menu-item::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  height: 10px;
  width: 2px;
  /* display: none; */
  background: #ffffff;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-header__menu-link {
  font-family: 'Sans Pro SemiBold';
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 25px 37px;
  display: inline-block;
}

.main-header__menu-link:hover {
  text-decoration: none;
}

.main-header__menu-btn {
  font-family: 'Sans Pro SemiBold';
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 25px 25px;
  position: relative;
}

.main-header__menu-btn::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 35.6 35.8' enable-background='new 0 0 35.6 35.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M17.8,0.3c9.7,0,17.5,7.8,17.5,17.5s-7.8,17.5-17.5,17.5 S0.3,27.5,0.3,17.8S8.1,0.3,17.8,0.3z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23008B3B' d='M10.7,10.3c0.8,0,1.5,0.7,1.5,1.5c0,0.8-0.7,1.5-1.5,1.5 s-1.5-0.7-1.5-1.5C9.2,11,9.9,10.3,10.7,10.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23008B3B' d='M10.7,16.3c0.8,0,1.5,0.7,1.5,1.5c0,0.8-0.7,1.5-1.5,1.5 s-1.5-0.7-1.5-1.5C9.2,17,9.9,16.3,10.7,16.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23008B3B' d='M10.7,22.3c0.8,0,1.5,0.7,1.5,1.5c0,0.8-0.7,1.5-1.5,1.5 s-1.5-0.7-1.5-1.5C9.2,23,9.9,22.3,10.7,22.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D10910' d='M25.1,13.2h-9c-0.7,0-1.2-0.6-1.2-1.3s0.6-1.3,1.2-1.3h9c0.7,0,1.3,0.6,1.3,1.3S25.8,13.2,25.1,13.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D10910' d='M25.1,19.2h-9c-0.7,0-1.2-0.6-1.2-1.3s0.6-1.3,1.2-1.3h9c0.7,0,1.3,0.6,1.3,1.3S25.8,19.2,25.1,19.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23D10910' d='M25.1,25.2h-9c-0.7,0-1.2-0.6-1.2-1.3s0.6-1.3,1.2-1.3h9c0.7,0,1.3,0.6,1.3,1.3S25.8,25.2,25.1,25.2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.popUpForm--menu .popUpForm__title::before {
  content: '\76';
  display: inline-block;
  position: relative;
  top: 15px;
  left: 1px;
  vertical-align: top;
  font-family: 'Komus-font-1';
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  color: rgba(112, 111, 111, 0.25);
  margin-right: 15px;
  background-image: none;
}

.main-header__swim .main-header__menu-btn::before {
  display: none;
}

.main-header__swim {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: -120%;
  width: 100%;
  background-color: #fefefe;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 1, 0.05);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 1, 0.05);
  box-shadow: 0 4px 6px rgba(0, 0, 1, 0.05);
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: top 1s, opacity 0.2s;
  -o-transition: top 1s, opacity 0.2s;
  -moz-transition: top 1s, opacity 0.2s;
  transition: top 1s, opacity 0.2s;
}

.main-header__swim.fixed {
  position: fixed;
  top: 0;
  z-index: 1049;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: top 1s, opacity 0.2s;
  -o-transition: top 1s, opacity 0.2s;
  -moz-transition: top 1s, opacity 0.2s;
  transition: top 1s, opacity 0.2s;
}

.main-header__swim .main-header__menu-btn {
  color: #3b3b3b;
}

.main-header__swim.fixed .main-header__swim-search {
  display: inline-block;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 20px;
}

.main-header__swim-menu {
  display: none;
}

.main-header__swim-form {
  opacity: 0;
  min-height: 0;
  height: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  z-index: -1;
}

.main-header__swim-form.show {
  min-height: 70px;
  height: 70px;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
}

.main-header__swim-search {
  display: none;
}

.main-header__swim-search span {
  display: inline-block;
}

.main-header__swim-search span::before {
  content: '\e92d';
  display: block;
  font-family: 'Komus-font-3';
  color: #008b3b;
  font-size: 34px;
}

.main-header__swim .searchButton {
  display: none;
}

.main-header__swim .main-header__top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.main-header__swim .main-header__logo {
  display: none;
}

.main-header__swim .main-header__links {
  width: 50%;
}

.main-header__swim .main-header__menu-btn {
  display: block;
  width: 133px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #f3f3f3;
  padding: 15px 10px;
  text-align: center;
}

.main-header__swim .main-header__menu-btn:hover {
  text-decoration: none;
}

.main-header__swim .main-header__basket {
  padding: 0;
}

.main-header__swim .main-header__basket-summary span {
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}

.main-header__swim .main-header__basket-summary .rub {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  line-height: 1;
  margin-left: -3px;
  padding-top: 5px;
  padding-left: 0;
}

.main-header__swim .main-header__contacts {
  display: none;
}

.breadcrumb .content {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.breadcrumb .content:after {
  content: '';
  position: absolute;
  right: 0;
  top: 26px;
  height: 36px;
  width: 50px;
}

.breadcrumb ::-webkit-scrollbar {
  background-color: #f3f3f3;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.breadcrumb ::-webkit-scrollbar-thumb {
  background-color: #008b3b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.breadcrumb ::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  padding-top: 25px;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  padding-bottom: 5px;
}

.breadcrumb__item {
  padding-right: 55px;
  font-size: 18px;
  line-height: 2;
  white-space: nowrap;
}

.breadcrumb__item a {
  position: relative;
  color: #707070;
  border-bottom: 1px solid #706f6f;
  text-decoration: none;
  padding-bottom: 3px;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  -moz-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.breadcrumb__item a::after {
  position: absolute;
  right: -35px;
  top: 0;
  content: '\75';
  font-family: 'Komus-font-1';
  font-size: 16px;
  color: #008b3b;
}

.breadcrumb__item a:hover {
  text-decoration: none;
  color: #008b3b;
  border-color: #008b3b;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  -moz-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.breadcrumb__item span {
  color: #b4b4b4;
}

.siteLogo {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.siteLogo:hover {
  opacity: 0.7;
}

.ie .hidden-overflow .main-header__swim {
  padding-right: 16px;
}

.hidden-overflow .main-header__swim {
  padding-right: 17px;
}

.firefox .hidden-overflow .main-header__swim {
  padding-right: 17px;
}

a {
  /* -webkit-transition: color 0.3s;
     -o-transition: color 0.3s;
     -moz-transition: color 0.3s;
     transition: color 0.3s;
    */
  color: #d10910;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wrapper {
    overflow: visible;
  }
}

.content-container {
  font-size: 16px;
}

.hidden-overflow {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.figurecaption__text {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Sans Pro SemiBold';
  text-transform: uppercase;
  padding-right: 42px;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-left: 51px;
  position: relative;
  z-index: 1;
}

.figurecaption__text:after {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-37deg);
  -moz-transform: skewX(-37deg);
  -ms-transform: skewX(-37deg);
  -o-transform: skewX(-37deg);
  transform: skewX(-37deg);
  z-index: -1;
  position: absolute;
  left: -5px;
  top: 0;
  background-color: #d10910;
}

.figurecaption__text:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: #d10910;
  width: 35px;
}

figure {
  margin: 0;
  margin-top: 7px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}

figure figcaption:after {
  content: '';
  width: -webkit-calc(100% + 50px);
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  height: -webkit-calc(100% + 50px);
  height: -moz-calc(100% + 50px);
  height: calc(100% + 50px);
  -webkit-transform: skewX(-37deg);
  -moz-transform: skewX(-37deg);
  -ms-transform: skewX(-37deg);
  -o-transform: skewX(-37deg);
  transform: skewX(-37deg);
  position: absolute;
  left: -37px;
  top: -25px;
  background-color: #fff;
}

figure.left {
  float: left;
  margin-right: 17px;
}

figure.center {
  text-align: center;
  width: 100%;
}

figure.right {
  margin-left: 17px;
  float: right;
}

figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* UL OL START */
.content-container ol,
.content-container ul {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 11px;
  margin-left: 0;
  padding-left: 0;
}

.content-container ol li,
.content-container ul li {
  position: relative;
  padding-left: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.content-container ol li ul,
.content-container ol li ol,
.content-container ul li ul,
.content-container ul li ol {
  margin-top: -2px;
  margin-left: 0;
  margin-bottom: 0;
}

.content-container ol li ul li,
.content-container ol li ol li,
.content-container ul li ul li,
.content-container ul li ol li {
  margin-bottom: 1px;
  padding-left: 15px;
}

.content-container ol li ul li ul,
.content-container ol li ul li ol,
.content-container ol li ol li ul,
.content-container ol li ol li ol,
.content-container ul li ul li ul,
.content-container ul li ul li ol,
.content-container ul li ol li ul,
.content-container ul li ol li ol {
  margin-top: 0;
}

.content-container ol li ul li ul li,
.content-container ol li ul li ol li,
.content-container ol li ol li ul li,
.content-container ol li ol li ol li,
.content-container ul li ul li ul li,
.content-container ul li ul li ol li,
.content-container ul li ol li ul li,
.content-container ul li ol li ol li {
  margin-bottom: 1px;
  padding-left: 20px;
}

.content-container ol li ul li ul li:last-of-type,
.content-container ol li ul li ol li:last-of-type,
.content-container ol li ol li ul li:last-of-type,
.content-container ol li ol li ol li:last-of-type,
.content-container ul li ul li ul li:last-of-type,
.content-container ul li ul li ol li:last-of-type,
.content-container ul li ol li ul li:last-of-type,
.content-container ul li ol li ol li:last-of-type {
  margin-bottom: 0;
}

.content-container ol li ul li:last-of-type,
.content-container ol li ol li:last-of-type,
.content-container ul li ul li:last-of-type,
.content-container ul li ol li:last-of-type {
  margin-bottom: 0;
}

.content-container ol li:last-of-type,
.content-container ul li:last-of-type {
  margin-bottom: 0;
}

.content-container ol {
  counter-reset: point;
}

.content-container ol li {
  padding-left: 0;
}

.content-container ol li ol {
  counter-reset: points;
}

.content-container ol li ol>li:before {
  font-family: 'Sans Pro Bold';
  color: #3b3b3b;
  left: -1px;
  content: counter(point) '.' counter(points);
  counter-increment: points 1;
  position: relative;
  padding: 0;
  text-align: right;
  padding-right: 1px;
  left: -1px;
}

.content-container ol li ol li ol {
  counter-reset: levelthree;
}

.content-container ol li ol li ol>li:before {
  font-family: 'Sans Pro Bold';
  color: #3b3b3b;
  left: -1px;
  content: counter(point) '.' counter(points) '.' counter(levelthree);
  counter-increment: levelthree 1;
  position: relative;
  padding: 0;
  text-align: right;
  padding-right: 1px;
  left: -1px;
}

.content-container ol>li:before {
  font-family: 'Sans Pro Bold';
  color: #3b3b3b;
  content: counter(point) '.';
  counter-increment: point 1;
  padding: 0;
  position: relative;
  text-align: right;
  padding-right: 1px;
  left: -1px;
}

.content-container ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #008b3b;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content-container ul li ul li:before {
  background-color: #d10910;
}

.content-container ul li ul li ul li:before {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border: 2px solid #d10910;
  left: 4px;
}

/*UL OL END*/
.importantInformation {
  position: relative;
  padding-left: 80px;
  padding-top: 16px;
  padding-bottom: 30px;
}

.importantInformation:before {
  content: '!';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #008b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-family: 'Sans Pro Bold';
}

.importantInformation__text {
  display: block;
}

.importantInformation__contact {
  display: block;
  font-family: 'Sans Pro Bold';
  margin-top: 10px;
  letter-spacing: -0.4px;
  color: #3b3b3b;
}

/* TABS */
.tabBlock__title {
  text-align: center;
}

.tabBlock__title h2 {
  font-size: 30px;
  margin-bottom: 19px;
}

.tabBlock__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f3f3f3;
  padding-bottom: 6px;
}

.tabBlock__tabs::-webkit-scrollbar {
  height: 4px;
}

.tabBlock__tabs::-webkit-scrollbar-thumb {
  width: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #d10910;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.tabBlock__tab {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #3b3b3b;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tabBlock__tab:hover {
  text-decoration: none;
}

.tabBlock__tab.-active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #d10910;
  color: #ffffff;
  pointer-events: none;
}

/* TABS */
/* TABLE */
.responsiveTable {
  margin-top: 21px;
  margin-bottom: 20px;
  overflow: auto;
}

.responsiveTable::-webkit-scrollbar {
  height: 4px;
}

.responsiveTable::-webkit-scrollbar-thumb {
  width: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #d10910;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.responsiveTable__info {
  display: block;
  color: #9b9cad;
  font-size: 10px;
  text-align: center;
}

.spaceThead {
  height: 18px;
}

.wrapper table {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
}

.wrapper table .price {
  font-size: 22px;
}

.wrapper table .price .rub {
  font-size: 16px;
  vertical-align: top;
  line-height: 25px;
}

.wrapper table .price.deposition {
  color: #808080;
}

.wrapper table thead th {
  font-weight: normal;
  padding-top: 17px;
  padding-bottom: 18px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f3f3f3;
  color: #3b3b3b;
  font-family: 'Sans Pro Bold';
  font-size: 18px;
  vertical-align: top;
  line-height: 27px;
}

.wrapper table thead th:first-of-type {
  text-align: left;
  padding-left: 40px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.wrapper table thead th:last-of-type {
  padding-right: 40px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

.wrapper table tbody tr:first-child td {
  border-top: 1px solid #e8e8e8;
}

.wrapper table tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
}

.wrapper table tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
}

.wrapper table tbody tr:last-child td {
  border-top: 1px solid #e8e8e8;
}

.wrapper table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
}

.wrapper table tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
}

.wrapper table tbody td {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.wrapper table tbody td:first-of-type {
  padding-left: 40px;
  text-align: left;
  border-left: 1px solid #e8e8e8;
}

.wrapper table tbody td:last-of-type {
  padding-right: 40px;
  border-right: 1px solid #e8e8e8;
}

.wrapper table tfoot td {
  text-align: center;
  color: #3b3b3b;
  font-family: 'Sans Pro Bold';
  font-size: 16px;
  line-height: 24px;
  padding-top: 23px;
  letter-spacing: -0.3px;
}

.wrapper table.custom td {
  border-radius: 0px !important;
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
}

.wrapper table.custom tr {
  border-radius: 0px !important;
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
}

/* TABLE */
/* summoselect start */
.styled-select {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SumoSelect {
  width: 100%;
  cursor: pointer;
  height: 52px;
  max-width: 100%;
}

.SumoSelect .select-all {
  display: none;
}

.SumoSelect .CaptionCont {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-right: 31px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  color: #b4b4b4;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  font-family: 'Sans Pro Regular';
}

.SumoSelect .CaptionCont.SlectBox.clicked {
  border-color: #bababa;
  z-index: 101;
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.SumoSelect .CaptionCont.SlectBox.clicked label i:after {
  top: 5px;
  color: #d10910;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.SumoSelect .CaptionCont .placeholder {
  color: #b4b4b4;
}

.SumoSelect .CaptionCont span {
  cursor: pointer;
  color: #3b3b3b;
  padding-right: 0;
}

.SumoSelect .CaptionCont label {
  right: -2px;
  top: -2px;
  cursor: pointer;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.SumoSelect .CaptionCont label i {
  border: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}

.SumoSelect .CaptionCont label i:after {
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
  position: absolute;
  left: 0;
  color: #008b3b;
  top: 8px;
  content: '\6f';
  font-size: 9px;
  font-family: 'Komus-font-1';
  font-style: normal;
}

.SumoSelect .optWrapper {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.SumoSelect .optWrapper.multiple .options li {
  padding-left: 0;
}

.SumoSelect .optWrapper.multiple .options li.selected span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.SumoSelect .optWrapper.multiple .options li span {
  width: 16px;
  height: 16px;
  margin-left: 0;
  left: 23px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: auto;
  top: 3px;
}

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

.SumoSelect .optWrapper.multiple .options li span:after {
  content: '';
  position: absolute;
  right: 0;
  margin: auto;
  font-family: 'Komus-font-1';
  content: '\6e';
  color: #d10910;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-size: 8px;
  top: -5px;
  left: 3px;
}

.SumoSelect .optWrapper.multiple .options li label {
  padding-left: 49px;
  padding-top: 2px;
  padding-bottom: 3px;
  line-height: 18px;
}

.SumoSelect .optWrapper.open {
  max-height: 120px;
  top: 39px;
  z-index: 100;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #bababa;
  background-color: #ffffff;
  border-top: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.SumoSelect .optWrapper.open.full-height {
  max-height: none;
}

.SumoSelect>.optWrapper.full-height>.options {
  max-height: none;
}

.SumoSelect .optWrapper .options {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.SumoSelect .optWrapper .options li {
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  list-style: none;
  margin: 0;
}

.SumoSelect .optWrapper .options li.selected label {
  font-family: 'Sans Pro SemiBold';
  color: #232323;
}

.SumoSelect .optWrapper .options li:before,
.SumoSelect .optWrapper .options li:after {
  content: none;
}

.SumoSelect .optWrapper .options li:hover {
  background: none;
}

.SumoSelect .optWrapper .options li label {
  padding-left: 23px;
  font-size: 14px;
  display: block;
  color: #3b3b3b;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 2px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  -moz-transition: color 0.24s;
  transition: color 0.24s;
}

.SumoSelect .optWrapper .options li label:hover {
  font-family: 'Sans Pro SemiBold';
  color: #232323;
}

.SumoSelect .optWrapper .options li label:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.SumoSelect .optWrapper .jspDrag {
  width: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  left: -1px;
  border-left: 5px solid #d10910;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.SumoSelect .optWrapper .jspDrag:hover {
  border-color: #008b3b;
}

.SumoSelect .optWrapper .jspDrag:active {
  border-color: #008b3b;
}

.SumoSelect .optWrapper .jspHover {
  background-color: #ff3050;
}

.SumoSelect .optWrapper .jspActive {
  background-color: #ce0020;
}

.SumoSelect .optWrapper .jspTrack {
  background-color: #f3f3f3;
  left: 0;
  width: 3px;
}

.SumoSelect .optWrapper .jspVerticalBar {
  right: 0;
  width: 24px;
}

.SumoSelect .optWrapper .jspVerticalBar .jspCap {
  height: 5px;
}

.SumoSelect .optWrapper .jspVerticalBar .jspCap.jspCapBottom {
  height: 20px;
}

.SumoSelect ul li.disabled {
  display: none;
}

.SumoSelect:hover .CaptionCont,
.SumoSelect:focus .CaptionCont {
  border-color: #bababa;
}

/* summoselect end */
button {
  cursor: pointer;
}

.uploadFile {
  position: relative;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding-left: 33px;
  display: block;
}

.uploadFile:hover span {
  border-color: #008b3b;
  color: #008b3b;
}

.uploadFile:hover:after {
  -webkit-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -o-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.uploadFile:after {
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  position: absolute;
  left: -2px;
  top: 3px;
  font-size: 29px;
  color: #008b3b;
  content: '\7a';
  font-family: 'Komus-font-2';
}

.uploadFile__title {
  color: #3b3b3b;
  margin-bottom: 11px;
  display: block;
  font-family: 'Sans Pro SemiBold';
}

.uploadFile__document {
  margin-top: 29px;
}

.uploadFile__item {
  width: 209px;
  position: relative;
  margin-bottom: 6px;
}

.uploadFile__item-text {
  color: #3b3b3b;
  display: block;
  padding-right: 30px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.uploadFile__item-close {
  position: absolute;
  right: -2px;
  top: 4px;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #f3f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.uploadFile__item-close:after {
  color: #706f6f;
  font-size: 8px;
  font-family: 'Komus-font-1';
  content: '\71';
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.uploadFile__item-close:hover {
  background-color: #d10910;
  text-decoration: none;
}

.uploadFile__item-close:hover:after {
  color: #fff;
}

.uploadFile span {
  color: #707070;
  font-size: 18px;
  border-bottom: 1px solid #706f6f;
}

.uploadFile input {
  position: absolute;
  left: -99999px;
}

.checkbox,
.radio {
  display: inline-block;
  position: relative;
}

.checkbox__button,
.radio__button {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  cursor: pointer;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
  background-color: #fff;
}

.checkbox__button:after,
.radio__button:after {
  content: '';
}

.bx-ie .checkbox__text,
.bx-ie .radio__text {
  display: inline-block;
}

.checkbox__text,
.radio__text {
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
  text-decoration: none;
  cursor: pointer;
  color: #3b3b3b;
  font-size: 13px;
  vertical-align: top;
  padding-left: 35px;
  line-height: 17px;
  font-size: 13px;
  min-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox__text:hover,
.radio__text:hover {
  color: #2a2b37;
}

.checkbox input[disabled],
.radio input[disabled] {
  cursor: none;
  pointer-events: none;
}

.checkbox input[type='checkbox'],
.checkbox input[type='radio'],
.radio input[type='checkbox'],
.radio input[type='radio'] {
  position: absolute;
  left: -9999px;
}

.checkbox input[disabled]+.checkbox__button,
.radio input[disabled]+.checkbox__button {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox input[disabled]+.checkbox__button+ins,
.radio input[disabled]+.checkbox__button+ins {
  color: #c9c9c9;
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox input[disabled]+.checkbox__button,
.checkbox input[disabled]+.checkbox__button+ins,
.radio input[disabled]+.checkbox__button,
.radio input[disabled]+.checkbox__button+ins {
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox input[disabled]+.radio__button,
.radio input[disabled]+.radio__button {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox input[disabled]+.radio__button+ins,
.radio input[disabled]+.radio__button+ins {
  color: #c9c9c9;
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox input[disabled]+.radio__button,
.checkbox input[disabled]+.radio__button+ins,
.radio input[disabled]+.radio__button,
.radio input[disabled]+.radio__button+ins {
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox__text a {
  color: #d10910;
  text-decoration: none;
}

.checkbox__text a {
  text-decoration: none;
  position: relative;
}

.checkbox:hover .checkbox__button {
  border-color: #bababa;
}

.checkbox__button {
  overflow: hidden;
}

.checkbox__button:after {
  content: '\6d';
  font-family: 'Komus-font-1';
  top: -20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  font-size: 14px;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
  text-align: center;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  color: #d10910;
  left: 0;
  right: 0;
}

.checkbox input:checked+.checkbox__button+.checkbox__text {
  color: #757575;
}

.checkbox input:checked+.checkbox__button {
  border-color: #e8e8e8;
}

.checkbox input:checked+.checkbox__button:after {
  top: -1px;
}

.radio.bold .radio__text {
  font-family: 'Sans Pro SemiBold';
  font-size: 18px;
}

.radio__text a {
  text-decoration: none;
}

.radio:hover .radio__button {
  background-color: transparent;
  border: 1px solid #bababa;
}

.radio__text {
  font-size: 14px;
  min-height: 24px;
}

.radio__button {
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  left: -5px;
  top: 3px;
}

.radio__button:after {
  content: '';
  width: 10px;
  height: 10px;
  top: 30px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  background-color: #d10910;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  left: 0;
  right: 0;
}

.radio input:checked+.radio__button+.radio__text {
  color: #2a2b37;
}

.radio input:checked+.radio__button {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

.radio input:checked+.radio__button:after {
  top: 4px;
}

/*CHECKBOX AND RADIO END*/
/* INPUT START */
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #b4b4b4;
  font-family: 'Sans Pro Regular';
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #b4b4b4;
  font-family: 'Sans Pro Regular';
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #b4b4b4;
  font-family: 'Sans Pro Regular';
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b4b4b4;
  font-family: 'Sans Pro Regular';
}

.error::-webkit-input-placeholder {
  color: #d10910;
}

.error::-moz-placeholder {
  color: #d10910;
}

.error:-ms-input-placeholder {
  color: #d10910;
}

.error:-moz-placeholder {
  color: #d10910;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formField {
  margin-bottom: 15px;
  position: relative;
}

.formField input,
.formField textarea {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  color: #3b3b3b;
  padding-top: 10px;
  padding-left: 23px;
  padding-right: 13px;
  padding-bottom: 12px;
  font-size: 16px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
  line-height: 21px;
  font-family: 'Sans Pro Regular';
}

.formField input:hover,
.formField textarea:hover {
  border-color: #bababa;
}

.formField input:active,
.formField textarea:active {
  border-color: #bababa;
}

.formField input:focus,
.formField textarea:focus {
  border-color: #bababa;
}

.formField .form-error {
  position: absolute;
  left: 0;
  display: block;
  color: #d10910;
  bottom: -18px;
  font-size: 12px;
}

.formField textarea {
  resize: none;
  height: 100px;
}

.button {
  display: block;
  width: 100%;
  margin: 0;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  text-decoration: none;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Sans Pro Regular';
  line-height: 24px;
  font-size: 18px;
  -webkit-transition: 0.24s background-color;
  -o-transition: 0.24s background-color;
  -moz-transition: 0.24s background-color;
  transition: 0.24s background-color;
}

.button:hover {
  text-decoration: none;
}

.buttonCatalog {
  width: 200px;
}

.button.redButton {
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #d10910;
}

.button.redButton:hover {
  background-color: #ff3a41;
  cursor: pointer;
}

.button.greyButton {
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #706f6f;
}

.button.greyButton:hover {
  background-color: #838383;
}

.button.searchButton {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #706f6f;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  font-size: 16px;
  height: 41px;
  overflow: hidden;
  position: relative;
}

.button.searchButton span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.34s all;
  -o-transition: 0.34s all;
  -moz-transition: 0.34s all;
  transition: 0.34s all;
}

.button.searchButton span:before {
  position: absolute;
  left: -23px;
  top: -1px;
  font-size: 16px;
  font-family: 'Komus-font-1';
  content: '\63';
  -webkit-transition: 0.34s all;
  -o-transition: 0.34s all;
  -moz-transition: 0.34s all;
  transition: 0.34s all;
}

.button.searchButton:before {
  font-family: 'Komus-font-1';
  content: '\63';
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  position: absolute;
  left: 50%;
  top: -100%;
  font-size: 22px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.34s all;
  -o-transition: 0.34s all;
  -moz-transition: 0.34s all;
  transition: 0.34s all;
}

.button.searchButton:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
}

.button.searchButton:hover:before {
  top: 7px;
}

.button.searchButton:active span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
}

.button.searchButton:active:before {
  top: 7px;
}

.button.greyButton {
  max-width: 271px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #706f6f;
  color: #ffffff;
  margin: 0 auto;
}

.button.greyButton:hover {
  background-color: #2d2c2c;
}

.button.greenButton {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #008b3b;
  color: #ffffff;
  position: relative;
  padding-top: 12px;
  overflow: hidden;
  padding-left: 42px;
  text-align: center;
}

.button.greenButton:before {
  content: '\69';
  position: absolute;
  left: 28px;
  top: 11px;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Komus-font-1';
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.button.greenButton:hover {
  background-color: #11b858;
  padding-left: 0;
  padding-right: 0;
}

.button.greenButton:hover:before {
  top: 50px;
}

.button.lineButton {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #008b3b;
  color: #008b3b;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
}

.button.lineButton:after {
  content: '';
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  opacity: 0;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(0, 139, 59, 0.05) 50%);
  background-image: -moz-linear-gradient(transparent 50%, rgba(0, 139, 59, 0.05) 50%);
  -moz-background-size: 35px 35px;
  background-size: 35px 35px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.button.lineButton:hover:after {
  height: 600% !important;
  opacity: 1;
  color: #fff;
}

.button.resetButton {
  max-width: 116px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #3b3b3b;
  padding-top: 7px;
  padding-bottom: 9px;
}

.button.resetButton:hover {
  background-color: #dddddd;
}

.button.resetButton:active {
  background-color: #d1d1d1;
}

.button.showItems {
  max-width: 296px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #706f6f;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding-top: 7px;
  padding-bottom: 9px;
}

.button.showItems:after,
.button.showItems:before {
  content: '';
  position: absolute;
  right: 26px;
  top: 9px;
  font-family: 'Komus-font-2';
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  opacity: 0;
  font-size: 6px;
}

.button.showItems:after {
  right: 23px;
}

.button.showItems:hover {
  background-color: #383838;
}

.button.showItems:hover:after,
.button.showItems:hover:before {
  content: '\6e';
  opacity: 1;
}

.redLink {
  color: #d10910;
  font-size: 18px;
  position: relative;
  font-family: 'Sans Pro SemiBold';
  line-height: 24px;
}

.redLink:after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.redLink:hover {
  text-decoration: none;
}

.redLink:hover:after {
  background-color: #d10910;
  width: 100%;
  left: 0;
}

.addApplication {
  display: inline-block;
  vertical-align: top;
  padding-left: 54px;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-top: 3px;
}

.addApplication:hover {
  color: #008b3b;
  text-decoration: none;
}

.addApplication:hover:after {
  background-color: #008b3b;
}

.addApplication:hover:before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.addApplication:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  content: '';
  width: 163px;
  height: 1px;
  background-color: #706f6f;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.addApplication:before {
  content: '+';
  padding-top: 7px;
  font-size: 40px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #008b3b;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.tooltip__icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e9e6f2;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  color: #c6c1d5;
}

.tooltip__icon:hover+.tooltip__container {
  display: block;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.tooltip__container {
  position: absolute;
  bottom: 43px;
  left: -195px;
  opacity: 0;
  z-index: -1;
  padding: 33px 37px;
  width: 264px;
  -webkit-box-shadow: 0 10px 30px rgba(29, 30, 41, 0.3);
  -moz-box-shadow: 0 10px 30px rgba(29, 30, 41, 0.3);
  box-shadow: 0 10px 30px rgba(29, 30, 41, 0.3);
  background-color: #ffffff;
  color: #2a2b37;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.tooltip__container p {
  line-height: 18px;
}

.tooltip__container::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip__container:hover {
  display: block;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.arrowLink {
  width: 28px;
  height: 28px;
  background-color: #008b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.arrowLink:after,
.arrowLink:before {
  content: '';
  color: #fff;
  font-family: 'Komus-font-2';
  font-size: 31px;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}

.arrowLink.prev:after,
.arrowLink.prev:before {
  content: '\6d';
  left: 16px;
  transform: rotate(90deg);
  font-size: 15px;
  top: 10px;
}

.arrowTop__text {
  margin-left: 41px;
  margin-top: 10px;
}

.arrowLink.next:after,
.arrowLink.next:before {
  content: '\6e';
  left: -2px;
}

.arrowLink.next:before {
  left: -25px;
}

.arrowLink.disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

.arrowLink:hover {
  background-color: #11b858;
  text-decoration: none;
}

.arrowLink:hover.prev:after {
  right: 2px;
}

.arrowLink:hover.next:after {
  left: 2px;
}

.arrowLink:hover.next:before {
  left: -8px;
}

.greenArrow .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-color: #008b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  overflow: hidden;
}

.greenArrow .slick-arrow:after,
.greenArrow .slick-arrow:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='32' viewBox='0 0 23 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 -2L3 16L21 34' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
  font-size: 31px;
  width: 23px;
  height: 32px;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
}

.greenArrow .slick-arrow.slick-next:after,
.greenArrow .slick-arrow.slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.greenArrow .slick-arrow.slick-prev {
  left: 32px;
}

.greenArrow .slick-arrow.slick-next {
  right: 32px;
}

.greenArrow .slick-arrow.slick-prev:before {
  opacity: 0;
  margin-left: 50%;
}

.greenArrow .slick-arrow.slick-next:before {
  opacity: 0;
  margin-left: -50%;
}

.greenArrow .slick-arrow.slick-disabled {
  background-color: #f3f3f3;
  pointer-events: none;
}

.greenArrow .slick-arrow:hover {
  background-color: #11b858;
  text-decoration: none;
}

.greenArrow .slick-arrow:hover.slick-prev:after {
  margin-left: -3px;
}

.greenArrow .slick-arrow:hover.slick-prev:before {
  margin-left: 6px;
  opacity: 1;
}

.greenArrow .slick-arrow:hover.slick-next:after {
  margin-left: 3px;
}

.greenArrow .slick-arrow:hover.slick-next:before {
  margin-left: -6px;
  opacity: 1;
}

.content-container .paggination__list,
.paggination__list {
  width: 100%;
  max-width: 395px;
  border-radius: 25px 25px 5px 5px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 26px;
  padding-bottom: 24px;
  padding-left: 31px;
  padding-right: 31px;
}

.content-container .paggination__item,
.paggination__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: 'Sans Pro SemiBold';
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
}

.content-container .paggination__item:before,
.paggination__item:before {
  content: none;
}

.content-container .paggination__link,
.paggination__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  color: #3b3b3b;
}

.content-container .paggination__link:hover,
.paggination__link:hover {
  text-decoration: none;
  border-color: #008b3b;
}

.content-container .paggination__link.current,
.paggination__link.current {
  border-color: #008b3b;
  background-color: #008b3b;
  color: #ffffff;
}

.content-container .paggination__link.dots,
.paggination__link.dots {
  width: auto;
  border: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -moz-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  padding-top: 3px;
}

.content-container .paggination__link.arrow,
.paggination__link.arrow {
  width: 20px;
  height: 20px;
  border: 0;
  overflow: hidden;
  background-color: #d2d2d2;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.content-container .paggination__link.arrow:hover,
.paggination__link.arrow:hover {
  background-color: #008b3b;
}

.content-container .paggination__link.arrow:after,
.paggination__link.arrow:after {
  content: '';
  color: #fff;
  font-family: 'Komus-font-2';
  font-size: 20px;
}

.content-container .paggination__link.arrow.prev:after,
.paggination__link.arrow.prev:after {
  content: '\6d';
}

.content-container .paggination__link.arrow.next:after,
.paggination__link.arrow.next:after {
  content: '\6e';
}

.content-container .paggination--inner-page,
.paggination--inner-page {
  width: calc(100% + 21px);
  max-width: 395px;
  margin: 0 auto;
  position: relative;
  left: -10px;
}

.content-container .paggination--inner-page .paggination__list,
.paggination--inner-page .paggination__list {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.main-footer {
  overflow-x: hidden;
}

.main-footer .content {
  padding-left: 10px;
  padding-right: 10px;
}

.main-footer__top {
  padding-top: 33px;
}

.main-footer__top .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-footer__middle {
  width: 100%;
}

.main-footer__middle .policy-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  width: 100%;
  padding-left: 26px;
  margin-bottom: 15px;
}

.main-footer__bottom {
  padding: 30px 0;
  background-color: #008b3b;
  color: #fff;
}

.main-footer__bottom a {
  color: #fff;
}

.main-footer__bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  width: 50%;
  height: 110px;
}

.main-footer__bottom-item .ic {
  display: inline-block;
  height: 40px;
}

.main-footer__bottom-item .ic::before {
  content: '';
  display: block;
  color: #fff;
  font-family: 'Komus-font-2';
  font-style: normal;
  font-size: 30px;
}

.main-footer__bottom-item .ic-1::before {
  content: '\6f';
  font-size: 35px;
}

.main-footer__bottom-item .ic-2::before {
  content: '\73';
  font-size: 39px;
}

.main-footer__bottom-item .ic-3::before {
  content: '\77';
  font-size: 32px;
}

.main-footer__bottom-item .ic-4::before {
  content: '\72';
  font-size: 36px;
}

.main-footer__bottom-item .ic-5::before {
  content: '\70';
  font-size: 36px;
}

.main-footer__bottom-item .ic-6::before {
  content: '\71';
  font-size: 35px;
}

.main-footer__bottom-item .ic-7::before {
  content: '\75';
  font-size: 33px;
}

.main-footer__bottom-item .ic-8::before {
  content: '\74';
}

.main-footer__bottom-item:last-of-type {
  margin-bottom: 0;
}

.main-footer__bottom-item .text a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
}

.main-footer__bottom-item .text a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.4s, left 0.4s;
  -o-transition: width 0.4s, left 0.4s;
  -moz-transition: width 0.4s, left 0.4s;
  transition: width 0.4s, left 0.4s;
}

.main-footer__bottom-item .text a:hover {
  text-decoration: none;
}

.main-footer__bottom-item .text a:hover::after {
  width: 0;
  left: 50%;
  -webkit-transition: width 0.4s, left 0.4s;
  -o-transition: width 0.4s, left 0.4s;
  -moz-transition: width 0.4s, left 0.4s;
  transition: width 0.4s, left 0.4s;
}

.main-footer__bottom-item .text p {
  font-size: 12px;
  line-height: 18px;
}

.main-footer__logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  justify-content: space-between;
}

.main-footer__logo a {
  display: inline-block;
  width: 130px;
  height: 55px;
}

.main-footer__logo svg {
  padding-top: 3px;
  width: 130px;
  height: 55px;
}

.main-footer__logo .copyright {
  width: 143px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #707070;
  padding-left: 22px;
}

.main-footer__box {
  width: 100%;
}

.main-footer__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 34px;
  padding-left: 5px;
  align-items: center;
  padding-bottom: 50px;
}

.main-footer__contactsItem {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  position: relative;
  padding-left: 42px;
  margin-top: 15px;
  align-items: baseline;
}

.main-footer__contactsItem:hover {
  text-decoration: none;
}

.main-footer__contactsItem svg {
  position: absolute;
  left: 0;
  top: 3px;
}

.main-footer__contactsItem span {
  border-bottom: 1px solid #707070;
  padding-bottom: 2px;
}

.main-footer__email {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 215px;
  padding-left: 42px;
  margin-top: 15px;
}

.main-footer__email span {
  border-bottom: 1px solid #707070;
  padding-bottom: 2px;
}

.main-footer__email::before {
  top: 5px;
  font-size: 19px;
  margin-right: 0;
  line-height: 1;
  position: absolute;
  left: 0;
}

.main-footer__phone {
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 215px;
  padding-left: 42px;
  margin-bottom: 15px;
  white-space: nowrap;
}

.main-footer__phone::before {
  font-size: 25px;
  margin-right: 0;
  line-height: 1;
  position: absolute;
  left: 0;
}

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

.main-footer__list a {
  color: #707070;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.main-footer__list a:hover {
  text-decoration: none;
  border-bottom: 1px solid #707070;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.main-footer__list--1 {
  font-size: 16px;
  line-height: 33px;
  padding-left: 26px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  position: relative;
  padding-top: 35px;
}

.main-footer__list--1::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  height: 2px;
  width: calc(100% + 15px);
  display: block;
  background-color: #008b3b;
}

.main-footer__list--1 li {
  margin-right: 30px;
}

.main-footer__list--2 {
  position: relative;
  margin-top: 30px;
  padding-top: 22px;
  font-size: 14px;
  line-height: 37px;
  width: 100%;
}

.main-footer__list--2::before {
  content: '';
  position: absolute;
  display: block;
  width: 110%;
  height: 2px;
  background-color: #008b3b;
  top: 0;
  left: -5%;
}

.main-footer__social,
.content-social {
  width: 100%;
  padding-top: 7px;
}

.main-footer__social-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Sans Pro SemiBold';
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}

.main-footer__social-list,
.content-social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.main-footer__social-link,
.content-social__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33px;
  height: 33px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.main-footer__social-link::before,
.content-social__link::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-style: normal;
  font-family: 'Komus-font-2';
  font-size: 36px;
}

.main-footer__social-link:hover,
.content-social__link:hover {
  text-decoration: none;
}

.main-footer__social .icon-tw:before,
.content-social .icon-tw:before {
  content: '\65';
}

.main-footer__social .icon-yt:before,
.content-social .icon-yt:before {
  content: '\66';
}

.main-footer__social .icon-vk:before,
.content-social .icon-vk:before {
  content: '\67';
}

.main-footer__social .icon-gplus:before,
.content-social .icon-gplus:before {
  content: '\68';
}

.main-footer__social .icon-fb:before,
.content-social .icon-fb:before {
  content: '\69';
}

.main-footer__social .icon-lj:before,
.content-social .icon-lj:before {
  content: '\6a';
}

.main-footer__social .icon-linkedin:before,
.content-social .icon-linkedin:before {
  content: '\6b';
}

.main-footer__col {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 586px;
}

.main-footer__developers {
  width: 100%;
}

.developerLink svg {
  display: block;
  width: 120px;
  height: 35px;
  margin: 0 auto;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.developerLink path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.developerLink:hover path {
  fill: #d10910;
}

.developerLink:hover {
  color: #d10910;
  text-decoration: none;
}

.developerLink {
  color: #d10910;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.developerText {
  font-size: 12px;
}

.content-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 24px;
}

.content-social ul li {
  padding: 0;
  margin-bottom: 0;
}

.content-social ul li::before {
  display: none;
}

.content-social__title {
  font-family: 'Sans Pro SemiBold';
  font-size: 18px;
  font-weight: 400;
  color: #3b3b3b;
}

.datepicker-btn {
  position: relative;
}

.datepicker-btn button {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  text-indent: -9999px;
  border: none;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  margin: 0;
  color: transparent;
}

.ui-datepicker.ui-widget {
  z-index: 5 !important;
  padding-bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 300px;
  font-size: 13px;
  border: none;
  margin-left: -10px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
  width: 100%;
  border-top: 0;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #e8e8e8;
}

.ui-datepicker.ui-widget table thead th {
  color: #cdcdcd;
  font-size: 15px;
  line-height: 17.05px;
  font-family: 'Sans Pro Regular';
  text-transform: lowercase;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 3px;
}

.ui-datepicker.ui-widget table thead th span {
  width: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-datepicker.ui-widget table thead th:last-of-type {
  padding-right: 16px;
}

.ui-datepicker.ui-widget table thead th:first-of-type {
  padding-left: 16px;
}

.ui-datepicker.ui-widget table td:last-of-type {
  padding-right: 16px;
}

.ui-datepicker.ui-widget table td:first-of-type {
  padding-left: 16px;
}

.ui-datepicker.ui-widget .ui-datepicker-header {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  margin-bottom: -1px;
}

.ui-datepicker.ui-widget button.ui-datepicker-current {
  display: none;
}

.ui-datepicker.ui-widget td {
  border: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0;
  padding-bottom: 3px;
}

.ui-datepicker.ui-widget td.holiday a {
  background-color: #008b3b;
  color: #fff;
  pointer-events: auto;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.ui-datepicker.ui-widget td.holiday a:hover {
  background-color: #d10910;
  text-decoration: none;
}

.ui-datepicker.ui-widget td a {
  width: 34px;
  height: 33px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #3b3b3b;
  font-family: 'Sans Pro SemiBold';
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
  pointer-events: none;
}

.ui-datepicker.ui-widget tr:last-of-type td {
  padding-bottom: 18px;
}

.ui-datepicker.ui-widget .ui-datepicker-title {
  width: 100%;
  height: 64px;
  -webkit-border-radius: 20px 20px 5px 5px;
  -moz-border-radius: 20px 20px 5px 5px;
  border-radius: 20px 20px 5px 5px;
  background-color: #d10910;
  color: #ffffff;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-datepicker.ui-widget .ui-datepicker-month {
  border-bottom: 1px solid #fff;
}

.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
  font-size: 0;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:before,
.ui-datepicker.ui-widget .ui-datepicker-next:before {
  font-family: 'Komus-font-1';
  color: #008b3b;
  content: '\65';
  font-size: 10px;
  -webkit-transition: 0.24s all;
  -o-transition: 0.24s all;
  -moz-transition: 0.24s all;
  transition: 0.24s all;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-next:hover {
  background-color: #008b3b;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:hover:before,
.ui-datepicker.ui-widget .ui-datepicker-next:hover:before {
  color: #fff;
}

.ui-datepicker.ui-widget .ui-datepicker-prev {
  left: 17px;
  right: auto;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:before {
  content: '\64';
}

.notice-cookie {
  bottom: 0;
  height: 0;
  left: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  z-index: 200;


}

.notice-cookie.cookie_show {
  visibility: visible;
}

.notice-cookie__wrap {
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  box-shadow: 0px 4px 50px 0px #00000052;
  padding: 10px;
  position: absolute;
  right: 0;
  transform: translateY(200%);
  transition: all 0.5s ease;
  width: 320px;

}

.cookie_show .notice-cookie__wrap {
  transform: translateY(0);
}

.notice-cookie__title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 117%;
  margin: 0 0 9px;
}

.notice-cookie__text {
  color: #706F6F;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;

  a {
    text-decoration: underline;
  }
}

.notice-cookie__button.button.redButton {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .notice-cookie__wrap {
    border-radius: 10px;
    bottom: 30px;
    right: 30px;

  }
}

@media screen and (min-width: 1024px) {
  .notice-cookie__wrap {
    right: 52px;
  }
}

/*разрешение для планшета*/
@media (min-width: 485px) {
  #sm_basket_subtext div {
    top: 10px;
    left: -120px;
  }

  .main-header__menu-item:nth-of-type(2) {
    display: block;
  }
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #sm_basket_subtext div {
    top: 10px;
    left: -180px;
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #sm_basket_subtext div {
    top: 10px;
    left: -180px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #sm_basket_subtext div {
    top: 10px;
    left: -180px;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #sm_basket_subtext div {
    top: 10px;
    left: -180px;
  }
}

/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #sm_basket_subtext div {
    top: 10px;
    left: -180px;
  }
}

@media (min-width: 645px) {
  #sm_basket_subtext div {
    top: 10px;
    left: -120px;
  }

  .main-header__menu-item:nth-of-type(3) {
    display: block;
  }

  .main-header__menu-item:nth-of-type(3)::after {
    opacity: 0;
  }
}

.arrowTop {
  display: none;
  z-index: 500;
}

.arrowTop__link.arrowLink.prev:hover {
  opacity: 1;
}

.arrowTop__link.arrowLink.prev {
  position: absolute;
  right: 0;
  top: 0;
}

.main-footer__boxLeft {
  display: none;
}

.main-header__contacts-linksContains.main-header__contacts-linksContains--hidden {
  display: none;
}

.new.main-header__phone::before,
.new.main-footer__phone::before {
  content: '\62';
  display: inline-block;
  vertical-align: middle;
  font-family: 'Komus-font-1';
  font-size: 19px;
  color: #ffffff;
  margin-right: 10px;
}

@media (min-width: 768px) {

  .content-container .paggination--inner-page,
  .paggination--inner-page {
    width: 100%;
    position: static;
  }

  .main-footer__developers {
    margin-top: 14px;
  }

  .main-footer__box {
    justify-content: space-between;
  }

  .main-header__menu-link--multiple {
    padding-left: 59px;
  }

  .developerLink {
    margin: 0px;
  }

  #sm_basket_subtext div {
    top: 10px;
    left: -120px;
  }

  .main-header .content {
    padding-left: 34px;
    padding-right: 34px;
  }

  .breadcrumb__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
  }

  .arrowTop {
    display: flex;
    margin: 0 auto;
    position: fixed;
    bottom: 40px;
    justify-content: flex-end;
    width: 100%;
    left: 0;
    right: 0;
  }

  .main-header__top {
    padding: 10px 0;
  }

  .main-header__top .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-header__logo {
    position: relative;
    left: auto;
    top: auto;
    flex-shrink: 0;
    width: 160px;
  }

  .main-header__logo svg {
    width: 150px;
    height: 59px;
  }

  .main-header__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-header__contacts {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 430px;
  }

  .main-header__contacts-links {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
  }

  .main-header__phone,
  .main-footer__phone {
    font-size: 19px;
  }

  .main-header__basket {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 120px;
    height: 102px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-header__basket-ic {
    margin-right: 0;
  }

  .main-header__basket-ic svg {
    width: 42px;
    height: 35px;
  }

  .main-header__basket-counter {
    right: -10px;
  }

  .main-header__callback-btn.button {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    background-color: unset;
    order: 2;
    width: auto;
  }

  .main-header__callback-btn.button span {
    border-bottom: 1px solid #707070;
  }

  .main-header__callback-btn.button:hover {
    background-color: unset;
  }

  .main-header__contacts-linksContains {
    display: flex;
    flex-wrap: wrap;
  }

  .main-header__contacts-linksContains .main-header__contacts-linksContains--hidden {
    display: none;
  }

  .main-header__contacts-links+.main-header__callback-btn {
    display: none;
  }

  .main-header__contacts-linksContains a:nth-child(3) {
    order: -4;
    margin-right: 25px;
  }

  .main-header__contacts-linksContains a:last-child {
    margin-right: 25px;
    overflow: visible !important;
  }

  .main-header__callback-btn.button::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.98062' width='13.2095' height='16.8788' rx='2.20158' transform='rotate(-31.9011 0 6.98062)' fill='%23058B3B'/%3E%3Crect x='3.65454' y='7.84259' width='7.91494' height='9.35057' rx='1.46772' transform='rotate(-31.9011 3.65454 7.84259)' fill='white'/%3E%3Ccircle cx='13.3624' cy='15.9508' r='0.733862' transform='rotate(-31.9011 13.3624 15.9508)' fill='white'/%3E%3Cpath d='M30.3996 9.17034C29.7891 7.20603 27.8513 5.86552 25.5287 5.82571V3.52959C25.5287 3.42341 25.4358 3.33051 25.3296 3.33051C25.2898 3.33051 25.25 3.34378 25.2101 3.37032L19.3039 7.64402C19.211 7.71038 19.1978 7.82983 19.2641 7.92274C19.2774 7.93601 19.2907 7.94928 19.3039 7.96256L25.2101 12.2097C25.3031 12.2761 25.4225 12.2495 25.4889 12.1699C25.5154 12.1301 25.5287 12.0903 25.5287 12.0504V9.7676C26.9621 9.7676 28.1699 10.4445 28.5946 11.4665C28.953 12.3424 28.661 13.2848 27.8115 14.0678C27.7319 14.1475 27.7186 14.2669 27.7983 14.3466C27.8381 14.3864 27.8912 14.4129 27.9443 14.4129H28.1035C28.1433 14.4129 28.1832 14.3996 28.2097 14.3731C30.1607 13.0857 30.9969 11.0816 30.3996 9.17034Z' fill='%23D10A11'/%3E%3C/svg%3E%0A");
  }

  .main-header__phone:first-child {
    order: -4;
  }

  .main-header__menu-item::after {
    display: block;
  }

  .main-header__form {
    display: block;
  }

  .main-header__form form,
  .main-header__swim-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
  }

  .main-header__swim-form form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header__form .formField,
  .main-header__swim-form .formField {
    margin-bottom: 0;
    width: 110px;
    padding: 0 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .main-header__form .formField {
    display: none;
  }

  .main-header__form .formField:first-of-type {
    width: 80%;
    padding: 0;
    display: block;
  }

  .main-header__swim-form .formField:first-of-type {
    padding: 0;
    display: block;
    width: 86%;
  }

  .main-header__form .formField:nth-of-type(2),
  .main-header__swim-form .formField:nth-of-type(2) {
    width: 120px;
  }

  .main-header__form .formField:nth-of-type(3) input,
  .main-header__swim-form .formField:nth-of-type(3) input,
  .main-header__form .formField:last-of-type input,
  .main-header__swim-form .formField:last-of-type input {
    padding-left: 15px;
  }

  .main-header__form .searchButton,
  .main-header__swim-form .searchButton {
    width: 116px;
    margin-left: 20px;
  }

  .main-header__form .searchButton:active::before,
  .main-header__swim-form .searchButton:active::before,
  .main-header__form .searchButton:hover::before,
  .main-header__swim-form .searchButton:hover::before {
    display: none;
  }

  .main-header__form .searchButton:active span,
  .main-header__swim-form .searchButton:active span,
  .main-header__form .searchButton:hover span,
  .main-header__swim-form .searchButton:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .main-header__buttons-mob {
    display: none;
  }

  .main-header__swim .main-header__top {
    height: 143px;
  }

  .main-header__swim .main-header__logo {
    display: block;
  }

  .main-header__swim .main-header__menu-btn {
    width: 103px;
  }

  .main-header__swim .main-header__menu-btn::before {
    display: none;
  }

  .main-header__swim .main-header__links {
    width: 420px;
  }

  .main-header__swim .main-header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .main-header__swim .main-header__callback-btn {
    display: none;
  }

  .main-header__swim .main-header__buttons-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-header__swim .main-header__buttons-mob a {
    display: inline-block;
  }

  .main-header__swim .main-header__basket {
    width: 125px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-header__swim .main-header__search-mob {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .breadcrumb__list {
    padding-top: 30px;
  }

  .main-header__swim-form .formField {
    display: none;
  }

  .main-header__phone-city {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .checkbox__text a::after {
    content: '';
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #d10910;
    opacity: 0.5;
  }

  .checkbox__text a::before {
    content: '';
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d10910;
    opacity: 0.5;
  }

  .checkbox__text a:hover {
    color: #d10910;
  }

  .checkbox__text a:hover::after,
  .checkbox__text a:hover::before {
    width: 0;
  }

  #sm_basket_subtext div {
    top: 10px;
    left: -120px;
  }

  .main-header__swim .wrapper-header-phone .new.main-header__phone {
    margin-top: 0;
  }

  .wrapper-header-phone .new.main-header__phone {
    margin-top: 5px;
  }

  .main-footer .content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-footer__top {
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-footer__middle {
    margin-top: -20px;
  }

  .main-footer__middle .policy-list {
    flex-flow: row;
    gap: 30px;
  }

  .main-footer__bottom {
    padding-top: 35px;
    padding-bottom: 32px;
  }

  .main-footer__bottom-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 10px;
    width: 33.3%;
    height: 70px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-footer__bottom-item .ic {
    display: inline-block;
    height: 100%;
    padding-top: 10px;
    margin-right: 20px;
  }

  .main-footer__bottom-item:last-of-type {
    margin-bottom: 0;
  }

  .main-footer__bottom-item .text a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .main-footer__bottom-item .text a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.4s, left 0.4s;
    -o-transition: width 0.4s, left 0.4s;
    -moz-transition: width 0.4s, left 0.4s;
    transition: width 0.4s, left 0.4s;
  }

  .main-footer__bottom-item .text a:hover {
    text-decoration: none;
  }

  .main-footer__bottom-item .text a:hover::after {
    width: 0;
    left: 50%;
    -webkit-transition: width 0.4s, left 0.4s;
    -o-transition: width 0.4s, left 0.4s;
    -moz-transition: width 0.4s, left 0.4s;
    transition: width 0.4s, left 0.4s;
  }

  .main-footer__bottom-item .text p {
    font-size: 12px;
    line-height: 18px;
  }

  .main-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px;
    padding-top: 8px;
    padding-left: 0;
    margin-bottom: 21px;
    justify-content: flex-start;
  }

  .main-footer__logo a {
    width: 194px;
    height: 77px;
  }

  .main-footer__logo svg {
    padding-top: 0;
    width: 194px;
    height: 77px;
    margin-bottom: 13px;
  }

  .main-footer__logo .copyright {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
  }

  .main-footer__box {
    display: flex;
  }

  .main-footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px;
    padding-top: 20px;
    padding-left: 0;
    margin-left: 74px;
  }

  .main-footer__email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
    margin-top: 15px;
  }

  .main-footer__email::before {
    font-size: 22px;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 1;
  }

  .main-footer__list--1::before {
    display: none;
  }

  .main-footer__list--1 {
    padding-top: 5px;
  }

  .main-footer__phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 22px;
    white-space: nowrap;
  }

  .main-footer__phone::before {
    font-size: 25px;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 1;
  }

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

  .main-footer__list a {
    color: #707070;
  }

  .main-footer__list--1 {
    font-size: 16px;
    line-height: 38px;
    width: 200px;
    padding-left: 77px;
    margin-top: 6px;
  }

  .main-footer__list--2 {
    position: relative;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 24px;
    width: 255px;
  }

  .main-footer__list--2 li {
    margin-bottom: 13px;
  }

  .main-footer__list--2 li:last-of-type {
    margin-bottom: 0;
  }

  .main-footer__list--2::before {
    display: none;
  }

  .main-footer__social,
  .content-social {
    width: 100%;
    padding-top: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-footer__social-title {
    display: inline-block;
    width: 140px;
    text-align: left;
    font-family: 'Sans Pro SemiBold';
    font-size: 18px;
    line-height: 24px;
    color: #3b3b3b;
  }

  .main-footer__social ul,
  .content-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    width: 305px;
  }

  .paggination--inner-page .paggination__list {
    padding-left: 31px;
    padding-right: 31px;
  }

  .ui-datepicker.ui-widget {
    width: 324px;
    margin-left: 0;
  }

  .ui-datepicker.ui-widget .ui-datepicker-title {
    height: 69px;
  }

  .ui-datepicker.ui-widget table thead th {
    padding-bottom: 9px;
  }

  .ui-datepicker.ui-widget td {
    padding-bottom: 6px;
  }

  .ui-datepicker.ui-widget .ui-datepicker-next,
  .ui-datepicker.ui-widget .ui-datepicker-prev {
    top: 25px;
  }

  .ui-datepicker.ui-widget .ui-datepicker-next:hover,
  .ui-datepicker.ui-widget .ui-datepicker-prev:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .content {
    padding-left: 34px;
    padding-right: 34px;
  }

  .uploadBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 498px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .uploadFile__document {
    margin-top: 0;
  }

  .uploadFile__title {
    margin-bottom: 0;
  }

  .tabBlock__title h2 {
    margin-top: 20px;
  }

  .tabBlock__tabs {
    padding-left: 40px;
    padding-right: 40px;
    background: none;
    padding-bottom: 4px;
    justify-content: center;
  }

  .tabBlock__tab {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .tabBlock__tab:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    height: 3px;
    background-color: #f3f3f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 3px;
    -webkit-transition: 0.24s all;
    -o-transition: 0.24s all;
    -moz-transition: 0.24s all;
    transition: 0.24s all;
  }

  .tabBlock__tab.-active:after {
    background-color: #d10910;
  }

  .tabBlock__tab:hover:after {
    background-color: #d10910;
  }

  .content-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 35px;
  }

  .content-social__title {
    margin-right: 20px;
  }

  .content-social ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .main-header__logo {
    width: 194px;
  }

  .main-header__contacts-linksContains--hidden {
    margin-top: 3px;
    margin-right: 40px;
    margin-top: -20px;
  }

  .main-footer__list a {
    line-height: 20px;
  }

  .main-footer__list--1 {
    margin-top: 0;
  }

  .main-footer__col {
    padding-left: 23px;
  }

  .main-header__swim .main-header__basket-summary {
    margin-left: -35px;
  }

  .main-header__menu-item:nth-of-type(3)::after {
    opacity: 0.5;
  }

  .main-header__contacts-linksContains {
    display: flex;
    flex-direction: column;
  }

  .main-header__contacts-linksContains.main-header__contacts-linksContains--hidden {
    display: flex;
    margin-right: 0;
  }

  .main-footer__top {
    padding-top: 31px;
    padding-bottom: 12px;
  }

  .main-header__contacts-link {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
    white-space: nowrap;
  }

  .main-header__contacts-link svg {
    position: absolute;
    left: 0;
    top: 3px;
  }

  .main-header__contacts-link span {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #707070;
  }

  .main-header__contacts-link:hover {
    text-decoration: none;
  }

  .main-footer__boxLeft {
    display: block;
    padding-right: 7%;
  }

  .main-footer__developers {
    display: flex;
    justify-content: flex-end;
  }

  .main-footer__contacts {
    flex-direction: row;
    width: auto;
    align-items: flex-start;
  }

  .main-footer__contactsBox:last-of-type {
    margin-top: -15px;
    margin-left: 70px;
  }

  #sm_basket_subtext div {
    top: 12px;
    left: -95px;
  }

  .main-header .content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .main-header__top {
    padding: 18px 0;
  }

  .main-header__logo svg {
    width: 180px;
    height: 75px;
  }

  .main-header__contacts {
    width: 100%;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-header__contacts-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 100%;
    padding-left: 45px;
  }

  .main-header__contacts-links .main-header__contacts-linksContains:last-child {
    flex-direction: row;
    flex-grow: 1;
  }

  .main-header__basket {
    width: 235px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-transition: 0.24s all;
    -o-transition: 0.24s all;
    -moz-transition: 0.24s all;
    transition: 0.24s all;
  }

  .main-header__basket:hover {
    border-color: #008b3b;
  }

  .main-header__basket-ic {
    margin-right: 25px;
  }

  .main-header__email,
  .main-footer__email {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 45px;
  }

  .main-header__email {
    margin-bottom: 20px;
  }

  .main-header__email::before,
  .main-footer__email::before {
    font-size: 19px;
    margin-right: 19px;
  }

  .main-header__email span,
  .main-footer__email span {
    position: relative;
    display: inline-block;
  }

  .main-header__email span {
    border-bottom: 0;
  }

  .main-header__email span::after,
  .main-header__callback-btn span::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #706f6f;
    -webkit-transition: width 0.4s, left 0.4s;
    -o-transition: width 0.4s, left 0.4s;
    -moz-transition: width 0.4s, left 0.4s;
    transition: width 0.4s, left 0.4s;
  }

  .main-header__callback-btn:hover span::after {
    width: 0;
    left: 50%;
    -webkit-transition: width 0.4s, left 0.4s;
    -o-transition: width 0.4s, left 0.4s;
    -moz-transition: width 0.4s, left 0.4s;
    transition: width 0.4s, left 0.4s;
  }

  .main-header__phone,
  .main-footer__phone {
    font-size: 20px;
  }

  .main-header__phone::before,
  .main-footer__phone::before {
    font-size: 25px;
    margin-right: 19px;
  }

  .main-header__callback-btn.button {
    padding-top: 0;
    padding-bottom: 13px;
    font-size: 18px;
    margin-top: 0;
  }

  .main-header__callback-btn.button span {
    border-bottom: 0;
    position: relative;
  }

  .new.main-header__phone::before {
    width: 23px;
    height: 24px;
    margin-right: 19px;
  }

  .main-header__form,
  .main-header__swim-form {
    display: block;
  }

  .main-header__form form,
  .main-header__swim-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    margin-bottom: 0;
  }

  .main-header__swim-form.show form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
  }

  .main-header__form .formField,
  .main-header__swim-form .formField {
    margin-bottom: 0;
    width: 143px;
    padding: 0 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .main-header__form .formField:first-of-type,
  .main-header__swim-form .formField:first-of-type {
    width: 607px;
    padding-right: 0;
  }

  .main-header__form .formField:nth-of-type(2),
  .main-header__swim-form .formField:nth-of-type(2) {
    width: 163px;
  }

  .main-header__form .formField:nth-of-type(3) input,
  .main-header__swim-form .formField:nth-of-type(3) input,
  .main-header__form .formField:last-of-type input,
  .main-header__swim-form .formField:last-of-type input {
    padding-left: 23px;
  }

  .main-header__form .searchButton,
  .main-header__swim-form .searchButton {
    width: 149px;
    margin-left: 15px;
  }

  .main-header__form .searchButton:hover::before,
  .main-header__swim-form .searchButton:hover::before {
    display: block;
  }

  .main-header__form .searchButton:hover span,
  .main-header__swim-form .searchButton:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -o-transform: translateY(300%);
    transform: translateY(300%);
  }

  .main-header__menu-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: visible;
  }

  .main-header__menu-item {
    display: inline-block;
  }

  .main-header__menu-link {
    position: relative;
    padding: 25px 39px;
    -webkit-transition: color 0.24s, background-color 0.3s, -webkit-transform 0.24s;
    transition: color 0.24s, background-color 0.3s, -webkit-transform 0.24s;
    -o-transition: color 0.24s, background-color 0.3s, -o-transform 0.24s;
    -moz-transition: color 0.24s, background-color 0.3s, transform 0.24s, -moz-transform 0.24s;
    transition: color 0.24s, background-color 0.3s, transform 0.24s;
    transition: color 0.24s, background-color 0.3s, transform 0.24s, -webkit-transform 0.24s, -moz-transform 0.24s,
      -o-transform 0.24s;
    z-index: 1;
  }

  .main-header__menu-link:hover,
  .main-header__menu-link.current {
    color: #d10910;
    background-color: #ffffff;
    /* -webkit-transform: scale(1.03);
         -moz-transform: scale(1.03);
         -ms-transform: scale(1.03);
         -o-transform: scale(1.03);
         transform: scale(1.03); */
    -webkit-transition: color 0.24s, background-color 0.3s, -webkit-transform 0.24s;
    transition: color 0.24s, background-color 0.3s, -webkit-transform 0.24s;
    -o-transition: color 0.24s, background-color 0.3s, -o-transform 0.24s;
    -moz-transition: color 0.24s, background-color 0.3s, transform 0.24s, -moz-transform 0.24s;
    transition: color 0.24s, background-color 0.3s, transform 0.24s;
    transition: color 0.24s, background-color 0.3s, transform 0.24s, -webkit-transform 0.24s, -moz-transform 0.24s,
      -o-transform 0.24s;
  }

  .main-header__menu-btn {
    display: none;
  }

  .main-header__swim-form form {
    display: none;
  }

  .main-header__swim-form.show form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
  }

  .main-header__swim-form .formField {
    width: 176px;
  }

  .main-header__swim-form .formField:first-of-type {
    padding-right: 20px;
  }

  .main-header__swim-form .formField:nth-of-type(2) {
    width: 166px;
  }

  .main-header__swim-menu {
    display: block;
  }

  .main-header__swim .main-header__top {
    height: 100px;
  }

  .main-header__swim .main-header__logo {
    display: block;
  }

  .main-header__swim .main-header__logo svg {
    width: 160px;
    height: 55px;
  }

  .main-header__swim .main-header__menu-btn {
    display: none;
  }

  .main-header__swim .main-header__swim-menu-link {
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #f3f3f3;
    width: 145px;
    font-family: 'Sans Pro SemiBold';
    font-size: 18px;
    font-weight: 400;
    line-height: 47.31px;
    text-align: center;
    text-transform: uppercase;
    color: #424242;
  }

  .main-header__swim .main-header__swim-menu-link:nth-of-type(2) {
    display: none;
  }

  .main-header__swim .main-header__swim-menu-link:hover {
    background-color: #d10910;
    color: #fff;
    text-decoration: none;
  }

  .main-header__swim .main-header__swim-menu-link:hover:after {
    display: none;
  }

  .main-header__swim .main-header__links {
    width: 100%;
  }

  .main-header__swim .main-header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .main-header__swim .main-header__contacts-links {
    padding-right: 45px;
  }

  .main-header__swim .main-header__callback-btn {
    display: none;
  }

  .main-header__swim .main-header__buttons-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-header__swim .main-header__buttons-mob a {
    display: inline-block;
  }

  .main-header__swim .main-header__basket {
    width: 167px;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
  }

  .main-header__swim .main-header__basket-ic {
    margin-right: 0;
  }

  .main-header__swim .main-header__search-mob {
    margin-bottom: 0;
    margin-left: 15px;
  }

  .breadcrumb__list {
    padding-top: 20px;
  }

  .breadcrumb .content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .main-header__phone-city {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  #sm_basket_subtext div {
    top: 12px;
    left: -95px;
  }

  .main-footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 14px;
    padding-right: 44px;
  }

  .main-footer__contacts {
    margin-left: 20px;
  }

  .developerText {
    margin-top: 11px;
  }

  .main-footer__box {
    width: 100%;
    justify-content: space-around;
    padding-right: 24px;
  }

  .main-footer__boxContains {
    margin-top: 10px;
  }

  .main-footer__email {
    margin-bottom: 20px;
  }

  .main-footer__social,
  .content-social {
    max-width: 170px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6px;
  }

  .main-footer__social-title {
    width: 100%;
  }

  .main-footer__social ul,
  .content-social ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-footer__social li,
  .content-social li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .main-footer__social li:nth-of-type(4n),
  .content-social li:nth-of-type(4n) {
    margin-right: 0;
  }

  .main-footer__social a:hover,
  .content-social a:hover {
    text-decoration: none;
    background-color: #d10910;
  }

  .main-footer__social a:hover::before,
  .content-social a:hover::before {
    color: #fff;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }

  .main-footer__list--1 {
    margin-right: -60px;
    padding-left: 0;
    width: 400px;
  }

  .main-footer__boxContains {
    position: relative;
    left: 40px;
  }

  .main-footer__list--1 li {
    width: 33.333333%;
    margin-right: 0;
    line-height: 43px;
    padding-right: 20px;
  }

  .main-footer__list--2 {
    padding-left: 0;
    width: 350px;
  }

  .main-footer__bottom {
    padding-top: 35px;
    padding-bottom: 13px;
  }

  .main-footer__bottom-item {
    width: 25%;
  }

  .content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tabBlock__title h2 {
    margin-top: 36px;
  }

  .tabBlock__tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-social {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 45px;
  }

  .content-social__title {
    margin-right: 15px;
  }

  .content-social ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-social li:nth-of-type(4) {
    margin-right: 10px;
  }

  .main-header__swim-form .formField:first-of-type {
    width: 922px;
  }
}

@media (min-width: 1900px) {
  #sm_basket_subtext div {
    top: 12px;
    left: -95px;
  }

  .main-header__swim .main-header__email {
    margin-bottom: 5px;
  }

  .main-header__swim .new.main-header__phone {
    margin-top: 2px;
  }

  .main-header .content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .main-header__swim .main-header__swim-menu-link:nth-of-type(1) {
    position: relative;
  }

  .main-header__swim .main-header__swim-menu-link:nth-of-type(1)::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 14px;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28.4 28.4' enable-background='new 0 0 28.4 28.4' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M14,0.3c7.6,0,13.8,6.2,13.8,13.8C27.9,21.8,21.7,28,14,28 S0.2,21.8,0.2,14.1C0.2,6.5,6.4,0.3,14,0.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23008B3B' d='M14,19l-6.6-5.9c-0.6-0.5-0.7-1.5-0.1-2.1c0.5-0.6,1.5-0.7,2.1-0.1L14,15l4.7-4.2c0.6-0.5,1.5-0.5,2.1,0.1 c0.5,0.6,0.5,1.5-0.1,2.1L14,19z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .main-header__top-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 574px;
  }

  .main-header__top-form form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 487px;
  }

  .main-header__top-form .formField {
    width: 143px;
    margin-bottom: 0;
  }

  .main-header__top-form .formField:first-of-type {
    width: 487px;
    margin-bottom: 15px;
  }

  .main-header__top-form .formField:first-of-type input {
    padding-right: 130px;
  }

  .main-header__top-form .formField:nth-of-type(2) {
    width: 163px;
  }

  .main-header__top-form .searchButton {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding-top: 10px;
    height: 44px;
    width: 116px;
    height: 44px;
    padding-top: 10px;
  }

  .main-header__form {
    position: absolute;
    top: 64px;
    left: 190px;
    background-color: transparent;
    min-height: 0;
  }

  .main-header__swim-form .formField {
    display: block;
  }

  .main-header__form .content,
  .main-header__swim-form .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 574px;
    padding: 0;
  }

  .main-header__form form,
  .main-header__swim-form form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .main-header__form .formField,
  .main-header__swim-form .formField {
    width: 173px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 18px;
  }

  .main-header__form .formField:first-of-type,
  .main-header__swim-form .formField:first-of-type {
    width: 377px;
    margin-bottom: 15px;
  }

  .main-header__swim-form .formField:first-of-type {
    width: 595px;
    margin-right: 30px;
  }

  .main-header__form .formField:first-of-type input,
  .main-header__swim-form .formField:first-of-type input {
    padding-right: 130px;
  }

  .main-header__form .formField:nth-of-type(2),
  .main-header__swim-form .formField:nth-of-type(2) {
    width: 163px;
  }

  .main-header__form .formField input,
  .main-header__swim-form .formField input {
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .main-header__form .searchButton,
  .main-header__swim-form .searchButton {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding-top: 8px;
    height: 40px;
    width: 116px;
  }

  .main-header__logo svg {
    width: 194px;
    height: 77px;
  }

  .main-header__swim.fixed .main-header__swim-search {
    margin-top: -14px;
    padding-left: 0;
  }

  .main-header__links {
    width: 1015px;
  }

  .main-header__contacts {
    width: 780px;
  }

  .main-header__swim .main-header__top {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
  }

  .main-header__swim .main-header__logo {
    display: block;
  }

  .main-header__swim .main-header__menu-btn {
    display: none;
  }

  .main-header__swim .main-header__swim-menu {
    font-size: 0;
  }

  .main-header__swim .main-header__swim-menu-link {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #f3f3f3;
    width: 177px;
    font-family: 'Sans Pro SemiBold';
    font-size: 18px;
    font-weight: 400;
    line-height: 47.31px;
    text-align: center;
    text-transform: uppercase;
    color: #424242;
  }

  .main-header__swim .main-header__swim-menu {
    margin-left: 55px;
    justify-content: center;
  }

  .main-header__swim .main-header__contacts-links {
    margin-top: 20px;
  }

  .main-header__swim .main-header__swim-menu-link:nth-of-type(1) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }

  .main-header__swim .main-header__swim-menu-link:nth-of-type(1)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 10px;
    width: 2px;
    background-color: rgba(112, 112, 112, 0.25);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-header__swim .main-header__swim-menu-link:nth-of-type(2) {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
  }

  .main-header__swim .main-header__links {
    width: 1125px;
    align-items: center;
  }

  .main-header__swim .main-header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1225px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-header__swim .main-header__contacts .searchButton {
    display: inline-block;
    max-width: 140px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  .main-header__swim .main-header__contacts .searchButton:active::before {
    display: none;
  }

  .main-header__swim .main-header__contacts .searchButton:active span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .main-header__swim .main-header__contacts .searchButton:hover::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .main-header__swim .main-header__contacts .searchButton:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -o-transform: translateY(300%);
    transform: translateY(300%);
  }

  .main-header__swim .main-header__callback-btn {
    display: inline-block;
    margin-right: 40px;
  }

  .main-header__swim .main-header__buttons-mob {
    display: none;
  }

  .main-header__swim .main-header__basket {
    width: 295px;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }

  .main-header__swim .main-header__basket-ic {
    margin-right: 40px;
  }

  .main-header__swim .main-header__search-mob {
    margin-bottom: 0;
    margin-left: 15px;
  }

  .breadcrumb .content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .breadcrumb__list {
    padding-top: 17px;
  }
}

@media screen and (min-width: 1910px) {
  #sm_basket_subtext div {
    top: 12px;
    left: -95px;
  }

  .main-footer__boxLeft {
    padding-right: 15%;
  }

  .main-footer .content {
    padding-left: 55px;
    padding-right: 55px;
  }

  .main-footer__bottom {
    padding-top: 35px;
    padding-bottom: 75px;
  }

  .main-footer__bottom-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 222px;
  }

  .main-footer__bottom-item .ic {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .main-footer__bottom-item .text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer__bottom-item .text a {
    font-size: 16px;
  }

  .main-footer__bottom-item .text p {
    display: inline;
    text-align: left;
    font-size: 12px;
  }

  .main-footer__contacts {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    flex-direction: column;
  }

  .main-footer__top {
    padding-bottom: 0;
  }

  .main-footer__box {
    width: 100%;
    max-width: 1800px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-footer__developers {
    padding-bottom: 25px;
  }

  .main-footer__contactsBox {
    display: flex;
  }

  .main-footer__contacts .main-footer__contactsBox:first-child {
    margin-left: 70px;
  }

  .main-footer__email {
    margin-left: 25px;
    margin-right: 20px;
  }

  .main-footer__social,
  .content-social {
    max-width: 170px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6px;
  }

  .main-footer__social-title {
    width: 100%;
  }

  .main-footer__social ul,
  .content-social ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-footer__social li,
  .content-social li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .main-footer__social li:nth-of-type(4n),
  .content-social li:nth-of-type(4n) {
    margin-right: 0;
  }

  .main-footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 151px;
  }

  .main-footer__list li {
    max-width: 160px;
  }

  .main-footer__list--1 {
    padding-left: 0;
    width: auto;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -40px;
  }

  .main-footer__list--1 li {
    margin-right: 0;
    width: auto;
    max-width: 100%;
    margin-left: 30px;
  }

  .main-footer__list--2 {
    padding-left: 0;
    width: 390px;
  }

  .main-footer__list--2 li {
    margin-right: 60px;
  }

  .main-footer__boxContains {
    margin-top: 25px;
  }

  .developerText {
    margin-top: 28px;
  }

  .main-footer__logo .copyright {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1920px) {
  #sm_basket_subtext div {
    top: 12px;
    left: -95px;
  }

  .main-footer__developers {
    margin-top: 0px;
  }

  .arrowTop__link.arrowLink.prev {
    right: -11px;
  }

  .main-header__swim .main-header__basket-summary {
    margin-left: 0;
  }

  .main-header__form .formField__description {
    display: block;
    color: #b6b6b6;
    position: absolute;
    top: -45px;
    left: 8px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 47.31px;
    text-transform: uppercase;
    font-weight: bold;
    color: #706f6f;
  }

  .main-header__basket {
    height: 76px;
    margin-top: 11px;
  }

  .arrowTop {
    max-width: 1900px;
  }

  .content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .tabBlock {
    max-width: 1920px;
    margin: 0 auto;
  }

  .main-footer__col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-footer__bottom-item {
    width: auto;
  }

  .content-social {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 45px;
  }

  .content-social__title {
    margin-right: 15px;
  }

  .content-social ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-social li:nth-of-type(4) {
    margin-right: 10px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fhf-letter-1 {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fhf-letter-1 {
  0% {
    -moz-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fhf-letter-1 {
  0% {
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fhf-letter-1 {
  0% {
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fhf-letter-2 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes fhf-letter-2 {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes fhf-letter-2 {
  0% {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fhf-letter-2 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@-moz-keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@-o-keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@keyframes fhf-letter-2-2 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 30px;
  }
}

@-webkit-keyframes fhf-letter-3 {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fhf-letter-3 {
  0% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fhf-letter-3 {
  0% {
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fhf-letter-3 {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fhf-letter-3-2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@-moz-keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@-o-keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@keyframes fhf-letter-2-2-768 {
  0% {
    bottom: 400px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 70px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes hvr-pulse {
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-o-keyframes hvr-pulse {
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.loader {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  z-index: 10000;
}

.loader__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bx-core-waitwindow {
  display: none !important;
}

.arrowTop {
  bottom: 200px;
}

.arrowTop__link {
  background-color: #d10910;
  width: 102px;
  height: 46px;
}

.arrowTop__link:hover {
  background-color: #d10910;
}

.popUpForm__title {
  color: #3b3b3b;
}

.popUpForm__search-box .formField__description {
  display: none;
}

.main-header__menu-link--multiple {
  padding-left: 35px;
}

@media screen and (min-width: 768px) {
  .main-header__menu-link--multiple {
    padding-left: 59px;
  }
}

.main-header__menu-link--multiple:hover svg .evenodd {
  fill: #008b3b;
}

.main-header__menu-link--multiple:hover svg .path-green {
  fill: #ffffff;
}

.main-header__menu-link--multiple span {
  position: relative;
  left: -20px;
}

.main-header__menu-link--multiple svg {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 21px;
}

/*Скрываю подкаталог на время*/
.catalogCategory__itemBlock {
  display: none !important;
}

.servisePage {
  margin-top: 50px;
}

.servicePage__item {
  max-width: 700px;
  margin-bottom: 50px;
}

.servicePage__itemTitle {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 20px;
  display: block;
}

.servicePage__item img {
  max-width: 450px;
  width: 100%;
}

.servicePage__itemDesc {
  margin-top: 15px;
}

.toggle-button {
  width: 40px;
  height: 40px;
  padding: 14px 11px;
  background-color: #ffffff;
  border-radius: 13px;
  position: relative;
}

.current .toggle-button .toggle-button__line--top {
  top: 19px;
  transform: rotate(45deg);
}

.current .toggle-button .toggle-button__line--mid {
  opacity: 0;
}

.current .toggle-button .toggle-button__line--bottom {
  transform: rotate(-45deg);
  top: 19px;
}

.main-header__toggle-button {
  margin-right: 23px;
}

.toggle-button__line {
  width: 18px;
  height: 2px;
  position: absolute;
  background-color: #d10910;
  transition: all 0.24s ease-out;
}

.toggle-button__line--mid {
  top: 19px;
}

.toggle-button__line--bottom {
  top: 24px;
}

.main-header__menu-link--flex {
  display: flex;
  padding: 14px;
  padding-right: 30px;
}

.main-header__menu-link--flex .main-header__menu-text {
  padding-top: 10px;
}

.main-header__menu {
  position: relative;
}

.main-header__menu-list {
  overflow: visible;
}

.main-header__menu-item--dropdown {
  position: static;
}

.main-header__menu-item--dropdown:after {
  display: none;
}

.main-header__submenu {
  display: none;
  position: absolute;
  list-style: none;
  left: 0;
  right: 0;
  top: 100%;
  max-height: calc(100vh - 220px);
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  background-color: #f3f3f3;
  z-index: 30;
}

.main-header__submenu-link {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.main-header__submenu-link:hover {
  text-decoration: none;
}

.main-header__submenu-link.selected {
  background-color: #fff;
}

.main-header__menu-link.selected {
  background-color: #fff;
  color: #d10910;
}

.main-header__menu-item.selected {
  background-color: #fff;
}

.selected .main-header__menu-link {
  color: #d10910;
}

.main-header__submenu-item:last-of-type {
  margin-bottom: 0;
}

.main-header__submenu-item.current {
  background-color: #fff;
}

.main-header__submenu-item.current .main-header__submenu-button {
  transform: rotate(45deg);
}

.main-header__submenu-button {
  transition: transform 0.2s ease-out;
}

.main-header__submenu-figure {
  width: 40px;
  max-width: 40px;
  height: auto;
  max-height: 40px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.main-header__submenu-link {
  display: flex;
  align-items: center;
  font-family: 'Sans Pro SemiBold';
  font-size: 15px;
  color: #3b3b3b;
}

.main-header__submenu-text {
  padding-left: 24px;
  flex-grow: 2;
}

.main-header__sub-submenu {
  display: none;
  padding-left: 81px;
  padding-bottom: 30px;
  list-style: none;
  margin-top: -8px;
}

.main-header__sub-submenu-item {
  padding-top: 8px;
  padding-top: 8px;
}

.main-header__sub-submenu-link {
  font-size: 14px;
  color: #232020;
}

@media screen and (min-width: 768px) {
  .main-header__submenu {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    right: auto;
    background-color: #fff;
    max-height: none;
  }

  .main-header__menu {
    z-index: 30;
  }

  .main-header__submenu.full {
    right: 0;
    max-width: 800px;
  }

  .main-header__submenu-link {
    font-size: 16px;
    width: 350px;
    height: 100%;
    padding-left: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-header__submenu-item {
    display: flex;
  }

  .main-header__submenu-inner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f3f3f3;
  }

  .main-header__submenu.full .main-header__submenu-inner:after {
    content: '';
    position: absolute;
    left: 350px;
    right: 0;
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 55px;
    width: calc(100% - 350px);
    height: 100%;
    background-color: #fff;
    overflow: auto;
  }

  .main-header__sub-submenu {
    position: absolute;
    left: 350px;
    right: 0;
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 55px;
    width: calc(100% - 350px);
    height: 98%;
    overflow: auto;
    background-color: #fff;
    z-index: 2;
  }

  .main-header__sub-submenu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-header__sub-submenu-link {
    font-size: 16px;
  }

  .content-container.blur {
    position: relative;
  }

  .content-container.blur:after {
    content: '';
    position: absolute;
    top: -75px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(218, 218, 218, 0.66);
    backdrop-filter: blur(10px);
    z-index: 20;
  }
}

@media (hover) {
  .main-header__submenu-item:hover {
    background-color: #fff;
  }

  .main-header__submenu-item:hover .main-header__sub-submenu {
    display: block;
  }

  .main-header__submenu-button {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .main-header__menu-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: visible;
  }

  .main-header__menu-item:nth-of-type(n+2) .main-header__menu-link {
    padding: 25px;
    /* padding: 25px 37px; */
  }

  .main-header__menu-link--flex .main-header__menu-text {
    padding-top: 11px;
  }

  .main-header__menu-link--flex {
    padding: 14px;
    /* padding-right: 30px; */
  }

  .main-header__menu-item {
    display: block;
  }

  .main-header__menu-item:nth-of-type(3)::after {
    opacity: 1;
  }

  .main-footer__middle .policy-list {
    justify-content: space-around;
  }
}

@media screen and (min-width: 1280px) {
  .wrapper.blur {
    top: 281px;
  }

  .main-header__submenu {
    max-height: none;
  }

  .main-header__submenu-link {
    font-size: 17px;
  }

  .main-header__sub-submenu-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-header__sub-submenu-link {
    font-size: 17px;
  }

  .main-header__menu-item:nth-of-type(n+2) .main-header__menu-link {
    padding: 25px 37px;
  }

  .main-header__menu-link--flex {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1366px) {
  .main-header__menu-list {
    width: 94%;
    justify-content: flex-end;
  }

  .main-header__menu-item--dropdown {
    position: absolute;
    left: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .main-header__menu-item--dropdown {
    position: absolute;
    left: 50px;
  }

  .main-header__submenu-link {
    padding-left: 45px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

#mapCity ymaps {
  background-repeat: no-repeat;
}

.grecaptcha-badge {
  display: none !important;
}

.table-scroll {
  overflow: auto;
}
/* End */
/* /local/templates/komus/css/libs.css?157728231926611 */
/* /local/templates/komus/css/fonts.css?16335242083082 */
/* /local/templates/komus/css/side_bar.css?15772823196425 */
/* /local/templates/komus/css/pop_up.css?15772823196718 */
/* /local/templates/komus/css/catalog_item.css?166419574013264 */
/* /local/templates/komus/css/main_page_slider.css?15772823197073 */
/* /local/templates/komus/css/catalog_list.css?164700380223078 */
/* /local/templates/komus/css/catalog_category.css?166428774812138 */
/* /local/templates/komus/css/news_item.css?16184114548306 */
/* /local/templates/komus/css/holidays.css?157728231911077 */
/* /local/templates/komus/css/about_company.css?157769789714414 */
/* /local/templates/komus/css/thanks_slider.css?15776978973792 */
/* /local/templates/komus/css/our_slider.css?15772823197497 */
/* /local/templates/komus/css/interview_block.css?17545631868059 */
/* /local/templates/komus/css/one-print-slider.css?15772823192114 */
/* /local/templates/komus/css/action-products.css?16184114545750 */
/* /local/templates/komus/css/vacancies.css?157728231910273 */
/* /local/templates/komus/css/state_customers.css?15772823199524 */
/* /local/templates/komus/css/sales.css?157769789716714 */
/* /local/templates/komus/css/reviews_slider.css?15772823193204 */
/* /local/templates/komus/css/printing.css?15772823199418 */
/* /local/templates/komus/css/portfolio.css?15772823198245 */
/* /local/templates/komus/css/photo_gallery_slider.css?15772823194932 */
/* /local/templates/komus/css/partners.css?1577282319966 */
/* /local/templates/komus/css/order.css?175456318627149 */
/* /local/templates/komus/css/news.css?157728231913783 */
/* /local/templates/komus/css/element_item.css?171931815542974 */
/* /local/templates/komus/css/contacts.css?162791381213972 */
/* /local/templates/komus/css/commercial.css?157728231911068 */
/* /local/templates/komus/css/basket.css?15772823196413 */
/* /local/templates/komus/css/404.css?157728231912130 */
/* /local/templates/komus/css/order_slider.css?16470038022839 */
/* /local/components/ekrit/search.title/templates/.default/style.css?15772823211251 */
/* /local/components/ekrit/main.feedback/templates/komus/style.css?1691489645247 */
/* /local/templates/komus/template_styles.css?1754563186152294 */
