

/* Start:/local/templates/new_its/css/jquery.fancybox.css?170904214617670*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

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

.fancybox-container * {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

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

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

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

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

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

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

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

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

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

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

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

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

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

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

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

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

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

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

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

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

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

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

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

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

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

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/new_its/new_blocks/spec/slick/slick.css?16940937281776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/new_its/new_blocks/spec/slick/slick-theme.css?16940937282212*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url('/local/templates/new_its/new_blocks/spec/slick/./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	border: none;
	outline: none;
	background-color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(/local/templates/new_its/new_blocks/spec/slick/../../../images/arrow-btn-red.svg);
	background-repeat: no-repeat;
	background-size: 8px 12px;
	background-position: center;
	display: block;
}

.slick-prev {
	left: -6px;
}

.slick-prev:before {
	transform: rotate(180deg);
}

.slick-next {
	right: -6px;
}

.slick-next {

}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* End */


/* Start:/local/templates/new_its/css/datepicker.min.css?17111120386460*/
.datepicker {
  width: -moz-min-content;
  width: min-content
}

.datepicker:not(.active) {
  display: none
}

.datepicker-dropdown {
  padding-top: 4px;
  position: absolute;
  z-index: 20
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1)
}

.datepicker-main {
  flex: auto;
  padding: 2px
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, .1)
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, .1);
  font-weight: 700;
  padding: .375rem .75rem;
  text-align: center
}

.datepicker-controls {
  display: flex
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(.375em - 1px) .75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap
}

.datepicker-controls .button:active,
.datepicker-controls .button:focus {
  outline: none
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: #363636
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: #363636
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  font-size: .75rem;
  margin: calc(.375rem - 1px) .375rem
}

.datepicker-controls .view-switch {
  flex: auto
}

.datepicker-controls .next-button,
.datepicker-controls .prev-button {
  flex: 0 0 14.2857142857%;
  padding-left: .375rem;
  padding-right: .375rem
}

.datepicker-controls .next-button.disabled,
.datepicker-controls .prev-button.disabled {
  visibility: hidden
}

.datepicker-grid,
.datepicker-view {
  display: flex
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem
}

.datepicker-grid {
  flex: auto;
  flex-wrap: wrap
}

.datepicker .days {
  display: flex;
  flex: auto;
  flex-direction: column
}

.datepicker .days-of-week {
  display: flex
}

.datepicker .week-numbers {
  display: flex;
  flex: 0 0 9.6774193548%;
  flex-direction: column
}

.datepicker .weeks {
  align-items: stretch;
  display: flex;
  flex: auto;
  flex-direction: column
}

.datepicker span {
  -webkit-touch-callout: none;
  align-items: center;
  border-radius: 4px;
  cursor: default;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.datepicker .dow {
  font-size: .875rem;
  font-weight: 700;
  height: 1.5rem
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: .75rem
}

.datepicker .days .dow,
.datepicker-cell {
  flex-basis: 14.2857142857%
}

.datepicker-cell {
  height: 2.25rem
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #ca3433;
  color: #fff;
  font-weight: 600
}

.datepicker-cell.disabled {
  color: #dcdcdc
}

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a
}

.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
  color: #e6e6e6
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7
}

.datepicker-cell.range.disabled {
  color: #c6c6c6
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1
}

.datepicker-input.freeze {
  cursor: default;
  background-color: #dddddd;
}

.datepicker-input.in-edit {
  border-color: #276bda
}

.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
  box-shadow: 0 0 .25em .25em rgba(39, 107, 218, .2)
}

.b2b-load-spin__container {
  width: 58px;
  height: 58px;
  top: calc(50% - 29px);
  left: calc(50% - 29px);
  text-align: center;
  position: fixed
}

.b2b-load-spin__all-documents .b2b-load-spin__wheel {
  margin-left: 130px;
}

.b2b-load-spin__wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #aa2b2b;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: b2b-load-spin 1325ms infinite linear
}

@keyframes b2b-load-spin {
  100% {
    transform: rotate(360deg)
  }
}

.datepicker-input::selection {
  background: #d6c0c3
}

.datepicker-input::-moz-selection {
  background: #d6c0c3
}
/* End */


/* Start:/local/templates/new_its/css/simple-adaptive-slider.css?17090421463060*/
/**
  * SimpleAdaptiveSlider by itchief (https://github.com/itchief/ui-components/tree/master/simple-adaptive-slider)
  * Copyright 2020 - 2022 Alexander Maltsev
  * Licensed under MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
  */

/* стили для корневого элемента слайдера */
.itcss {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

/* стили для wrapper */
.itcss__wrapper {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

/* стили для элемента, в котором непосредственно расположены элементы (слайды) */
.itcss__items {
  display: flex;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* стили для элементов */
.itcss__item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

/* кнопки Prev и Next */
.itcss__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  color: #fff;
  background: rgb(0 0 0 / 10%);
  border: none;
  outline: none;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  user-select: none;
}

.itcss__btn_hide {
  display: none;
}

.itcss__btn:hover,
.itcss__btn:focus {
  color: #fff;
  text-decoration: none;
  border: none;
  opacity: 0.7;
}

.itcss__btn_prev {
  left: 0;
}

.itcss__btn_next {
  right: 0;
}

.itcss__btn::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itcss__btn_prev::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.itcss__btn_next::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Индикаторы */
.itcss__indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
  user-select: none;
}

.itcss__indicator {
  flex: 0 1 auto;
  width: 30px;
  height: 2px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgb(255 255 255 / 50%);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  cursor: pointer;
}

.itcss__indicator_active {
  background-color: #fff;
}

/* класс для отключения transition */
.transition-none {
  transition: none;
}

/* End */


/* Start:/local/components/toledo/technical.work/templates/.default/style.css?1728480784421*/
.technical-work {
  display: flex;
  margin-left: 10px;
  justify-content: flex-end;
}

.technical-work-mess {
  padding-left: 35px;
  background-image: url('/local/components/toledo/technical.work/templates/.default/../../images/technical-work.svg');
  background-size: 25px 22px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 10px;
}

.technical-work span {
  color: rgb(202, 52, 51);
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?164450917664*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/new_its/styles.css?1764311626281769*/
@charset "UTF-8";
.element {
  max-width: 1118px;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #eeeeee;
}
.element .top_info {
  margin: 0 0 26px 0;
  min-width: 100%;
}
.element .top_info .show_analogs {
  position: relative;
  margin-left: 30px;
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  color: rgb(202, 52, 51);
  margin-right: 20px;
  border-bottom: 1px dashed rgb(202, 52, 51);
}
.element .top_info .show_analogs:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/ico_show_analogs.svg") no-repeat left center;
  background-size: 25px 25px;
}
.element .top_info .article {
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  margin-right: 20px;
  color: #808080;
}
.element .top_info .article span {
  color: #221c1e;
}
.element .top_info .code_builder {
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  margin-right: 20px;
  color: #808080;
}
.element .top_info .code_builder span {
  color: #221c1e;
}
.element .top_info .seriya {
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  margin-right: 20px;
  color: #808080;
}
.element .top_info .seriya span {
  color: #221c1e;
}
.element .top_info:after {
  display: block;
  clear: both;
  content: "";
}
.element .about_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 767px) {
  .element .top_info {
    margin-bottom: 10px;
  }
  .element .about_order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.element .about_order .bask_block .spec_block .existing_menu {
  display: none;
  position: absolute;
  margin-top: -165px;
  left: 40px;
  width: 1036px;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.element .about_order {
  margin-bottom: 48px;
}
.element .about_order .column.col_r {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.element .text_content {
  margin-top: 64px;
}
.element .text_content .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .element .about_order {
    margin-bottom: 30px;
  }
}
.element .about_order .column.col_l {
  width: 450px;
  float: left;
}
.element .about_order .column.col_l .main_images {
  width: 450px;
  background: #fff;
  height: 450px;
  display: table;
}
.element .about_order .column.col_l .main_images .fancy-img {
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
}
.element .about_order .column.col_l .main_images .fancy-img img {
  display: inline;
  max-width: 450px;
  max-height: 450px;
}
.element .about_order .column.col_l .preview {
  max-width: 100%;
  margin-top: 15px;
}
.element .about_order .column.col_l .preview .image {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
  text-align: center;
}
.element .about_order .column.col_l .preview .image .td {
  background: #fff;
  vertical-align: middle;
}
.element .about_order .column.col_l .preview .image img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  margin: 0 auto;
}
.element .about_order .column.col_l .preview:after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 1023px) {
  .element .about_order .column.col_l {
    width: 350px;
  }
  .element .about_order .column.col_l .main_images {
    width: 100%;
    height: auto;
  }
  .element .about_order .column.col_l .main_images .fancy-img img {
    max-width: 100%;
    max-height: initial;
  }
}
@media (max-width: 767px) {
  .element .about_order .column.col_l {
    width: 100%;
  }
}
.element .about_order .bask_block {
  width: 100%;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 24px 16px;
  background: #fff;
}
.element .about_order .bask_block .price {
  color: #333;
  margin-right: 20px;
}
.element .about_order .bask_block .price .title {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.element .about_order .bask_block .price .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element .about_order .bask_block .price .rub {
  font-weight: 600;
  font-size: 24px;
}
.element .about_order .bask_block .price .kop {
  font-weight: 700;
  font-size: 13px;
  margin-left: 5px;
}
.element .about_order .bask_block .price .valuta {
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}
.element .about_order .bask_block .price .measure {
  font-weight: 300;
  font-size: 14px;
}
.element .about_order .price_block {
  width: 100%;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element .about_order .price_block .sep {
  margin-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 300;
  font-size: 16px;
}
.element .about_order .quantity-block {
  margin-right: 20px;
}
.element .about_order .quantity-block .title {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.element .about_order .quantity-block .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element .about_order .quantity-block:after {
  clear: both;
  display: block;
  content: "";
}
.element .about_order .quantity {
  display: block;
  width: 36px;
  height: 37px;
  border: none;
  background-color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.element .about_order .minus_count,
.element .about_order .plus_count {
  width: 24px;
  height: 37px;
  background: #EEEEEE;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.element .about_order .minus_count:hover,
.element .about_order .plus_count:hover {
  background: rgb(202, 52, 51);
}
.element .about_order .summ .title {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.element .about_order .summ .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element .about_order .summ .rub {
  font-weight: 600;
  font-size: 24px;
}
.element .about_order .summ .kop {
  font-weight: 700;
  font-size: 13px;
  margin-left: 5px;
}
.element .about_order .summ .valuta {
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}
.element .about_order .btn_block {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.element .about_order .btn_block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 9px;
}
.element .about_order .btn_block .flex .add_form_to_basket_from_detail {
  margin-right: 12px;
}
.element .about_order .btn_block .flex .show_analogs {
  width: 218px;
  height: 55px;
  border: 2px solid rgb(202, 52, 51);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  color: rgb(202, 52, 51);
}
.element .about_order .btn_block .flex .show_analogs:before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/local/templates/new_its/images/ico_show_analogs.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 18px;
}
.element .about_order .btn_block .btn-basket {
  margin: 0 auto 17px auto;
  display: block;
}
.element .about_order .btn_block .spec_block {
  display: block;
  margin-bottom: 17px;
  padding-left: 60px;
}
.element .about_order .btn_block .existing_btn {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: rgb(202, 52, 51);
  background-image: url("/local/templates/new_its/images/ico_spec_btn.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 25px 25px;
  padding-left: 31px;
  cursor: pointer;
}
.element .about_order .btn_block .supplier {
  display: block;
  padding-left: 60px;
  padding-top: 2px;
}
.element .about_order .btn_block .inside {
  padding-left: 27px;
  background-image: url("/local/templates/new_its/images/ico_supplier.svg");
  background-repeat: no-repeat;
  background-position: 0 top;
  background-size: 20px 20px;
  font-size: 16px;
  line-height: 1.38;
  color: #221c1e;
}
.element .about_order .btn_block .inside span {
  text-transform: lowercase;
}
.element .about_order .btn_block .inside .note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.69;
}

@media (max-width: 767px) {
  .element .about_order .quantity-block {
    margin-right: 0;
  }
  .element .about_order .price_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .element .about_order .price_block .sep {
    display: none;
  }
  .element .about_order .price_block .summ {
    display: none;
  }
  .element .about_order .btn_block {
    padding-top: 0;
  }
  .element .about_order .btn_block .flex .show_analogs {
    height: 50px;
    font-size: 12px;
  }
  .element .about_order .btn_block .flex .show_analogs::before {
    margin-left: 5px;
    margin-right: 10px;
  }
  .element .about_order .btn_block .btn-basket {
    line-height: normal;
    font-size: 12px;
  }
}
.element .about_order .tab_block .list_tabs {
  height: 55px;
}
.element .about_order .tab_block .list_tabs .tab {
  display: block;
  float: left;
  background-color: #e3e3e3;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.element .about_order .tab_block .list_tabs .tab:hover {
  color: rgb(202, 52, 51);
}
.element .about_order .tab_block .list_tabs .tab.active {
  background-color: #fff;
  cursor: default;
}
.element .about_order .tab_block .list_tabs .tab.active:hover {
  color: #000000;
}
.element .about_order .tab_block .list_tabs .tab:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background-color: #808080;
  right: 0;
  top: 7px;
  opacity: 0.2;
}
.element .about_order .tab_block .list_tabs .tab:last-child::after,
.element .about_order .tab_block .list_tabs .tab.active:after {
  display: none;
}
.element .about_order .tab_block .list_tabs:after {
  display: block;
  content: "";
  clear: both;
}
.element .about_order .tab_block .content_tabs {
  width: 100%;
  background: #fff;
  position: relative;
}
.element .about_order .tab_block .content_tabs .text_content {
  opacity: 0;
  display: none;
  padding: 20px 30px 43px 30px;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  top: 0;
  width: 100%;
  left: 0;
  visibility: hidden;
}
.element .about_order .tab_block .content_tabs .text_content .text {
  line-height: 28px;
}
.element .about_order .tab_block .content_tabs .text_content.active {
  opacity: 1;
  display: block;
  position: relative;
  visibility: visible;
}

.element .properties .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.element .properties .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 61px;
  -moz-column-gap: 61px;
  column-gap: 61px;
}
.element .properties .props_list {
  font-size: 12px;
}
.element .properties .props_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.element .properties .props_list .prop-name {
  min-width: 154px;
  max-width: 154px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.element .properties .props_list .prop-name span {
  background: #eee;
  position: relative;
  z-index: 1;
}
.element .properties .props_list .prop-name:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px dashed #AFB2B6;
  width: 98%;
  right: 0;
  top: 10px;
}
.element .properties .props_list .prop-value {
  max-width: 144px;
  min-width: 144px;
  word-break: break-word;
}

@media (max-width: 1279px) {
  .element h1, .element .section_top.title .h1_catalog, .section_top.title .element .h1_catalog {
    padding-right: 25px;
  }
  .element .properties .props_list {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 8px;
  }
  .element .properties .props_list li {
    display: contents;
  }
  .element .properties .props_list .prop-name {
    max-width: 100%;
  }
  .element .properties .props_list .prop-value {
    max-width: 100%;
  }
  .element .properties .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .element h1, .element .section_top.title .h1_catalog, .section_top.title .element .h1_catalog {
    padding-right: 0;
  }
  .element .properties .flex {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.element .about_order .warhouses {
  width: 100%;
  padding: 24px 29px 20px;
  background: #fff;
}
.element .about_order .warhouses .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
}
.element .about_order .warhouses .tbl {
  width: 100%;
}
.element .about_order .warhouses .th {
  font-size: 12px;
  color: #808080;
  padding: 0 10px 5px 10px;
  border-bottom: solid 1px #e3e3e3;
}
.element .about_order .warhouses .th:nth-child(2) {
  text-align: left;
}
.element .about_order .warhouses .th:first-child {
  padding-left: 0;
}
.element .about_order .warhouses .th:last-child {
  padding-right: 0;
}
.element .about_order .warhouses .td {
  padding: 11px 10px 10px 10px;
  border-bottom: solid 1px #e3e3e3;
}
.element .about_order .warhouses .td.amount {
  position: relative;
}
.element .about_order .warhouses .td.amount:after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #80cc33;
  top: 5px;
  left: 0;
}
.element .about_order .warhouses .td .name {
  font-size: 16px;
  color: #221c1e;
  margin-bottom: 2px;
  padding-left: 12px;
  margin-left: -12px;
  position: relative;
}
.element .about_order .warhouses .td.supplier .name:after {
  background: rgb(202, 52, 51);
}
.element .about_order .warhouses .td.intransit .name:after {
  background: #f5a623;
}
.element .about_order .warhouses .td .comment_store {
  font-size: 12px;
  color: #808080;
  padding-left: 12px;
  margin-left: -12px;
}
.element .about_order .warhouses .td:nth-child(2) {
  text-align: left;
}
.element .about_order .warhouses .td:first-child {
  padding-left: 0;
}
.element .about_order .warhouses .td:last-child {
  padding-right: 0;
}
.element .about_order .warhouses .tr:last-child .td {
  border-bottom: 0;
  padding-bottom: 0;
}

.element .about_order .warhouses .td .name {
  position: relative;
}

.element .about_order .warhouses .td .name .product_status {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  margin-right: 4px;
}

.element .about_order .warhouses .td .icon-car {
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background-image: url("/local/templates/new_its/images/dostavka-copy.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.element .about_order .warhouses .td:last-child .comment_store {
  margin-left: 0;
  padding-left: 23px;
}

.element .about_order .warhouses .td b {
  color: #221c1e;
}

.element .about_order .warhouses .td:last-child .data {
  position: relative;
  padding-left: 23px;
}

.element .about_order .btn_block .btn-basket {
  margin-bottom: 3px;
}

.btn_block .delivery-rf {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 1600px) {
  .btn_block .delivery-rf {
    font-size: 16px;
  }
}

div#modal_elem {
  width: 1080px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.element .about_order .characteristics_block .tbl {
  width: 100%;
}
.element .about_order .characteristics_block .tbl .td {
  padding-top: 20px;
}
.element .about_order .characteristics_block .tbl .tr:first-child .td {
  padding-top: 0;
}
.element .about_order .characteristics_block .c_row .c_name {
  vertical-align: bottom;
  width: 305px;
  position: relative;
  padding-right: 20px;
}
.element .about_order .characteristics_block .c_row .c_name .c_val {
  display: inline;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 4px;
}
.element .about_order .characteristics_block .c_row .c_name .border {
  display: block;
  float: left;
}
.element .about_order .characteristics_block .c_row .c_name .border .line {
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: dashed 1px #221c1e;
  opacity: 0.6;
}
.element .about_order .characteristics_block .c_row .c_cell {
  padding-left: 6px;
}

@media (max-width: 1279px) {
  div#modal_elem {
    width: 100%;
  }
}
.element .additional_goods {
  margin-top: 64px;
}
.element .additional_goods .d_head {
  font-size: 32px;
  font-weight: 700;
  color: #221c1e;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .element .additional_goods {
    margin-top: 30px;
  }
  .element .additional_goods .d_head {
    font-size: 18px;
  }
  .element .additional_goods .tablecatalog.catalog {
    padding-bottom: 0;
  }
  .element .additional_goods .show_all {
    margin-top: 15px;
    display: inline-block;
  }
}
.modal.element {
  padding: 16px 16px 58px;
}
.modal.element .tablecatalog {
  margin-bottom: 0;
  font-size: 16px;
}
.modal.element .tablecatalog .header {
  margin-bottom: 9px;
}
.modal.element .tablecatalog .header > div:first-child {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}
.modal.element .tablecatalog .header > div.nomenclature {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
}
.modal.element .tablecatalog .header > div.articul {
  padding: 8px 14px 8px 0;
}
.modal.element .tablecatalog .header > div.name {
  padding: 8px 14px 8px 0;
}
.modal.element .tablecatalog .item {
  min-height: 55px;
  max-height: 75px;
  margin-bottom: 10px;
}
.modal.element .tablecatalog .item > div {
  padding: 4px 10px 4px 0;
}
.modal.element .tablecatalog .item > div:first-child {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}
.modal.element .tablecatalog .item > div.product-name {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
}
.modal.element h1, .modal.element .section_top.title .h1_catalog, .section_top.title .modal.element .h1_catalog {
  margin-bottom: 3px;
}

section.about {
  font-weight: 300;
  margin-top: 90px;
  padding-bottom: 42px;
}
section.about .block:first-of-type:before, section.about .block:first-of-type:after {
  display: inline-block;
  content: "";
  background: url("/local/templates/new_its/images/group-40.svg") no-repeat;
  width: 37.7px;
  height: 63.5px;
}
section.about .block:first-of-type:after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
section.about .block:first-of-type div.desc {
  margin: 0 3.7px;
}
section.about .block:first-of-type div.desc h3 {
  font-weight: 900;
  margin-bottom: 0;
  line-height: normal;
}
section.about .block:first-of-type div.desc h3 small {
  font-weight: 300;
  font-size: 34px;
}
section.about .block div {
  display: inline-block;
  vertical-align: top;
}
section.about .block div h3 {
  font-weight: 700;
  font-size: 34px;
  color: #ab102d;
  margin-bottom: 0;
  line-height: normal;
}
section.about .block div h3 small {
  font-size: 20px;
}
section.about .block div h3 small sup {
  font-size: 10px;
}
section.about .block div img {
  max-width: 50px;
  max-height: 50px;
  margin-right: 10px;
}
section.about .block div p {
  font-size: 14px;
  line-height: 16px;
}
section.about div.content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.about div.content .block {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.about div.content .block p {
  margin-bottom: 0;
}
section.about div.content .block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.about .title-h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
  color: rgb(202, 52, 51);
}
section.about .title-h3 small {
  font-size: 24px;
}
section.about .title-h3 small sup {
  font-size: 12px;
}

section.with_toledo {
  background: rgb(201, 52, 51);
  color: rgb(255, 255, 255);
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 50px 60px;
}
section.with_toledo .title-h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
section.with_toledo .title-h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  white-space: pre-line;
  margin-bottom: 6px;
}
section.with_toledo .title-h3 span {
  font-weight: 300;
  white-space: nowrap;
  font-size: 40px;
}
section.with_toledo div.content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 54px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 40px 0 0;
}
section.with_toledo div.content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.with_toledo div.content .block .img {
  margin-right: 10px;
}
section.with_toledo div.content .block img {
  max-width: 50px;
  max-height: 50px;
  display: block;
}
section.with_toledo div.content .block h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  white-space: pre-line;
  margin-bottom: 6px;
}
section.with_toledo div.content .block h3 span {
  white-space: nowrap;
  font-size: 34px;
  line-height: 24px;
  font-weight: 700;
}
section.with_toledo div.content .block p {
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  section.with_toledo div.content .block p {
    font-size: 16px;
    line-height: 1.38;
  }
}

@media (min-width: 1600px) {
  section.about .title-h3 {
    height: 52px;
    font-size: 46px;
  }
}
@media (max-width: 1279px) {
  section.about {
    margin-top: 40px;
  }
  section.with_toledo {
    margin-left: -20px;
    margin-right: -12px;
    padding-left: 20px;
    padding-right: 12px;
    padding-top: 40px;
  }
  section.with_toledo div.content {
    row-gap: 30px;
  }
  section.with_toledo .title-h3 {
    font-size: 20px;
  }
  section.with_toledo .title-h3 span {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  section.about div.content .block {
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  section.about .title-h3 {
    font-size: 28px;
  }
  section.about .title-h3 small {
    font-size: 20px;
  }
  section.about .title-h3 small sup {
    font-size: 12px;
  }
  section.with_toledo div.content {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 767px) {
  section.about div.content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    row-gap: 30px;
  }
  section.about div.content .block {
    width: 100%;
  }
  section.with_toledo {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b2b-calculation-lighting__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 25px;
}

.b2b-calculation-lighting__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b2b-calculation-lighting__group > .b2b-calculation-lighting__row {
  margin-right: 48px;
}

.b2b-calculation-lighting__label {
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
  width: 192px;
  -ms-flex-preferred-size: 192px;
  flex-basis: 192px;
}
.b2b-calculation-lighting__label--no-width {
  width: auto;
  margin-right: 10px;
}

.b2b-calculation-lighting__input-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.b2b-calculation-lighting__input {
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: black;
}
.b2b-calculation-lighting__input::-webkit-input-placeholder {
  color: #dddddd;
}
.b2b-calculation-lighting__input::-moz-placeholder {
  color: #dddddd;
}
.b2b-calculation-lighting__input:-ms-input-placeholder {
  color: #dddddd;
}
.b2b-calculation-lighting__input::-ms-input-placeholder {
  color: #dddddd;
}
.b2b-calculation-lighting__input::placeholder {
  color: #dddddd;
}
.b2b-calculation-lighting__input--error {
  border-color: rgb(202, 52, 51);
}

#b2b-calculation-lighting__area,
#b2b-calculation-lighting__height {
  width: 88px;
}

.b2b-calculation-lighting__unit {
  margin-left: 6px;
}

.b2b-calculation-lighting__error {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 12px;
  color: rgb(202, 52, 51);
  white-space: nowrap;
}

.b2b-calculation-lighting__agreement,
.b2b-calculation-lighting__btn {
  margin-left: 192px;
  margin-bottom: 25px;
}

.b2b-calculation-lighting__agreement-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.b2b-calculation-lighting__agreement-checkbox {
  margin-right: 5px;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(230, 86, 85);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.b2b-calculation-lighting__agreement-checkbox--active::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgb(230, 86, 85);
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
.b2b-calculation-lighting__agreement-checkbox--active::after {
  content: "";
  background: url(/local/templates/new_its/images/checkbox.svg) no-repeat;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 58;
}
.b2b-calculation-lighting__agreement-checkbox.active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgb(230, 86, 85);
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
.b2b-calculation-lighting__agreement-checkbox.active::after {
  content: "";
  background: url(/local/templates/new_its/images/checkbox.svg) no-repeat;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 58;
}

.b2b-calculation-lighting__agreement-text {
  font-size: 12px;
  line-height: 1.33;
  color: #808080;
}

.b2b-calculation-lighting__text {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .b2b-calculation-lighting__agreement,
  .b2b-calculation-lighting__btn {
    margin-left: 0;
  }
}
.documents-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.documents-filter__search {
  position: relative;
}
.documents-filter__search::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: calc(50% - 8px);
  background-image: url("/local/templates/new_its/images/search-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.documents-filter__search-input {
  height: 50px;
  width: 230px;
  padding: 10px 15px 10px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.75;
  color: #221c1e;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}
.documents-filter__search-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.documents-filter__search-input::-moz-placeholder {
  color: #bfbfbf;
}
.documents-filter__search-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.documents-filter__search-input::-ms-input-placeholder {
  color: #bfbfbf;
}
.documents-filter__search-input::placeholder {
  color: #bfbfbf;
}
@media (min-width: 1600px) {
  .documents-filter__search-input {
    height: 55px;
  }
}

.documents-filter__title {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.88;
  color: #000000;
}
@media (min-width: 1600px) {
  .documents-filter__title {
    font-size: 20px;
  }
}

.documents-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #221c1e;
  margin-right: 20px;
}

.b2b-daterange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2b-daterange__container {
  position: relative;
  margin: 0 10px;
}
.b2b-daterange__container:first-of-type {
  margin-left: 0;
}

.b2b-daterange__input {
  height: 50px;
  width: 120px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  color: #221c1e;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}
.b2b-daterange__input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.b2b-daterange__input::-moz-placeholder {
  color: #bfbfbf;
}
.b2b-daterange__input:-ms-input-placeholder {
  color: #bfbfbf;
}
.b2b-daterange__input::-ms-input-placeholder {
  color: #bfbfbf;
}
.b2b-daterange__input::placeholder {
  color: #bfbfbf;
}
@media (min-width: 1600px) {
  .b2b-daterange__input {
    height: 55px;
    line-height: 55px;
  }
}

.b2b-daterange__item + .b2b-daterange__item {
  margin-left: 20px;
}

.b2b-daterange__fix-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 120px;
  position: relative;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  color: #221c1e;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .b2b-daterange__fix-input {
    height: 55px;
    line-height: 55px;
  }
}
.b2b-daterange__fix-input.freeze {
  cursor: default;
  background-color: rgb(221, 221, 221);
  color: rgb(85, 85, 85);
}

.b2b-daterange__btn-input {
  position: absolute;
  right: 0;
  top: 6px;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
  background-image: url("/local/templates/new_its/images/close_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  cursor: pointer;
}
.b2b-daterange__btn-input:hover {
  background-image: url("/local/templates/new_its/images/close_red.svg");
}
@media (min-width: 1600px) {
  .b2b-daterange__btn-input {
    top: 10px;
  }
}

.b2b-daterange__flatpickr {
  display: none;
}

.b2b-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: transparent;
}
@media (min-width: 1600px) {
  .b2b-btn {
    height: 55px;
    padding: 0 30px;
    font-size: 16px;
  }
}
@media print {
  .b2b-btn {
    display: none;
  }
}

.b2b-btn svg {
  margin-right: 5px;
}

.b2b-btn--red-gradient {
  color: #ffffff;
  background-color: rgb(202, 52, 51);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b2b-btn--red-gradient:hover {
  color: #ffffff;
  background-color: rgb(230, 86, 85);
  border-color: transparent;
}

.b2b-btn--red-gradient:disabled {
  opacity: 0.2;
  background-color: rgb(202, 52, 51);
}

.b2b-btn--transparent-red-gradient {
  border: 1px solid rgb(202, 52, 51);
  color: rgb(202, 52, 51);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b2b-btn--transparent-red-gradient:hover {
  color: #ffffff;
  background-color: rgb(230, 86, 85);
  border-color: transparent;
}

.b2b-btn--no-border {
  border: none;
}

.b2b-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.b2b-btn--animation {
  opacity: 0.999;
}
.b2b-btn--animation::after, .b2b-btn--animation::before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
}
.b2b-btn--animation::before {
  left: 50%;
  background-image: linear-gradient(65deg, #340606, #5a0808);
}
.b2b-btn--animation::after {
  right: 50%;
  background-image: linear-gradient(65deg, #560808, #770a0a);
}

.b2b-btn--animation:disabled::before, .b2b-btn--animation:disabled::after {
  content: none;
}

.b2b-btn--animation:hover::before, .b2b-btn--animation:hover::after,
.b2b-btn--animation:focus::before,
.b2b-btn--animation:focus::after {
  width: 50%;
  opacity: 1;
}
.b2b-btn--animation:hover::before,
.b2b-btn--animation:focus::before {
  left: 0;
}
.b2b-btn--animation:hover::after,
.b2b-btn--animation:focus::after {
  right: 0;
}

.b2b-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2b-btn__inner--icon-orders::before {
  content: "";
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background-image: url(/local/templates/new_its/images/orders-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.b2b-document-table__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-pages-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b2b-table-catalog-header {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
  padding: 0 10px;
  font-size: 12px;
  color: #221c1e;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header {
    padding: 0 20px;
  }
}

.b2b-table-catalog-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header__item {
    padding-right: 20px;
  }
}

.b2b-table-catalog-header--orders-list .b2b-table-catalog-header__item,
.b2b-table-catalog-header--invoices-list .b2b-table-catalog-header__item {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--picture {
    width: 60px;
  }
}
.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--productArticle {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--productName {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  /*width: calc(62% - 50px);*/
  /*flex-basis: calc(62% - 50px);*/
  padding-right: 30px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--productName {
    /*width: calc(62% - 60px);*/
    /*flex-basis: calc(62% - 60px);*/
    padding-right: 40px;
  }
}
.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--price {
  width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--quantity {
  width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--amount {
  width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.b2b-table-catalog-header--product-order-list .b2b-table-catalog-header__item--index {
  width: 5%;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}

.b2b-table-catalog-header__item input[type=radio] {
  display: none;
}

.b2b-table-catalog-header__label {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.b2b-table-catalog-header__label::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 8px;
  height: 4px;
  background-image: url(/local/templates/new_its/images/arrow-table-black-new.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.b2b-table-catalog-header__label:hover, .b2b-table-catalog-header__label--active {
  color: rgb(202, 52, 51);
}
.b2b-table-catalog-header__label:hover::after, .b2b-table-catalog-header__label--active::after {
  background-image: url("/local/templates/new_its/images/arrow-table-red.svg");
}
.b2b-table-catalog-header__label--revers::after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.b2b-table-catalog-header__label > .b2b-table-catalog-header__text {
  border-bottom: 1px dashed #221c1e;
}

.b2b-table-catalog-header__label:hover > .b2b-table-catalog-header__text,
.b2b-table-catalog-header__label--active > .b2b-table-catalog-header__text {
  border-bottom-color: rgb(202, 52, 51);
}

.b2b-table-catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 48px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.b2b-table-catalog-item:hover {
  border-color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item {
    height: 55px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.38;
  }
}

.b2b-table-catalog-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b2b-table-catalog-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item__item {
    padding-right: 20px;
  }
}

.b2b-table-catalog-item--orders-list .b2b-table-catalog-item__item,
.b2b-table-catalog-item--invoices-list .b2b-table-catalog-item__item {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.b2b-table-catalog-item--orders-list .b2b-table-catalog-item__item--date,
.b2b-table-catalog-item--invoices-list .b2b-table-catalog-item__item--date {
  text-transform: capitalize;
}

.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--picture {
    width: 60px;
  }
}
.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--productArticle {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--productName {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  /*width: calc(62% - 50px);*/
  /*flex-basis: calc(62% - 50px);*/
  padding-right: 30px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--productName {
    /*width: calc(62% - 60px);*/
    /*flex-basis: calc(62% - 60px);*/
    padding-right: 40px;
  }
}
.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--price {
  width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--quantity {
  width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--amount {
  width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.b2b-table-catalog-item--product-order-list .b2b-table-catalog-item__item--index {
  width: 5%;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}

.b2b-table-catalog-item--drafts-list .b2b-table-catalog-item__item,
.b2b-table-catalog-header--drafts-list .b2b-table-catalog-header__item {
  width: 16.6666666667%;
}

.b2b-table-catalog-item__img {
  max-width: 40px;
  max-height: 40px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item__img {
    max-width: 50px;
    max-height: 50px;
  }
}

.b2b-table-catalog-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b2b-table-catalog-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item__item {
    padding-right: 20px;
  }
}

.b2b-table-catalog-item__load {
  display: block;
  height: 22px;
  width: 50%;
  background-color: #e3e3e3;
  overflow: hidden;
}
.b2b-table-catalog-item__load::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  background-image: linear-gradient(-65deg, transparent, transparent 35%, #ffffff, transparent 65%, transparent);
  -webkit-animation: move 2s infinite ease;
  animation: move 2s infinite ease;
}

@-webkit-keyframes move {
  from {
    margin-left: -100%;
    opacity: 0;
  }
  to {
    margin-left: 100%;
    opacity: 0.8;
  }
}

@keyframes move {
  from {
    margin-left: -100%;
    opacity: 0;
  }
  to {
    margin-left: 100%;
    opacity: 0.8;
  }
}
.b2b-table-catalog-item--orders-list .b2b-table-catalog-item__item,
.b2b-table-catalog-item--invoices-list .b2b-table-catalog-item__item {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.b2b-table-catalog-item--orders-list .b2b-table-catalog-item__item--date,
.b2b-table-catalog-item--invoices-list .b2b-table-catalog-item__item--date {
  text-transform: capitalize;
}

.documents-order__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.documents-order__description-btn {
  margin-left: auto;
}
.documents-order__description-btn--add-cart {
  margin-left: 10px;
}

.documents-order__doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents-order__doc-item {
  padding-left: 30px;
  margin-right: 40px;
  background-image: url("/local/templates/new_its/images/docs-red.svg");
  background-position: left center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.documents-order__doc-item:hover {
  background-image: url("/local/templates/new_its/images/docs-black.svg");
}

.documents-order__doc-link {
  font-size: 16px;
  color: rgb(202, 52, 51);
  text-decoration: none;
}

.documents-order__doc-item:hover .documents-order__doc-link {
  color: #000000;
  text-decoration: underline;
}

.b2b-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .b2b-comment {
    padding: 14px 20px;
    margin-bottom: 20px;
  }
}
.b2b-comment--grey {
  background-color: #d8d8d8;
}
.b2b-comment--white {
  background-color: #ffffff;
}
.b2b-comment--alert {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px dashed rgb(202, 52, 51);
}
.b2b-comment--alert::before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "";
  background: url(/local/templates/new_its/images/group.svg) no-repeat;
  width: 30px;
  height: 25px;
  margin-right: 10px;
}

.b2b-comment__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  margin-right: 20px;
}

.b2b-comment__content {
  font-size: 16px;
  line-height: 1.75;
}

.b2b-comment__content a {
  color: rgb(202, 52, 51);
  cursor: pointer;
}
.b2b-comment__content a:hover {
  color: black;
}

.b2b-table-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b2b-table-total__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.b2b-table-total__value {
  padding: 0 20px;
  font-size: 24px;
  line-height: 1.33;
  color: #221c1e;
  border-right: 2px solid rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .b2b-table-total__value {
    padding: 0 30px;
    font-size: 32px;
    line-height: 1;
  }
}

.b2b-table-total__name {
  padding: 0 20px;
  font-size: 14px;
  color: #808080;
}
@media (min-width: 1600px) {
  .b2b-table-total__name {
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.63;
  }
}

.b2b-table-total__item:first-of-type .b2b-table-total__value,
.b2b-table-total__item:first-of-type .b2b-table-total__name {
  padding-left: 0;
}

.b2b-table-total__item:last-of-type .b2b-table-total__value,
.b2b-table-total__item:last-of-type .b2b-table-total__name {
  padding-right: 0;
}
.b2b-table-total__item:last-of-type .b2b-table-total__value {
  border-right: none;
}

.documents-header__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
  row-gap: 10px;
}
.documents-header__header h1, .documents-header__header .section_top.title .h1_catalog, .section_top.title .documents-header__header .h1_catalog {
  margin-bottom: 0;
}

.documents-header__status {
  font-size: 16px;
  margin-left: 20px;
  padding-left: 14px;
  position: relative;
}
.documents-header__status::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #bebebe;
}
.documents-header__status--orange::before {
  background-color: #f5a623;
}
.documents-header__status--green::before {
  background-color: #80cc33;
}

.b2b-popups-documents-add-cart {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9;
  width: 465px;
  padding: 30px 50px 30px 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  background-image: url(/local/templates/new_its/images/in-red.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 30px 30px;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
}
.b2b-popups-documents-add-cart::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 109px;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}
@media (min-width: 1600px) {
  .b2b-popups-documents-add-cart {
    top: 65px;
  }
}
.b2b-popups-documents-add-cart--single {
  width: 663px;
}

.b2b-popups-documents-add-cart__item {
  margin-right: 20px;
  font-size: 16px;
  line-height: normal;
  color: #221c1e;
}
.b2b-popups-documents-add-cart__item--name {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.44;
}
.b2b-popups-documents-add-cart__item--quantity {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.b2b-popups-documents-add-cart__item--amount {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: rgb(202, 52, 51);
}

.b2b-popups-documents-add-cart__close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-image: url(/local/templates/new_its/images/close.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.b2b-popups-documents-add-cart__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b2b-popups-documents-add-cart__title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 900;
  color: #000000;
}

.b2b-popups-documents-add-cart__text {
  margin: 0 0 15px 0;
  font-size: 16px;
}

.b2b-popups-documents-add-cart__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.b2b-popups-documents-add-cart__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/local/templates/new_its/images/red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.b2b-popups-documents-add-cart__link:hover::after {
  background-image: url(/local/templates/new_its/images/black.svg);
}

.b2b-popups-documents-add-cart__link span {
  color: rgb(202, 52, 51);
  border-bottom: 1px solid rgb(202, 52, 51);
}

.b2b-popups-documents-add-cart__link:hover span {
  color: #000000;
  border-bottom-color: #000000;
}

.b2b-btn-area-inner {
  position: relative;
}

.documents-header__print {
  padding-left: 25px;
  background-image: url(/local/templates/new_its/images/print.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.documents-header__print:hover {
  background-image: url(/local/templates/new_its/images/print-black.svg);
}

.documents-header__print span {
  font-size: 16px;
  color: rgb(202, 52, 51);
  border-bottom: 1px dashed rgba(170, 43, 43, 0.5);
}

.documents-header__print:hover span {
  color: #000000;
  border-bottom-color: #000000;
}

.b2b-table-catalog-item__text strong {
  display: none;
}

.b2b-table-catalog-item__item--status .b2b-table-catalog-item__text {
  padding-left: 14px;
  position: relative;
}
.b2b-table-catalog-item__item--status .b2b-table-catalog-item__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #bebebe;
}

.b2b-table-catalog-item__item--status .b2b-table-catalog-item__text--orange::before {
  background-color: #f5a623;
}

.b2b-table-catalog-item__item--status .b2b-table-catalog-item__text--green::before {
  background-color: #80cc33;
}

.b2b-quantity-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
}

.b2b-quantity-input__error {
  position: absolute;
  top: -2px;
  right: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: rgb(202, 52, 51);
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.b2b-quantity-input__error::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -20px;
  display: block;
  border: 10px solid transparent;
  border-left-color: #ffffff;
}

.b2b-quantity-input__error span {
  white-space: nowrap;
}

.b2b-quantity-input__btn {
  width: 14px;
  font-size: 16px;
  text-align: center;
  vertical-align: center;
  color: #000;
  cursor: pointer;
  background-color: #e3e3e3;
}
.b2b-quantity-input__btn:hover {
  color: #ffffff;
  background-color: rgb(202, 52, 51);
}

.b2b-quantity-input input.b2b-quantity-input__input {
  height: 40px;
  width: calc(100% - 28px);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
@media print {
  .b2b-quantity-input input.b2b-quantity-input__input {
    border-color: transparent;
  }
}
.b2b-quantity-input input.b2b-quantity-input__input:disabled {
  background-color: #e3e3e3;
  color: #555555;
}
.b2b-quantity-input input.b2b-quantity-input__input--error {
  border-color: rgb(202, 52, 51);
}

a.document-draft-table__row {
  height: 48px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
a.document-draft-table__row:hover {
  border-color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  a.document-draft-table__row {
    height: 53px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.38;
  }
}

.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--photo,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--photo,
  .b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--photo {
    width: 60px;
  }
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--codeToledo,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--codeToledo {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--name,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 30px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--name,
  .b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--name {
    padding-right: 40px;
  }
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--price,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--price {
  width: 8%;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--quantity,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--quantity {
  width: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--amount,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--amount {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--weight,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--weight {
  width: 7%;
  -ms-flex-preferred-size: 7%;
  flex-basis: 7%;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--del,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--del {
  padding-right: 0;
  width: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--addcart,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--addcart {
  width: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--addcart,
  .b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--addcart {
    width: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
  }
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--index,
.b2b-table-catalog-item--draft-detail .b2b-table-catalog-item__item--index {
  width: 5%;
}

.b2b-table-catalog-item__item button.b2b-table-catalog-item__del-btn {
  display: block;
  width: 30px;
  height: 55px;
  background-color: transparent;
  background-image: url("/local/templates/new_its/images/close_black.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border: none;
  cursor: pointer;
}
.b2b-table-catalog-item__item button.b2b-table-catalog-item__del-btn:hover {
  background-image: url("/local/templates/new_its/images/close_red.svg");
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.b2b-table-catalog-item__item .b2b-table-catalog-item__addcart-btn button {
  position: relative;
  display: block;
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .b2b-table-catalog-item__item .b2b-table-catalog-item__addcart-btn button {
    width: 60px;
  }
}
.b2b-table-catalog-item__item .b2b-table-catalog-item__addcart-btn button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/new_its/images/empty_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.b2b-table-catalog-item__item .b2b-table-catalog-item__addcart-btn button:hover::after {
  background-image: url("/local/templates/new_its/images/empty.svg");
}
.b2b-table-catalog-item__item .b2b-table-catalog-item__addcart-btn button--inBasket::after {
  background-image: url("/local/templates/new_its/images/in_black.svg");
}
.b2b-table-catalog-item__item .b2b-table-catalog-item__addcart-btn button--inbasket:hover::after {
  background-image: url("/local/templates/new_its/images/in.svg");
}

.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--photo {
  padding-top: 0;
  padding-bottom: 0;
}
.b2b-table-catalog-header--draft-detail .b2b-table-catalog-header__item--index {
  width: 5%;
}

.b2b-table-catalog-item--draft-detail--delete {
  background-color: #e3e3e3;
  border-color: #d0d0d0;
}

.b2b-table-catalog-item--draft-detail--delete span.b2b-table-catalog-item__text {
  color: #555555;
}

.b2b-popups-documents-add-cart__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.b2b-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.b2b-checkbox__input {
  display: none;
}

.b2b-checkbox__icon {
  margin-right: 5px;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(202, 52, 51);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.b2b-checkbox__icon--active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #791717, #aa2b2b);
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
.b2b-checkbox__icon--active::after {
  content: "";
  background: url(/local/templates/new_its/images/checkbox.svg) no-repeat;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 58;
}

@media (max-width: 1279px) {
  .documents-header__print {
    display: none;
  }
  .documents-download-file {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .documents-header__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .documents-header__header .documents-header__status {
    margin-left: 0;
  }
  .documents-header__header .documents-download-file {
    margin-left: 0;
  }
  .documents-order__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .documents-order__description .b2b-btn {
    width: 100%;
    margin-top: 10px;
  }
  .b2b-table-total {
    grid-template-columns: auto 1fr;
    display: grid;
  }
  .b2b-table-catalog-item__text strong {
    display: inline;
  }
  .b2b-table-total__item {
    display: contents;
  }
  .b2b-table-total__value {
    border-right: none;
    padding: 0;
    font-size: 14px;
  }
  .b2b-table-total__name {
    padding: 0 20px 0 0;
    white-space: nowrap;
  }
  .b2b-table-total__name::after {
    display: inline;
    content: ":";
  }
  .b2b-table-catalog-header--orders-list,
  .b2b-table-catalog-header--invoices-list {
    display: none;
  }
  .b2b-table-catalog-item {
    padding: 10px;
    height: auto;
  }
  .b2b-table-catalog-item__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .b2b-table-catalog-item__list .b2b-table-catalog-item__item {
    width: auto;
    padding-right: 0;
  }
  .b2b-table-catalog-item__list .b2b-table-catalog-item__item--date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column: span 2;
  }
  .b2b-table-catalog-item__list .b2b-table-catalog-item__item--number {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-column: span 2;
  }
  .b2b-table-catalog-item__list .b2b-table-catalog-item__item--amount {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-column: span 3;
  }
  .b2b-table-catalog-item__list .b2b-table-catalog-item__item--status {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-row: span 2;
    align-self: start;
  }
}
.app-login-t {
  width: 500px;
}

.app-login__message {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #0e0b0c;
}

.login-form__title {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  color: #0e0b0c;
}

.login-form__password-block,
.login-form__email-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}
.login-form__password-block:last-child,
.login-form__email-block:last-child {
  padding-bottom: 0;
}

.login-form__label {
  margin: 0;
  width: 114px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #808080;
}

.login-form__input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  background-color: white;
  border: solid 1px #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.login-form__input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.login-form__input::-moz-placeholder {
  color: #bfbfbf;
}
.login-form__input:-ms-input-placeholder {
  color: #bfbfbf;
}
.login-form__input::-ms-input-placeholder {
  color: #bfbfbf;
}
.login-form__input::placeholder {
  color: #bfbfbf;
}

.login-form__input-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.login-form__input-container--error input {
  border-color: #aa2b2b;
}
.login-form__input-container--error:after {
  content: "!";
  position: absolute;
  right: 20px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #aa2b2b;
  border-radius: 50%;
  color: #aa2b2b;
}
.login-form__input-container--success:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 10px;
  height: 5px;
  border: 2px solid #188527;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.login-form__input-container--pending:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #aa2b2b;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  color: #aa2b2b;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.login-form__error {
  position: absolute;
  top: 60px;
  display: block;
  font-size: 12px;
  line-height: normal;
  color: #aa2b2b;
}

.login-form__recovery-btn {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  border: none;
  background: transparent;
  color: black;
  cursor: pointer;
}
.login-form__recovery-btn:hover {
  color: #aa2b2b;
}

.login-form__checkbox {
  margin: 0 0 20px 114px;
}

.login-form__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 114px;
}

.login-form__btn--pending svg {
  display: none;
}
.login-form__btn--pending .icon-inlogin-white {
  display: none;
}
.login-form__btn--pending .login-form__spin {
  display: block;
}
.login-form__btn--pending .login-form__spin .icon-inlogin-white {
  display: none;
}
.login-form__btn span {
  margin-left: 5px;
}

.login-form__spin {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 2px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

.login-form__submit-error {
  color: #aa2b2b;
}

.login-form__alert {
  width: auto;
  margin-bottom: 20px;
}

.registration-link {
  padding-top: 40px;
}

.registration-link__title {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: #0e0b0c;
}

.registration-link__text {
  margin: 5px 0 15px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #0e0b0c;
}

.registration-link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  width: 243px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #aa2b2b;
  border: 1px solid #aa2b2b;
}
.registration-link__btn:hover {
  background-color: #aa2b2b;
  color: white;
}

.registration-link__btn span {
  margin-left: 5px;
}
.registration-link__btn:hover .icon-registration-red {
  background-image: url("/local/templates/new_its/images/registration_white.svg");
}

@media (max-width: 767px) {
  .app-login-t {
    width: 100%;
  }
  .login-form__password-block,
  .login-form__email-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .login-form__input-container {
    width: 100%;
  }
  .login-form__btn-block {
    margin-left: 0;
  }
}
.detail_info .btns_menu .btn.message.icon_download {
  margin-left: 0;
}
.detail_info .btns_menu .btn.message.icon_download .show_message {
  width: 168px;
}
.detail_info .btns_menu .btn.message.icon_download .show_message .arrow_box {
  right: 30px;
  border-bottom-color: #fff;
  left: auto;
  margin-right: -10px;
}

.section_top.order {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section_top.order a {
  margin-left: 10px;
  cursor: pointer;
}

label.title-comment {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.login {
  padding-bottom: 20px;
}
.login .order_comment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.login .order_comment .btns_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login .wrap-remove-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login .wrap-remove-basket a {
  height: 55px;
}
.login button {
  margin-right: 10px;
}
.login .cancel_comment {
  cursor: pointer;
}

.good_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.good_comment .edit_exist_comment {
  cursor: pointer;
  width: 112px;
}
.good_comment .txt.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 132px);
  margin-bottom: 0;
}
.good_comment .txt.comment span {
  width: 185px;
}
.good_comment .txt.comment div {
  white-space: normal;
  width: calc(100% - 185px);
  word-wrap: normal;
}

.detail_text {
  resize: none;
  width: 100%;
  min-width: 400px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
  padding: 11px 20px 0;
  height: 55px;
  border: none;
}

.login > .btn.dropdown.dropdown_address {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: initial;
  min-width: initial;
  height: auto;
  z-index: 1;
  padding: 0;
}
.login > .btn.dropdown.dropdown_address .option_select {
  padding: 0 30px;
  width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login > .btn.dropdown.dropdown_address nav.dropdown_menu {
  width: 626px;
  top: 65px;
}
.login > .btn.dropdown.dropdown_address nav.dropdown_menu ul li:first-of-type div {
  padding-left: 0;
}

.tablecatalog.bask {
  grid-template-columns: 60px 109px auto 127px 129px 119px 130px 46px;
}

.icon_udal {
  width: 100%;
  height: 100%;
  background: url("/local/templates/new_its/images/close_black.svg") no-repeat 50%;
  cursor: pointer;
}
.icon_udal:hover {
  background: url("/local/templates/new_its/images/close_red.svg") no-repeat 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.element.clear_basket {
  width: 402px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 210px;
}
.element.clear_basket p.info {
  margin-bottom: 20px;
}

.clear_basket .btn-border-transparent {
  background: #fff;
  margin-right: 12px;
}

.detail_info .btns_menu .btn {
  padding: 0;
}
.detail_info .btns_menu .btn.icon_email {
  margin-right: 0;
}

.answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p1600 {
  display: none;
}

.manager_page {
  width: 360px;
  min-height: 385px;
  background: #e6e6e6;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.manager_page img {
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.manager_page h3 {
  margin-bottom: 5px;
}

.manager_page .contact {
  margin-bottom: 20px;
}
.manager_page .contact a {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.manager_page .contact a:hover {
  color: rgb(202, 52, 51);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.login input {
  padding: 0 20px;
  width: 350px;
  margin-right: 10px;
  font-size: 16px;
}

.login a {
  margin-right: 10px;
}

.login .icon-order {
  width: 192px;
  font-size: 16px;
  padding: 0;
  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;
}

.login .icon-basket {
  margin-right: 0;
}

.login .icon-draft {
  width: 255px;
  font-size: 16px;
  padding: 0;
  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;
}
.login .icon-draft:hover:before {
  background: url("/local/templates/new_its/images/draft-white.svg") no-repeat;
}

.login .btn-border-transparent {
  margin-left: 10px;
}

main .no_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  margin-bottom: 30px;
}
main .no_login p {
  font-size: 18px;
  line-height: 26px;
}
main .no_login p.warning {
  margin-left: 45px;
  position: relative;
  color: rgb(0, 0, 0);
}
main .no_login p.warning:before {
  content: "";
  background-image: url("/local/templates/new_its/../../images/group.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  left: -40px;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  top: 0 !important;
}
main .no_login > div:first-of-type {
  width: 390px;
  padding-right: 30px;
  border-right: 1px solid #979797;
}
main .no_login > div:first-of-type a:first-of-type {
  margin-right: 10px;
}
main .no_login > div:last-of-type {
  padding-left: 30px;
}

p.info .icon-draft {
  margin-left: 20px;
}

.login .icon-order {
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login .icon-draft {
  width: 245px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login .icon-basket {
  width: 165px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 1600px) {
  .p1600 {
    display: block;
    margin-right: 53px;
  }
  .p1280 {
    display: none;
  }
  .login input {
    padding: 0 20px;
    width: 544px;
  }
  .login .icon-order {
    width: 213px;
  }
  .login .icon-draft {
    width: 276px;
  }
  .login .icon-basket {
    padding-left: 20px;
  }
  main .no_login > div:first-of-type {
    width: 430px;
    padding-right: 30px;
    border-right: 1px solid #979797;
  }
  main .no_login > div:first-of-type a:first-of-type {
    margin-right: 20px;
  }
  .tablecatalog.bask > div > div > div.name, .tablecatalog.bask > div > div > a.name {
    width: calc(100% - 683px);
  }
  .tablecatalog.bask > div > div > div.image, .tablecatalog.bask > div > div > a.image {
    width: 50px;
  }
  .tablecatalog.bask > div > div > div.kolvo, .tablecatalog.bask > div > div > a.kolvo {
    width: 111px;
  }
  .tablecatalog.bask > div > div > div.price, .tablecatalog.bask > div > div > a.price {
    width: 155px;
  }
  .tablecatalog.bask > div > div > div.quantity_input, .tablecatalog.bask > div > div > a.quantity_input {
    width: 100px;
  }
  .tablecatalog.bask > div > div > div.sum, .tablecatalog.bask > div > div > a.sum {
    width: 155px;
  }
  .tablecatalog.bask > div > div > div.udal, .tablecatalog.bask > div > div > a.udal {
    width: 16px;
  }
}
.noactive-user {
  padding-left: 35px;
  padding-bottom: 20px;
  background-image: url("/local/templates/new_its/images/warnig.svg");
  background-size: 25px 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.noactive-user__title {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.44;
  color: rgb(202, 52, 51);
}

.noactive-user__text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  color: black;
}

@media (max-width: 1023px) {
  .order_form .login {
    display: grid;
    grid-template-columns: 1fr auto auto;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .order_form .login .btn-border-transparent {
    margin: 0;
  }
  .order_form .login .wrap-remove-basket {
    grid-column: 1/span 3;
    justify-self: end;
  }
  .order_form .login .icon-basket {
    width: auto;
  }
  .tablecatalog.bask {
    grid-template-columns: 109px auto 129px 119px 130px 46px;
  }
  .tablecatalog.bask .image {
    display: none;
  }
  .tablecatalog.bask .th.kolvo {
    display: none;
  }
  .tablecatalog.bask .section_item td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 899px) {
  .order_form .login {
    grid-template-columns: auto auto 1fr;
    row-gap: 10px;
  }
  .order_form .login .order_comment {
    grid-column: 1/span 3;
  }
  .order_form .login .wrap-remove-basket {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .order_form .login {
    grid-template-columns: auto 1fr;
    grid-auto-flow: row;
  }
  .order_form .login .order_comment {
    grid-column: 1/span 2;
  }
  .order_form .login .icon-order {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    grid-column: 1/span 2;
    margin-right: 0;
  }
  .order_form .login .icon-order span::before {
    display: none;
  }
  .order_form .login .icon-draft {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
  }
  .order_form .login .icon-draft::before {
    display: none;
  }
  .order_form .login .icon-basket {
    padding-left: 0;
  }
  .order_form .login .icon-basket::before {
    display: none;
  }
  .detail_text {
    min-width: 100%;
  }
  .tablecatalog.bask {
    grid-template-columns: minmax(140px, 1fr) auto auto 36px;
  }
  .tablecatalog.bask .th {
    padding: 5px;
  }
  .tablecatalog.bask .th.sum {
    display: none;
  }
  .tablecatalog.bask .section_item td:nth-child(2) {
    display: none;
  }
  .tablecatalog.bask .section_item td:nth-child(7) {
    display: none;
  }
  .tablecatalog.bask .add_form_to_basket {
    padding: 5px;
  }
  .tablecatalog.bask .add_form_to_basket .quantity {
    width: auto;
  }
  .tablecatalog.bask .add_form_to_basket .quantity span {
    display: none;
  }
}
.button_basket {
  position: relative;
}

.about.about2 {
  width: 100%;
  text-align: center;
  display: block;
  height: 14px;
  opacity: 0.7;
  font-size: 12px;
  line-height: normal;
  color: #221c1e;
}

.element .about_order .bask_block .btn_block .btn-basket.in span:before {
  background-image: url("/local/templates/new_its/images/in.svg");
}

.btn-basket .basket_content,
.add_form_to_basket .basket_content {
  position: absolute;
  background: #fff;
  padding: 37px;
  z-index: 5;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  width: 410px;
  right: 238px;
  top: -35%;
}
.btn-basket .basket_content--analog,
.add_form_to_basket .basket_content--analog {
  right: 75px;
  z-index: 9;
}
.btn-basket .basket_content .arrow_box_right,
.add_form_to_basket .basket_content .arrow_box_right {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
}
.btn-basket .basket_content h3,
.add_form_to_basket .basket_content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-bottom: 0;
}
.btn-basket .basket_content h3:before,
.add_form_to_basket .basket_content h3:before {
  content: "";
  background: url("/local/templates/new_its/images/in-red.svg");
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 10px;
}

@media (max-width: 1023px) {
  .btn-basket .basket_content, .add_form_to_basket .basket_content {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-basket .basket_content.not_visible, .add_form_to_basket .basket_content.not_visible {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
    opacity: 1;
  }
  .btn-basket .basket_content.hidden, .add_form_to_basket .basket_content.hidden {
    display: block !important;
  }
  .btn-basket .basket_content .arrow_box_right, .add_form_to_basket .basket_content .arrow_box_right {
    display: none;
  }
  .btn-basket .basket_content h3, .add_form_to_basket .basket_content h3 {
    font-size: 18px;
  }
}
.catalog_section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}

@media (max-width: 1279px) {
  .catalog_section {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.catalog__empty {
  font-size: 15px;
}

section.sections .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
section.sections .content.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
section.sections .content.grid3 .allproducts {
  min-height: 112px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgb(205, 205, 205);
  color: rgb(48, 48, 48);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
}
section.sections .content.grid3 .allproducts:before {
  display: block;
  content: "";
  width: 22px;
  height: 20px;
  margin-right: 23px;
  background-image: url("/local/templates/new_its/images/allprosucts.svg");
  background-size: 22px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
section.sections .content.grid3 .cat {
  min-height: 112px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 22px 0;
}
section.sections .content.grid3 .cat .num {
  position: relative;
  min-width: 94px;
  background: none;
  color: rgb(201, 52, 51);
  margin-right: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}
section.sections .content.grid3 .cat .name {
  padding-top: 0;
  padding-bottom: 0;
}
section.sections .content.grid3 .cat .img {
  display: none;
}
section.sections .cat {
  position: relative;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 124px;
  -webkit-box-shadow: 0 5px 2px rgba(34, 28, 30, 0.01), 0 3px 2px rgba(34, 28, 30, 0.05), 0 1px 1px rgba(34, 28, 30, 0.09), 0 0 1px rgba(34, 28, 30, 0.1), 0 0 0 rgba(34, 28, 30, 0.1);
  box-shadow: 0 5px 2px rgba(34, 28, 30, 0.01), 0 3px 2px rgba(34, 28, 30, 0.05), 0 1px 1px rgba(34, 28, 30, 0.09), 0 0 1px rgba(34, 28, 30, 0.1), 0 0 0 rgba(34, 28, 30, 0.1);
}
section.sections .cat .num {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
  font-weight: 900;
  height: 42px;
  min-width: 42px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(201, 52, 51);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.sections .cat .img {
  min-width: 138px;
  -ms-flex-preferred-size: 138px;
  flex-basis: 138px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.sections .cat img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
section.sections .cat .name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(48, 48, 48);
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media (max-width: 1600px) {
  section.sections .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  section.sections .content {
    grid-template-columns: repeat(2, 1fr);
  }
  section.sections .content.grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  section.sections .content.grid3 .cat {
    padding: 50px 0 22px;
  }
  section.sections .content.grid3 .cat .num {
    position: absolute;
    background: rgb(201, 52, 51);
    color: rgb(255, 255, 255);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    min-width: 42px;
    padding: 0 10px;
  }
  section.sections .content.grid3 .cat .name {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  section.sections .cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.sections .cat .name {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: normal;
  }
  section.sections .cat .img {
    min-width: 100px;
    -ms-flex-preferred-size: 112px;
    flex-basis: 112px;
    height: 112px;
  }
}
@media (max-width: 499px) {
  section.sections .content {
    grid-template-columns: repeat(1, 1fr);
  }
  section.sections .content.grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  section.sections .content.grid3 .cat {
    padding: 0 0 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.sections .content.grid3 .cat .num {
    position: relative;
    margin-right: 20px;
    min-width: 90px;
  }
  section.sections .content.grid3 .cat .name {
    text-align: left;
    padding: 14px 20px 0 0;
  }
}
.certificates {
  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;
  gap: 15px;
}
.certificates li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.certificates li a::before {
  content: "";
  min-width: 35px;
  height: 35px;
  background: url("/local/templates/new_its/images/file-pdf-box.svg") no-repeat;
  padding-right: 5px;
}
.certificates span {
  max-width: 500px;
}

.iblock__detail {
  display: grid;
  grid-template-columns: minmax(300px, 1060px);
}
.iblock__detail .image {
  width: 100%;
  margin-bottom: 46px;
}
.iblock__detail img {
  max-width: 100%;
  height: auto;
}

.order-page .empty_basket {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  margin-top: 10px;
}

.order-page .empty_basket a:not(.btn) {
  color: rgb(202, 52, 51);
  border-bottom: 1px solid;
}

.order-page .empty_basket a:not(.btn):hover {
  border-color: transparent;
}

.order-page .panel {
  background-color: #e6e6e6;
  max-width: 460px;
  margin: 20px 0;
  padding: 20px 40px 40px;
}

.manager-info h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.54;
  margin: 0 0 15px;
}

.manager-info .manager_photo {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.manager-info .manager_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
}

.manager-info .manager_name {
  font-weight: 700;
  margin: 15px 0 5px;
  font-size: 20px;
  line-height: 1.5;
}

.manager-info a.manager_data, .manager-info .manager_data p, .manager-info .manager_data a:not(.btn) {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  border: none;
}

.manager-info .manager_data + * {
  margin-top: 25px;
}

.btn-chat:hover {
  border-color: rgb(202, 52, 51);
}

.btn-chat {
  border: 1px solid rgb(202, 52, 51);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(202, 52, 51);
}

.btn-chat:hover {
  background-image: linear-gradient(77deg, #791717, #aa2b2b);
  color: #fff;
}

.btn-chat i {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/btn-chat.svg") center no-repeat;
  background-size: contain;
}

.btn-chat:hover i {
  background-image: url("/local/templates/new_its/images/btn-chat-white.svg");
}

.order-page .basket_items .item:hover {
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(86deg, #791717, #aa2b2b) 1;
  border-image: linear-gradient(86deg, #791717, #aa2b2b) 1;
  border: 1px solid rgb(202, 52, 51);
}

.table-row.item .link, .table-row.item .link_doc {
  cursor: pointer;
}

.order-page .itog {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-page .itog li {
  position: relative;
}

.order-page .itog p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}

.order-page .itog span {
  font-size: 16px;
  font-weight: 300;
  color: #808080;
  line-height: 1.63;
  padding-left: 2px;
}

.order-page .itog li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 31px;
  height: 32px;
  width: 2px;
  background-color: rgb(202, 52, 51);
}

.order-page .itog li + li {
  padding-left: 62px;
}

.order-page .tableorder {
  display: table;
  width: 100%;
  margin-top: 28px;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 100px;
}

.order-page .tableorder input {
  width: 62px;
  height: 40px;
  border: 1px solid #ddd;
  text-align: right;
  margin-left: 5px;
  font-size: 16px;
  padding: 2px 4px 0;
  color: #221c1e;
}

.order-page .tableorder .table-row {
  display: table-row;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-page .tableorder .table-item,
.order-page .tableorder .header {
  display: table;
  width: 100%;
  text-decoration: none;
  position: relative;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 0;
}

.order-page .tableorder .col {
  display: table-cell;
  font-size: 16px;
  line-height: 1.38;
  vertical-align: middle;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}

.order-page .tableorder .col:not(:last-of-type) {
  padding-right: 10px;
}

.order-page .tableorder .col.image {
  width: 62px;
  font-size: 0;
  line-height: 0;
}

.order-page .tableorder .col.image .pict {
  height: 40px;
}

.order-page .tableorder .col.image img {
  max-width: 40px;
  max-height: 40px;
  margin: auto;
}

.order-page .tableorder .col.articul {
  width: 71px;
  min-width: 71px;
  max-width: 71px;
}

.order-page .tableorder .col.kol {
  width: 101px;
}

.order-page .tableorder .col.name {
  width: calc(100% - 700px);
}

.order-page .tableorder .col.kolvo {
  width: 111px;
}

.order-page .tableorder .col.price {
  width: 149px;
}

.order-page .tableorder .col.setting {
  width: 125px;
  padding: 0;
}

.order-page .tableorder .col.summ {
  width: 107px;
}

.order-page .tableorder .col.delete {
  width: 38px;
  text-align: center;
}

.order-page .tableorder .header {
  margin-bottom: 13px;
}

.order-page .tableorder .header .col {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.order-page .tableorder .header .setting {
  text-align: right;
  position: relative;
}

.order-page .tableorder .header div[data-sort] {
  cursor: pointer;
}

.order-page .tableorder .header div[data-sort] span {
  margin-right: 3px;
  border-bottom: 1px dashed #221c1e;
}

.order-page .tableorder .header div[data-sort]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-bottom: 2px;
  background: url("/local/templates/new_its/images/arrow-table-black.svg") no-repeat;
}

.order-page .tableorder .header div[data-sort].active, .order-page .tableorder .header div[data-sort]:hover {
  color: rgb(202, 52, 51);
}

.order-page .tableorder .header div[data-sort].active span, .order-page .tableorder .header div[data-sort]:hover span {
  border-bottom: 1px dashed rgb(202, 52, 51);
}

.order-page .tableorder .header div[data-sort].active:after, .order-page .tableorder .header div[data-sort]:hover:after {
  background: url("/local/templates/new_its/images/arrow-table-red.svg") no-repeat;
}

.order-page .tableorder .header div[data-sort=asc]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-page .tableorder .table-item {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  min-height: 55px;
  max-height: 65px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.order-page .tableorder .table-item:hover {
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(86deg, #791717, #aa2b2b) 1;
  border-image: linear-gradient(86deg, #791717, #aa2b2b) 1;
  border-color: rgb(202, 52, 51);
}

.tableorder .status,
.table .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  margin-right: 6px;
  background-color: #eaeaea;
}

.tableorder .status.false,
.table .status.false {
  background: #bebebe;
}

.tableorder .status.true,
.table .status.true {
  background: #80cc33;
}

.tableorder .status.wait,
.table .status.wait {
  background: #f5a623;
}

.tableorder .status + span,
.table .status + span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.order-page .tableorder .tbody {
  display: table-row-group;
}

.order-page a.delete span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 15px 0 0 5px;
  overflow: hidden;
}

.order-page a.delete span::before, a.delete span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.order-page a.delete span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.order-page a.delete span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.order-page a.delete {
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.order-page .table-item:hover a.delete {
  background: linear-gradient(86deg, #791717, #aa2b2b);
}

.order-page .table-item:hover a.delete span:before, .order-page .table-item:hover a.delete span:after {
  background-color: #fff;
}

.order-page .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 36px;
}

.order-page .warn-col {
  width: 32.1%;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
  padding-right: 45px;
}

.order-page h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  margin: 0 0 16px;
}

.order-page .reg-col {
  width: 67.9%;
  padding-left: 49px;
}

.order-page .features-col {
  width: 67%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 66px;
}

.order-page .text {
  font-size: 20px;
  line-height: 1.5;
}

.order-page .buttons {
  margin-top: 20px;
}

.btn-red {
  background-color: rgb(202, 52, 51);
  color: #ffffff;
  position: relative;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.btn-red:hover {
  background: rgb(230, 86, 85);
}

.btn-reg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-reg:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/reg-white.svg");
  background-size: contain;
  margin-right: 5px;
}

.btn-reg.btn-trans:before {
  background: url("/local/templates/new_its/images/reg.svg");
  background-size: contain;
}

.btn-reg,
.btn-auth,
.order-page .btn-draft,
.order-page .btn-order {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.btn-reg {
  margin-right: 16px;
}

.btn.btn-auth {
  padding: 0 28.5px;
}

.btn-auth:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/in-red-25.svg");
  background-size: contain;
  margin-right: 5px;
}

.btn-auth.btn-red:before {
  background: url("/local/templates/new_its/images/in-white-25.svg");
  background-size: contain;
}

.btn-trans {
  border: 1px solid rgb(202, 52, 51);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(202, 52, 51);
  position: relative;
  background-color: transparent;
}

.btn-trans:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#d8d8d8));
  background-image: linear-gradient(to bottom, #d8d8d8, #d8d8d8);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: -1;
}

.btn-dark-color {
  color: #000000;
}

.btn-trans:hover:after {
  width: 100%;
}

.order-page .text.warning-text {
  padding-left: 45px;
  position: relative;
  background: url("/local/templates/new_its/images/warning.svg") 0 1px no-repeat;
  background-size: 29px 25px;
}

.order-page .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -2px;
}

.order-page .features-list li:nth-child(2n) {
  width: 39.5%;
}

.order-page .features-list li:nth-child(2n+1) {
  width: 52%;
}

.order-page .features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
}

.order-page .features-list li i {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.order-page .features-list li i img {
  max-width: 100%;
  max-height: 100%;
}

.order-page .features-list li p {
  font-size: 16px;
  line-height: 1.38;
  width: calc(100% - 65px);
}

.order-page .reg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-page .text-col {
  width: 32%;
}

.order-page .features-list li:nth-child(-n+2) {
  margin-top: 0;
}

.order-page .grid-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0;
}

.order-page .c-link {
  font-size: 16px;
  line-height: 19px;
  color: rgb(202, 52, 51);
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.order-page .c-link:hover {
  color: #000000;
}

.order-page .link-black {
  color: #000000;
}

.order-page .link-clear:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/trash.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}

.order-page .link-clear {
  padding-left: 26px;
  margin-top: 3px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}

.order-page .link-clear:hover {
  color: rgb(202, 52, 51);
}

.order-page .link-clear:hover:before {
  background-image: url("/local/templates/new_its/images/trash-red.svg");
}

.order-page .link-bordered span {
  border-bottom: 1px dashed rgba(170, 43, 43, 0.51);
}

.order-page .link-print,
.order-page .link-download,
.order-page .link-email,
.order-page .link-view,
.order-page .link-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-page .link-download,
.order-page .link-email {
  margin-left: 26px;
}

.order-page .link-print:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/print.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}

.order-page .link-download:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/download.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}

.order-page .link-email:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/email.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.order-page .link-view:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/draft-red.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.order-page .link-order:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/orders-red.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.order-page .link-print:hover,
.order-page .link-download:hover,
.order-page .link-email:hover,
.order-page .link-view:hover,
.order-page .link-order:hover {
  color: #000000;
}

.order-page .link-print:hover span,
.order-page .link-download:hover span,
.order-page .link-email:hover span,
.order-page .link-view:hover span,
.order-page .link-order:hover span {
  border-color: rgba(0, 0, 0, 0.51);
}

.order-page .link-print:hover:before {
  background-image: url("/local/templates/new_its/images/print-black.svg");
}

.order-page .link-download:hover:before {
  background-image: url("/local/templates/new_its/images/download-black.svg");
}

.order-page .link-email:hover:before {
  background-image: url("/local/templates/new_its/images/email-black.svg");
}

.order-page .link-view:hover:before {
  background-image: url("/local/templates/new_its/images/draft-black.svg");
}

.order-page .link-order:hover:before {
  background-image: url("/local/templates/new_its/images/draft-black.svg");
}

.order-page .grid-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: -37px;
}

.tooltip-content {
  display: none;
}

.tippy-content .tooltip-content {
  display: block;
}

.link-list li a {
  color: #000;
  margin: 3px 0;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}

.link-list li a:hover {
  border-color: rgba(0, 0, 0, 0.6);
}

#modal_clear_basket {
  width: 482px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#modal_clear_basket p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#modal_clear_basket .buttons .btn {
  width: 195px;
  background-color: transparent;
}

#modal_clear_basket .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-page .btn-order:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/orders-white.svg");
  background-size: contain;
  margin-right: 5px;
}

.order-page .btn-draft:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/draft-red.svg");
  background-size: contain;
  margin-right: 5px;
}

.order-basket {
  margin-top: 20px;
}

.order-basket .grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}

.order-basket .grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-basket .grid-inner > * + * {
  margin-left: 20px;
}

.order-input {
  font-size: 16px;
  line-height: 1.63;
  height: 55px;
  width: 619px;
  padding: 0 20px;
}

.order-page .grid-center .grid-right {
  margin-top: 0;
  margin-bottom: 17px;
}

.order-page .grid-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-page .link-m-r {
  margin-left: 20px;
}

.order-page .grid-center-start.text {
  margin-top: 10px;
}

.order-page .last-orders {
  margin-top: 39px;
}

.order-page .last-orders h3 {
  line-height: 1.54;
  margin-bottom: 0;
}

.order-page .last-orders .c-link {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.order-page .last-orders + .tableorder {
  margin-top: 9px;
}

.order-page .last-orders + .tableorder .header {
  margin-bottom: 15px;
  padding: 0 20px;
}

.order-page .tableorder .col.order-date {
  width: 16.75%;
}

.order-page .tableorder .col.order-number {
  width: 19.6%;
}

.order-page .tableorder .col.order-weight {
  width: 16.5%;
}

.order-page .tableorder .col.order-status {
  width: 118px;
}

.order-page .tableorder .col.order-sum {
  width: 17.7%;
}

.order-page .last-orders + .tableorder .table-item {
  padding: 0 18px;
}

.order-page .last-orders + .tableorder .col.order-status .status {
  margin-left: -2px;
  margin-right: 2px;
}

.c-checkbox_wrap .c-checkbox {
  display: none;
}

.c-checkbox_wrap .c-label_checkbox {
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-size: 0;
  cursor: pointer;
}

.c-checkbox_wrap .c-label_checkbox span {
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}

.c-checkbox_wrap .c-label_checkbox span:hover {
  color: rgb(202, 52, 51);
}

.c-checkbox_wrap .c-checkbox + label > .c-checkbox_square {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(202, 52, 51);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}

.c-checkbox_wrap .c-checkbox:checked + label > .c-checkbox_square {
  border: none;
}

.c-checkbox_wrap .c-checkbox:checked + label > .c-checkbox_square:before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #791717, #aa2b2b);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-checkbox_wrap .c-checkbox:checked + label > .c-checkbox_square:after {
  content: "";
  background: url("/local/templates/new_its/images/checkbox.svg") no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 58;
}

.c-spec-filter {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-spec-filter_item {
  margin-right: 30.5px;
}

.modal.element.spec {
  width: 920px;
}

.modal.element.spec:before {
  height: 45px;
  margin-bottom: 9px;
}

.modal.element.spec .fancybox-close-small {
  width: 18px;
  height: 18px;
  top: 14px;
  right: 15px;
}

.c-spec-breadcrumps.breadcrumps ul li {
  font-size: 12px;
  margin-right: 10px;
}

.c-spec-breadcrumps.breadcrumps ul li:last-of-type a {
  color: rgba(34, 28, 30, 0.5);
}

.c-spec-breadcrumps.breadcrumps ul li:last-of-type:after {
  display: none;
}

.c-spec-modal-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}

.c-spec-subtitle {
  font-size: 14px;
  margin-top: 12px;
}

.c-spec-subtitle__type {
  margin-right: 17px;
}

.c-spec-subtitle__date {
  color: #808080;
}

.c-spec-row {
  margin-top: 21px;
  display: grid;
  grid-template-columns: minmax(350px, 630px) minmax(560px, 100%);
  gap: 20px;
}

.c-spec-col-description {
  background-color: #fff;
  padding: 40px 60px 60px;
  font-size: 16px;
  line-height: 26px;
}

.c-spec-col-image img {
  width: 100%;
}

.c-spec-col-description h4 {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 14px;
  font-weight: 700;
}

.c-spec-product {
  margin-top: 35px;
}

.c-spec-product-title {
  margin-bottom: 20px;
}

.btn-settings {
  width: 16px;
  height: 16px;
  background: url("/local/templates/new_its/images/catalog_setting_black.svg") no-repeat;
  display: inline-block;
  cursor: pointer;
}

.btn-settings:hover {
  background: url("/local/templates/new_its/images/catalog_setting_red.svg") no-repeat;
}

.c-table {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}

.c-table .c-table-tr {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10.1px;
  border: 1px solid transparent;
}

.c-table .c-table-tr.c-table-tr--head {
  margin-bottom: 0;
  line-height: 1;
}

.c-table .c-table-tr:not(.c-table-tr--head):hover {
  border-color: rgb(202, 52, 51);
}

.c-table .btn-basket {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}

.c-table .btn-basket span {
  width: inherit;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/local/templates/new_its/images/empty_black.svg") 50% 50% no-repeat transparent;
}

.c-table .c-table-tr:hover .btn-basket {
  background: linear-gradient(86deg, #791717, #aa2b2b);
}

.c-table .c-table-tr:hover .btn-basket span {
  background: url("/local/templates/new_its/images/empty.svg") 50% 50% no-repeat transparent;
}

@media (min-width: 1600px) {
  .c-table .btn-basket {
    width: 62px;
  }
}
.c-table .c-table-th, .c-table .c-table-td {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
}

.c-table .c-table-th {
  font-size: 12px;
  padding-bottom: 10px;
  vertical-align: top;
}

.c-table-th--photo {
  width: 5.5%;
}

.c-table-th--article {
  width: 7.4%;
}

.c-table-th--name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-table-th--name.c-table-td {
  padding-top: 10px;
  padding-bottom: 7px;
}

.c-table-th--avaliable {
  width: 9.1%;
}

.c-table-th--price {
  width: 13.5%;
}

.c-table-th--count {
  width: 78px;
}

.c-table-th--basket {
  width: 55px;
  text-align: right;
}

.c-table-sort-link {
  color: #000;
}

.c-table-sort-link:hover, .c-table-sort-link.is-active {
  color: rgb(202, 52, 51);
}

.c-table-sort-link {
  padding-bottom: 2px;
  border-bottom: 1px dashed;
  position: relative;
}

.c-table-sort-link:after {
  content: "";
  position: absolute;
  top: 5px;
  left: calc(100% + 3px);
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-bottom: 2px;
  background: url("/local/templates/new_its/images/arrow-table-black.svg") no-repeat;
}

.c-table-sort-link:hover:after,
.c-table-sort-link.is-active:after {
  background: url("/local/templates/new_its/images/arrow-table-red.svg") no-repeat;
}

.c-table-sort-link[data-sort=asc]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-table .c-table-td {
  background-color: #fff;
  padding-top: 5.5px;
  padding-bottom: 4px;
  position: relative;
  border: 0;
}

.c-table .c-table-td img {
  max-width: 100%;
}

.c-table .c-table-td .pict {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 40px;
}

.c-table input {
  width: 55px;
  height: 40px;
  border: 1px solid #dddddd;
  text-align: right;
  padding: 0 4px;
}

.c-table .link, .c-table .link_doc {
  cursor: pointer;
}

.c-spec-product-more {
  text-align: center;
  margin-top: 20px;
}

.menu_left .btn-about {
  background-color: #000000;
  width: 100%;
  line-height: 14px;
  font-size: 16px;
  padding: 15px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu_left .btn-about span.arrow {
  right: 17px;
  left: auto;
}

.menu_left .btn-about .icon_about {
  width: 20px;
  height: 20px;
  background: url("/local/templates/new_its/images/about-menu.svg") no-repeat 0 0;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
}

.menu_left .btn-about .menu_about {
  position: absolute;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-box-shadow: inset -10px 0 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -10px 0 65px 0 rgba(0, 0, 0, 0.1);
  z-index: 43;
  top: 0;
  padding: 0;
  margin: 0;
  width: 270px;
  left: 200px;
}

.menu_left .btn-about:hover .menu_about {
  visibility: visible;
  opacity: 1;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 20px 20px 70px 0 rgba(0, 0, 0, 0.25);
}

.menu_about li a {
  font-size: 18px;
  line-height: 1;
  color: #000;
  display: block;
  padding: 17.5px 40px 17.5px 30px;
  position: relative;
  -webkit-transition: 0.15s linear all;
  transition: 0.15s linear all;
}

.menu_about li a:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 1px;
  right: 40px;
  background-color: #eeeeee;
}

.menu_about li:last-child a:after {
  display: none;
}

.menu_about li a:hover {
  background: #AA6A67;
  color: #fff;
  background-image: linear-gradient(84deg, #791717, #aa2b2b);
}

.menu_about li a:hover:after {
  background: #AA6A67;
  background-image: linear-gradient(84deg, #791717, #aa2b2b);
}

.c-spec-text-info {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 20px;
}

.c-spec-row--projects {
  margin-top: 10px;
}

.c-spec-slider-thumb {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-spec-slider-thumb.slick-slider {
  display: block;
  padding: 0 10px;
  opacity: 0;
}

.c-spec-slider-thumb.slick-slider.slick-initialized {
  opacity: 1;
}

.c-spec-slider-thumb__item {
  width: 61px !important;
  height: 61px;
}

.slick-slide .c-spec-slider-thumb__item {
  margin: 0 auto;
  display: block !important;
}

.c-spec-slider-thumb__item:not(:last-child) {
  margin-right: 19px;
}

.c-spec-slider-thumb__item.is-active {
  position: relative;
}

.c-spec-slider-thumb__item.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(202, 52, 51);
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-spec-slider-thumb__item img {
  width: 100%;
  height: 100%;
}

.modal.element.photo {
  width: auto;
  max-width: 1510px;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-spec-modal-photo-image {
  text-align: center;
}

.c-spec-modal-photo-image img {
  max-width: 100%;
  max-height: calc(100vh - 130px);
}

.modal.element.photo:before {
  margin: 0;
}

.c-spec-modal-photo-footer {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 14px;
}

.c-spec-modal-photo-date {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  font-size: 12px;
  padding-left: 20px;
}

.c-spec-modal-photo-size {
  color: #808080;
}

.c-spec-modal-photo-download {
  color: rgb(202, 52, 51);
}

.c-spec-modal-photo-delimer {
  background-color: #808080;
  width: 1px;
  height: 10px;
  margin: 0 10px;
}

.c-spec-modal-photo-footer .icon_download:before {
  content: "";
  background: url("/local/templates/new_its/images/download.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-size: 15px;
  display: block;
}

.c-spec-modal-photo-footer .icon_download {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.c-spec-modal-photo-footer .icon_download:hover:before {
  background: url("/local/templates/new_its/images/download-black.svg") no-repeat;
  background-size: 15px;
}

.c-spec-modal-arr {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: rgba(34, 28, 30, 0.1);
  -webkit-transition: 0.15s linear all;
  transition: 0.15s linear all;
}

.c-spec-modal-arr-left {
  left: -30px;
}

.c-spec-modal-arr-right {
  right: -30px;
}

.c-spec-modal-arr:hover {
  background-color: rgba(34, 28, 30, 0.3);
}

.modal.element.spec {
  position: relative;
  overflow: visible;
}

.c-spec-modal-arr:before {
  content: "";
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 15px;
  background: url("/local/templates/new_its/images/arrow-btn-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.c-spec-modal-arr-left:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-spec-props-list {
  display: table;
  width: 100%;
  margin-bottom: 24px;
  border-top: 1px solid rgb(205, 205, 205);
}

.c-spec-props-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #e3e3e3;
}
.c-spec-props-item:last-child {
  border-bottom: none;
}

.c-spec-props-item span {
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 18px;
  line-height: 1.44;
  vertical-align: bottom;
}

.c-spec-props-item .c-spec-props-item__label {
  width: 16%;
  font-size: 16px;
  color: #808080;
}

.modal.element.spec.preloader:after {
  background-color: #ececec;
  background-position: center 50vh;
  position: absolute;
}

.c-calc-light__text {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px 0 29px;
}

.c-calc-light {
  max-width: 745px;
  margin-bottom: 80px;
}

.c-calc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.c-calc-label {
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
  width: 192px;
}

.c-calc-light .c-calc-value {
  width: calc(100% - 192px);
}

.c-calc-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 48px;
  position: relative;
}

.c-calc-col-row .c-calc-label {
  white-space: nowrap;
}

.c-calc-light .c-calc-value--small {
  width: 88px;
}

.c-calc-col-text {
  margin: 0 5px;
  font-size: 16px;
}

.c-calc-col-text sup {
  font-size: 10px;
}

.c-calc-col-row .c-calc-label--auto {
  width: auto;
  margin-right: 12px;
}

.c-calc-col-row:last-child {
  margin-right: 0;
}

.c-calc-row.c-calc-row--mr-b-sm {
  margin-bottom: 19px;
}

.c-calc-row label.error {
  position: absolute;
  top: calc(100% + 2px);
  left: 192px;
  font-size: 12px;
  color: rgb(202, 52, 51);
}

.c-calc-row {
  position: relative;
}

.c-calc-row .c-calc-col-row label.error {
  white-space: nowrap;
}

.c-calc-row .c-calc-col-row .c-calc-label--auto ~ label.error {
  left: 158px;
}

.c-calc-light-res {
  display: none;
}

.c-main-calc {
  background-image: url("/local/templates/new_its/images/shema_old.jpg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
  color: #000000;
}

.c-main-calc__text {
  font-size: 18px;
  line-height: 1.56;
  max-width: 272px;
  margin-bottom: 23px;
}

.c-main-calc__text b {
  font-weight: 900;
  color: #000;
}

.c-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-main-col-spec {
  width: calc(100% - 491px);
  padding-right: 20px;
}

.c-main-title {
  font-size: 24px;
  line-height: 1.33;
  margin: 0;
}

.c-main-col-head {
  margin-bottom: 11px;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-main-col-calc {
  width: 491px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compensate-for-scrollbar .header .bottom .contents {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

@media (max-width: 1023px) {
  .c-spec-row {
    grid-template-columns: minmax(180px, 630px) minmax(380px, 100%);
  }
  .c-spec-col-description {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .c-spec-row {
    grid-template-columns: 1fr;
  }
}
@media print {
  .order-page .tableorder input {
    border: none;
    background-color: transparent;
  }
  .order-page .tableorder .col.delete {
    display: none;
  }
  .order-page .tableorder .col.name {
    width: 350px;
  }
  .order-page .tableorder .header div[data-sort]:after {
    display: none;
  }
  .order-page .tableorder .header div[data-sort] span {
    border: none;
  }
  .order-page .itog li + li:before {
    background-color: #000000;
  }
  .order-page .tableorder .table-item {
    border-color: #000;
  }
  .order-page .tableorder .table-item {
    border-color: #000;
  }
  .order-page .itog p {
    font-size: 24px;
  }
  .order-page .itog span {
    font-size: 13px;
  }
  .order-page .order-page .tableorder .col {
    font-size: 13px;
  }
  .alldocuments__main,
  .fancybox-is-open .fancybox-bg {
    display: none !important;
  }
  .fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: static;
  }
  .fancybox-container {
    display: block;
    position: static;
    height: auto;
  }
  .fancybox-slide {
    position: static;
  }
  .modal.order {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0 !important;
  }
  .modal.element.order:before {
    display: none;
  }
  .modal.order .fancybox-close-small {
    display: none;
  }
  #bx-panel {
    display: none !important;
  }
  .add-basket,
  .orders-popup__print,
  .orders-popup__download {
    display: none !important;
  }
  .popup-summary__grid-text {
    color: #000000;
  }
  .popup-summary__grid:not(:first-of-type):after {
    background-color: #000000 !important;
  }
  .draft-order-popup__comment,
  .orders-popup__status {
    display: none !important;
  }
  .header__item span {
    border: none !important;
  }
  .header__item a:after,
  .orders-popup__documents-box {
    display: none !important;
  }
  .orders-popup__comment-box {
    background-color: transparent;
    padding: 0;
  }
  .orders-popup__table-inner {
    border: 1px solid #000000 !important;
  }
  .modal.element:before {
    display: none !important;
  }
  .modal.settlements.element {
    padding: 0 !important;
  }
  .order-popup-statement-table__sort:after {
    display: none !important;
  }
  .order-popup-statement-table__sort span {
    border: none !important;
  }
  .fancybox-close-small {
    display: none !important;
  }
  .order-popup-statement-table th {
    padding: 0 0 12px 12px;
  }
  .order-popup-statement-table td {
    padding: 17px 0 16px 12px;
  }
  .order-popup-act-table th {
    padding-left: 14px !important;
  }
  .order-popup-act-table {
    font-size: 16px;
  }
  .order-popup-act-table tbody td {
    padding-left: 14px !important;
  }
  .order-popup-act-table tfoot td {
    padding-left: 14px !important;
  }
  .order-popup-statement-table th {
    width: auto !important;
  }
  .order-popup-act-table__th--ship {
    width: 18.5% !important;
  }
  .order-popup-act-table__th--pay {
    width: 18.3% !important;
  }
  .order-popup-act-table__th--balance {
    width: 12.6% !important;
  }
  .order-timeline-wrap {
    display: none;
  }
}
nav.documents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
nav.documents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
nav.documents ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  background-color: rgb(0, 0, 0);
  height: 16px;
}
nav.documents ul li a {
  color: rgb(0, 0, 0);
  font-size: 20px;
  height: 25px;
  padding: 0;
  margin-left: 0;
  line-height: normal;
}
nav.documents ul li a::before {
  width: 25px;
  height: 25px;
  background-size: 100% auto;
}
nav.documents ul li a[href="/documents/drafts/"]::before {
  background-image: url("/local/templates/new_its/images/draft.svg");
}
nav.documents ul li a[href="/documents/orders/"]::before {
  background-image: url("/local/templates/new_its/images/icon_orders.svg");
}
nav.documents ul li a[href="/documents/invoices/"]::before {
  background-image: url("/local/templates/new_its/images/naklad.svg");
}
nav.documents ul li a[href="/documents/order_refund/"]::before {
  background-image: url("/local/templates/new_its/images/order_refund.svg");
}
nav.documents ul li a[href="/documents/mutual-settlements/"]::before {
  background-image: url("/local/templates/new_its/images/raschets.svg");
}
nav.documents ul li a[href="/documents/rezervy/"]::before {
  background-image: url("/local/templates/new_its/images/reserv.svg");
}
nav.documents ul li a.selected span {
  border-bottom: 2px solid rgb(202, 52, 51);
}

.b2b-document-table {
  margin-bottom: 30px;
}

.section_top.title .btns_menu,
.detail_info .btns_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.section_top.title .btns_menu .btn,
.detail_info .btns_menu .btn {
  height: 20px;
  font-size: 16px;
  padding: 0;
}
.section_top.title .btns_menu .btn:not(:last-of-type),
.detail_info .btns_menu .btn:not(:last-of-type) {
  margin-right: 25px;
}
.section_top.title .btns_menu .btn.message,
.detail_info .btns_menu .btn.message {
  margin-right: 0;
  z-index: 49;
}
.section_top.title .btns_menu .btn.message .show_message,
.detail_info .btns_menu .btn.message .show_message {
  width: 168px;
  right: 0;
  left: auto;
}
.section_top.title .btns_menu .btn.message .show_message .arrow_box,
.detail_info .btns_menu .btn.message .show_message .arrow_box {
  right: 30px;
  border-bottom-color: #fff;
  left: auto;
  margin-right: -10px;
}

.section_top.title {
  margin-bottom: 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section_top.title h1, .section_top.title .h1_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
}
.section_top.title h1 span.product_status, .section_top.title .h1_catalog span.product_status {
  margin-left: 20px;
}
.section_top.title h1 span.status_value, .section_top.title .h1_catalog span.status_value {
  margin-left: 0;
}
.section_top.title .status_value {
  font-size: 16px;
  margin-left: 0;
}
.section_top.title .h1_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
}
.section_top.title .h1_catalog .status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.detail_info .info {
  display: table;
  width: 562px;
}
.detail_info .info .row {
  display: table-row;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: rgb(128, 128, 128);
}
.detail_info .info .row div {
  display: table-cell;
}
.detail_info .info .row div:not(:first-of-type) {
  padding-left: 30px;
}
.detail_info .info .row:first-of-type {
  font-size: 32px;
  color: rgb(0, 0, 0);
  height: 32px;
}
.detail_info .info .row:first-of-type div:not(:last-of-type) {
  border-right: 2px solid rgb(202, 52, 51);
}
.detail_info button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 45;
  padding: 0;
}
.detail_info button .basket_content {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  top: 70px;
  width: 465px;
  min-height: 160px;
  right: 0;
  color: #000;
  padding: 30px 30px 30px 85px;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  line-height: normal;
}
.detail_info button .basket_content .arrow_box {
  border-bottom-color: #fff;
}
.detail_info button .basket_content h3 {
  margin-bottom: 10px;
  position: relative;
  line-height: normal;
  width: 310px;
}
.detail_info button .basket_content h3:before {
  content: "";
  position: absolute;
  background: url("/local/templates/new_its/images/in-red.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.detail_info button .basket_content p {
  margin-bottom: 15px;
}
.detail_info button > span {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail_info button > span:before {
  content: "";
  margin-right: 5px;
  background: url("/local/templates/new_its/images/orders-white.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt {
  padding: 13px 20px 12px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
}
.txt span {
  font-weight: 700;
  margin-right: 15px;
}
.txt.warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 420px;
  height: 55px;
  border: 1px dashed rgb(202, 52, 51);
}
.txt.warning.confirm-reg {
  height: auto;
  width: 100%;
  max-width: 696px;
}
.txt.warning.confirm-reg:before {
  width: 54px;
}
.txt.warning:before {
  content: "";
  background: url("/local/templates/new_its/images/group.svg") no-repeat;
  width: 29px;
  height: 25px;
  margin-right: 10px;
}

.comment {
  background-color: #d8d8d8;
}

.txt_documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 30px;
  line-height: 30px;
}
.txt_documents .btns_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txt_documents .btns_menu .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: rgb(202, 52, 51);
  padding: 0;
  margin-right: 40px;
}

.document-overflow {
  height: 750px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #aaa rgb(237, 237, 237);
}
.document-overflow.long {
  height: 810px;
}
@media (max-height: 900px) {
  .document-overflow.long {
    height: 720px;
  }
}
@media (max-height: 800px) {
  .document-overflow.long {
    height: 640px;
  }
}
@media (max-height: 560px) {
  .document-overflow.long {
    height: 540px;
  }
}
@media (max-height: 900px) {
  .document-overflow {
    height: 580px;
  }
}
@media (max-height: 800px) {
  .document-overflow {
    height: 500px;
  }
}
@media (max-height: 560px) {
  .document-overflow {
    height: 400px;
  }
}

.requisites_info {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.requisites_info span {
  font-weight: 900;
}
@media (max-width: 1279px) {
  .requisites_info {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .requisites_info {
    font-size: 15px;
  }
}

.status_info {
  background: #fff;
  padding: 20px;
}
.status_info h3 {
  margin-bottom: 10px;
}
.status_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.status_info > div .item {
  width: 14.2857142857%;
}
.status_info > div .item .line_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.status_info > div .item .line_point .point {
  border-radius: 50%;
  border: 1px solid rgb(202, 52, 51);
  background: #fff;
  width: 25px;
  height: 25px;
}
.status_info > div .item .line_point .point.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.status_info > div .item .line_point .point.active:before {
  content: "";
  width: 12.5px;
  height: 12.5px;
  background: rgb(202, 52, 51);
  border-radius: 50px;
  display: block;
}
.status_info > div .item .line_point .line {
  display: block;
  height: 1.5px;
  background-color: rgb(202, 52, 51);
  width: calc(100% - 25px);
}
.status_info > div .item:last-of-type .line_point .line {
  display: none;
}
.status_info > div .item .status_name {
  margin-bottom: 10px;
  font-size: 12px;
  color: rgb(128, 128, 128);
  width: 91px;
  max-width: 91px;
  min-width: 91px;
  height: 28px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.status_info > div .item .status_time {
  margin-top: 10px;
  font-size: 12px;
}
.status_info > div .item .status_time span {
  color: rgb(128, 128, 128);
}

.header .icon_udal {
  background: none;
  cursor: none;
}

.modal .header-documents {
  font-weight: 700;
}

.modal .underline .header-documents > div {
  padding: 10px 0;
}

.modal.doc_white {
  background: #fff;
  width: 1190px;
}

.modal.doc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* h1{
     width: calc(100% - 152px);
   }*/
}
.modal.doc .btns_menu {
  width: 200px;
}
.modal.doc .modal_title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .modal.doc .modal_title {
    line-height: normal;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal.doc .modal_title {
    font-size: 18px;
    line-height: 21px;
  }
}
.modal.doc .table {
  display: table;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.modal.doc .table.last-of-type > div .inner > div,
.modal.doc .table.last-of-type > div .header > div {
  width: auto;
}
.modal.doc .table > div {
  display: table-row;
  text-decoration: none;
}
.modal.doc .table > div .header,
.modal.doc .table > div .inner {
  display: table;
  width: 100%;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 12px;
}
.modal.doc .table > div .header > div,
.modal.doc .table > div .inner > div {
  display: table-cell;
  vertical-align: bottom;
  padding: 10px 0;
  max-width: 137px;
  width: 137px;
}
.modal.doc .table > div .header > div:first-of-type,
.modal.doc .table > div .inner > div:first-of-type {
  width: 605px;
  max-width: 605px;
  min-width: 605px;
}
.modal.doc .table > div.before .header > div {
  padding-top: 20px;
}
.modal.doc .table > div.after .header > div {
  padding-bottom: 20px;
}
.modal.doc .table > div .inner {
  border-bottom: solid 1px rgba(34, 28, 30, 0.6);
}
.modal.doc .table.rekv > div .inner > div:nth-of-type(1),
.modal.doc .table.rekv > div .header > div:nth-of-type(1) {
  width: auto;
  min-width: auto;
}

.section_top.h2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.section_top.h2 h2 {
  margin-right: 20px;
  margin-bottom: 0;
}

.tablecatalog.documents > div {
  display: table-row;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tablecatalog.documents > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tablecatalog.documents > div > div > div, .tablecatalog.documents > div > div > a {
  width: calc((100% - 200px) / 5);
  max-width: calc((100% - 200px) / 5);
  min-width: calc((100% - 200px) / 5);
}
.tablecatalog.documents > div > div > div.status, .tablecatalog.documents > div > div > a.status {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tablecatalog.documents.underline > div .header > div {
  padding-bottom: 10px;
}
.tablecatalog.documents.underline > div.before .not_underline {
  padding-top: 20px;
}
.tablecatalog.documents.underline > div.after .not_underline {
  padding-bottom: 20px;
}
.tablecatalog.documents.underline > div > div {
  border-bottom: solid 1px rgba(34, 28, 30, 0.6);
}
.tablecatalog.documents.underline > div > div.not_underline {
  border-bottom: none;
}
.tablecatalog.documents.underline.col-5 > div > div > div, .tablecatalog.documents.underline.col-5 > div > div > a, .tablecatalog.documents.underline.col-5 > div > div > div:first-child {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}
.tablecatalog.documents.underline.col-4 > div > div > div, .tablecatalog.documents.underline.col-4 > div > div > a {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
}
.tablecatalog.documents.underline.col-8 > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tablecatalog.documents.underline.col-8 > div > div > div, .tablecatalog.documents.underline.col-8 > div > div > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 724px) / 3);
  max-width: calc((100% - 724px) / 3);
  min-width: calc((100% - 724px) / 3);
}
.tablecatalog.documents.underline.col-8 > div > div > div.kolvo_rest, .tablecatalog.documents.underline.col-8 > div > div > a.kolvo_rest {
  width: 190px;
  max-width: 190px;
  min-width: 190px;
}
.tablecatalog.documents.underline.col-8 > div > div > div.num, .tablecatalog.documents.underline.col-8 > div > div > a.num {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
}
.tablecatalog.documents.underline.col-8 > div > div > div.unit, .tablecatalog.documents.underline.col-8 > div > div > a.unit {
  width: 58px;
  max-width: 58px;
  min-width: 58px;
}
.tablecatalog.documents.underline.col-8 > div > div > div.name, .tablecatalog.documents.underline.col-8 > div > div > a.name {
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}
.tablecatalog.documents.underline.col-8 > div > div > div.articul, .tablecatalog.documents.underline.col-8 > div > div > a.articul {
  width: 86px;
  max-width: 86px;
  min-width: 86px;
}
.tablecatalog.documents.underline.unfulfilled > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: none;
  border-top: solid 1px rgba(34, 28, 30, 0.6);
}
@media print {
  .tablecatalog.documents.underline.unfulfilled > div > div a {
    display: block !important;
    opacity: 1;
  }
}
.tablecatalog.documents.underline.unfulfilled > div > div.item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: right;
  width: auto;
  max-height: none;
}
.tablecatalog.documents.underline.unfulfilled > div > div.header {
  border: none;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div, .tablecatalog.documents.underline.unfulfilled > div > div > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.num, .tablecatalog.documents.underline.unfulfilled > div > div > a.num {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.name, .tablecatalog.documents.underline.unfulfilled > div > div > a.name {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.name > a:hover, .tablecatalog.documents.underline.unfulfilled > div > div > a.name > a:hover {
  color: rgb(202, 52, 51);
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.order_name, .tablecatalog.documents.underline.unfulfilled > div > div > a.order_name {
  width: 130px;
  max-width: 130px;
  min-width: 130px;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.order_name > a:hover, .tablecatalog.documents.underline.unfulfilled > div > div > a.order_name > a:hover {
  color: rgb(202, 52, 51);
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.unit, .tablecatalog.documents.underline.unfulfilled > div > div > a.unit {
  width: 58px;
  max-width: 58px;
  min-width: 58px;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.code_toledo, .tablecatalog.documents.underline.unfulfilled > div > div > div.articul, .tablecatalog.documents.underline.unfulfilled > div > div > a.code_toledo, .tablecatalog.documents.underline.unfulfilled > div > div > a.articul {
  width: 86px;
  max-width: 86px;
  min-width: 86px;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.order_date, .tablecatalog.documents.underline.unfulfilled > div > div > div.order_time, .tablecatalog.documents.underline.unfulfilled > div > div > a.order_date, .tablecatalog.documents.underline.unfulfilled > div > div > a.order_time {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.tablecatalog.documents.underline.unfulfilled > div > div > div.quant, .tablecatalog.documents.underline.unfulfilled > div > div > div.sold, .tablecatalog.documents.underline.unfulfilled > div > div > a.quant, .tablecatalog.documents.underline.unfulfilled > div > div > a.sold {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.tablecatalog.documents.reconciliation > div {
  display: table-row;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.tablecatalog.documents.reconciliation > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
}
.tablecatalog.documents.reconciliation > div > div > div, .tablecatalog.documents.reconciliation > div > div > a {
  padding: 10px 0;
  width: calc((100% - 605px) / 3);
  max-width: calc((100% - 605px) / 3);
  min-width: calc((100% - 605px) / 3);
}
.tablecatalog.documents.reconciliation > div > div > div.doc, .tablecatalog.documents.reconciliation > div > div > a.doc {
  width: 605px;
  max-width: 605px;
  min-width: 605px;
}
.tablecatalog.documents.reconciliation.rekv > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tablecatalog.documents.reconciliation.rekv > div > div .rekv1 {
  width: calc(100% - 605px);
  max-width: calc(100% - 605px);
  min-width: calc(100% - 605px);
}

.tablecatalog.orders > div, .tablecatalog.orders > div.header {
  display: table-row;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tablecatalog.orders > div > div, .tablecatalog.orders > div.header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.tablecatalog.orders > div > div > div.articul, .tablecatalog.orders > div > div > a.articul, .tablecatalog.orders > div.header > div > div.articul, .tablecatalog.orders > div.header > div > a.articul {
  width: 86px;
  min-width: 86px;
  max-width: 86px;
}
.tablecatalog.orders > div > div > div.price, .tablecatalog.orders > div > div > a.price, .tablecatalog.orders > div.header > div > div.price, .tablecatalog.orders > div.header > div > a.price {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}
.tablecatalog.orders > div > div > div.kolvo, .tablecatalog.orders > div > div > a.kolvo, .tablecatalog.orders > div.header > div > div.kolvo, .tablecatalog.orders > div.header > div > a.kolvo {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
}
.tablecatalog.orders > div > div > div.sum, .tablecatalog.orders > div > div > a.sum, .tablecatalog.orders > div.header > div > div.sum, .tablecatalog.orders > div.header > div > a.sum {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  padding-right: 0;
}
.tablecatalog.orders > div > div > div.name, .tablecatalog.orders > div > div > a.name, .tablecatalog.orders > div.header > div > div.name, .tablecatalog.orders > div.header > div > a.name {
  width: calc(100% - 461px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.act_vzaim {
  margin-bottom: 40px;
}
.act_vzaim h3 {
  margin-bottom: 15px;
}
.act_vzaim .date_mask {
  width: 125px;
  font-size: 16px;
  text-align: center;
}
.act_vzaim .item {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.act_vzaim .item span {
  margin-right: 8px;
  margin-left: 8px;
  font-size: 16px;
}
.act_vzaim .item button {
  margin-left: 12px;
}

.detail_info .info .row div {
  white-space: nowrap;
}

.documents-header__btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.documents-download-file {
  position: relative;
  margin-right: 20px;
}

.documents-download-file__btn {
  padding-left: 25px;
  background-image: url("/local/templates/new_its/images/download.svg");
  background-position: 0 -2px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  line-height: 18px;
  font-size: 16px;
  font-weight: 300;
  color: rgb(202, 52, 51);
  cursor: pointer;
}

.documents-download-file:hover .documents-download-file__btn {
  background-image: url("/local/templates/new_its/images/download-black.svg");
  color: black;
}

.documents-download-file__btn span {
  border-bottom: 1px dashed rgb(202, 52, 51);
}

.documents-download-file:hover .documents-download-file__btn span {
  border-bottom-color: black;
}

.documents-download-file__list {
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  min-width: 132px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
}
.documents-download-file__list::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
}

.documents-download-file:hover .documents-download-file__list {
  display: block;
}

.documents-download-file__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 5px 15px;
}
.documents-download-file__link:hover {
  color: rgb(202, 52, 51);
}

.tablecatalog.catalog .show_all {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: rgb(202, 52, 51);
}
.tablecatalog.catalog .show_all:hover {
  color: black;
}

.tablecatalog.ajax-loading {
  position: relative;
  cursor: default;
  pointer-events: none;
  overflow: hidden;
}
.tablecatalog.ajax-loading:before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 500;
  top: 0;
  bottom: 0;
}
.tablecatalog.ajax-loading:after {
  width: 49px;
  height: 49px;
  position: absolute;
  content: "";
  top: 100px;
  left: 50%;
  margin: 0 auto;
  border: 3px solid rgb(170, 43, 43);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
  z-index: 501;
}
.tablecatalog.ajax-loading:before {
  left: 0;
  right: 0;
}

.document-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.document-elem {
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 5px 2px rgba(34, 28, 30, 0.01), 0 3px 2px rgba(34, 28, 30, 0.05), 0 1px 1px rgba(34, 28, 30, 0.09), 0 0 1px rgba(34, 28, 30, 0.1), 0 0 0 rgba(34, 28, 30, 0.1);
  box-shadow: 0 5px 2px rgba(34, 28, 30, 0.01), 0 3px 2px rgba(34, 28, 30, 0.05), 0 1px 1px rgba(34, 28, 30, 0.09), 0 0 1px rgba(34, 28, 30, 0.1), 0 0 0 rgba(34, 28, 30, 0.1);
}

.document-elem a {
  color: #000;
  font-size: 20px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document-all .btn_icon:before {
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.document-all .btn {
  padding: 0 20px;
}

.documents-status__btn {
  display: block;
  position: relative;
  margin-left: 50px;
}
.documents-status__btn:hover > button {
  color: rgb(202, 52, 51);
  border-color: rgb(202, 52, 51);
}

.documents-status__btn > button {
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  color: rgb(128, 128, 128);
  border-bottom: 1px dashed rgb(128, 128, 128);
  cursor: pointer;
}

.documents-order-analysis {
  margin-right: 20px;
  background: none;
}

.documents-order-analysis__btn {
  padding-left: 25px;
  background-image: url("/local/templates/new_its/images/docs-red.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  line-height: 18px;
  font-size: 16px;
  font-weight: 300;
  height: 22px;
  color: rgb(202, 52, 51);
  cursor: pointer;
}
.documents-order-analysis__btn div {
  border-bottom: 1px dashed rgb(202, 52, 51);
}
.documents-order-analysis__btn:hover {
  background-image: url("/local/templates/new_its/images/docs-black.svg");
  color: black;
}
.documents-order-analysis__btn:hover div {
  border-color: black;
}

.documents-status-history {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  width: 432px;
  height: 336px;
  padding: 20px 10px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
}
.documents-status-history:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  border: 10px solid transparent;
  border-bottom-color: white;
}
.documents-status-history:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background-image: linear-gradient(to top, white, transparent);
}

@media (max-width: 1520px) {
  .document-elem a {
    font-size: 17px;
  }
  .document-all .btn {
    padding: 0 10px;
  }
  .document-elem {
    height: 50px;
  }
}
@media (max-width: 1279px) {
  .document-elem a {
    font-size: 15px;
  }
  nav.documents ul li a {
    height: auto;
    font-size: 18px;
  }
  nav.documents ul li a::before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .document-all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .act_vzaim .date_mask {
    width: 104px;
  }
  .act_vzaim form .submit {
    width: 50px;
    text-indent: 50px;
    overflow: hidden;
    background-image: url("/local/templates/new_its/images/docs_create.svg");
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .documents-filter__item .b2b-daterange__fix-input {
    width: 104px;
    padding: 0;
    text-align: center;
  }
  .documents-filter__item .submit {
    width: 50px;
    text-indent: 50px;
    overflow: hidden;
    background-image: url("/local/templates/new_its/images/docs_create.svg");
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .detail_info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .detail_info .info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .detail_info .info .row {
    font-size: 14px;
    display: contents;
  }
  .detail_info .info .row div:not(:first-of-type) {
    padding-left: 0;
  }
  .detail_info .info .row:first-of-type {
    font-size: 18px;
    height: auto;
  }
  .detail_info .info .row div:not(:last-of-type) {
    padding-right: 10px;
  }
  nav.documents {
    width: 100%;
    overflow: hidden;
    height: 22px;
  }
  nav.documents ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }
}
.documents-order__description-btn--change-cart {
  margin-left: 10px !important;
}

.b2b-quantity-input__error {
  border: 1px solid #cecece;
}

.b2b-quantity-input__error::before {
  border-left-color: #cecece !important;
}

.b2b-table-catalog-item__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b2b-document-table__item {
  position: relative;
}

.b2b-btn--transparent-red-gradient:disabled {
  opacity: 0.2;
}

.document-comment-text {
  overflow: hidden;
  overflow-wrap: break-word;
  resize: horizontal;
  height: 55px;
  width: 698px;
  max-width: 698px;
  min-width: 626px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
  padding: 15px 20px 14px;
  min-height: 55px;
  border: none;
}

.icon-delete-draft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

.icon-delete-draft:hover {
  -webkit-filter: sepia(2) hue-rotate(320deg) saturate(10) brightness(1.6);
  filter: sepia(2) hue-rotate(320deg) saturate(10) brightness(1.6);
}

.icon-delete-draft:before {
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 5px;
  background-image: url("/local/templates/new_its/images/trash-black.svg");
  background-repeat: no-repeat;
}

.document-draft-comment {
  margin-bottom: 20px;
}
.document-draft-comment > label {
  display: block;
  margin-bottom: 10px;
}

.draft-comment-icon::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/new_its/images/comment.svg") no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  margin: 10px;
}

.draft-comment {
  position: absolute;
  color: #000;
  width: 270px;
  background-color: #fff;
  border: 1px solid #cecece;
  cursor: default;
  padding: 13px 0px;
  z-index: 999;
  right: 70px;
  top: -8px;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  text-align: left;
}

.draft-comment-show, .draft-comment-hide {
  border-bottom: 1px dotted #000;
}

.draft-comment-text {
  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;
  line-height: 1.2;
  padding: 0 20px 0 20px;
  max-height: auto;
  min-height: 40px;
  overflow: hidden;
}

.draft-comment:before {
  position: absolute;
  left: 269px;
  top: 20px;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-color: #cecece;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .draft-comment {
    width: 170px;
    padding: 5px 0px;
    right: 53px;
    top: 54px;
  }
  .draft-comment:before {
    left: 169px;
    top: 17px;
  }
  .draft-comment-text {
    padding: 0 10px;
  }
}
.password-recovery__title {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: rgb(34, 28, 30);
}

.password-recovery__text {
  margin: 4px 0 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(34, 28, 30);
}

.password-recovery__success {
  font-size: 16px;
  line-height: 1.5;
  color: rgb(34, 28, 30);
}
.password-recovery__success p {
  margin-bottom: 10px;
}
.password-recovery__success b {
  font-weight: 300;
  color: #aa2b2b;
}

.recovery-form__input-container {
  width: 520px;
  padding-bottom: 30px;
  position: relative;
}
.recovery-form__input-container--error input {
  border-color: #aa2b2b;
}
.recovery-form__input-container--error:after {
  content: "!";
  position: absolute;
  right: 20px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #aa2b2b;
  border-radius: 50%;
  color: #aa2b2b;
}
.recovery-form__input-container--success:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 10px;
  height: 5px;
  border: 2px solid #188527;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.recovery-form__input-container--pending:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #aa2b2b;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  color: #aa2b2b;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.recovery-form__input {
  padding: 0 16px;
  width: 520px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgb(34, 28, 30);
  border: 1px solid rgb(221, 221, 221);
}

.recovery-form__error {
  position: absolute;
  top: 60px;
  display: block;
  font-size: 12px;
  line-height: normal;
  color: #aa2b2b;
}

.recovery-form__submit-error {
  color: #aa2b2b;
  margin: 0;
}

.form-input {
  height: 55px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-input.error {
  border-color: rgb(202, 52, 51);
}

.form-checkbox--sm .form-checkbox__icon {
  margin-right: 5px;
}

.form-checkbox__input {
  display: none;
}

.form-checkbox__icon {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(202, 52, 51);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.form-checkbox__input:checked ~ .form-checkbox__icon {
  border: none;
}

.form-checkbox__input:checked ~ .form-checkbox__icon:before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #791717, #aa2b2b);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.form-checkbox__input:checked ~ .form-checkbox__icon:after {
  content: "";
  background: url(/local/templates/new_its/images/checkbox.svg) no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 58;
}

.form-checkbox--sm .form-checkbox__text {
  font-size: 12px;
  line-height: 1.33;
  padding-top: 3px;
}

.form-checkbox__text--muted {
  color: #808080;
}

.form-checkbox__input {
  display: none;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}

.h1_catalog_1 {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgb(34, 28, 30);
  width: 100%;
}
.h1_catalog_1 .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.h1_catalog_1 .tit > .num {
  color: rgb(202, 52, 51);
  font-size: 22px;
  line-height: 28.8px;
  display: inline-block;
  font-weight: 900;
  vertical-align: top;
}
.h1_catalog_1 .tit h1, .h1_catalog_1 .tit .section_top.title .h1_catalog, .section_top.title .h1_catalog_1 .tit .h1_catalog {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  display: inline-block;
}
.h1_catalog_1 .tit h1 .quant, .h1_catalog_1 .tit .section_top.title .h1_catalog .quant, .section_top.title .h1_catalog_1 .tit .h1_catalog .quant {
  font-weight: 300;
  color: #808080;
}

.section_top.title .btns_menu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section_top.title .btns_menu.content {
  margin-bottom: 20px;
}
.section_top.title .btns_menu .btn.btn_specify_section {
  width: 182px;
  height: 40px;
  background: rgb(255, 255, 255);
  margin-right: 15px;
  padding: 15px 17px 16px 13px;
  line-height: 25px;
  font-size: 16px;
  margin-right: 15px !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(34, 28, 30);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_top.title .btns_menu .btn.btn_specify_section span.icon_filter {
  width: 22px;
  height: 22px;
  background: url("/local/templates/new_its/images/filter_red.svg") no-repeat 0 0;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
}
.section_top.title .btns_menu .btn.btn_specify_section span.arrow {
  position: static;
  height: 12px;
  width: 8px;
  right: 20px;
  left: auto;
  background: url(/local/templates/new_its/images/black.svg) no-repeat;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}
.section_top.title .btns_menu .btn.btn_specify_section.active, .section_top.title .btns_menu .btn.btn_specify_section:hover {
  background-image: linear-gradient(77deg, #791717, #aa2b2b);
  color: rgb(255, 255, 255);
}
.section_top.title .btns_menu .btn.btn_specify_section.active span.icon_filter, .section_top.title .btns_menu .btn.btn_specify_section:hover span.icon_filter {
  background: url("/local/templates/new_its/images/filter_white.svg") no-repeat 0 0;
}
.section_top.title .btns_menu .btn.btn_specify_section.active span.arrow, .section_top.title .btns_menu .btn.btn_specify_section:hover span.arrow {
  background: url(/local/templates/new_its/images/arrow-btn-white.svg) no-repeat;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}
.section_top.title .btns_menu .btn.btn_specify_section.active span.arrow {
  right: 10px;
  -webkit-transform: rotate(-90deg) translateY(50%);
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
}
.section_top.title .btns_menu .btn.icon_filter {
  background: #e3e3e3;
  padding-left: 15px;
  padding-right: 14px;
  height: 40px;
  margin-right: 0;
  width: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(0, 0, 0);
}
.section_top.title .btns_menu .btn.icon_filter::after {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  background-image: url("/local/templates/new_its/images/black.svg");
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section_top.title .btns_menu .btn.icon_filter:hover {
  background-image: linear-gradient(65deg, #791717, #aa2b2b);
  color: #ffffff;
}
.section_top.title .btns_menu .btn.icon_filter:hover::after {
  background-image: url("/local/templates/new_its/images/white.svg");
  background-repeat: no-repeat;
}
.section_top.title .btns_menu .btn.icon_filter:hover::before {
  background-image: url(/local/templates/new_its/images/setting-hover-w.svg);
  background-repeat: no-repeat;
}
.section_top.title .btns_menu .options {
  font-size: 14px;
  background: #e3e3e3;
  margin-left: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(34, 28, 30);
}
.section_top.title .btns_menu .options form {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.section_top.title .btns_menu .options select {
  display: none;
}
.section_top.title .btns_menu .options .label {
  font-weight: 900;
  margin-right: 30px;
}
.section_top.title .btns_menu .options label {
  margin-right: 10px;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog {
  height: 22px;
  line-height: 22px;
  width: 151px;
  padding: 0 0 3px 0;
  border: none;
  margin-right: 30px;
  z-index: 4;
  border-bottom: 1px solid #c1c1c1;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:after {
  background: none;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active {
  background: none;
  color: rgb(202, 52, 51);
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover .option_select:after, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active .option_select:after {
  background: url(/local/templates/new_its/images/arrow-btn-red.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover:after, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active:after {
  background: none;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav.hasScroll, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav.hasScroll {
  height: 410px;
  position: relative;
  overflow: hidden;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav.hasScroll .scroller, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav.hasScroll .scroller {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav.hasScroll .scroller::-webkit-scrollbar, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav.hasScroll .scroller::-webkit-scrollbar {
  width: 0;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav.hasScroll .scroller ul, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav.hasScroll .scroller ul {
  position: relative;
  height: 100%;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav.hasScroll .scroller .scroller__bar-wrapper, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav.hasScroll .scroller .scroller__bar-wrapper {
  position: absolute;
  height: 370px;
  width: 4px;
  background: #eee;
  right: 5px;
  top: 20px;
  z-index: 8;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav.hasScroll .scroller .scroller__bar-wrapper .scroller__bar, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav.hasScroll .scroller .scroller__bar-wrapper .scroller__bar {
  top: 0;
  z-index: 9;
  width: 4px;
  background: #cdc9c9;
  position: absolute;
  height: 100px;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav li span, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav li span {
  color: rgb(0, 0, 0);
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav li.active span, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav li.active span {
  color: rgb(255, 255, 255);
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog:hover nav li.active .select_item .checkbox + label > .checkbox_square, .section_top.title .btns_menu .options .dropdown.dropdown_catalog.active nav li.active .select_item .checkbox + label > .checkbox_square {
  border: 2px solid rgb(255, 255, 255);
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog.active .option_select:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog .option_select {
  width: 182px;
  min-width: 182px;
  max-width: 182px;
  font-weight: 700;
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog .option_select:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  width: 6px;
  height: 11px;
  background: url(/local/templates/new_its/images/arrow-btn-black.svg) no-repeat;
  display: inline-block;
  margin-left: 5px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section_top.title .btns_menu .options .dropdown.dropdown_catalog nav.dropdown_menu {
  top: 32px;
  width: 279px;
  left: -20px;
}
.section_top.title .btns_menu .options .search_on .select_item {
  margin-bottom: 0;
}
.section_top.title .btns_menu .options .search_on .select_item .label_checkbox span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
}
.section_top.title .btns_menu .options .search_on .select_item .label_checkbox span b {
  font-size: 14px;
  color: #9b9b9b;
}
.section_top.title.fixed {
  position: fixed;
  padding-top: 10px;
  top: 70px;
  padding: 15px 0;
  left: 200px;
  background: #eee;
  width: calc(100% - 200px);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
}
.section_top.title.fixed .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_top.title.fixed .sort > span {
  margin-right: 13px;
}
.section_top.title.fixed .btns_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_top.title h1.catalog, .section_top.title .catalog.h1_catalog {
  display: block;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_top.title .sort {
  display: none;
}
.section_top.title .btn.dropdown.dropdown_sort {
  height: 40px;
  z-index: 40;
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  margin-right: 15px;
}
.section_top.title .btn.dropdown.dropdown_sort .option_select {
  vertical-align: top;
  padding-left: 15px;
}
.section_top.title .btn.dropdown.dropdown_sort .option_select div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 161px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_top.title .btn.dropdown.dropdown_sort .option_select div:before {
  content: "";
  width: 9px;
  height: 14px;
  display: block;
  margin-right: 10px;
}
.section_top.title .btn.dropdown.dropdown_sort .option_select div.asc:before {
  background: url("/local/templates/new_its/images/asc_black.svg") no-repeat;
}
.section_top.title .btn.dropdown.dropdown_sort .option_select div.desc:before {
  background: url("/local/templates/new_its/images/desc_black.svg") no-repeat;
}
.section_top.title .btn.dropdown.dropdown_sort.active .option_select.asc:before {
  background: url("/local/templates/new_its/images/asc_white.svg") no-repeat;
}
.section_top.title .btn.dropdown.dropdown_sort.active .option_select.desc:before {
  background: url("/local/templates/new_its/images/desc_white.svg") no-repeat;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu {
  width: 217px;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu li div {
  width: calc(100% - 19px);
  display: block;
  padding-left: 0;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu li[data-sort]:before {
  content: "";
  background: url("/local/templates/new_its/images/desc_black.svg") no-repeat;
  width: 9px;
  height: 14px;
  display: block;
  margin-right: 10px;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu li.active:before {
  background: url("/local/templates/new_its/images/desc_white.svg") no-repeat;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu li[data-sort=asc]:before {
  background: url("/local/templates/new_its/images/asc_black.svg") no-repeat;
}
.section_top.title .btn.dropdown.dropdown_sort .dropdown_menu li.active[data-sort=asc]:before {
  background: url("/local/templates/new_its/images/asc_white.svg") no-repeat;
}

.fixed .h1_catalog_1 .tit > .num {
  font-size: 14px;
}

.fixed .h1_catalog_1 .tit h1, .fixed .h1_catalog_1 .tit .section_top.title .h1_catalog, .section_top.title .fixed .h1_catalog_1 .tit .h1_catalog {
  font-size: 18px;
  line-height: 22px;
}

.fixed.section_top.title.fixed .sort > span {
  display: none;
}

@media (min-width: 1600px) {
  .section_top.title.fixed {
    top: 77px;
    width: calc(100% - 220px);
    min-width: 980px;
    left: 220px;
  }
  .h1_catalog_1 .tit h1, .h1_catalog_1 .tit .section_top.title .h1_catalog, .section_top.title .h1_catalog_1 .tit .h1_catalog {
    font-size: 32px;
    line-height: 40px;
  }
  .fixed .h1_catalog_1 .tit > .num {
    font-size: 16px;
  }
  .fixed .h1_catalog_1 .tit h1, .fixed .h1_catalog_1 .tit .section_top.title .h1_catalog, .section_top.title .fixed .h1_catalog_1 .tit .h1_catalog {
    font-size: 20px;
    line-height: 24px;
    width: auto;
  }
}
.fixed .h1_catalog_1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 960px;
}

.up-catalog-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-catalog-category__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
}
.up-catalog-category__link:hover {
  background-image: linear-gradient(77deg, #791717, #aa2b2b);
}

.up-catalog-category__link svg {
  fill: rgb(202, 52, 51);
}

.up-catalog-category__link:hover svg {
  fill: #FFFFFF;
}

.up-catalog-category__popup {
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 5;
  display: none;
  width: 300px;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.up-catalog-category__popup::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.up-catalog-category__link:hover .up-catalog-category__popup {
  display: block;
}

.up-catalog-category__content {
  padding: 14px 20px;
}

.up-catalog-category__content p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: normal;
}

.up-catalog-category__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  background-color: #e3e3e3;
}

.up-catalog-category__footer p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  color: #221c1e;
}

.up-catalog-category__footer span {
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  vertical-align: center;
  background-color: #d4d4d4;
}

.section_top.title.fixed {
  z-index: 2;
}

.instock__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.instock__checkbox input {
  display: none;
}
.instock__checkbox input:checked ~ .instock__label .instock__icon {
  background-image: linear-gradient(45deg, #791717, #aa2b2b);
  border: 0;
}
.instock__checkbox input:checked ~ .instock__label .ico-checkbox {
  display: block;
}
.instock__checkbox .instock__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.instock__checkbox .instock__label .instock__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1.5px solid #CA3433;
  border-radius: 3px;
}
.instock__checkbox .instock__label .instock__icon .ico-checkbox {
  background: url("/local/templates/new_its/images/checkbox.svg") no-repeat;
  width: 14px;
  height: 13px;
  display: none;
}
.instock__checkbox .instock__label .instock__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #0e0b0c;
}
.instock__checkbox .instock__label:hover .instock__text {
  color: #aa2b2b;
}

.btns_filter {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  position: relative;
  font-weight: 300;
}
.btns_filter .icon_filter {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("/local/templates/new_its/images/filter_red.svg") no-repeat 0 0;
  background-size: contain;
}
.btns_filter .btn_specify_filter {
  width: 190px;
  height: 40px;
  background: #fff;
  padding: 0;
  line-height: 25px;
  font-size: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #221c1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.btns_filter .btn_specify_filter .arrow-brand {
  position: static;
  height: 12px;
  width: 8px;
  right: 20px;
  left: auto;
  background: url("/local/templates/new_its/images/black.svg") no-repeat;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}
.btns_filter .btn_specify_filter:hover {
  background-color: #ca3433;
  color: #fff;
  cursor: pointer;
}
.btns_filter .btn_specify_filter:hover span.icon_filter {
  padding-right: 10px;
  background: url("/local/templates/new_its/images/filter_white.svg") no-repeat 0 0;
}
.btns_filter .btn_specify_filter:hover span.arrow-brand {
  background: url("/local/templates/new_its/images/arrow-btn-white.svg") no-repeat;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}
.btns_filter.active .btn_specify_filter {
  background: #ca3433;
  color: #fff;
}
.btns_filter.active .btn_specify_filter span.icon_filter {
  background: url("/local/templates/new_its/images/filter_white.svg") no-repeat 0 0;
}
.btns_filter.active .btn_specify_filter span.arrow-brand {
  right: 10px;
  background: url("/local/templates/new_its/images/arrow-btn-white.svg") no-repeat;
  -webkit-transform: rotate(-90deg) translateY(50%);
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
}
.btns_filter .brand_list {
  padding: 10px 0 0 0;
  position: absolute;
  top: 50px;
  width: 280px;
  background: #fff;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  min-width: calc(100% + 4px);
  z-index: 1;
  right: -20px;
}
.btns_filter .brand_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.btns_filter .brand_list li:hover {
  background: #eee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btns_filter .brand_list li.active .instock__icon {
  background-image: linear-gradient(45deg, #791717, #aa2b2b);
  border: 0;
}
.btns_filter .brand_list li.active .ico-checkbox {
  display: block;
}
.btns_filter .brand_list .prop-item__label {
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px;
  line-height: 16px;
  border-bottom: #eee 1px solid;
  color: #000;
  width: 180px;
  cursor: pointer;
}
.btns_filter .brand_list .ps-overflow {
  height: 300px;
}
.btns_filter .brand_list .instock__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1.5px solid #CA3433;
  border-radius: 3px;
}
.btns_filter .brand_list .instock__icon .ico-checkbox {
  background: url("/local/templates/new_its/images/checkbox.svg") no-repeat;
  width: 14px;
  height: 13px;
  display: none;
}
.btns_filter .btns_choose {
  background: #ca3433;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 15px 17px 16px 13px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.btns_filter .btns_choose:hover {
  background: rgb(230, 86, 85);
}

@media (max-width: 1600px) {
  .section_top.title.fixed {
    left: 220px;
    padding: 5px 20px;
  }
  .h1_catalog_1 .tit h1, .h1_catalog_1 .tit .section_top.title .h1_catalog, .section_top.title .h1_catalog_1 .tit .h1_catalog {
    width: auto;
  }
}
@media (max-width: 1279px) {
  .section_top.title.fixed {
    width: auto;
    left: 53px;
  }
}
@media (max-width: 1023px) {
  .up-catalog-category {
    display: none;
  }
  .section_top.title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .section_top.title h1.catalog, .section_top.title .catalog.h1_catalog {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .h1_catalog_1 .tit {
    display: block;
  }
  .h1_catalog_1 .tit > .num {
    font-size: 16px;
    line-height: 19px;
    float: left;
    margin-right: 10px;
  }
  .section_top.title h1.catalog, .section_top.title .catalog.h1_catalog {
    font-size: 16px;
    line-height: 19px;
  }
}
.modal.forgot_password, .modal.login_password, .modal.add_address {
  width: 600px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-height: auto;
}
.modal.forgot_password .login_item, .modal.login_password .login_item, .modal.add_address .login_item {
  width: 100%;
  margin-bottom: 15px;
}
.modal.forgot_password .login_item label, .modal.login_password .login_item label, .modal.add_address .login_item label {
  width: 107px;
  margin-right: 7px;
}
.modal.forgot_password .login_item .text, .modal.login_password .login_item .text, .modal.add_address .login_item .text {
  width: calc(100% - 7px - 107px);
}

.modal.add_address .btns_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.add_address .btns_menu .btn_underline_red {
  margin-left: 20px;
  cursor: pointer;
}
.modal.add_address .login_item .text {
  width: 100%;
}

.modal.forgot_password {
  /* input {
     height: 55px;
     width: 100%;
     color: #221C1E;
     font-size: 16px;
     line-height: 28px;
     padding: 14px 8px 13px 16px;
     margin-bottom: 20px;
   }*/
}
.modal.forgot_password p.info {
  display: inline-block;
}
.modal.forgot_password p.info b {
  font-weight: 300;
}
.modal.forgot_password p.info.red {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}
.modal.forgot_password p.info + input {
  margin-top: 10px;
}
.modal.forgot_password .btn {
  width: 140px;
}

.social_service li {
  display: inline-block;
}
.social_service li a {
  width: 25px;
  height: 25px;
  display: block;
}
.social_service li a.gmail {
  background: url("/local/templates/new_its/images/gmail.png") no-repeat;
}
.social_service li a.mail {
  background: url("/local/templates/new_its/images/mail.png") no-repeat;
}
.social_service li a.yandex {
  background: url("/local/templates/new_its/images/yandex.png") no-repeat;
}
.social_service li a.rambler {
  background: url("/local/templates/new_its/images/rambler.png") no-repeat;
}
.social_service li:not(:last-of-type) {
  margin-right: 15px;
}

.form.reset {
  width: 740px;
}
.form.reset .text input {
  background: #eee;
}

.modal.login_password .search_on {
  margin-left: 114px;
}
.modal.login_password .btns_menu {
  margin-left: 114px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.modal.login_password .btns_menu a {
  margin-left: 25px;
}
.modal.login_password .btns_menu a:hover {
  color: rgb(202, 52, 51);
}
.modal.login_password p.info {
  margin-bottom: 15px;
}
.modal.login_password .icon-in:before {
  background: url("/local/templates/new_its/images/in-white-25.svg") no-repeat;
}
.modal.login_password .icon-reg span:before {
  background: url("/local/templates/new_its/images/reg_red.svg") no-repeat;
}
.modal.login_password .icon-reg:hover span:before {
  background: url("/local/templates/new_its/images/reg_white.svg") no-repeat;
}
.modal.login_password .footer {
  width: 100%;
  padding: 20px 40px 40px;
  position: absolute;
  left: 0;
  background: #eee;
}

p.info + form {
  margin-top: 15px;
}

div.error {
  font-size: 12px;
  color: rgb(202, 52, 51);
  margin-top: 2px;
  opacity: 0;
}
div.error.active {
  opacity: 1;
}

.login_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
  width: 100%;
}
.login_item label {
  font-size: 16px;
  line-height: 18px;
  color: #808080;
  width: 185px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}
.login_item .text {
  width: calc(100% - 38px - 154px);
}
.login_item input {
  height: 55px;
  width: 100%;
  color: #221C1E;
  font-size: 16px;
  line-height: 28px;
  padding: 14px 8px 13px 16px;
  border: 1px solid #ddd;
}
.login_item input.error {
  border: 1px solid rgb(202, 52, 51);
}

.form .btns_menu {
  margin-left: 192px;
}
.form .btns_menu .btn {
  margin-right: 10px;
}
.form .login_item + .btns_menu {
  margin-top: 20px;
}

.select_item.main-user-consent-request .label_checkbox {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: auto;
}

.section_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.section_top a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: rgb(202, 52, 51);
  margin-left: 5px;
}
.section_top a:hover {
  color: rgb(56, 21, 21);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section h2 {
  color: rgb(34, 28, 30);
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
section h3 {
  font-weight: 300;
}
section.user_data {
  background: rgb(238, 238, 238);
}
section.user_data .section_top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.user_data .section_top a {
  margin-left: 13px;
}
section.user_data .content {
  color: rgb(0, 0, 0);
  background: transparent;
}
section.user_data .content .block {
  color: rgb(0, 0, 0);
  background: transparent;
}
section.user_data .content .block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.user_data .content .block .content {
  margin-left: -10px;
  margin-right: -10px;
}
section.user_data .content .block .content .block {
  background: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 18px 18px 20px 20px;
  cursor: pointer;
  width: 225px;
  height: 165px;
}
section.user_data .content .block .content .block:last-child {
  display: none;
}
section.user_data .content .block .content .block h3 {
  font-size: 16px;
}
section.user_data .content .block .content .block:hover {
  -webkit-box-shadow: 0 20px 65px 0 rgba(170, 43, 43, 0.5);
  box-shadow: 0 20px 65px 0 rgba(170, 43, 43, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.user_data .content .block .content.orders p {
  margin-left: 20px;
}
section.user_data .content .block .content.orders .block {
  position: relative;
  cursor: pointer;
}
section.user_data .content .block .content.orders .block .order_description {
  position: absolute;
  bottom: 30px;
}
section.user_data .content .block .content.orders .block date {
  line-height: 20px;
}
section.user_data .content .block .content.orders .block h3 {
  line-height: 40px;
  font-weight: 300;
}
section.user_data .content .block .content.orders .block .status {
  font-size: 14px;
  color: #9b9b9b;
}

section .money {
  color: #ab102d;
  font-size: 30px;
  font-weight: 700;
}

section.sections .inner h3,
section.sections .inner h3 span {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}

@media (min-width: 1280px) {
  .div_1600 {
    display: none;
  }
  section.sections .block {
    width: 235px;
  }
  section.user_data {
    padding-bottom: 0;
  }
  section.user_data .content .block {
    margin-bottom: 0;
  }
  section.user_data .content .block .content .block {
    width: 235px;
    height: 165px;
  }
}
@media (min-width: 1600px) {
  section.user_data .content .block .content .block {
    width: 235px;
    height: 165px;
  }
  section.user_data .content .block .content .block:last-child {
    display: block;
  }
  section.user_data .content .block .content.orders .block .status {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  section.user_data .content .block .content .block {
    width: 264px;
    height: 165px;
  }
}
@media (min-width: 1600px) {
  main section.about .block div img {
    max-width: 60px;
    max-height: 60px;
  }
  .div_1600 {
    display: block;
  }
  section .section_top h2 ~ a {
    line-height: 40px;
  }
  section h2 {
    line-height: 40px;
    font-size: 32px;
  }
  section.about .content .block:first-of-type h3 {
    height: 52px;
  }
  section.about .content .block div p {
    font-size: 16px;
  }
  section.about .content .block div h3 {
    font-size: 46px;
  }
  section.about .content .block div h3 small {
    font-size: 24px;
  }
  section.about .content .block div h3 small sup {
    font-size: 12px;
  }
  section.user_data .content .block .content .block {
    height: 170px;
  }
  section.user_data .content .block .content .block date {
    font-size: 16px;
  }
  section.user_data .content .block .content .block h3 {
    line-height: 1.38;
    font-size: 18px;
  }
  section.shares .content .block.block_big h3, section.shares .content .block.block_small h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1680px) {
  main section.about .block div img {
    max-width: 70px;
    max-height: 70px;
  }
  .menu_opened nav ul {
    -moz-column-width: 300px;
    -webkit-column-width: 300px;
    column-width: 300px;
  }
  section.sections .block {
    width: 264px;
  }
  section.sections .block div.inner h3 {
    font-size: 16px;
  }
  section.sections .block div.inner h3 span {
    font-size: 16px;
  }
  section.brends .block .image {
    width: 120px;
    height: 70px;
    margin: 12px 23px;
  }
  section.brends .block .image img {
    max-width: 120px;
    max-height: 70px;
    margin: auto;
  }
  section.shares .content {
    height: 480px;
  }
  section.shares .content .block.block_big {
    height: 480px;
    width: 832px;
  }
  section.shares .content .block.block_small {
    width: 548px;
    height: 230px;
  }
  section.user_data .content .block .content .block {
    width: 264px;
  }
}
section.sections .block div.inner h3 span {
  font-weight: 900;
}

section.sections .block div.inner b {
  width: calc(100% - 88px);
  font-size: 14px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  max-height: 70px;
  margin-left: 88px;
  line-height: normal;
  margin-bottom: 0;
  color: #000000;
}
@media (min-width: 1680px) {
  section.sections .block div.inner b {
    font-size: 16px;
  }
}

section.sections .block div.inner b span {
  font-weight: 900;
  font-size: 14px;
  line-height: normal;
  color: rgb(202, 52, 51);
}
@media (min-width: 1680px) {
  section.sections .block div.inner b span {
    font-size: 16px;
  }
}

section .title-h2 {
  color: #221c1e;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  section .title-h2 {
    line-height: 40px;
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  section .title-h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  section .title-h2 {
    line-height: 32px;
  }
}

.partner-certificates {
  height: auto;
}
.partner-certificates .partner-logo__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 0;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-certificates .partner-logo__img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: auto;
  height: 60px !important;
}

.c-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-contacts__map {
  width: calc(100% - 428px);
  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;
}
.c-contacts__map #map {
  width: 100%;
  height: 100%;
  display: none;
}
.c-contacts__sidebar {
  width: 441px;
  -ms-flex-preferred-size: 441px;
  flex-basis: 441px;
  line-height: 1.44;
  font-size: 16px;
  height: calc(100vh - 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .c-contacts__sidebar {
    height: calc(100vh - 220px);
  }
}
@media (min-width: 1600px) {
  .c-contacts__sidebar {
    height: calc(100vh - 240px);
  }
}
@media (min-width: 1680px) {
  .c-contacts__sidebar {
    height: calc(100vh - 240px);
  }
}
.c-contacts__list {
  overflow: hidden;
  position: relative;
}
.c-contacts__list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 10;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#eeeeee));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eeeeee);
}
.c-contacts__item, .c-contacts__wrap-phones {
  padding: 20px 40px 30px 40px;
  margin-bottom: 10px;
  margin-right: 29px;
  background-color: #ffffff;
}
.c-contacts__info p, .c-contacts__info a {
  font-size: 18px;
  margin: 0;
}
.c-contacts__info a {
  font-weight: 900;
  color: rgb(202, 52, 51);
}
.c-contacts__info li + li {
  margin-top: 10px;
}
.c-contacts__info li + li.c-contacts__teh {
  margin-top: 19px;
}
.c-contacts__teh {
  position: relative;
  padding-top: 10px;
  margin-top: 19px;
  border-top: 2px solid #eeeeee;
}
.c-contacts__teh::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/new_its/images/support.svg");
}
.c-contacts__teh > .c-contacts__teh-title {
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
}
.c-contacts__hr--covid p {
  margin-top: 10px;
}
.c-contacts__hr--covid b {
  font-weight: 900;
  color: black;
}
.c-contacts__title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  color: rgb(202, 52, 51);
}
.c-contacts__title:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 9px;
  background-image: url("/local/templates/new_its/images/arrow-table-red.svg");
  background-size: 12px 8px;
  background-repeat: no-repeat;
}
.c-contacts__item.is-selected .c-contacts__title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-contacts__inner p {
  margin: 0;
}
.c-contacts__collapse {
  display: none;
}
.c-contacts__collapse p {
  margin: 5px 0 0;
}
.c-contacts__collapse span {
  position: relative;
  padding-right: 55px;
  margin-top: 18px;
}
.c-contacts__collapse span::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 25px;
  background-image: url("/local/templates/new_its/images/icon-url.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-contacts__collapse span:hover::after {
  background-image: url("/local/templates/new_its/images/icon-url-w.svg");
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.c-map__button {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.c-map__button + .c-map__button {
  margin-top: 10px;
}

.c-map__button--plus {
  background-image: url("/local/templates/new_its/images/zoom-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.c-map__button--plus:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  background-image: url("/local/templates/new_its/images/zoom-plus-b.svg");
}

.c-map__button--plus:hover {
  background-image: url("/local/templates/new_its/images/zoom-plus-b.svg");
}

.c-map__button--minus {
  background-image: url("/local/templates/new_its/images/zoom-minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.c-map__button--minus:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  background-image: url("/local/templates/new_its/images/zoom-minus-b.svg");
}

.c-map__button--minus:hover {
  background-image: url("/local/templates/new_its/images/zoom-minus-b.svg");
}

.c-map-buttons {
  margin-top: -200px;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container, .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 28px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #e3e3e3;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
  background-color: #cdc9c9;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

button, hr, input {
  overflow: visible;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type=checkbox], [type=radio], legend {
  padding: 0;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.c-header-menu__item a span:after, a {
  -webkit-transition: 0.2s ease-in-out all;
}

@media (max-width: 1023px) {
  .c-contacts {
    display: block;
  }
  .c-contacts__list::before {
    display: none;
  }
  .c-contacts__map {
    display: none;
  }
  .c-contacts__sidebar {
    width: 100%;
    height: auto;
  }
  .c-contacts__item, .c-contacts__wrap-phones {
    margin-right: 0;
  }
  .c-contacts__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 15px;
  }
  .c-contacts__info p, .c-contacts__info a {
    font-size: 16px;
  }
  .c-contacts__info li + li {
    margin-top: 0;
  }
  .c-contacts__info li + li.c-contacts__teh {
    margin-top: 0;
  }
  .c-contacts__teh {
    grid-column: span 2;
    margin-bottom: -10px;
  }
  .c-contacts__teh::before {
    top: 12px;
    left: -18px;
    width: 14px;
    height: 14px;
    background-size: 100%;
  }
  .c-contacts__teh > .c-contacts__teh-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .c-contacts__inner p {
    line-height: 20px;
  }
  .c-contacts__title {
    padding-right: 15px;
  }
  .c-contacts__info {
    grid-template-columns: 1fr;
  }
  .c-contacts__teh {
    grid-column: span 1;
  }
  .c-contacts__item, .c-contacts__wrap-phones {
    padding: 10px 20px 20px 25px;
  }
}
.element.meter {
  width: 577px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.meter input[type=checkbox] {
  display: none;
}
.meter .pseudocheckbox {
  position: relative;
}
.meter .pseudocheckbox::before {
  content: " ";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid rgb(202, 52, 51);
  margin-right: 10px;
  vertical-align: baseline;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.meter input[type=checkbox]:checked + .pseudocheckbox::before {
  content: " ";
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #791717, #aa2b2b);
}
.meter input[type=checkbox]:checked + .pseudocheckbox::after {
  content: " ";
  background: url(/local/templates/new_its/images/checkbox.svg) no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 3px;
}

.meter.no_active {
  display: none;
}
.meter .icon-basket-tp {
  padding: 0 15px;
}
.meter .icon-basket-tp[disabled] {
  background: #bfbfbf;
  opacity: 1;
}
.meter .icon-basket-tp.icon-basket-tp span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meter .icon-basket-tp.icon-basket-tp span:before {
  background: url(/local/templates/new_its/images/empty.svg);
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  margin-right: 12px;
}
.meter h1, .meter .section_top.title .h1_catalog, .section_top.title .meter .h1_catalog {
  font-size: 26px;
  line-height: 40px;
  color: rgb(202, 52, 51);
  margin-bottom: 3px;
}
.meter .offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 497px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.meter .offers .select_item {
  width: 242px;
  margin-bottom: 10px;
  background: #fff;
  padding: 8px;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.meter .offers .select_item:hover {
  border: 1px solid rgb(202, 52, 51);
}
.meter .offers .select_item i {
  color: #808080;
  font-size: 12px;
}
.meter .offers .select_item:nth-of-type(2n+1) {
  margin-right: 13px;
}
.meter .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.meter .summary .sum_itogo {
  width: calc(100% - 143px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.meter .summary .sum_itogo .value {
  font-size: 30px;
}
.meter .summary .sum_itogo .value .price {
  margin-bottom: 0;
}
.meter .summary .sum_itogo .length {
  min-width: 92px;
  margin-right: 20px;
}
.meter .summary .sum_itogo .length .value {
  color: #381515;
}
.meter .summary .sum_itogo .sum .value {
  color: rgb(202, 52, 51);
  font-weight: 900;
}
.meter .summary .sum_itogo .sum sup {
  font-size: 14px;
  font-weight: 900;
}
.meter .summary .sum_itogo .label {
  font-size: 14px;
  color: #808080;
}

.column .meter {
  width: 560px;
  border: solid 1px #d4d4d4;
  padding: 19px 30px;
}
.column .meter .h3_t {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgb(202, 52, 51);
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.column .meter .h3_t h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  width: 238px;
}
.column .meter .h3_t .cancel {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column .meter .h3_t .cancel:hover {
  color: #000;
}
.column .meter h3 {
  font-size: 26px;
  line-height: 40px;
  color: rgb(202, 52, 51);
  margin-bottom: 3px;
}
.column .meter .modal_footer {
  margin: 39px -31px -20px;
  padding: 0 40px;
}

.multi-search-pool {
  margin-top: 30px;
}

.search-pool-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.search-pool-title .multi-search-request {
  padding-left: 5px;
  font-weight: bold;
}

.btn-close-multi-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: none;
  margin-top: 5px;
}

.multi-search-desc {
  margin-top: 15px;
}

.multi-search-list .setting .btn-basket span {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/local/templates/new_its/images/ico-basket.svg") 50% 50% no-repeat rgba(0, 0, 0, 0);
}

.multi-search-list .setting .btn-basket.in span {
  background: url("/local/templates/new_its/images/ico-basket-in.svg") 50% 50% no-repeat rgba(0, 0, 0, 0);
}

.multi-search-list .wr-quantity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.multi-search-list .wr-quantity-item .add_form_to_basket {
  height: 100%;
}

.multi-search-list .quantity {
  height: 100%;
  border: 1px solid #e3e3e3;
}

.multi-search-list .quantity .minus {
  width: 14px;
  cursor: pointer;
  background: #e3e3e3;
  height: 100%;
  line-height: 100%;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.multi-search-list .quantity .plus {
  width: 14px;
  cursor: pointer;
  background: #e3e3e3;
  height: 100%;
  line-height: 100%;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.multi-search-code, .multi-search-name, .multi-search-quantity, .multi-search-price, .multi-search-rate {
  height: 100%;
}

.multi-search-code a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.multi-search-name a, .multi-search-quantity a, .multi-search-rate a, .multi-search-price a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.note_items {
  margin-top: 20px;
}

.note_item {
  background: #fff;
  display: block;
  width: 1115px;
  padding: 16px 23px 18px;
  margin-bottom: 14px;
}
.note_item.active {
  background-color: #eee;
  border: 1px solid rgb(202, 52, 51);
}
.note_item .section_top.title {
  height: 30px;
  margin-bottom: 2px;
}
.note_item .section_top.title .h3 {
  margin-bottom: 5.4px;
}
.note_item .text {
  font-size: 16px;
  line-height: 24px;
}
.note_item date {
  font-size: 16px;
  color: #808080;
}
.note_item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .note_item {
    width: 100%;
  }
}
.o-comments {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

@media (min-width: 1680px) {
  .o-comments__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.o-comments__text {
  width: 815px;
}

.o-comments__text p {
  font-size: 18px;
  line-height: 1.44;
  margin: 0;
}

.o-comments__list {
  width: 695px;
  margin-top: 25px;
}
@media (min-width: 1680px) {
  .o-comments__list {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.o-comment {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 35px 30px 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  border: solid 1px #dddddd;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1680px) {
  .o-comment {
    width: 100%;
    display: inline-block;
  }
}

.o-comment__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: normal;
}
.o-comment__name:last-child {
  margin-bottom: 0;
}

.o-comment__org {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  line-height: normal;
}

.o-comment__score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}

.o-comment__score-item {
  margin-right: 50px;
}
.o-comment__score-item:last-child {
  margin-left: 0;
}

.o-comment__score-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #0e0b0c;
}

.score-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.score-block__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.score-block__star svg {
  fill: none;
}

.score-block--1 .score-block__star--1 svg {
  fill: rgb(202, 52, 51);
}

.score-block--2 .score-block__star--1 svg,
.score-block--2 .score-block__star--2 svg {
  fill: rgb(202, 52, 51);
}

.score-block--3 .score-block__star--1 svg,
.score-block--3 .score-block__star--2 svg,
.score-block--3 .score-block__star--3 svg {
  fill: rgb(202, 52, 51);
}

.score-block--4 .score-block__star--1 svg,
.score-block--4 .score-block__star--2 svg,
.score-block--4 .score-block__star--3 svg,
.score-block--4 .score-block__star--4 svg {
  fill: rgb(202, 52, 51);
}

.score-block--5 .score-block__star svg {
  fill: rgb(202, 52, 51);
}

.o-comment__text p {
  margin: 0;
}

#app-add-comment {
  margin-top: 20px;
}
@media (min-width: 1680px) {
  #app-add-comment {
    margin-top: 0;
    margin-left: auto;
  }
}

.app-add-comment__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(34, 28, 30, 0.6);
}

.app-add-comment__popup {
  margin: 0 auto;
  width: 600px;
  background-color: #ffffff;
}

.app-add-comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e3e3e3;
}

.app-add-comment__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.app-add-comment__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

main {
  z-index: auto;
}

.app-add-comment__form,
.app-add-comment__content {
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.app-add-comment__title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  margin-bottom: 12px;
}

.app-add-comment__text {
  line-height: 1.5;
  margin-bottom: 9px;
}

label.score-block__star {
  cursor: pointer;
}

.score-block__star input {
  display: none;
}

.app-add-comment-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.app-add-comment__textarea {
  display: block;
  width: 100%;
  min-height: 235px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.75;
  resize: none;
  border: solid 1px #d4d4d4;
}
.app-add-comment__textarea--error {
  border-color: rgb(202, 52, 51);
}

.app-add-comment__submit {
  margin-top: 15px;
}

.app-add-comment__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  font-size: 12px;
  color: rgb(202, 52, 51);
  white-space: nowrap;
}

.payment_invoice_btn {
  margin-left: auto;
  margin-right: 20px;
}

.payment_invoice_btn:before {
  background-image: url(/local/templates/new_its/images/naklad-red.svg);
  content: "";
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 11px;
}

.payment_invoice_btn:hover:before {
  background-image: url(/local/templates/new_its/images/naklad-white.svg);
}

.order-analysis-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid white;
  font-size: 14px;
}
.order-analysis-table th {
  border-right: 1px solid black;
  padding: 3px;
}
.order-analysis-table thead {
  background-color: #d8d8d8;
}
.order-analysis-table td {
  padding: 3px;
  border: 1px solid;
  text-align: left;
}
@media (max-height: 900px) {
  .order-analysis-table {
    font-size: 10px;
  }
}
@media (max-height: 800px) {
  .order-analysis-table {
    height: 7x;
  }
}

section.politic {
  max-width: 800px;
  padding: 0;
}
section.politic > b {
  font-size: 16px;
}
section.politic h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}
section.politic p {
  margin-bottom: 10px;
}
section.politic p ~ h3 {
  padding-top: 10px;
}
section.politic b {
  color: #000;
}
section.politic ol {
  list-style-type: decimal;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  list-style-position: inside;
}
section.politic ol li {
  margin-bottom: 20px;
}
section.politic .table {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
section.politic .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
}
section.politic .table .row div {
  width: 50%;
  line-height: 28px;
}

@media (max-width: 767px) {
  section.politic .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  section.politic .table .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.politic .table .row div {
    width: 100%;
    line-height: 20px;
  }
  section.politic .table .row div:first-child {
    font-weight: 700;
  }
}
@media print {
  header,
  footer,
  .noprint {
    display: none !important;
  }
  body, html {
    background-color: #ffffff !important;
  }
  main {
    width: 100% !important;
    position: static !important;
    margin: 0 !important;
    padding: 40px 20px !important;
    background-color: transparent !important;
  }
  button, a {
    display: none;
  }
  .txt_documents {
    display: none;
  }
  .detail_info button, a {
    display: none;
  }
  .btns_menu {
    display: none;
  }
  .contents.con {
    display: block;
  }
}
.pc-motivation {
  position: relative;
  padding: 20px 40px 25px 55px;
  margin-bottom: 20px;
  border: 1px dotted rgb(202, 52, 51);
}
@media (min-width: 1680px) {
  .pc-motivation {
    padding: 25px 55px 30px 65px;
  }
}

.pc-motivation__title {
  position: relative;
}

.pc-motivation__title > svg {
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
  width: 25px;
  height: 25px;
}
@media (min-width: 1680px) {
  .pc-motivation__title > svg {
    top: -5px;
    left: -45px;
    width: 35px;
    height: 35px;
  }
}

.pc-motivation__title > b {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  color: #000000;
}

.pc-motivation > p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
}
@media (min-width: 1680px) {
  .pc-motivation > p {
    margin-top: 10px;
  }
}

.pc-motivation__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pc-motivation__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 205px;
  height: 60px;
  margin-bottom: 30px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}
.pc-motivation__item:nth-child(2n) {
  margin-right: 0;
}
.pc-motivation__item:nth-child(5), .pc-motivation__item:nth-child(6) {
  margin-bottom: 0;
  height: 40px;
}
@media (min-width: 1680px) {
  .pc-motivation__item {
    margin-right: 20px;
  }
}

.pc-motivation__item svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 40px;
  height: 40px;
  fill: rgb(202, 52, 51);
  margin-right: 10px;
}

.pc-motivation--list {
  width: 888px;
}
@media (min-width: 1680px) {
  .pc-motivation--list {
    width: 900px;
  }
}

.pc-motivation--list .pc-motivation__title > b {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.44;
}
@media (min-width: 1680px) {
  .pc-motivation--list .pc-motivation__title > b {
    font-size: 20px;
    line-height: 1.4;
  }
}

.pc-motivation--list > p {
  margin-top: 5px;
}
@media (min-width: 1680px) {
  .pc-motivation--list > p {
    margin-top: 10px;
  }
}

.pc-motivation--list .pc-motivation__item {
  width: 200px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 50px;
}
.pc-motivation--list .pc-motivation__item:nth-child(3n) {
  margin-right: 0;
}
.pc-motivation--list .pc-motivation__item:nth-child(4), .pc-motivation--list .pc-motivation__item:nth-child(5), .pc-motivation--list .pc-motivation__item:nth-child(6) {
  margin-bottom: 0;
}
@media (min-width: 1680px) {
  .pc-motivation--list .pc-motivation__item {
    width: 245px;
    height: 40px;
    margin-right: 20px;
  }
}

.pc-motivation--list .pc-motivation__item svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 1680px) {
  .pc-motivation--list .pc-motivation__item svg {
    width: 40px;
    height: 40px;
  }
}

.pc-motivation--popup {
  margin: 20px 20px 0 20px;
  text-align: left;
}

.pc-motivation--hidden {
  display: none;
}

@media (max-width: 1023px) {
  .pc-motivation--list {
    width: 100%;
  }
  .pc-motivation--list .pc-motivation__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 25px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .pc-motivation--list .pc-motivation__list .pc-motivation__item {
    margin: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .pc-motivation {
    padding: 20px;
  }
  .pc-motivation--list .pc-motivation__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .pc-motivation__title > svg {
    display: none;
  }
  .pc-motivation__title > b {
    font-size: 16px;
  }
  .pc-motivation__title > p {
    font-size: 14px;
  }
}
.container_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  width: 100%;
}
.container_flex .column:last-of-type {
  min-width: 384px;
}
.container_flex .column:last-of-type .manager_page {
  width: 100%;
  background: none;
}

p.info + .personal {
  margin-top: 20px;
}

h1 > span.red, .section_top.title .h1_catalog > span.red {
  font-weight: 900;
}

.personal,
.company,
.vzaim,
.bonus {
  width: 100%;
  background: #fff;
  padding: 20px 30px 30px 30px;
  margin-bottom: 20px;
}

.bonus {
  height: auto;
}
.bonus .info_bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bonus .bonus-title {
  font-size: 16px;
}
.bonus .bonus-lamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bonus .bonus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  width: 238px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.bonus .icon-lamp {
  background: url(/local/templates/new_its/images/icon-lamp.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.bonus .bonus-name {
  margin-left: 10px;
  font-size: 13px;
}
.bonus .bonus-name * {
  margin-top: 5px;
}
.bonus .bonus-name *:hover {
  color: rgb(202, 52, 51);
  cursor: pointer;
}
.bonus p {
  line-height: 20px;
}
.bonus b {
  font-size: 15px;
}

.bonus-table-content table {
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  border-collapse: collapse;
}
.bonus-table-content table td {
  padding: 0.5rem;
  min-height: 48px;
  border: 1px solid #d8d8d8;
}
.bonus-table-content table th {
  background-color: #d8d8d8;
  padding: 0.5rem;
}
.bonus-table-content .active-binus {
  background: rgba(161, 230, 164, 0.2);
}

.icon-bonus-undone {
  background: url(/local/templates/new_its/images/bonus-undone.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.icon-bonus-done {
  background: url(/local/templates/new_its/images/bonus-done.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.vzaim {
  font-size: 16px;
  line-height: 28px;
}
.vzaim h3 {
  margin-bottom: 8px;
}
.vzaim .info {
  margin-bottom: 6px;
}
.vzaim .info > div.green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vzaim .info > div.green:before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #80cc33;
  border-radius: 50%;
}
.vzaim .info > div.red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vzaim .info > div.red:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: rgb(202, 52, 51);
  border-radius: 50%;
}

.personal .title_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.personal .title_menu .h2_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.personal .title_menu .pen {
  display: none;
}
.personal .title_menu .enter,
.personal .title_menu .close {
  display: block;
  cursor: pointer;
  color: rgb(202, 52, 51);
}
.personal .title_menu .enter:hover,
.personal .title_menu .close:hover {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.personal .title_menu .enter {
  font-size: 16px;
  background: none;
  margin-left: 12px;
}
.personal .title_menu .close {
  font-size: 12px;
}
.personal .title_menu.new_user .enter,
.personal .title_menu.new_user .close {
  display: none;
}
.personal .title_menu.new_user .pen {
  display: none;
}
.personal .title_menu.static .enter,
.personal .title_menu.static .close {
  display: none;
}
.personal .title_menu.static .pen {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("/local/templates/new_its/images/pen.svg") no-repeat;
}
.personal .info .label {
  display: none;
  font-size: 20px;
  line-height: 30px;
}
.personal .info .text {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.personal .info .login_item {
  min-height: 35px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 13px;
}
.personal .info.new_user .text,
.personal .info.new_user .dyna, .personal .info.static .text,
.personal .info.static .dyna {
  display: none;
}
.personal .info.new_user .label, .personal .info.static .label {
  display: block;
}
.personal .info.new_user .login_item:first-of-type {
  display: none;
}
.personal .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.personal .address .addr {
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 1600px) {
  .container_flex .column:last-of-type {
    width: 540px;
    margin-left: 20px;
  }
  .container_flex .column:first-of-type {
    width: calc(100% - 540px - 20px);
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .container_flex .column:last-of-type {
    min-width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .personal {
    padding: 20px;
  }
  .personal .info .login_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
  }
  .personal .info .login_item .text {
    width: 100%;
  }
  .personal .info label {
    margin-right: 0;
  }
  .personal .info .label {
    font-size: 16px;
    line-height: normal;
  }
  .personal .info .text {
    font-size: 16px;
    line-height: normal;
  }
  .vzaim {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container_flex .column {
    display: contents;
  }
  .container_flex .btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .container_flex .personal {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
  }
  .personal .title_menu {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .personal .title_menu .close {
    width: 30px;
    height: 18px;
    background-image: url("/local/templates/new_its/images/close_red.svg");
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 30px;
    padding-left: 10px;
    margin-right: -6px;
  }
  .personal .title_menu h2 {
    margin-bottom: 0;
  }
  .personal .title_menu .h2_t {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vzaim {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
section.c-main-section.projects_list {
  margin-top: 0;
}

@media (max-width: 1279px) {
  section.c-main-section.projects_list .c-spec-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
section.c-main-section {
  margin-top: 90px;
}
section.c-main-section .c-main-col-head {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.c-main-section .c-main-col-head .c-main-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  color: rgb(48, 48, 48);
}
section.c-main-section .c-main-col-head .c-main-title__link {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgb(201, 52, 51);
  margin-left: 44px;
}
section.c-main-section .c-spec-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
section.c-main-section .c-spec-list .c-spec-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__image {
  width: 100%;
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__image img {
  width: 100%;
  display: block;
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__description {
  margin-top: 24px;
  padding: 0 30px;
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__description .c-spec-item__name {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #555555;
  margin-bottom: 14px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__description .c-spec-item__descr {
  display: none;
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__description .c-spec-item__more {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(85, 85, 85);
}
section.c-main-section .c-spec-list .c-spec-item .c-spec-item__description .c-spec-item__more:after {
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background-image: url("/local/templates/new_its/images/black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px auto;
}

@media (max-width: 1279px) {
  section.c-main-section {
    margin-top: 40px;
  }
  section.c-main-section .c-main-col-head .c-main-title__link {
    margin-left: 30px;
  }
  section.c-main-section .c-spec-list {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    overflow: auto;
    padding-bottom: 20px;
  }
  section.c-main-section .c-spec-list .c-spec-item {
    min-width: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    padding-bottom: 24px;
  }
}
.app-regform__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-regform__container {
  padding: 20px 50px 40px 40px;
  background-color: white;
  max-width: 840px;
}

.app-regform__title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: black;
}

.app-regform__form {
  padding-top: 25px;
}
.app-regform__form button span {
  margin-left: 5px;
}

.app-regform__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.app-regform__input-title {
  margin: 0;
  width: 192px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #808080;
}

.app-regform__input {
  width: 100%;
  height: 50px;
  background-color: white;
  border: solid 1px #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.app-regform__input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.app-regform__input::-moz-placeholder {
  color: #bfbfbf;
}
.app-regform__input:-ms-input-placeholder {
  color: #bfbfbf;
}
.app-regform__input::-ms-input-placeholder {
  color: #bfbfbf;
}
.app-regform__input::placeholder {
  color: #bfbfbf;
}

.app-regform__input-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-regform__input-container--error input {
  border-color: #aa2b2b;
}
.app-regform__input-container--error:after {
  content: "!";
  position: absolute;
  right: 20px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #aa2b2b;
  border-radius: 50%;
  color: #aa2b2b;
}
.app-regform__input-container--success:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 10px;
  height: 5px;
  border: 2px solid #188527;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.app-regform__input-container--pending:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #aa2b2b;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  color: #aa2b2b;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.app-regform__error {
  position: absolute;
  left: 0;
  top: 60px;
  font-size: 12px;
  line-height: normal;
  color: #aa2b2b;
}

.app-regform__error > a {
  color: #aa2b2b;
  text-decoration: underline;
}
.app-regform__error > a:hover, .app-regform__error > a:focus {
  text-decoration: none;
}

.right-coll {
  max-width: 540px;
  margin-left: 23px;
}

.right-coll div.auth:first-child {
  background-color: #e6e6e6;
}

.app-regform__input-title[for=regform-phone-add] {
  display: none;
  width: 90px;
  margin-left: 43px;
  margin-right: 27px;
}
@media (min-width: 1600px) {
  .app-regform__input-title[for=regform-phone-add] {
    display: block;
  }
}

.app-regform__input#regform-phone-add {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* остался один шаг */
.registration-complete {
  max-width: 600px;
}

.registration-complete__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-complete__timer {
  margin-left: 20px;
  color: rgb(191, 191, 191);
}

.registration-complete__error {
  display: block;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: black;
}

.registration-complete__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  font-size: 16px;
  color: #221c1e;
  background-color: transparent;
  border: 1px solid #aa2b2b;
  cursor: pointer;
}
.registration-complete__btn:hover {
  background-color: #aa2b2b;
  color: white;
}
.registration-complete__btn:disabled {
  opacity: 0.6;
  background-color: transparent;
  color: #221c1e;
}

.registration-complete__link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  color: #aa2b2b;
  border-bottom: 1px solid #aa2b2b;
  cursor: pointer;
  background-color: transparent;
}
.registration-complete__link:hover {
  color: black;
  border-bottom-color: black;
}

.b2b-pop-up {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 200px;
}
@media (min-width: 1600px) {
  .b2b-pop-up {
    padding-left: 220px;
  }
}
.b2b-pop-up.close {
  display: none;
}

.b2b-pop-up__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 28, 30, 0.6);
}

.b2b-pop-up__window {
  position: relative;
  z-index: 101;
  width: 960px;
  background-color: #eeeeee;
}
.b2b-pop-up__window.small {
  width: 600px;
}
@media (min-width: 1280px) {
  .b2b-pop-up__window {
    width: 1000px;
  }
}
@media (min-width: 1600px) {
  .b2b-pop-up__window {
    width: 1255px;
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .b2b-pop-up__window {
    width: 1400px;
  }
}

.b2b-pop-up__title-bar {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #e3e3e3;
}

.b2b-pop-up__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.b2b-pop-up__close svg {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.b2b-pop-up__close:hover svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b2b-pop-up__body {
  padding: 20px 40px 40px 40px;
}

@media (max-width: 1279px) {
  .app-regform__inner .right-coll .btns_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .app-regform__inner .app-regform__container {
    padding: 20px;
  }
  .app-regform__inner .app-regform__container .app-regform__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .app-regform__inner .app-regform__container .app-regform__item .app-regform__input-container {
    width: 100%;
  }
  .app-regform__inner .right-coll {
    margin-left: 10px;
  }
  .app-regform__inner .right-coll div.auth {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .app-regform__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .app-regform__inner .app-regform__container {
    margin-bottom: 20px;
  }
  .app-regform__inner .right-coll {
    margin-left: 0;
    max-width: 100%;
  }
}
.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registration > div {
  padding: 20px 30px 30px 30px;
}
.registration > div.right-coll {
  padding: 0;
}
.registration .contact {
  background: #fff;
  width: calc(100% - 20px - 387px);
  margin-right: 20px;
}
.registration .auth {
  background: #e6e6e6;
  width: 387px;
}
.registration .auth .info {
  width: calc(100% - 115px - 20px);
  margin-right: 20px;
}
.registration h2 {
  font-size: 20px;
  line-height: 28px;
}
.registration .login_item label {
  width: 192px;
}
.registration .login_item .text {
  width: calc(100% - 192px);
}
.registration button, .registration .search_on {
  margin-left: 200px;
}

a.btn_underline_red_solid.d_block {
  display: block;
  width: 180px;
  font-size: 12px;
  margin-top: 10px;
  line-height: normal;
}

@media (min-width: 1600px) {
  .registration h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .registration .contact {
    width: calc(100% - 544px - 20px);
  }
  .registration .auth {
    width: 544px;
    height: 165px;
  }
}
.right-coll div.auth {
  padding: 20px 30px 30px 30px;
}

.right-coll div.auth + div.auth {
  margin-top: 15px;
}

.right-coll div.auth-redirect {
  background-color: transparent;
  border: solid 1px #d4d4d4;
}

.right-coll a.btn.btn-border-transparent {
  width: 138px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reset-password__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reset-password__container {
  padding: 20px 50px 40px 40px;
  background-color: white;
  max-width: 840px;
}

.reset-password__title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: black;
}

.reset-password__form {
  padding-top: 25px;
}

.reset-password__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}
.reset-password__item--checkword {
  display: none;
}

.reset-password__input-title {
  margin: 0;
  width: 192px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #808080;
}

.reset-password__input {
  width: 100%;
  height: 55px;
  background-color: white;
  border: solid 1px #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.reset-password__input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.reset-password__input::-moz-placeholder {
  color: #bfbfbf;
}
.reset-password__input:-ms-input-placeholder {
  color: #bfbfbf;
}
.reset-password__input::-ms-input-placeholder {
  color: #bfbfbf;
}
.reset-password__input::placeholder {
  color: #bfbfbf;
}
.reset-password__input:-moz-read-only {
  color: #bfbfbf;
  background-color: #f3f3f3;
}
.reset-password__input:read-only {
  color: #bfbfbf;
  background-color: #f3f3f3;
}

.reset-password__input-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.reset-password__input-container--error input {
  border-color: #aa2b2b;
}
.reset-password__input-container--error:after {
  content: "!";
  position: absolute;
  right: 20px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #aa2b2b;
  border-radius: 50%;
  color: #aa2b2b;
}
.reset-password__input-container--success:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 10px;
  height: 5px;
  border: 2px solid #188527;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.reset-password__input-container--pending:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #aa2b2b;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  color: #aa2b2b;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reset-password__error {
  position: absolute;
  left: 0;
  top: 60px;
  display: block;
  font-size: 12px;
  line-height: normal;
  color: #aa2b2b;
}

.description_section {
  background: rgb(255, 255, 255);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.description_section .image {
  width: 176px;
  height: 112px;
  max-height: 112px;
  max-width: 176px;
  margin-right: 46px;
}
.description_section .image img {
  max-width: 100%;
  max-height: 100%;
}
.description_section .file {
  width: 125px;
  padding-top: 25px;
  text-align: center;
}
.description_section .desc {
  width: calc(100% - 176px - 125px - 46px);
  font-size: 18px;
  line-height: 28px;
}
.description_section .desc .link_to_page {
  margin-top: 20px;
  display: block;
}

.seo-text {
  display: block;
  padding: 30px 40px;
  background-color: #e3e3e3;
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
@media (min-width: 1680px) {
  .seo-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
    padding: 40px 70px;
  }
}

.seo-text__container {
  position: relative;
  overflow: hidden;
  height: 160px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.seo-text__container--active {
  height: auto;
}
@media (min-width: 1680px) {
  .seo-text__container {
    height: 167px;
  }
}

.seo-text__inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 1680px) {
  .seo-text__inner {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

.seo-text__gradient {
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(transparent));
  background-image: linear-gradient(to top, #e3e3e3, transparent);
}

.seo-text h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 1680px) {
  .seo-text h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.31;
  }
}

.seo-text p {
  margin: 0;
  margin-bottom: 10px;
}

.seo-text p + p {
  margin-top: 10px;
}

.seo-text p + h2,
.seo-text p + h3 {
  margin-top: 15px;
}

.seo-text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.seo-text ul {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.seo-text li::before {
  content: "— ";
}

.seo-text__open-btn {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  background: transparent;
  color: rgb(202, 52, 51);
  cursor: pointer;
}
.seo-text__open-btn:hover {
  color: black;
}

.wr-serviceapi-page .font-green {
  color: #7cd320;
}
.wr-serviceapi-page .font-gray {
  color: #909090;
}
.wr-serviceapi-page .type-disc {
  list-style: inside;
}
.wr-serviceapi-page .font-bold {
  font-weight: bold;
}
.wr-serviceapi-page a {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border-bottom: 1px dotted #000;
}
.wr-serviceapi-page .image-service-api {
  height: 500px;
  width: auto;
}

@media (min-width: 1280px) {
  section.shares .h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.17;
  }
  section.shares .bordo {
    color: rgb(202, 52, 51);
  }
}
@media (min-width: 1600px) {
  section.shares .h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.show_all {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: rgb(202, 52, 51);
}

.show_all:hover {
  color: #000;
}

.info_count {
  height: 14px;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #808080;
  display: block !important;
}

.hide_column {
  display: none !important;
}

.tablecatalog {
  width: 100%;
  display: grid;
  grid-template-columns: 76px 109px auto 127px 129px 113px 119px 52px;
  gap: 1px;
  font-size: 15px;
}
.tablecatalog.c9 {
  grid-template-columns: 76px 109px repeat(2, auto) 127px 129px 113px 119px 52px;
}
.tablecatalog.c9 td.props {
  grid-column: span 9;
}
.tablecatalog.c9 td.info_page {
  grid-column: span 9;
}
.tablecatalog.c10 {
  grid-template-columns: 76px 109px repeat(3, auto) 127px 129px 113px 119px 52px;
}
.tablecatalog.c10 td.props {
  grid-column: span 10;
}
.tablecatalog.c10 td.info_page {
  grid-column: span 10;
}
.tablecatalog.c11 {
  grid-template-columns: 76px 109px repeat(4, auto) 127px 129px 113px 119px 52px;
}
.tablecatalog.c11 td.props {
  grid-column: span 11;
}
.tablecatalog.c11 td.info_page {
  grid-column: span 11;
}
.tablecatalog.c12 {
  grid-template-columns: 76px 109px repeat(5, auto) 127px 129px 113px 119px 52px;
}
.tablecatalog.c12 td.props {
  grid-column: span 12;
}
.tablecatalog.c12 td.info_page {
  grid-column: span 12;
}
.tablecatalog thead,
.tablecatalog tbody,
.tablecatalog tr {
  display: contents;
}
.tablecatalog thead.show_props_block .show_props:after,
.tablecatalog tbody.show_props_block .show_props:after,
.tablecatalog tr.show_props_block .show_props:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tablecatalog.catalog {
  padding-bottom: 30px;
}
.tablecatalog.catalog ul {
  margin-right: 10px;
}
.tablecatalog.catalog .th[data-sort] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tablecatalog.catalog .th[data-sort] span {
  margin-right: 5px;
  border-bottom: 1px dashed #221c1e;
}
.tablecatalog.catalog .th[data-sort]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-bottom: 2px;
  background: url(/local/templates/new_its/images/arrow-table-black-new.svg) no-repeat;
}
.tablecatalog.catalog .th[data-sort].active, .tablecatalog.catalog .th[data-sort]:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: rgb(202, 52, 51);
}
.tablecatalog.catalog .th[data-sort].active span, .tablecatalog.catalog .th[data-sort]:hover span {
  border-bottom: 1px dashed rgb(202, 52, 51);
}
.tablecatalog.catalog .th[data-sort].active:after, .tablecatalog.catalog .th[data-sort]:hover:after {
  background: url(/local/templates/new_its/images/arrow-table-red-new.svg) no-repeat;
}
.tablecatalog.catalog .th[data-sort=asc]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tablecatalog .th {
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  background: #fff;
}
.tablecatalog .th.image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tablecatalog .th[data-sort] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tablecatalog .th[data-sort] span {
  margin-right: 8px;
}
.tablecatalog .th[data-sort=asc]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tablecatalog td {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
}
.tablecatalog td.props {
  grid-column: span 8;
  display: none;
  min-height: auto;
  padding: 24px 22px;
}
.tablecatalog td.props .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tablecatalog td.props .bigpicture {
  min-width: 233px;
  height: 233px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  margin-right: 20px;
}
.tablecatalog td.props .bigpicture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.tablecatalog td.props .properties {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.tablecatalog td.props .props_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}
.tablecatalog td.props .props_list .prop-name {
  min-width: 200px;
  max-width: 200px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.tablecatalog td.props .props_list .prop-name span {
  background: #fff;
  position: relative;
  z-index: 1;
}
.tablecatalog td.props .props_list .prop-name:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px dashed #AFB2B6;
  width: 98%;
  right: 0;
  top: 10px;
}
.tablecatalog td.info_page {
  font-size: 14px;
  grid-column: span 8;
  background: rgb(230, 232, 235);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tablecatalog td.info_page span {
  display: block;
}
.tablecatalog .image img {
  max-width: 40px;
  max-height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.tablecatalog .image .show_props {
  min-width: 23px;
  -ms-flex-preferred-size: 23px;
  flex-basis: 23px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  background: #F8F8F8;
}
.tablecatalog .image .show_props:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/new_its/images/show_props_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tablecatalog .articul {
  padding: 8px 14px;
}
.tablecatalog .name {
  padding: 8px 14px;
}
.tablecatalog .brend {
  padding: 8px 14px;
}
.tablecatalog .cod_proizvoditel {
  padding: 8px 14px;
}
.tablecatalog .kolvo {
  padding: 8px 14px;
}
.tablecatalog .price {
  padding: 8px 14px;
}
.tablecatalog .kratnost {
  padding: 8px 14px;
}
.tablecatalog .add_form_to_basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 14px;
}
.tablecatalog .add_form_to_basket .quantity {
  width: 91px;
  height: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tablecatalog .add_form_to_basket .quantity span {
  width: 24px;
  cursor: pointer;
  background: #e3e3e3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}
.tablecatalog .add_form_to_basket .quantity span:hover {
  background: rgb(202, 52, 51);
  color: #fff;
}
.tablecatalog .add_form_to_basket .quantity input[type=number]::-webkit-inner-spin-button,
.tablecatalog .add_form_to_basket .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tablecatalog .add_form_to_basket .quantity input[type=number] {
  -moz-appearance: textfield;
}
.tablecatalog .add_form_to_basket .quantity input {
  width: 43px;
  height: 25px;
  border: 1px solid #ddd;
  text-align: center;
}
.tablecatalog .setting {
  padding: 0;
  text-align: right;
  position: relative;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tablecatalog .setting .btn_set {
  width: 16px;
  height: 16px;
  background: url("/local/templates/new_its/images/catalog_setting_black.svg") no-repeat;
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
}
.tablecatalog .setting .btn_set:hover, .tablecatalog .setting .btn_set.active {
  background: url("/local/templates/new_its/images/catalog_setting_red.svg") no-repeat;
}
.tablecatalog .setting .btn-basket {
  width: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tablecatalog .setting .btn-basket span {
  width: 25px;
  height: 25px;
  display: block;
  background: url("/local/templates/new_its/images/empty_black.svg") 50% 50% no-repeat transparent;
}
.tablecatalog .setting .btn-basket.in span {
  background: url("/local/templates/new_its/images/in_black.svg") 50% 50% no-repeat transparent;
}
.tablecatalog .setting .modal_setting {
  position: absolute;
  top: calc(100% + 13px);
  right: -10px;
  z-index: 2;
  width: 228px;
  text-align: left;
  height: 216px;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  background: rgb(255, 255, 255);
}
.tablecatalog .setting .modal_setting form {
  padding: 20px 20px 23px 20px;
}
.tablecatalog .setting .modal_setting .search_on .select_item .label_checkbox span {
  font-weight: 300;
}
.tablecatalog .setting .modal_setting h3 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 16px;
}
.tablecatalog .setting .modal_setting .btn-a {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tablecatalog .setting .modal_setting .btn-a:hover {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1280px) {
  .filter {
    height: 50px;
  }
  .filter .btn_back {
    width: 107px;
    font-size: 14px;
  }
  .filter .options {
    width: 643px;
  }
  .filter .options .label {
    display: none;
  }
}
@media (min-width: 1600px) {
  .h1_catalog {
    margin-bottom: 20px;
  }
  .h1_catalog > .num {
    line-height: 44.5px;
  }
  .h1_catalog h1, .h1_catalog .section_top.title .h1_catalog, .section_top.title .h1_catalog .h1_catalog {
    font-size: 32px;
    width: 1045px;
    display: inline-block;
  }
  .filter {
    height: 55px;
  }
  .filter .btn_back {
    width: 116px;
    padding-left: 48px;
    font-size: 16px;
  }
  .filter .btn_back:hover {
    font-size: 16px;
  }
  .filter .btn_specify_section {
    width: 239px;
    font-size: 16px;
  }
  .filter .btn_specify_section span.arrow {
    right: 30px;
  }
  .filter .btn_specify_section.active span.arrow {
    right: 20px;
  }
  .filter .options {
    width: 860px;
    font-size: 16px;
  }
  .filter .options .label {
    display: inline-block;
  }
  .filter .options .dropdown.catalog {
    height: 22px;
    width: 200px;
  }
}
@media (min-width: 1680px) {
  .filter .options {
    width: 1005px;
  }
}
@media (max-width: 1200px) {
  .tablecatalog .brend {
    display: none;
  }
  .tablecatalog .cod_proizvoditel {
    display: none;
  }
  .tablecatalog [data-code=PROPERTY_PROIZVODITEL] {
    display: none;
  }
  .tablecatalog [data-code=PROPERTY_CML2_ARTICLE] {
    display: none;
  }
  .tablecatalog [data-code=CATALOG_STORE_AMOUNT_3] {
    display: none;
  }
  .tablecatalog .setting .btn_set {
    display: none;
  }
  .tablecatalog td.props .properties .props_list {
    width: 100%;
  }
  .tablecatalog.c9 {
    grid-template-columns: 76px 109px auto 127px 129px 113px 119px 52px;
  }
  .tablecatalog.c9 td.info_page {
    grid-column: span 8;
  }
  .tablecatalog.c9 td.props {
    grid-column: span 8;
  }
  .tablecatalog.c10 {
    grid-template-columns: 76px 109px auto 127px 129px 113px 119px 52px;
  }
  .tablecatalog.c10 td.info_page {
    grid-column: span 8;
  }
  .tablecatalog.c10 td.props {
    grid-column: span 8;
  }
  .tablecatalog.c11 {
    grid-template-columns: 76px 109px auto 127px 129px 113px 119px 52px;
  }
  .tablecatalog.c11 td.info_page {
    grid-column: span 8;
  }
  .tablecatalog.c11 td.props {
    grid-column: span 8;
  }
  .tablecatalog.c12 {
    grid-template-columns: 76px 109px auto 127px 129px 113px 119px 52px;
  }
  .tablecatalog.c12 td.info_page {
    grid-column: span 8;
  }
  .tablecatalog.c12 td.props {
    grid-column: span 8;
  }
}
@media (max-width: 1023px) {
  .tablecatalog {
    grid-template-columns: 76px 109px auto 127px 129px 52px;
    font-size: 12px;
  }
  .tablecatalog .kratnost {
    display: none;
  }
  .tablecatalog .count {
    display: none;
  }
  .tablecatalog .hide-vtablet {
    display: none;
  }
  .tablecatalog td.info_page {
    grid-column: span 6;
  }
  .tablecatalog td.props {
    grid-column: span 6;
  }
  .tablecatalog.c9 {
    grid-template-columns: 76px 109px auto 127px 129px 52px;
  }
  .tablecatalog.c9 td.info_page {
    grid-column: span 6;
  }
  .tablecatalog.c9 td.props {
    grid-column: span 6;
  }
  .tablecatalog.c10 {
    grid-template-columns: 76px 109px auto 127px 129px 52px;
  }
  .tablecatalog.c10 td.info_page {
    grid-column: span 6;
  }
  .tablecatalog.c10 td.props {
    grid-column: span 6;
  }
  .tablecatalog.c11 {
    grid-template-columns: 76px 109px auto 127px 129px 52px;
  }
  .tablecatalog.c11 td.info_page {
    grid-column: span 6;
  }
  .tablecatalog.c11 td.props {
    grid-column: span 6;
  }
  .tablecatalog.c12 {
    grid-template-columns: 76px 109px auto 127px 129px 52px;
  }
  .tablecatalog.c12 td.info_page {
    grid-column: span 6;
  }
  .tablecatalog.c12 td.props {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .tablecatalog {
    grid-template-columns: auto 60px 30px;
  }
  .tablecatalog .image {
    display: none;
  }
  .tablecatalog .kolvo {
    display: none;
  }
  .tablecatalog .articul {
    display: none;
  }
  .tablecatalog .hide-mobile {
    display: none;
  }
  .tablecatalog .name {
    padding: 5px;
  }
  .tablecatalog .price {
    padding: 5px;
  }
  .tablecatalog td {
    min-height: auto;
  }
  .tablecatalog td.info_page {
    grid-column: span 3;
    padding: 10px 0;
  }
  .tablecatalog td.props {
    grid-column: span 3;
  }
  .tablecatalog.c9 {
    grid-template-columns: auto 60px 30px;
  }
  .tablecatalog.c9 td.info_page {
    grid-column: span 3;
  }
  .tablecatalog.c9 td.props {
    grid-column: span 3;
  }
  .tablecatalog.c10 {
    grid-template-columns: auto 60px 30px;
  }
  .tablecatalog.c10 td.info_page {
    grid-column: span 3;
  }
  .tablecatalog.c10 td.props {
    grid-column: span 3;
  }
  .tablecatalog.c11 {
    grid-template-columns: auto 60px 30px;
  }
  .tablecatalog.c11 td.info_page {
    grid-column: span 3;
  }
  .tablecatalog.c11 td.props {
    grid-column: span 3;
  }
  .tablecatalog.c12 {
    grid-template-columns: auto 60px 30px;
  }
  .tablecatalog.c12 td.info_page {
    grid-column: span 3;
  }
  .tablecatalog.c12 td.props {
    grid-column: span 3;
  }
  .tablecatalog.catalog .th[data-sort]::after {
    display: none;
  }
  .tablecatalog.catalog .th[data-sort] span {
    margin-right: 0;
    border-bottom: none;
  }
}
/* End */


/* Start:/local/templates/new_its/template_styles.css?1764311625180943*/
@charset "UTF-8";
html,
body {
  position: relative;
  max-width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 12px;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "MuseoSansCyrl", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  outline: none;
}

main.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  min-width: 320px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}

h1 {
  font-weight: 900;
  color: rgb(48, 48, 48);
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 14px;
}

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 900;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: rgb(230, 232, 235);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 115px;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  overflow: auto;
  padding: 0;
}
.page__wrapper > .contents {
  position: relative;
  padding: 29px 50px 20px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.page__wrapper > .contents.con img {
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
}

q:before, q:after {
  content: "";
}

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

input {
  border: none;
}

textarea {
  overflow: auto;
}

span.rub {
  font-size: 20px;
}

b, h4 {
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

p.basket18 {
  font-size: 18px;
  line-height: 26px;
}
p.basket18 a {
  font-size: inherit;
  line-height: inherit;
}
p.basket18 + .basket18 {
  margin-top: 40px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
}

span.bold {
  font-weight: 700;
}

a {
  color: rgb(0, 0, 0);
}
a.to {
  color: rgb(202, 52, 51);
  height: 19px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a.to span {
  border-bottom: 1px solid rgb(202, 52, 51);
}
a.to:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: url("/local/templates/new_its/images/red.svg") no-repeat;
  width: 8px;
  height: 12px;
}
a.to:hover {
  color: rgb(0, 0, 0);
}
a.to:hover span {
  border-bottom: 1px solid rgb(0, 0, 0);
}
a.to:hover:after {
  background: url("/local/templates/new_its/images/black.svg");
}

.hasScroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hasScroll .scroller {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.hasScroll .scroller::-webkit-scrollbar {
  width: 0;
}
.hasScroll .scroller .scroller__bar-wrapper {
  position: absolute;
  display: block !important;
  height: 520px;
  width: 4px;
  background: #eee;
  right: 0;
  top: 0;
  z-index: 8;
}
.hasScroll .scroller .scroller__bar-wrapper .scroller__bar {
  display: block !important;
  top: 0;
  z-index: 9;
  width: 4px;
  background: #cdc9c9;
  position: absolute;
  height: 100px;
}

.message {
  position: relative;
  z-index: 0;
  height: 0;
}
.message:hover {
  z-index: 138;
}
.message:hover .show_message {
  font-size: 14px;
}
.message.ico {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.message.ico:hover {
  background: rgb(202, 52, 51);
  color: rgb(255, 255, 255);
}
.message.ico span {
  font-size: 12px !important;
  line-height: 12px !important;
}
.message:not(.icon_download) .show_message {
  pointer-events: none;
}
.message .show_message {
  position: absolute;
  z-index: -1;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 30px;
  background: rgb(238, 238, 238);
  color: rgb(0, 0, 0);
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: auto;
  opacity: 0;
  display: none;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.message .show_message .arrow_box {
  border-bottom-color: rgb(238, 238, 238);
  left: 50%;
  margin-left: -10px;
}
.message .show_message p.small {
  line-height: 16px;
  margin-bottom: 0;
}
.message .show_message nav.download_files ul li {
  padding: 5px 20px;
  margin: 0 -20px;
  font-size: 14px;
}
.message .show_message nav.download_files ul li:hover {
  background: #F5F5F5;
}
.message:hover .show_message {
  display: block;
  opacity: 1;
}

.checkbox_label + .message {
  margin-left: 10px;
}

span.red, p.red {
  color: rgb(202, 52, 51);
}

p.info {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
p.info > b {
  margin-left: 5px;
}
p.info.red {
  margin-bottom: 10px;
}
p.info + .asked {
  margin-top: 30px;
  margin-bottom: 0;
}
p.info + #my_ajax_catalog {
  margin-top: 20px;
}

p.info-40 {
  margin-bottom: 40px;
}

p.small {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}

p.info_small {
  line-height: 20px;
  font-size: 14px;
}

.show_pict {
  display: block;
  font-size: 0;
  width: 100%;
  text-align: center;
}

a.link {
  color: rgb(56, 21, 21);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bordo, b, .menu_left .logo a.bordo {
  color: rgb(202, 52, 51);
}

a.bordo:hover {
  color: #000;
}

a.underline {
  text-decoration: underline;
}

.closed {
  display: none !important;
}

.open {
  display: block !important;
}

.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s;
  transition: opacity 0.3s ease-in, visibility 0.3s;
}

.not_visible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.basket .basket_content.visible {
  display: block;
}
.basket .basket_content.not_visible {
  display: none;
}

.height_visible {
  opacity: 1;
  height: auto;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

.height_not_visible {
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

.hidden {
  display: none !important;
}

p.basket18 {
  font-size: 20px;
  line-height: 30px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tbl {
  display: table;
}
.tbl .tr {
  display: table-row;
}
.tbl .td, .tbl .th {
  display: table-cell;
  vertical-align: bottom;
}

q {
  quotes: "«" "»"; /* Кавычки в виде двойных угловых скобок */
}

@media (max-width: 1360px) {
  .page__wrapper > .contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    max-width: 100%;
    padding-top: 110px;
  }
  .page__wrapper > .contents {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1 {
    font-size: 26px;
    line-height: normal;
  }
  h2 {
    font-size: 22px;
    line-height: normal;
  }
  h3 {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 18px;
    line-height: 21px;
  }
  h2 {
    font-size: 16px;
    line-height: 19px;
  }
  h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .page__wrapper > .contents {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
.animate {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.animate_background {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.animate_opacity {
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s;
  transition: opacity 0.3s ease-in, visibility 0.3s;
}

.animate_opacity_delay {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.animate_opacity_delay2 {
  -webkit-transition: opacity 0s ease-in, visibility 0s;
  transition: opacity 0s ease-in, visibility 0s;
}

.animate_opacity_height {
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

.animate_position {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.animate_padding_top {
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}

.breadcrumps {
  margin-bottom: 20px;
}
.breadcrumps span {
  font-size: 14px;
}
.breadcrumps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumps ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-right: 8px;
}
.breadcrumps ul li a {
  color: rgb(202, 52, 51);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumps ul li a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #E65655;
}
.breadcrumps ul li:after {
  content: "";
  background: url("/local/templates/new_its/images/hleb-kroshki.svg");
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.breadcrumps ul li:last-of-type {
  color: #828282;
}
.breadcrumps ul li:last-of-type:after {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumps {
    margin-bottom: 10px;
  }
  .breadcrumps span {
    font-size: 12px;
  }
  .breadcrumps ul li {
    margin-right: 2px;
  }
  .breadcrumps ul li a, .breadcrumps ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }
  .breadcrumps ul li::after {
    width: 14px;
    height: 14px;
    margin-left: 0;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn[disabled] {
  opacity: 0.15;
}

.download_files li > a {
  color: rgb(0, 0, 0);
}

.form_pass_reset {
  max-width: 575px;
}

.link_to_page {
  color: rgb(202, 52, 51);
  font-size: 18px;
  height: 22px;
}
.link_to_page:after {
  content: "";
  margin-left: 13px;
  width: 19px;
  height: 13px;
  display: block;
}

.menu_left .btn {
  width: 100%;
}

.btn-bordo, .pages .show_all .btn_show:hover, .btn-bonus:hover, .btn-bord-red:hover, .btn-border-transparent:hover, .btn-white:hover {
  background: rgb(202, 52, 51);
  color: rgb(255, 255, 255);
  font-size: 16px;
}
.btn-bordo:hover, .pages .show_all .btn_show:hover, .btn-bonus:hover, .btn-bord-red:hover, .btn-border-transparent:hover, .btn-white:hover {
  background: #E65655;
}

.btn-gray {
  background: #555555;
}
.btn-gray:hover {
  background: #656565;
}

.btn-white {
  color: rgb(34, 28, 30);
  background: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.btn-border-transparent {
  color: rgb(202, 52, 51);
  border: 1px solid rgb(202, 52, 51);
  background-color: transparent;
}
.btn-bord-red {
  color: rgb(34, 28, 30);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(202, 52, 51);
  text-align: center;
}
.btn-bord-red:hover {
  border: none;
}

.btn-a {
  height: auto;
  font-weight: 700;
  background: transparent;
  color: rgb(202, 52, 51);
}

.btn-standart, .pages .show_all .btn_show {
  width: auto;
}

a.download:before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("/local/templates/new_its/images/file.svg") no-repeat;
  margin-bottom: 14.2px;
  width: 61px;
  height: 78px;
}

.btn_underline_red, .btn_underline_red_solid {
  color: rgb(202, 52, 51);
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 2px;
  border-bottom: dotted 1px rgba(170, 43, 43, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_underline_red:hover, .btn_underline_red_solid:hover {
  color: rgb(0, 0, 0);
  border-bottom: dotted 1px rgb(0, 0, 0);
}

.btn_underline_red_solid {
  border-bottom: solid 1px rgba(170, 43, 43, 0.5);
}
.btn_underline_red_solid:hover {
  border-bottom: solid 1px rgb(0, 0, 0);
}

.btn_icon {
  text-decoration: none;
  color: rgb(255, 255, 255);
  line-height: 19px;
  height: 19px;
  position: relative;
  font-weight: 300;
}
.btn_icon:before {
  background-size: 16px auto;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.btn_red {
  color: rgb(202, 52, 51);
}
.btn_red:hover {
  color: rgb(0, 0, 0);
}

.btn-color-black {
  color: rgb(0, 0, 0);
}
.btn-color-black:hover {
  color: rgb(202, 52, 51);
}

.btn-underline {
  border-bottom: dotted 1px rgba(34, 28, 30, 0.5);
}
.btn-underline.btn_icon:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
  background: rgb(238, 238, 238);
}

.btn-white {
  background: rgb(255, 255, 255);
  height: 40px;
}

.btn-black {
  background: rgb(34, 28, 30);
  color: #fff;
}

.btn-black-bordo:before {
  background-image: linear-gradient(77deg, #560808, #770a0a);
}
.btn-black-bordo:after {
  background-image: linear-gradient(77deg, #340606, #560808);
}

.btn-animate:before, .btn-animate:after {
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-animate:before {
  left: 50%;
}
.btn-animate:after {
  right: 50%;
}
.btn-animate:hover:before, .btn-animate:hover:after {
  width: 50%;
  opacity: 1;
}

.btns_menu {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btns_menu > span {
  margin-left: 15px;
  margin-right: 15px;
}
.btns_menu .btn_icon {
  line-height: 19px;
  height: 19px;
}
.btns_menu .btn_icon span {
  color: rgb(202, 52, 51);
  border-bottom: dotted 1px rgba(170, 43, 43, 0.5);
}
.btns_menu .btn_icon:hover span {
  color: #000;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
}
.btns_menu .btn_red {
  line-height: 19px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 19px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btns_menu .btn_red span {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
}
.btns_menu .btn_red:hover span {
  border-bottom: dotted 1px rgba(170, 43, 43, 0.5);
}

.arrow {
  background: url("/local/templates/new_its/images/white.svg") no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow_box {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(170, 43, 43, 0.5);
  border-top: 0;
  position: absolute;
  bottom: 100%;
}
.arrow_box:before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  display: inline-block;
  -webkit-transform: translate(-10px, -9px);
  -ms-transform: translate(-10px, -9px);
  transform: translate(-10px, -9px);
}

.btn_image {
  margin-bottom: 15px;
  width: 54px;
  height: 54px;
  border: solid 3px rgb(202, 52, 51);
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.btn_image:before {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background: rgb(202, 52, 51);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
  margin-right: -50%;
  position: absolute;
}
.btn_image:after {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background: rgb(202, 52, 51);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: -50%;
  position: absolute;
}

.btn_modal {
  font-size: 16px;
  text-decoration: none;
  color: rgb(202, 52, 51);
  text-align: left;
  font-weight: 900;
  display: block;
}
.btn_modal:hover {
  color: rgb(56, 21, 21);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=text],
.btn {
  height: 55px;
  line-height: 55px;
}

@media (max-width: 1279px) {
  input[type=text],
  .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1600px) {
  .btn {
    padding: 0 30px;
  }
  .btn-white {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
  }
}
.btn-bonus {
  line-height: 35px;
  height: 37px;
  padding: 0 20px;
  color: #CA3433;
  border: 1px solid #CA3433;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  opacity: 0.999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-bonus[disabled] {
  opacity: 0.15;
}
.btn-red-gradient {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(65deg, #791717, #aa2b2b);
}
.btn-red-gradient:disabled {
  background-color: #e9d2d2;
  background-image: none;
}
.btn-red-gradient.pending .btn-red-gradient__spin {
  display: block;
}
.btn-red-gradient.pending .b2b-btn__inner {
  display: none;
}

.btn-red-gradient__spin {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 2px solid rgb(202, 52, 51);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

.btn-add-to-cart {
  width: 245px;
}

.color-help {
  height: 14px;
  margin-bottom: 34px;
}

.color-help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 100%;
}

.color-help__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  color: black;
}
.color-help__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 5px;
  border-radius: 50%;
}
.color-help__item--stock::before {
  background-color: #80cc33;
}
.color-help__item--way::before {
  background-color: #f5a623;
}
.color-help__item--out-stock::before {
  background-color: rgb(202, 52, 51);
}
.color-help__item--supplier::before {
  background-color: #bebebe;
}

.element .about_order .tab_block .content_tabs div.text_content.text_content--availability {
  padding: 0;
}

.text_content--availability > .warhouses {
  padding: 20px 30px 43px 30px;
}

@media (max-width: 767px) {
  .color-help {
    height: auto;
    margin-bottom: 10px;
  }
  .color-help__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .color-help__list .color-help__item {
    margin-right: 0;
  }
}
.wr-header-search .ico-search {
  background: url(/local/templates/new_its/images/ico-search.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}

.wr-header-search .ico-search-setting {
  background: url(/local/templates/new_its/images/ico-setting.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wr-header-search .active .ico-search-setting {
  background: url(/local/templates/new_its/images/ico-setting-active.svg) no-repeat;
}

.header-search-top {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header-search-top .form-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-top .form-groups input {
  width: 100%;
  padding-right: 15px;
  font-size: medium;
}

.header-search-top--error {
  -webkit-box-shadow: 1px 1px 0 #ca3433 inset, -1px -1px 0 #ca3433 inset;
  box-shadow: 1px 1px 0 #ca3433 inset, -1px -1px 0 #ca3433 inset;
}

.header-search-top--error .form-groups input {
  border-top: 1px solid #ca3433;
  border-bottom: 1px solid #ca3433;
}

.header-search-top--error .header-search-left > input::-webkit-input-placeholder {
  color: #ca3433;
}

.more-search-property {
  padding-right: 15px;
}

.header-search-left {
  width: 100%;
}

.header-search-left > input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.header-search-right button {
  background-color: rgb(202, 52, 51);
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: block;
  height: 100%;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-search-right button:hover {
  cursor: pointer;
  background-color: rgb(230, 86, 85);
}

.header-search-bottom {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  left: 0;
  background-color: rgb(34, 28, 30);
}
.header-search-bottom.hidden {
  overflow: hidden;
}
.header-search-bottom.not-visible {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.header-search-bottom .btn-search-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 12px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.header-search-bottom .btn-search-prop-title {
  width: 94%;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}

.header-search-bottom .props-list {
  position: absolute;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  top: 50px;
  z-index: 1;
}

.header-search-bottom .wr-props-list {
  position: relative;
}

.header-search-bottom .props-list li {
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-search-bottom .props-list li:last-child .prop-item__label {
  border-bottom: none;
}

.header-search-bottom .prop-item__label {
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px;
  line-height: 16px;
  border-bottom: #eee 1px solid;
  color: #000;
  cursor: pointer;
}

.header-search-bottom .props-list li:before {
  border-bottom: #a52020 1px solid;
}

.header-search-bottom .props-list li.active {
  background: #ca3433;
}

.header-search-bottom .props-list li.active .prop-item__label {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.header-search-bottom .props-list li.active span {
  color: #fff;
}

.header-search-bottom .props-list li:hover {
  background: #eee;
  cursor: pointer;
}

.header-search-bottom .props-list li.active:hover {
  background: #ca3433;
  color: #fff;
}

.header-search-bottom .btn-search-prop.active {
  background: #ca3433;
  color: #fff;
  cursor: pointer;
}

.more-search-property,
.btn-header-search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-search-property:hover {
  cursor: pointer;
}

.btn-header-search {
  padding: 0 5px 0 15px;
}

.btn-multi-search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 10px;
}

.btn-multi-search:hover {
  cursor: pointer;
}

.ico-multi-search {
  background: url(/local/templates/new_its/images/ico-multi-search.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ico-multi-search:hover {
  background: url(/local/templates/new_its/images/ico-multi-search-hov.svg) no-repeat;
}

.wr-multi-search .ico-close {
  background: url(/local/templates/new_its/images/ico-close.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wr-multi-search .ico-close:hover {
  cursor: pointer;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.multi-search-bg {
  background: rgba(61, 61, 61, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multi-search {
  background: #f2f2f2;
  width: 900px;
  opacity: 1;
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  padding: 30px;
}

.multi-search-list {
  margin-top: 15px;
  overflow-y: scroll;
  max-height: 520px;
  scrollbar-width: thin;
  scrollbar-color: rgba(194, 194, 194, 0.616) #f2f2f2;
}

.multi-search-list::-webkit-scrollbar {
  width: 6px;
}

.multi-search-list:hover::-webkit-scrollbar-thumb {
  background-color: rgba(194, 194, 194, 0.616);
  border-radius: 4px;
}

.multi-search-list .form-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.multi-search-list .multi-search-item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
}

.multi-search-list .multi-search-item-close {
  width: 48px;
}

.multi-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.multi-search-filter .prop-item__label {
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px;
  line-height: 16px;
  border-bottom: #dbdada 1px solid;
  color: #000;
  cursor: pointer;
}

.multi-search-filter .props-list li.active .prop-item__label {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.multi-search-filter .props-list li.active span {
  color: #fff;
}

.multi-search-filter .props-list li:last-child .prop-item__label {
  border-bottom: none;
}

.multi-search-list .multi-search-item-input input {
  background-color: #fafafa;
  border: solid 1px #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}

.multi-search-list .multi-search-item-input--error input {
  border-color: #aa2b2b;
}

.multi-search-list .multi-search-item-input input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: medium;
}

.multi-search-list .multi-search-item-quantity input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: medium;
}

.multi-search-list .multi-search-item-input {
  width: 100%;
}

.multi-search-list .multi-search-item-quantity input {
  padding: 0 20px;
  border: solid 1px #e5e5e5;
}

.multi-search-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  color: black;
}

.multi-search-list .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.multi-search-list .quantity input {
  text-align: center;
  width: 30px;
}

.multi-search-list .setting .btn-basket {
  border: none;
  background: none;
}

.multi-search-list .setting .btn-basket:hover {
  cursor: pointer;
}

.wr-multi-search .multi-search-list img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.multi-search-list .multi-search-item:first-child {
  margin-top: 0;
}

.multi-search-list .multi-search-item {
  display: grid;
  grid-template-columns: 50px 70px 1fr 100px 100px 40px 70px 50px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 3px;
  height: 60px;
  border: 1px solid #e3e3e3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.multi-search-list .multi-search-item:hover {
  border: 1px solid #ca3433;
  cursor: pointer;
}

.wr-add-multi-search-item {
  margin-top: 30px;
  /* text-align: center; */
  margin-left: 34px;
}

.multi-search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 15px;
}

.multi-search-filter .btn-search-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 14px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.multi-search-filter .wr-select-multi-code {
  width: 200px;
}

.multi-search-filter .select-code-multi-search {
  width: 180px;
}

.multi-search-filter .select-remains-multi-search {
  width: 190px;
}

.multi-search-filter .wr-select-multi-remains {
  width: 230px;
}

.multi-search-filter .ico-arrow-down {
  background: url(/local/templates/new_its/images/ico-arrow.svg) no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8px;
  height: 12px;
  display: block;
}

.multi-search-filter .btn-search-prop-title {
  width: 86%;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.btn-search-prop-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/local/templates/new_its/images/red.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn-search-prop-title.active::before {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  background-image: url(/local/templates/new_its/images/white.svg);
}

.multi-search-filter .wr-props-list:hover {
  cursor: pointer;
}

.multi-search-filter .btn-search-prop.active {
  background: #ca3433;
  color: #fff;
  cursor: pointer;
}

.multi-search-filter-title {
  font-weight: 700;
}

.multi-search-filter .multi-props-code-list.props-list {
  position: absolute;
  -webkit-box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  top: -301px;
}

.multi-search-filter .multi-props-remains-list.props-list {
  position: absolute;
  -webkit-box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  top: -103px;
}

.multi-search-filter .props-list li {
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.multi-search-filter .props-list li.active {
  background: #ca3433;
  color: #fff;
}

.multi-search-filter .wr-props-list {
  position: relative;
}

.multi-search-body .multi-search-item-input--error {
  border-color: #ca3433;
}

.btn-add-multi-search-item {
  color: #aa2b2b;
  border: solid 1px #aa2b2b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f2f2f2;
}

.btn-add-multi-search-item:hover {
  cursor: pointer;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#560808), to(#770a0a));
  background-image: linear-gradient(to top, #560808, #770a0a);
}

.btn-submit-multi-search {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#791717), to(#aa2b2b));
  background-image: linear-gradient(to top, #791717, #aa2b2b);
  font-size: 16px;
  padding: 12px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-submit-multi-search:hover {
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#560808), to(#770a0a));
  background-image: linear-gradient(to top, #560808, #770a0a);
}

.search__input {
  font-size: 16px;
}

.select-catalog-search {
  width: 255px;
}

.select-code-search {
  width: 175px;
}

.props-block-list {
  padding: 10px 0;
  background: #fff;
}

.wr-select-catalog {
  width: 380px;
}

.wr-select-code {
  width: 230px;
}

.wr-select-vendor {
  width: 280px;
}

.wr-select-remains {
  width: 274px;
}

.prop-prefix {
  color: #ca3433;
}

.sr-select-vendor-search {
  padding: 0 20px 10px 20px;
  position: relative;
}

input[type=text].sr-select-vendor-input {
  font-size: 16px;
  border: 1px solid #d8d8d8;
  padding: 0 15px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  height: 35px;
  width: 100%;
}

.sr-select-vendor-search::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 45;
  top: 10px;
  left: 29px;
  background: url("/local/templates/new_its/images/search-grey.svg") no-repeat;
}

.scroll-area {
  position: relative;
  margin: auto;
  width: 278px;
  height: 410px;
}

.ps-overflow {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 455px;
  scrollbar-width: thin;
  scrollbar-color: #aaa rgb(237, 237, 237);
}

.ps-overflow::-webkit-scrollbar {
  background-color: rgb(237, 237, 237);
  width: 7px;
}

.ps-overflow::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 50px;
}

.ps-overflow::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 50px;
  height: 11px;
}

.ps-overflow::-webkit-scrollbar-track:hover {
  background-color: rgba(212, 212, 212, 0.836);
}

.btn-search-prop-first {
  color: #bfbfbf;
}

.btn-search-prop-first.active {
  color: #fff;
}

.header-fast-site-search {
  position: absolute;
  top: 65px;
  z-index: 4;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.1);
}
.header-fast-site-search-item {
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.header-fast-site-search-list {
  border: 1px solid rgb(255, 255, 255);
  display: grid;
  gap: 20px;
  min-height: 60px;
  font-size: 14px;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 50px auto;
}
.header-fast-site-search-list:hover {
  border-color: rgb(177, 80, 80);
}
.header-fast-site-search-list li:first-child {
  margin-top: 15px;
}
.header-fast-site-search__item {
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}
.header-fast-site-search__con {
  display: block;
}
.header-fast-site-search__img {
  height: 55px;
  width: 55px;
  overflow: hidden;
}
.header-fast-site-search__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  padding: 3px;
}
.header-fast-site-search__all {
  height: 20px;
  display: block;
  margin: 20px 40px;
}
.header-fast-site-search__all a {
  color: rgb(202, 52, 51);
  font-weight: 700;
}

.prop-item__label--btn {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border-bottom: 1px dotted #000;
}

.prop-item__label--btn:hover {
  color: rgb(202, 52, 51);
}

.search-file__header .ico-close {
  background: url("/local/templates/new_its/images/ico-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-file__header .ico-close:hover {
  cursor: pointer;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.search-file__body .ico-download-file {
  background: url(/local/templates/new_its/images/download.svg) no-repeat;
  width: 26px;
  height: 26px;
  display: block;
}

.load-file__text {
  display: block;
  margin: 15px 40px;
  font-size: 16px;
  font-weight: 300;
  color: #221c1e;
}
.load-file__text--error {
  color: #aa2b2b;
}
.load-file__text .uploaded {
  color: #aa2b2b;
}

.wr-search-file .select-remains-search__title.active {
  background: #ca3433;
}

.select-remains-search__title-inner.active {
  color: #fff;
}

.select-remains-search__title.active::before {
  background-image: url(/local/templates/new_its/images/white.svg);
}

@media (max-width: 1359px) {
  .header-search-bottom {
    padding: 10px 20px;
  }
}
@media (max-width: 1279px) {
  .btn-header-search {
    display: none;
  }
  .header-search-top .form-groups input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-search-right button {
    width: 50px;
    text-indent: 50px;
    overflow: hidden;
    background-image: url("/local/templates/new_its/images/ico-search-mobile.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (max-width: 1023px) {
  .header-search-bottom {
    display: none;
  }
  .more-search-property {
    display: none;
  }
  .header-search-top .form-groups input {
    padding-left: 20px;
    padding-right: 10px;
  }
  .header-fast-site-search {
    top: 60px;
    width: 100%;
  }
  .header-fast-site-search__item {
    margin: 0 10px;
  }
  .header-fast-site-search-list {
    grid-template-columns: 50px auto;
    padding: 0;
  }
  .header-fast-site-search__name {
    width: auto;
  }
}
.fancybox-lock {
  overflow: visible;
}

.fancybox-content {
  overflow: visible;
}

.fancybox-lock {
  overflow: hidden;
  margin: 0 !important;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

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

@media (max-width: 1279px) {
  .fancybox-slide {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fancybox-content {
    padding: 24px 10px 10px 10px;
  }
}
.flatpickr-calendar {
  margin-top: 10px;
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 262px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
  content: none;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: #ffffff;
  color: #5a6171;
  fill: rgb(202, 52, 51);
  height: 50px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  padding: 18px 15px;
  z-index: 3;
  color: #5a6171;
  fill: rgb(202, 52, 51);
  stroke-width: 1px;
  stroke: rgb(202, 52, 51);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000000;
  stroke-width: 1px;
  stroke: #000000;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(90, 97, 113, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 10px 0;
  line-height: 1;
  height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: 30px;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90, 97, 113, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: 30px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #ffffff;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: lowercase;
}

span.flatpickr-weekday:nth-of-type(7n - 1),
span.flatpickr-weekday:nth-of-type(7n) {
  color: rgb(202, 52, 51);
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 260px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eceef1;
  box-shadow: -1px 0 0 #eceef1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day:nth-child(7n),
.flatpickr-day:nth-child(7n-1) {
  color: rgb(202, 52, 51);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: rgb(202, 52, 51);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: rgb(202, 52, 51);
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff5a5f;
  box-shadow: -10px 0 0 #ff5a5f;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("/local/templates/new_its/fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("/local/templates/new_its/fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("/local/templates/new_its/fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("/local/templates/new_its/fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "slick";
  src: url("/local/templates/new_its/fonts/slick.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
footer {
  color: rgb(149, 149, 149);
  position: relative;
  width: 100%;
  background: rgb(0, 0, 0);
  padding-left: 50px;
  padding-right: 50px;
}
footer .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 50px;
  padding: 10px 0;
  color: rgb(149, 149, 149);
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
footer .contents .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
footer .contents a {
  color: rgb(149, 149, 149);
  text-decoration-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .contents a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .contents a.police {
  color: rgb(201, 52, 51);
}
footer .teh-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}
footer .teh-contacts .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .teh-contacts a {
  color: rgb(201, 52, 51);
}

@media (max-width: 1360px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  footer .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  footer .contents .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  footer .contents .made {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .contents a {
    text-align: center;
  }
  footer .contents .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  footer .teh-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header.header {
  width: 100%;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}
header.header .top {
  width: 100%;
  background-color: rgb(34, 28, 30);
  padding: 0 50px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  position: relative;
  z-index: 1;
}
header.header .bottom {
  width: 100%;
  background-color: rgb(34, 28, 30);
  padding: 5px 50px;
}
header.header .bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
header.header .bottom .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  background-color: rgb(34, 28, 30);
  z-index: 2;
  position: relative;
  height: 55px;
}
header.header .logo img {
  display: block;
  height: 24px;
}
header.header .logo .flex_text {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header .logo .flex_text .text {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}
header.header .mn-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  padding: 0 25px;
  height: 55px;
}
header.header .mn-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
header.header .mn-contacts__title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
header.header .mn-contacts__phone {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
header.header .mn-contacts__phone:hover, header.header .mn-contacts__phone:active, header.header .mn-contacts__phone:focus {
  color: rgb(202, 52, 51);
}
header.header .basket {
  width: 235px;
  padding: 13.5px 0;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  position: relative;
}
header.header .basket > div.inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
header.header .basket > div.inner:before {
  content: "";
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/empty.svg") no-repeat left center;
}
header.header .basket > div.inner div.sum {
  display: none;
  margin-left: 8px;
  border-left: 1px solid rgba(238, 238, 238, 0.5);
  padding-left: 8px;
  font-weight: 900;
}
header.header .basket > div.inner.in_basket:before {
  background: url("/local/templates/new_its/images/in.svg") no-repeat left center;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
header.header .basket > div.inner.in_basket .sum {
  display: inline-block;
}
header.header .basket .basket_content {
  position: absolute;
  color: rgb(0, 0, 0);
  width: 630px;
  height: auto;
  z-index: 6;
  right: 0;
  cursor: default;
  background-color: rgb(255, 255, 255);
  padding: 30px 0;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
header.header .basket .basket_content.empty .hr {
  border-bottom: 1px solid rgba(34, 28, 30, 0.5);
  height: 2px;
  width: 100%;
  margin-bottom: 18px;
  margin-top: 16px;
}
header.header .basket .basket_content.empty .info_add_spec {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 359px;
}
header.header .basket .basket_content.empty .money {
  text-align: right;
}
header.header .basket .basket_content.empty .add_spec {
  display: none;
  line-height: 17px;
}
header.header .basket .basket_content.empty .add_spec .btn_image {
  width: 16px;
  height: 16px;
  border-width: 2px;
  margin-bottom: 0;
  margin-right: 9px;
}
header.header .basket .basket_content.empty .add_spec .btn_image:before {
  width: 6px;
  height: 2px;
}
header.header .basket .basket_content.empty .add_spec .btn_image:after {
  width: 6px;
  height: 2px;
}
header.header .basket .basket_content.empty .table > div {
  line-height: 17px;
  cursor: pointer;
}
header.header .basket .basket_content.empty .table > div:hover {
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .basket .basket_content.empty .table > div:hover a:last-of-type {
  border-bottom: none;
  padding-bottom: 1px;
}
header.header .basket .basket_content.empty .table > div:hover .add_spec {
  display: table-cell;
}
header.header .basket .basket_content.empty .table > div:hover .money {
  display: none;
}
header.header .basket .basket_content.add.nologin {
  width: 663px;
  text-align: center;
}
header.header .basket .basket_content.add.nologin .inner {
  text-align: left;
  width: 505px;
}
header.header .basket .basket_content.add.nologin .answer.open .content.inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header .basket .basket_content.add {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
  top: 100%;
  margin-top: 20px;
}
header.header .basket .basket_content.add .no_login {
  border: dashed 1px rgb(202, 52, 51);
  width: 623px;
  margin: 0 auto;
  display: inherit;
  padding: 19px 30px 5px 60px;
}
header.header .basket .basket_content.add .no_login .inner {
  width: 533px;
}
header.header .basket .basket_content.add .no_login .warning {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
header.header .basket .basket_content.add .no_login .warning span {
  color: rgb(202, 52, 51);
}
header.header .basket .basket_content.add .no_login .warning:before {
  content: "";
  background-image: url("/local/templates/new_its/../../images/group.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  left: -40px;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.header .basket .basket_content.add .no_login .btns_menu {
  margin-bottom: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
header.header .basket .basket_content.add .no_login .btns_menu span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 19px;
}
header.header .basket .basket_content.add .no_login .btns_menu a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .basket .basket_content.add .no_login .btns_menu a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(0, 0, 0);
}
header.header .basket .basket_content.add .no_login .question {
  display: block;
  border-bottom: dashed 1px rgba(34, 28, 30, 0.5);
  width: 175px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
header.header .basket .basket_content.add .no_login .question:hover, header.header .basket .basket_content.add .no_login .question.active {
  color: rgb(202, 52, 51);
  border-bottom: dashed 1px rgba(170, 43, 43, 0.5);
}
header.header .basket .basket_content.add .no_login .question.active:after { /* Для Firefox */
  -ms-transform: rotate(-90deg); /* Для IE */
  -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .basket .basket_content.add .no_login .question:after {
  content: "";
  background: url("/local/templates/new_its/images/arrow-btn-red.svg") no-repeat; /* Для Firefox */
  -ms-transform: rotate(90deg); /* Для IE */
  -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  right: -13px;
  width: 6px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .basket .basket_content.add .table {
  margin-bottom: 10px;
}
header.header .basket .basket_content.add .table > div a:last-of-type {
  border-color: transparent;
}
header.header .basket .basket_content.add .table ~ .no_login.hidden {
  margin-bottom: 20px;
}
header.header .basket .basket_content .inner {
  margin: 0 auto;
  width: 470px;
  display: block;
  background: transparent;
}
header.header .basket .basket_content .inner.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
header.header .basket .basket_content .inner.btn_modal {
  padding: 10px 0;
}
header.header .basket .basket_content .inner.btn_modal:hover {
  color: rgb(202, 52, 51);
}
header.header .basket .basket_content .arrow_box {
  border-bottom-color: rgb(255, 255, 255);
}
header.header .basket .basket_content h3 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 900;
  color: rgb(0, 0, 0);
  text-align: left;
  margin-bottom: 7px;
  position: relative;
}
header.header .basket .basket_content h3.inner {
  margin-bottom: 7px;
}
header.header .basket .basket_content h3:before {
  content: "";
  position: absolute;
  background: url("/local/templates/new_its/images/empty-red.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 50%; /* Для Firefox */
  -ms-transform: translateY(-50%); /* Для IE */
  -webkit-transform: translateY(-50%); /* Для Safari, Chrome, iOS */ /* Для Opera */
  transform: translateY(-50%);
  text-align: center;
}
header.header .basket .basket_content:not(.empty) h3:before {
  background: url("/local/templates/new_its/images/in-red.svg") no-repeat;
}
header.header .basket .basket_content .table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
header.header .basket .basket_content .table .inner_add {
  display: table;
}
header.header .basket .basket_content .table > div {
  display: table-row;
  text-decoration: none;
}
header.header .basket .basket_content .table > div:hover {
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .basket .basket_content .table > div:hover a:last-of-type {
  border-bottom: 1px solid transparent;
}
header.header .basket .basket_content .table > div a {
  display: table;
  text-decoration: none;
  border-bottom: solid 1px #efefef;
}
header.header .basket .basket_content .table > div a > div {
  display: table-cell;
  padding: 10px 0;
  vertical-align: bottom;
}
header.header .basket .basket_content .table > div a > div:first-of-type {
  width: 300px;
  text-align: left;
  color: rgb(34, 28, 30);
  line-height: normal;
}
header.header .basket .basket_content .table > div a > div:nth-of-type(2) {
  padding-left: 20px;
}
header.header .basket .basket_content .table > div a > div:last-of-type {
  text-align: right;
}
header.header .basket .basket_content .table > div a > div:not(:first-of-type) {
  color: rgb(202, 52, 51);
}
header.header .basket .basket_content .table > div:last-of-type a {
  border-bottom: none;
}
header.header .basket .basket_content #basket_info {
  width: 100%;
}
header.header .basket .basket_content .hasScroll {
  height: 410px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*margin-bottom: 20px;*/
}
header.header .basket .basket_content .hasScroll .scroller {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
header.header .basket .basket_content .hasScroll .scroller::-webkit-scrollbar {
  width: 0;
}
header.header .basket .basket_content .hasScroll .scroller .scroller__bar-wrapper {
  position: absolute;
  display: block !important;
  height: 410px;
  width: 4px;
  background: #eee;
  right: 25px;
  top: 0;
  z-index: 8;
}
header.header .basket .basket_content .hasScroll .scroller .scroller__bar {
  display: block !important;
  top: 0;
  z-index: 9;
  width: 4px;
  right: 0;
  background: #cdc9c9;
  position: absolute;
  height: 100px;
}
header.header .search {
  position: relative;
  width: 650px;
}
header.header .search .submit {
  color: rgb(255, 255, 255);
  border: none;
}
header.header .search input.search {
  line-height: 20px;
  padding-left: 45px;
  font-size: 16px;
}
header.header .search input.search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header.header .search input.search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header.header .search input.search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header.header .search input.search::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header.header .search input.search::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
header.header .search input.search:focus::-webkit-input-placeholder {
  opacity: 0;
}
header.header .search input.search:focus:-ms-input-placeholder {
  opacity: 0;
}
header.header .search input.search:focus::-moz-placeholder {
  opacity: 0;
}
header.header .search input.search:focus::-ms-input-placeholder {
  opacity: 0;
}
header.header .search input.search:focus::placeholder {
  opacity: 0;
}
header.header .search .search_all_items {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 67;
  display: none;
  font-size: 16px;
  width: 100%;
  padding: 15px 0;
  left: 0;
}
header.header .search .search_all_items p {
  padding: 13px 13px 12px 46px;
}
header.header .search .search_all_items ul li:hover {
  background-color: rgba(216, 216, 216, 0.32);
}
header.header .search .search_all_items ul li a {
  padding: 13px 13px 12px 46px;
  height: inherit;
  width: inherit;
  display: block;
  color: rgb(0, 0, 0);
}
header.header .search .search_all_items ul li a.btn_modal {
  color: rgb(202, 52, 51);
}
header.header .search .menu_search_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  font-size: 16px;
  z-index: 80;
  top: 0;
  right: 0;
}
header.header .search .menu_search_icon .message {
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.header .search .menu_search_icon .message.show_all .show_message {
  width: 152px;
  left: -66.5px;
  margin-left: 10px;
}
header.header .search .menu_search_icon .message.show_file .show_message {
  width: 144px;
  left: -72px;
  margin-left: 10px;
}
header.header .search .menu_search_icon .message.show_menu .show_message {
  width: 133px;
  left: -66.5px;
  margin-left: 10px;
}
header.header .search .menu_search_icon .message:last-of-type {
  margin-right: 15px;
}
header.header .search .menu_search_icon .message .show_message {
  left: -50%;
  margin-right: -10px;
  top: 40px;
}
header.header .search .menu_search_icon .message .show_message p {
  text-align: center;
}
header.header .search .menu_search_icon .closed {
  display: block !important;
}
header.header .search .menu_search_icon .show_menu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_menu.open:before {
  background: url("/local/templates/new_its/images/setting-hover.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_menu.closed {
  opacity: 1;
  background: url("/local/templates/new_its/images/setting-off.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_menu:hover, header.header .search .menu_search_icon .show_menu.open {
  background: url("/local/templates/new_its/images/setting-hover.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_all {
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_all.closed {
  opacity: 1;
  background: url("/local/templates/new_its/images/multi-search.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_all.open, header.header .search .menu_search_icon .show_all:hover {
  background: url("/local/templates/new_its/images/multi-search-red.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_file {
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_file.closed {
  opacity: 1;
  background: url("/local/templates/new_its/images/file-search.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search .menu_search_icon .show_file.open, header.header .search .menu_search_icon .show_file:hover {
  background: url("/local/templates/new_its/images/file-search_red.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header .search:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 45;
  top: 15px;
  left: 15px;
  background: url("/local/templates/new_its/images/search.svg") no-repeat;
}
header.header.mini {
  margin-top: -50px;
}

.cssload-container {
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.cssload-container.file > p {
  margin: 20px 0;
}

.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid rgb(170, 43, 43);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

.cssload-speeding-wheel.white {
  border: 3px solid rgb(255, 255, 255);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.basket_content.bask.not_visible.empty, .basket_content.bask.visible.empty {
  display: none;
}

.vis {
  visibility: visible !important;
  opacity: 1 !important;
}

.menu_search {
  width: 864px;
  background: transparent;
  padding-top: 10px;
}

.menu_search .options {
  width: 100%;
  position: relative;
  display: block;
  vertical-align: middle;
}
.menu_search .options:not(:last-of-type) {
  margin-bottom: 20px;
}

.menu_search .options > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_search .options > div.search_on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: calc(100% - 715px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu_search .options > div.search_on .select_item {
  vertical-align: middle;
  margin-bottom: 0;
}

.menu_search .options select {
  display: none;
}

.search_on a.btn {
  z-index: 0;
}

.select_item {
  margin-bottom: 20px;
}
.select_item:not(:last-of-type) {
  margin-right: 20px;
}

.select_item .checkbox {
  display: none;
}

.select_item .label_checkbox {
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-size: 0;
  cursor: pointer;
}
.select_item .label_checkbox > span {
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
.select_item .label_checkbox > span:hover {
  color: rgb(202, 52, 51);
}

.select_item .checkbox + label > .checkbox_square {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(202, 52, 51); /* Для Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.select_item .checkbox:checked + label > .checkbox_square {
  position: relative;
  border: none;
}
.select_item .checkbox:checked + label > .checkbox_square::before {
  content: " ";
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #791717, #aa2b2b);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.select_item .checkbox:checked + label > .checkbox_square::after {
  content: "";
  background: url("/local/templates/new_its/images/checkbox.svg") no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 58;
}

.answer p {
  width: 416px;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}

.answer .content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.answer .content.inner {
  margin: 0;
}

.answer .content .block {
  width: calc(100% - 265px - 40px);
  line-height: 20px;
  margin: 0 0 18px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer .content .block:nth-of-type(2n+1) {
  width: 265px;
}

.answer .content .block .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.answer .content .block .icon:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-size: contain;
}

.options > div.search_on {
  height: 40px;
}

.menu_search .options .dropdown {
  height: 40px;
  padding-left: 20px;
  padding-right: 22px;
}

.menu_search .options .search_br {
  height: 35px;
  line-height: 35px;
}

.menu_search .options .search_br .search_brend {
  height: 35px;
}

@media (min-width: 1600px) {
  .my_notes.btn-grey {
    width: 55px;
    max-width: 55px;
  }
  header.header .bottom.fixed {
    min-height: 75px;
  }
  header.header .bottom .search {
    width: 940px;
  }
  header.header .bottom .search .menu_search {
    width: 1255px;
  }
}
@media (min-width: 1680px) {
  header.header .bottom .search {
    width: 1089px;
  }
  header.header .bottom .search .menu_search {
    width: 1400px;
  }
  header.header .bottom .basket {
    width: 236px;
  }
}
header.header .bottom .basket .basket_content .table > div a > div:nth-child(2) {
  color: #221c1e;
}

.site-search__show-list {
  background-image: url("/local/templates/new_its/images/multi-search.svg");
}
.site-search__show-list:hover {
  background-image: url("/local/templates/new_its/images/multi-search-red.svg");
}

.site-search__show-file {
  background-image: url("/local/templates/new_its/images/file-search.svg");
}
.site-search__show-file:hover {
  background-image: url("/local/templates/new_its/images/file-search_red.svg");
}

.site-search__show-settings {
  background-image: url("/local/templates/new_its/images/setting-off.svg");
}
.site-search__show-settings:hover, .site-search__show-settings--active {
  background-image: url("/local/templates/new_its/images/setting-hover.svg");
}

.inner.in_basket {
  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;
}

.page-header {
  width: calc(100% - 200px);
  margin-left: 200px;
  padding: 20px 0;
  background-color: #eeeeee;
}
@media (min-width: 1600px) {
  .page-header {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}

.page-header__content {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .page-header__content {
    width: 1000px;
  }
}
@media (min-width: 1600px) {
  .page-header__content {
    width: 1255px;
  }
}
@media (min-width: 1680px) {
  .page-header__content {
    width: 1400px;
  }
}

.head_search {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.site-search {
  width: 100%;
  font-weight: 300;
}

.site-search__conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.site-search__conteiner::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  background: url(/local/templates/new_its/images/search.svg) no-repeat;
}
.site-search__conteiner--error {
  outline-width: 1px !important;
  outline-color: rgb(202, 52, 51);
  outline-style: solid !important;
}

.site-search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 20px;
  padding-left: 45px;
  font-size: 16px;
}
.site-search__input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.site-search__input::-moz-placeholder {
  color: #bfbfbf;
}
.site-search__input:-ms-input-placeholder {
  color: #bfbfbf;
}
.site-search__input::-ms-input-placeholder {
  color: #bfbfbf;
}
.site-search__input::placeholder {
  color: #bfbfbf;
}
.site-search__input--error::-webkit-input-placeholder {
  color: rgba(170, 43, 43, 0.8);
}
.site-search__input--error::-moz-placeholder {
  color: rgba(170, 43, 43, 0.8);
}
.site-search__input--error:-ms-input-placeholder {
  color: rgba(170, 43, 43, 0.8);
}
.site-search__input--error::-ms-input-placeholder {
  color: rgba(170, 43, 43, 0.8);
}
.site-search__input--error::placeholder {
  color: rgba(170, 43, 43, 0.8);
}

.site-search__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-search__btn-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.site-search__btn-icon {
  margin-right: 10px;
  position: relative;
}
.site-search__btn-icon:hover > .message-box {
  display: block;
  opacity: 1;
}

.site-search__show-list,
.site-search__show-file,
.site-search__show-settings {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.site-search__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-search__item {
  margin-right: 10px;
}

.message-box {
  width: 200px;
  left: -87px;
  top: 40px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #221c1e;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  opacity: 0;
  display: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 10;
}
.message-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}

.message-box__text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0;
}

.site-search__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.select-catalog-search,
.select-vendor-search,
.select-code-search,
.select-remains-search {
  position: relative;
  width: 255px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.select-code-search {
  width: 175px;
}

.select-catalog-search__title,
.select-vendor-search__title,
.select-code-search__title,
.select-remains-search__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 35px;
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.select-catalog-search__title::before,
.select-vendor-search__title::before,
.select-code-search__title::before,
.select-remains-search__title::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/local/templates/new_its/images/red.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.select-catalog-search__title--selected,
.select-vendor-search__title--selected,
.select-code-search__title--selected,
.select-remains-search__title--selected {
  color: #000000;
}
.select-catalog-search__title--selected:hover,
.select-vendor-search__title--selected:hover,
.select-code-search__title--selected:hover,
.select-remains-search__title--selected:hover {
  color: #ffffff;
}
.select-catalog-search__title:hover, .select-catalog-search__title.active,
.select-vendor-search__title:hover,
.select-vendor-search__title.active,
.select-code-search__title:hover,
.select-code-search__title.active,
.select-remains-search__title:hover,
.select-remains-search__title.active {
  background-color: rgb(202, 52, 51);
  color: #ffffff;
}
.select-catalog-search__title:hover .btn-search-prop-first, .select-catalog-search__title.active .btn-search-prop-first,
.select-vendor-search__title:hover .btn-search-prop-first,
.select-vendor-search__title.active .btn-search-prop-first,
.select-code-search__title:hover .btn-search-prop-first,
.select-code-search__title.active .btn-search-prop-first,
.select-remains-search__title:hover .btn-search-prop-first,
.select-remains-search__title.active .btn-search-prop-first {
  color: #fff;
}
.select-catalog-search__title:hover::before,
.select-vendor-search__title:hover::before,
.select-code-search__title:hover::before,
.select-remains-search__title:hover::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/local/templates/new_its/images/white.svg");
}
.select-catalog-search__title.active::before,
.select-vendor-search__title.active::before,
.select-code-search__title.active::before,
.select-remains-search__title.active::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("/local/templates/new_its/images/white.svg");
}
.select-catalog-search__title--pending,
.select-vendor-search__title--pending,
.select-code-search__title--pending,
.select-remains-search__title--pending {
  padding: 0;
  background-color: #e3e3e3;
  overflow: hidden;
}
.select-catalog-search__title--pending::before,
.select-vendor-search__title--pending::before,
.select-code-search__title--pending::before,
.select-remains-search__title--pending::before {
  content: none;
}

.select-search__bg-pending {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-65deg, transparent 40%, #f4f4f4 48%, #f4f4f4 52%, transparent 60%);
  -webkit-animation: movegradient 1s infinite ease-in;
  animation: movegradient 1s infinite ease-in;
}

@-webkit-keyframes movegradient {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes movegradient {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.select-catalog-search__title-wrapper,
.select-vendor-search__title-wrapper,
.select-code-search__title-wrapper,
.select-remains-search__title-wrapper {
  overflow: hidden;
  font-size: 16px;
}

.select-catalog-search__title-inner,
.select-vendor-search__title-inner,
.select-code-search__title-inner,
.select-remains-search__title-inner {
  white-space: nowrap;
}

.select-catalog-search__wrapper,
.select-vendor-search__wrapper,
.select-code-search__wrapper,
.select-remains-search__wrapper {
  position: absolute;
  top: -105px;
  left: -2px;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.search-file__popup .select-code-search__wrapper {
  position: absolute;
  top: -290px;
  left: -2px;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 20px 0 70px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.select-catalog-search__list {
  width: 380px;
}

.select-vendor-search__wrapper {
  width: 280px;
}

.select-code-search__wrapper {
  width: 230px;
}

.select-remains-search__wrapper {
  width: 274px;
}

.select-catalog-search__item,
.select-vendor-search__item,
.select-code-search__item,
.select-remains-search__item {
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.select-catalog-search__item:hover,
.select-vendor-search__item:hover,
.select-code-search__item:hover,
.select-remains-search__item:hover {
  background-color: #eeeeee;
}
.select-catalog-search__item--active, .select-catalog-search__item--active:hover,
.select-vendor-search__item--active,
.select-vendor-search__item--active:hover,
.select-code-search__item--active,
.select-code-search__item--active:hover,
.select-remains-search__item--active,
.select-remains-search__item--active:hover {
  background-color: rgb(202, 52, 51);
}
.select-catalog-search__item--btn:hover,
.select-vendor-search__item--btn:hover,
.select-code-search__item--btn:hover,
.select-remains-search__item--btn:hover {
  background-color: #ffffff;
}

.select-code-search__btn {
  background-color: transparent;
  font-size: 16px;
  border-bottom: 1px dotted #000000;
}
.select-code-search__btn:hover {
  color: rgb(202, 52, 51);
  border-bottom-color: rgb(202, 52, 51);
}

.select-catalog-search__item:last-child .select-catalog-search__link,
.select-vendor-search__item:last-child .select-vendor-search__link,
.select-code-search__item:last-child .select-code-search__link,
.select-remains-search__item:last-child .select-remains-search__link {
  border-bottom: none;
}

.select-catalog-search__link,
.select-vendor-search__link,
.select-code-search__link,
.select-remains-search__link {
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px;
  line-height: 16px;
  border-bottom: #eee 1px solid;
  color: #000000;
  cursor: pointer;
}

.select-catalog-search__link--all {
  padding-left: 22px;
}

.select-catalog-search__prefix {
  color: rgb(202, 52, 51);
}

.select-catalog-search__item--active .select-catalog-search__link {
  border-bottom-color: transparent;
}
.select-catalog-search__item--active .select-catalog-search__link,
.select-catalog-search__item--active .select-catalog-search__prefix {
  color: #ffffff;
}

.select-vendor-search__item--active .select-vendor-search__link {
  border-bottom-color: transparent;
  color: #ffffff;
}

.select-code-search__item.active {
  background-color: #CA3433;
}
.select-code-search__item.active .select-code-search__link {
  border-bottom-color: transparent;
  color: #ffffff;
}

.select-remains-search__item.active {
  background-color: #CA3433;
}
.select-remains-search__item.active .select-remains-search__link {
  border-bottom-color: transparent;
  color: #ffffff;
}

.select-catalog-search__item:hover .select-catalog-search__link {
  border-bottom-color: transparent;
}

.select-vendor-search__item:hover .select-vendor-search__link {
  border-bottom-color: transparent;
}

.select-code-search__item:hover .select-code-search__link {
  border-bottom-color: transparent;
}

.select-catalog-search__radio,
.select-vendor-search__radio,
.select-code-search__radio,
.select-remains-search__radio {
  display: none;
}

.select-vendor-search__search {
  padding: 0 20px 10px 20px;
  position: relative;
}
.select-vendor-search__search::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 45;
  top: 10px;
  left: 29px;
  display: block;
  background: url(/local/templates/new_its/images/search-grey.svg) no-repeat;
}

input[type=text].select-vendor-search__search-input {
  font-size: 16px;
  border: 1px solid #d8d8d8;
  padding: 0 15px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  height: 35px;
  width: 100%;
}

.fast-site-search {
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 4;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.1);
}

.fast-site-search__read-more {
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}

.fast-site-search__link,
.fast-site-search__read-more {
  padding: 13px 13px 12px 46px;
  display: block;
  color: #000000;
}
.fast-site-search__link:hover, .fast-site-search__link--active,
.fast-site-search__read-more:hover,
.fast-site-search__read-more--active {
  background-color: #eeeeee;
}

.fast-site-search__link b,
.fast-site-search__read-more {
  color: rgb(202, 52, 51);
  font-weight: 700;
}

.fast-site-search {
  display: none;
}
.fast-site-search:hover {
  display: block;
}

#title-search-input:focus ~ .fast-site-search {
  display: block;
}

.button-dropdown span {
  font-size: 16px;
}

.button-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 40px;
  width: 182px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.button-dropdown::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/local/templates/new_its/images/red.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.button-dropdown::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/local/templates/new_its/images/filter_red.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.button-dropdown:hover, .button-dropdown--active {
  color: #ffffff;
  background-color: rgb(202, 52, 51);
}
.button-dropdown--loading {
  color: #ffffff;
  background-image: linear-gradient(45deg, #791717 20%, #791717 40%, #aa2b2b 60%, #791717 80%, #791717 100%);
  background-position: -200px 0;
  -webkit-animation: background 2s ease-in;
  animation: background 2s ease-in;
}
@-webkit-keyframes background {
  100% {
    background-position: 200px 0;
  }
}
@keyframes background {
  100% {
    background-position: 200px 0;
  }
}
.button-dropdown:hover::before, .button-dropdown--active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/local/templates/new_its/images/white.svg");
}
.button-dropdown:hover::after, .button-dropdown--active::after {
  background-image: url("/local/templates/new_its/images/filter_white.svg");
}

.fast-site-search__error {
  padding: 13px 13px 12px 46px;
  display: block;
  color: #000000;
}

.popup-1__title,
.popup-2__title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: #000000;
}

.popup-2__title {
  margin: 0 20px;
  padding-left: 60px;
  background-image: url(/local/templates/new_its/images/in-red.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px 0;
}

header.header .bottom .basket .popup-2.basket_content .inner {
  margin: 0;
}

.modal.element.meter b {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.54;
  color: rgb(202, 52, 51);
}

.modal.element.doc_white.login_password b,
.modal.element.doc_white.forgot_password b {
  display: block;
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: #000000;
}

header.header .bottom .basket .basket_content.add .table > div a.inner.link {
  padding: 0 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.color_discount {
  color: rgb(202, 52, 51);
}

.vzaim .info > div.orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vzaim .info > div.orange:before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ef7800;
  border-radius: 50%;
}

.vzaim .info > div.grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vzaim .info > div.grey:before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #7f7f7f;
  border-radius: 50%;
}

@media (max-width: 1359px) {
  header.header .top {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.header .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  header.header .mn-contacts {
    height: 50px;
    padding: 0 15px;
  }
  header.header .logo {
    height: 50px;
  }
  header.header .logo img {
    height: 20px;
  }
  header.header .basket {
    min-width: 180px;
    width: auto;
  }
  header.header .basket > div.inner {
    position: relative;
  }
}
@media (max-width: 1023px) {
  header.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(34, 28, 30);
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.header .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 20px;
    margin-right: auto;
  }
  header.header .logo .flex_text {
    display: none;
  }
  header.header .mn-contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  header.header .head_search {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    min-width: 100%;
  }
  header.header .head_search .header-search-right button {
    padding: 0 25px;
  }
  header.header .top {
    display: contents;
  }
  header.header .top .mobile_menu {
    min-width: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    position: relative;
    cursor: pointer;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  header.header .top .mobile_menu::before, header.header .top .mobile_menu::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 22px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header.header .top .mobile_menu::before {
    background-image: url("/local/templates/new_its/images/mobile_menu_closed.svg");
    opacity: 1;
  }
  header.header .top .mobile_menu::after {
    background-image: url("/local/templates/new_its/images/mobile_menu_opened.svg");
    opacity: 0;
  }
  header.header .top.show .mobile_menu::before {
    opacity: 0;
  }
  header.header .top.show .mobile_menu::after {
    opacity: 1;
  }
  header.header .bottom {
    display: contents;
  }
  header.header .bottom .contents {
    display: contents;
  }
  header.header .bottom .btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  header.header .basket {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    z-index: 3;
    padding: 13.5px 0;
    min-width: 50px;
    width: 50px;
  }
  header.header .basket .title {
    display: none;
  }
  header.header .basket > div.inner::before {
    min-width: 25px;
    margin-right: 0;
  }
  header.header .basket > div.inner.in_basket::before {
    margin-right: 0;
  }
  header.header .basket > div.inner.in_basket .sum {
    display: none;
  }
}
@media (max-width: 767px) {
  header.header .bottom .basket .basket_content.add {
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    top: auto;
    margin-top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header.header .bottom .basket .basket_content.add.visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header.header .bottom .basket .basket_content.add .inner {
    width: 100%;
  }
  header.header .bottom .basket .basket_content.add .table {
    margin-bottom: 0;
  }
  header.header .bottom .basket .basket_content.add .table > div a.inner.link {
    padding: 0;
  }
  header.header .bottom .basket .basket_content.add .table > div a.inner.link div:first-child {
    width: auto;
  }
  header.header .bottom .basket .basket_content.add .table > div a.inner.link div:nth-child(2) {
    white-space: nowrap;
    vertical-align: top;
  }
  header.header .bottom .basket .basket_content.add .table > div a.inner.link div:last-of-type {
    display: none;
  }
  header.header .bottom .basket .basket_content .arrow_box {
    display: none;
  }
  header.header .bottom .basket .basket_content .popup-2__title {
    background-position: 0;
    background-size: 25px;
    padding-left: 30px;
    font-size: 18px;
    margin: 0 0 10px;
    display: block;
  }
  header.header .bottom .basket .basket_content .pc-motivation--popup {
    display: none;
  }
}
.main-nav {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.main-nav .inner_menu {
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}
.main-nav .inner_menu .mn-contacts {
  display: none;
}
.main-nav .main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.main-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  color: rgb(255, 255, 255);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.main-nav__btn--box {
  position: relative;
}
.main-nav__btn .ico {
  -ms-flex-preferred-size: 22px;
  flex-basis: 22px;
  min-width: 22px;
  height: 23px;
  margin-right: 7px;
  position: relative;
}
.main-nav__btn .ico::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 22px 23px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.main-nav__btn .ico::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 22px 23px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.main-nav__btn .name {
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (min-width: 1600px) {
  .main-nav__btn .name {
    font-size: 16px;
  }
}
.main-nav__btn .main-nav__btn-arrow {
  margin-left: 2px;
  width: 14px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.main-nav__btn .main-nav__btn-arrow::before {
  display: block;
  content: "";
  opacity: 1;
  background-image: url("/local/templates/new_its/images/menu_ico_arrow.svg");
  background-size: 14px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.main-nav__btn .main-nav__btn-arrow::after {
  display: block;
  content: "";
  opacity: 0;
  background-image: url("/local/templates/new_its/images/menu_ico_arrow-red.svg");
  background-size: 14px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.main-nav__btn:hover, .main-nav__btn:focus, .main-nav__btn:active {
  color: rgb(202, 52, 51);
}
.main-nav__btn:hover .ico::before, .main-nav__btn:focus .ico::before, .main-nav__btn:active .ico::before {
  opacity: 0;
}
.main-nav__btn:hover .ico::after, .main-nav__btn:focus .ico::after, .main-nav__btn:active .ico::after {
  opacity: 1;
}
.main-nav__btn:hover .main-nav__btn-arrow::before, .main-nav__btn:focus .main-nav__btn-arrow::before, .main-nav__btn:active .main-nav__btn-arrow::before {
  opacity: 0;
}
.main-nav__btn:hover .main-nav__btn-arrow::after, .main-nav__btn:focus .main-nav__btn-arrow::after, .main-nav__btn:active .main-nav__btn-arrow::after {
  opacity: 1;
}

.main-nav__subnav {
  position: absolute;
  top: 45px;
  left: 0;
  width: 210px;
  padding: 0;
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  color: #000000;
}
.main-nav__subnav--card {
  width: 290px;
}
.main-nav__subnav .main-nav__sn-item:first-child a {
  padding-top: 5px;
}
.main-nav__subnav .main-nav__sn-item:last-child a {
  padding-bottom: 5px;
}

.main-nav__sn-link {
  display: block;
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .main-nav__sn-link {
    padding: 0 20px;
  }
}
.main-nav__sn-link > span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #000000;
}
@media (min-width: 1600px) {
  .main-nav__sn-link > span {
    font-size: 16px;
    line-height: 1.19;
  }
}
.main-nav__sn-link:hover, .main-nav__sn-link:focus, .main-nav__sn-link:active {
  background-color: rgb(202, 52, 51);
}
.main-nav__sn-link:hover > span, .main-nav__sn-link:focus > span, .main-nav__sn-link:active > span {
  border-bottom-color: transparent;
  color: rgb(255, 255, 255);
}

.main-nav__sn-item:last-child > .main-nav__sn-link > span {
  border-bottom: none;
}

.mn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.mn-login__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_login.svg");
}
.mn-login__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_login-red.svg");
}

.mn-reg__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_reg.svg");
}
.mn-reg__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_reg-red.svg");
}

.mn-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mn-services__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_service.svg");
}
.mn-services__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_service-red.svg");
}
.mn-services .mn-contacts__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_contacts.svg");
}
.mn-services .mn-contacts__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_contacts-red.svg");
}
.mn-services .mn-about__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_about.svg");
}
.mn-services .mn-about__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_about-red.svg");
}

.mn-offer__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_offer.svg");
}
.mn-offer__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_offer-red.svg");
}

.mn-catalog__btn {
  position: relative;
  background-color: rgb(202, 52, 51);
  padding: 0 15px;
}
.mn-catalog__btn:hover {
  background-color: rgb(202, 52, 51);
  color: rgb(255, 255, 255);
}
.mn-catalog__btn .ico {
  background-image: url("/local/templates/new_its/images/menu_ico_catalog.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.mn-catalog__subnav,
.mn-catalog__subnav.js-mn-container.js-bottom {
  position: fixed;
  left: 200px;
  top: 9%;
  bottom: 9%;
  min-height: 500px;
  max-height: 730px;
}
@media (min-width: 1600px) {
  .mn-catalog__subnav,
  .mn-catalog__subnav.js-mn-container.js-bottom {
    left: 220px;
  }
}

.sn-l1-catalog {
  width: 350px;
  height: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: black;
  -webkit-box-shadow: 20px 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 20px 20px 70px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1600px) {
  .sn-l1-catalog {
    width: 410px;
  }
}

.sn-l1-catalog__link {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  color: #000000;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.sn-l1-catalog__link:hover {
  background-color: #e5e5e5;
}
@media (min-width: 1600px) {
  .sn-l1-catalog__link {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.19;
  }
}

.sn-l1-catalog__link > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1600px) {
  .sn-l1-catalog__link > span {
    height: 45px;
  }
}

.sn-l1-catalog__item:last-child .sn-l1-catalog__link > span {
  border-bottom: none;
}

.sn-l1-catalog__link b {
  margin-right: 10px;
  font-weight: 300;
  color: rgb(202, 52, 51);
}

.sn-l1-catalog__item.active > .sn-l1-catalog__link {
  background-color: rgb(202, 52, 51);
}

.sn-l1-catalog__item.active > .sn-l1-catalog__link > span {
  color: #ffffff;
  border-bottom-color: transparent;
}

.sn-l1-catalog__item.active > .sn-l1-catalog__link b {
  color: #ffffff;
}

.sn-l2-catalog {
  position: fixed;
  left: 550px;
  top: 9%;
  bottom: 9%;
  padding: 5px 0;
  min-height: 500px;
  max-height: 730px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: black;
  -webkit-box-shadow: 20px 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 20px 20px 70px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1600px) {
  .sn-l2-catalog {
    left: 630px;
  }
}

.sn-l2-catalog__container {
  height: 100%;
}

.sn-l2-catalog__list {
  padding: 20px;
  width: 690px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -webkit-column-rule: 1px solid #e5e5e5;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
}
.sn-l2-catalog__list--one {
  width: 300px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}
@media (min-width: 1600px) {
  .sn-l2-catalog__list {
    width: 1010px;
  }
  .sn-l2-catalog__list--one {
    width: 515px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
  }
}

.sn-l2-catalog__item + .sn-l2-catalog__item {
  margin-top: 15px;
}
@media (min-width: 1600px) {
  .sn-l2-catalog__item + .sn-l2-catalog__item {
    margin-top: 20px;
  }
}

.sn-l2-catalog__link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #000000;
}
.sn-l2-catalog__link:hover, .sn-l2-catalog__link:active, .sn-l2-catalog__link:focus {
  color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .sn-l2-catalog__link {
    font-size: 16px;
    line-height: 1.19;
  }
}

.sn-l2-catalog__item ul {
  margin: 10px 0 0 20px;
}

.sn-l2-catalog__item ul li + li {
  margin-top: 5px;
}

.sn-l2-catalog__item ul a {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
}
.sn-l2-catalog__item ul a:hover, .sn-l2-catalog__item ul a:active, .sn-l2-catalog__item ul a:focus {
  color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .sn-l2-catalog__item ul a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.29;
  }
}

.mn-user {
  margin-left: auto;
}
.mn-user .ico::before {
  background-image: url("/local/templates/new_its/images/user.svg");
}
.mn-user .ico::after {
  background-image: url("/local/templates/new_its/images/user-red.svg");
}
.mn-user .main-nav__btn-arrow {
  height: 20px;
}
.mn-user > span {
  font-weight: bold;
}
.mn-user small {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #ffffff;
}
.mn-user .main-nav__subnav {
  right: 0;
  left: auto;
}
.mn-user .main-nav__subnav .name {
  display: none;
}

.mn-user__card {
  padding: 5px 0;
}

.mn-user__card-item {
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .mn-user__card-item {
    padding: 0 20px;
  }
}

.mn-user__card-item p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #000000;
}
@media (min-width: 1600px) {
  .mn-user__card-item p {
    font-size: 14px;
    line-height: 1.43;
  }
}

.mn-user__card-item p + p {
  margin-top: 5px;
}
@media (min-width: 1600px) {
  .mn-user__card-item p + p {
    margin-top: 7px;
  }
}

.mn-user__card-item b {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.14;
  color: #000000;
}

.mn-user__card-content {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.mn-user__card-item:last-child > .mn-user__card-content {
  border-bottom: none;
}

.mn-user__card-content--debts b {
  color: rgb(202, 52, 51);
}

.mn-user__card-btn {
  display: block;
}

.mn-user__card-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}

.mn-user__card-btn svg {
  margin-right: 10px;
  fill: #000000;
}

.mn-user__card-btn--logout > span {
  color: #7f7f7f;
}

.mn-user__card-btn--logout svg {
  fill: #7f7f7f;
}

.mn-user__card-btn:hover,
.mn-user__card-btn:active,
.mn-user__card-btn:focus {
  background-color: rgb(202, 52, 51);
}

.mn-user__card-btn:hover > span,
.mn-user__card-btn:active > span,
.mn-user__card-btn:focus > span {
  color: #ffffff;
  border-bottom-color: transparent;
}

.mn-user__card-btn:hover svg,
.mn-user__card-btn:active svg,
.mn-user__card-btn:focus svg {
  fill: #ffffff;
}

.mn-doc .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_docs.svg");
}
.mn-doc .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_docs-red.svg");
}

.mn-doc .main-nav__sn-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-doc .main-nav__sn-link svg {
  margin-right: 5px;
  fill: #000000;
}

.mn-doc .main-nav__sn-link:hover svg,
.mn-doc .main-nav__sn-link:focus svg,
.mn-doc .main-nav__sn-link:active svg {
  margin-right: 5px;
  fill: #ffffff;
}

.mn-support .mn-support__info {
  display: block;
  font-size: 12px;
  line-height: 1.17;
  color: #ffffff;
  margin-left: 35px;
}
.mn-support .mn-support__info:hover, .mn-support .mn-support__info:focus, .mn-support .mn-support__info:active {
  color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .mn-support .mn-support__info {
    font-size: 14px;
    line-height: 1.43;
    margin-left: 45px;
  }
}

.mn-support__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_support.svg");
}
.mn-support__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_support-red.svg");
}

.mn-support > .mn-support__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 0 0;
  font-weight: bold;
  padding: 0 10px;
}
@media (min-width: 1680px) {
  .mn-support > .mn-support__chat {
    padding: 0 15px;
  }
}

.mn-support > .mn-support__chat svg {
  margin-right: 5px;
  opacity: 0.6;
  fill: #ffffff;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
@media (min-width: 1680px) {
  .mn-support > .mn-support__chat svg {
    margin-right: 10px;
  }
}

.mn-support > .mn-support__chat:hover svg,
.mn-support > .mn-support__chat:active svg,
.mn-support > .mn-support__chat:focus svg {
  fill: rgb(202, 52, 51);
}

.mn-support__card {
  padding: 5px 15px;
}

.mn-support__card-item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mn-support__card-item:last-child {
  border-bottom: none;
}
@media (min-width: 1600px) {
  .mn-support__card-item {
    padding: 15px 0;
  }
}

.mn-support__card-item > p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #000000;
}
@media (min-width: 1600px) {
  .mn-support__card-item > p {
    margin-bottom: 10px;
  }
}

.mn-support__card-item > a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #000000;
}
.mn-support__card-item > a:hover, .mn-support__card-item > a:active, .mn-support__card-item > a:focus {
  color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .mn-support__card-item > a {
    margin-top: 5px;
  }
}

a.mn-support__card-mail {
  font-weight: bold;
}

a.mn-support__card-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  a.mn-support__card-chat {
    margin-top: 15px;
  }
}

a.mn-support__card-chat > svg {
  margin-right: 10px;
  fill: rgb(202, 52, 51);
}

a.mn-support__card-chat:hover,
a.mn-support__card-chat:focus,
a.mn-support__card-chat:active {
  color: #000000;
}

a.mn-support__card-chat:hover > svg,
a.mn-support__card-chat:focus > svg,
a.mn-support__card-chat:active > svg {
  fill: #000000;
}

.mn-manager .mn-manager__info {
  display: block;
  font-size: 12px;
  line-height: 1.17;
  color: #ffffff;
  margin-left: 35px;
}
.mn-manager .mn-manager__info:hover, .mn-manager .mn-manager__info:focus, .mn-manager .mn-manager__info:active {
  color: rgb(202, 52, 51);
}
.mn-manager .mn-manager__info.mn-manager__email {
  font-size: 12px;
  line-height: 1.17;
}
@media (min-width: 1600px) {
  .mn-manager .mn-manager__info {
    font-size: 14px;
    line-height: 1.43;
    margin-left: 45px;
  }
}

.mn-manager__btn .ico::before {
  background-image: url("/local/templates/new_its/images/menu_ico_manager.svg");
}
.mn-manager__btn .ico::after {
  background-image: url("/local/templates/new_its/images/menu_ico_manager-red.svg");
}

.mn-manager__card {
  padding: 5px 15px;
}

.mn-manager__card-item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mn-manager__card-item:last-child {
  border-bottom: none;
}
@media (min-width: 1600px) {
  .mn-manager__card-item {
    padding: 15px 0;
  }
}

.mn-manager__card-item > p {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.17;
  color: #7f7f7f;
}

.mn-manager__card-item > a {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #000000;
}
.mn-manager__card-item > a:hover, .mn-manager__card-item > a:active, .mn-manager__card-item > a:focus {
  color: rgb(202, 52, 51);
}
@media (min-width: 1600px) {
  .mn-manager__card-item > a {
    margin-top: 5px;
  }
}

a.mn-manager__card-phone > b {
  font-weight: 300;
  color: #7f7f7f;
}

a.mn-manager__card-chat {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(202, 52, 51);
}

a.mn-manager__card-chat > svg {
  margin-right: 10px;
  fill: rgb(202, 52, 51);
}

a.mn-manager__card-chat:hover,
a.mn-manager__card-chat:focus,
a.mn-manager__card-chat:active {
  color: #000000;
}

a.mn-manager__card-chat:hover > svg,
a.mn-manager__card-chat:focus > svg,
a.mn-manager__card-chat:active > svg {
  fill: #000000;
}

.mn-manager__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .mn-manager__card-info {
    margin-bottom: 5px;
  }
}

.mn-manager__card-avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
}

.mn-manager__card-avatar > img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.js-mn-container,
.js-sn-container {
  display: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.js-mn-btn.active > .js-mn-container,
.js-sn-btn.active > .js-sn-container {
  display: block;
}

.js-mn-container.js-bottom {
  top: auto;
  bottom: 0;
}

@media (max-width: 1279px) {
  .main-nav__btn .ico {
    display: none;
  }
  .main-nav__btn.mn-user .ico {
    display: block;
    margin-right: 0;
  }
  .main-nav__btn.mn-user .name {
    display: none;
  }
  .main-nav__btn.mn-user .main-nav__subnav .name {
    display: block;
    padding: 10px 15px 5px;
    font-size: 16px;
    font-weight: 900;
  }
}
@media (max-width: 1023px) {
  .main-nav {
    display: contents;
  }
  .main-nav .inner_menu {
    left: 0;
    height: 0;
    width: 100%;
    background: rgb(34, 28, 30);
    position: fixed;
    top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 0;
  }
  .main-nav .inner_menu .mn-contacts {
    display: block;
    min-height: 45px;
    height: 45px;
    margin-left: 0;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .main-nav .inner_menu .mn-contacts .mn-contacts__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    gap: 10px;
  }
  .main-nav .inner_menu .main-nav__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .main-nav .inner_menu .main-nav__item .main-nav__btn {
    width: 100%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-nav .inner_menu .main-nav__item .main-nav__btn .ico {
    display: block;
    min-height: 45px;
  }
  .main-nav .inner_menu .main-nav__item .main-nav__btn .name {
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-nav .inner_menu .main-nav__item .main-nav__btn .main-nav__btn-arrow {
    min-height: 45px;
    height: auto;
  }
  .main-nav .inner_menu .main-nav__item .main-nav__btn.active .main-nav__btn-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-nav .inner_menu .main-nav__item.mn-user {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: rgb(0, 0, 0);
  }
  .main-nav .inner_menu .main-nav__item.mn-user .mn-user__card {
    padding-top: 0;
  }
  .main-nav .inner_menu .main-nav__item.mn-user .mn-user__card-content {
    border-bottom: none;
  }
  .main-nav .inner_menu .main-nav__item.mn-user .main-nav__subnav .name {
    display: none;
  }
  .main-nav .inner_menu .main-nav__item.mn-user .main-nav__subnav .mn-user__card-item p, .main-nav .inner_menu .main-nav__item.mn-user .main-nav__subnav .mn-user__card-item b {
    color: rgb(255, 255, 255);
    font-size: 14px;
  }
  .main-nav .inner_menu .main-nav__item.mn-user .main-nav__subnav .mn-user__card-item .mn-user__card-content--debts b {
    color: rgb(202, 52, 51);
  }
  .main-nav .inner_menu .main-nav__item.mn-user .main-nav__subnav .mn-user__card-btn > span {
    color: rgb(255, 255, 255);
  }
  .main-nav .inner_menu .main-nav__item.mn-user .main-nav__subnav .mn-user__card-btn svg {
    fill: rgb(255, 255, 255);
  }
  .main-nav .inner_menu .main-nav__item.mn-manager {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: rgb(0, 0, 0);
  }
  .main-nav .inner_menu .main-nav__item.mn-manager .mn-manager__card-avatar {
    display: none;
  }
  .main-nav .inner_menu .main-nav__item.mn-manager .mn-manager__card-name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .main-nav .inner_menu .main-nav__item.mn-manager .mn-manager__card {
    padding-top: 0;
  }
  .main-nav .inner_menu .main-nav__item.mn-manager .mn-manager__card-item {
    color: rgb(255, 255, 255);
    padding-top: 0;
  }
  .main-nav .inner_menu .main-nav__item.mn-manager .mn-manager__card-item > a {
    color: rgb(255, 255, 255);
  }
  .main-nav .inner_menu .main-nav__item.mn-doc .main-nav__sn-link svg {
    fill: rgb(255, 255, 255);
  }
  .main-nav .inner_menu.show {
    height: calc(100vh - 100px);
    overflow: auto;
  }
  .mn-login {
    margin-left: 0;
  }
  .mn-user {
    margin-left: 0;
  }
  .main-nav__subnav {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  .main-nav__subnav .main-nav__sn-link > span {
    color: rgb(255, 255, 255);
    border-color: rgb(85, 85, 85);
  }
}
@media (max-width: 767px) {
  .main-nav .main-nav__btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@-webkit-keyframes showMobileMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showMobileMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
nav.menu ul li .icon_sales:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/sales.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_login:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/inlogin.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_out:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/out.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_reg:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/reg.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_about:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/about.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_money:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/money.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_delivery:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/dostavka.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_messages:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/messages.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_support:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/side-bar_manager.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_spec:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/specification.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_docs:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/docs.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_order:before {
  width: 22px;
  height: 25px;
  margin-left: -2px;
  background-image: url("/local/templates/new_its/images/orders.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_naklad:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/nakladnie.svg");
  background-repeat: no-repeat;
}
nav.menu ul li .icon_contacts:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/contacts.svg");
  background-repeat: no-repeat;
}

.icon_user:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/user.svg");
  background-repeat: no-repeat;
}

.icon_search {
  height: 40px;
}
.icon_search span {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.icon_search:before {
  width: 25px;
  height: 25px;
  background-image: url("/local/templates/new_its/images/how-search-red.svg");
  background-repeat: no-repeat;
  margin-right: 5px;
  display: block;
}
.icon_search:hover:before {
  background-image: url("/local/templates/new_its/images/how-search.svg");
}
.icon_search:hover span {
  border-bottom: 1px dotted rgb(202, 52, 51);
}

.icon_login_red:before {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  background-image: url("/local/templates/new_its/images/login_red.svg");
  background-repeat: no-repeat;
}
.icon_login_red:hover:before {
  background-image: url("/local/templates/new_its/images/login_black.svg");
}

.icon_reg_red:before {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  background-image: url("/local/templates/new_its/images/reg_red.svg");
  background-repeat: no-repeat;
}
.icon_reg_red:hover:before {
  background-image: url("/local/templates/new_its/images/reg_black.svg");
}

.icon_sam:before {
  background-image: url("/local/templates/new_its/images/icon_sam.svg");
  background-repeat: no-repeat;
}

.icon_man:before {
  background-image: url("/local/templates/new_its/images/icon_man.svg");
  background-repeat: no-repeat;
}

.icon_doc:before {
  background-image: url("/local/templates/new_its/images/icon_doc.svg");
  background-repeat: no-repeat;
}

.icon_price {
  background-image: url("/local/templates/new_its/images/icon_price.svg");
  background-repeat: no-repeat;
}

.icon_orders:before {
  background-image: url("/local/templates/new_its/images/icon_orders.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.icon_naklad:before {
  background-image: url("/local/templates/new_its/images/naklad.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.icon_vzaim:before {
  background-image: url("/local/templates/new_its/images/raschets.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.icon_rezerv:before {
  background-image: url("/local/templates/new_its/images/reserv.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.icon_print:before {
  background-image: url("/local/templates/new_its/images/print.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 20px;
}
.icon_print:hover:before {
  background-image: url("/local/templates/new_its/images/print-black.svg");
}
.icon_print + .icon_download {
  margin-left: 25px;
}

.icon_delete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/trash-gray.svg");
  background-repeat: no-repeat;
  margin-left: 5px;
}
.icon_delete:hover {
  background-image: url("/local/templates/new_its/images/trash-red.svg");
}

.icon_download {
  position: relative;
}
.icon_download .show_message {
  top: 20px;
  left: 25px;
}
.icon_download:before {
  background-image: url("/local/templates/new_its/images/download.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 20px;
}
.icon_download:hover:before {
  background-image: url("/local/templates/new_its/images/download-black.svg");
}

.icon_download + .icon_email {
  margin-left: 25px;
}

.icon_email:before {
  background-image: url("/local/templates/new_its/images/email.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 20px;
}
.icon_email:hover:before {
  background-image: url("/local/templates/new_its/images/email-black.svg");
}

.icon_doc_small:before {
  background-image: url("/local/templates/new_its/images/docs-red.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 20px;
}

.icon-messages:before {
  display: block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-image: url("/local/templates/new_its/images/messages-red.svg");
  background-repeat: no-repeat;
}
.icon-messages:hover:before {
  background-image: url("/local/templates/new_its/images/messages-white.svg");
}

.warning_icon {
  content: "";
  background-image: url("/local/templates/new_its/../../images/group.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  left: -40px;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-order span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-order span:before {
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  margin-right: 5px;
  background-image: url("/local/templates/new_its/images/orders-white.svg");
  background-repeat: no-repeat;
}

.icon-reg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-reg span:before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 5px;
  background-image: url("/local/templates/new_its/images/reg_white.svg");
  background-repeat: no-repeat;
}

.icon-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.icon-in:before {
  width: 25px;
  height: 25px;
  content: "";
  margin-right: 5px;
  background-image: url("/local/templates/new_its/images/in-red-25.svg");
  background-repeat: no-repeat;
}
.icon-in:hover:before {
  background-image: url("/local/templates/new_its/images/in-white-25.svg");
}

.icon-draft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-draft:before {
  width: 25px;
  height: 25px;
  content: "";
  margin-right: 5px;
  background-image: url("/local/templates/new_its/images/draft-red.svg");
  background-repeat: no-repeat;
}
.icon-draft:hover:before {
  background-image: url("/local/templates/new_its/images/draft-black.svg");
}

.icon_messages:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/messages.svg");
  background-repeat: no-repeat;
}

.icon_support:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/side-bar_manager.svg");
  background-repeat: no-repeat;
}

.icon-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}
.icon-basket:before {
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 5px;
  background-image: url("/local/templates/new_its/images/trash-black.svg");
  background-repeat: no-repeat;
}
.icon-basket:hover:before {
  background-image: url("/local/templates/new_its/images/trash-red.svg");
}

.icon_login:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/inlogin.svg");
  background-repeat: no-repeat;
}

.icon_reg:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/reg.svg");
  background-repeat: no-repeat;
}

.icon_filter:before {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/new_its/images/setting-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

i.icon-inlogin-white {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url("/local/templates/new_its/images/icon-inlogin-white.svg") no-repeat;
}
i.icon-registration-red {
  width: 25px;
  height: 25px;
  margin-top: -1px;
  background: url("/local/templates/new_its/images/registration_red.svg") no-repeat;
}

.b2b-pop-up .ico-close {
  background: url("/local/templates/new_its/images/ico-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b2b-pop-up .ico-close:hover {
  cursor: pointer;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.js-popup-fix {
  overflow: hidden;
}

.js-popup {
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(33, 28, 33, 0.6);
}

.js-popup__overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.js-popup__spin {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.js-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 20px auto;
}
@media (min-width: 1680px) {
  .js-popup__wrapper {
    width: 1216px;
  }
}

.js-popup__back,
.js-popup__next {
  position: relative;
  width: 50px;
  background-color: rgba(33, 28, 33, 0.15);
  cursor: pointer;
}
.js-popup__back:hover,
.js-popup__next:hover {
  background-color: rgba(33, 28, 33, 0.3);
}
.js-popup__back::after,
.js-popup__next::after {
  content: "";
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 15px;
  background: url(/local/templates/new_its/images/arrow-btn-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.js-popup__back::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-popup__window {
  width: 1000px;
  background-color: #eeeeee;
}
@media (min-width: 1680px) {
  .js-popup__window {
    width: 1116px;
  }
}

.js-popup__title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  background-color: #e3e3e3;
}
@media (min-width: 1680px) {
  .js-popup__title-bar {
    height: 50px;
  }
}

.js-popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.js-popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-popup__inner {
  padding: 20px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-close-small,
.close_basket_content {
  font-size: 0;
  background-image: url("/local/templates/new_its/images/close.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -30px;
  right: -60px;
  cursor: pointer;
  padding: 0;
}
.fancybox-close-small svg,
.close_basket_content svg {
  display: none;
}
.fancybox-close-small:hover,
.close_basket_content:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.file_upload {
  cursor: pointer;
  text-align: center;
}
.file_upload .file {
  display: none;
}
.file_upload label {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border: 1px solid rgb(202, 52, 51);
  margin-bottom: 15px;
}

.modal.file .content .block {
  margin: 0;
}

.modal.file .content {
  margin: 0;
}

.modal.file .search_on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  padding: 30px 40px 40px;
}
.modal.doc {
  padding: 16px 16px 58px;
}
.modal.doc .fancybox-close-small {
  top: 0;
}
.modal.doc .tablecatalog {
  font-size: 16px;
}
.modal .tablecatalog {
  display: table;
}
.modal .modal_content {
  max-width: 800px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.modal .modal_content .close_modal_window {
  color: #aaa;
  float: right;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.modal .modal_content img {
  width: 100%;
}
.modal .modal_content a {
  position: relative;
}
.modal h1 {
  font-size: 26px;
  line-height: 34px;
}
.modal .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal.file, .modal.some {
  background: #fff;
}
.modal.file .search_on, .modal.some .search_on {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.file .search_on .select_item, .modal.some .search_on .select_item {
  margin-bottom: 0;
  margin-right: 30px;
}
.modal.file .search_on .show_message, .modal.some .search_on .show_message {
  width: 311px;
  height: 95.1px;
}
.modal.some {
  width: 533px;
  padding-right: 27px;
}
.modal.some:before {
  margin-right: -27px;
}
.modal.some .modal_footer {
  margin-right: -27px;
}
.modal.some .table_inputs {
  font-size: 0;
}
.modal.some .table_inputs > div {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.some .table_inputs > div input {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border: 1px solid #d8d8d8;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.some .table_inputs > div input:first-of-type {
  margin-right: 10px;
  width: 360px;
}
.modal.some .table_inputs > div input:last-of-type {
  width: 130px;
}
.modal.some .search_on {
  width: calc(100% - 31px);
}
.modal.some .btn-bord-red {
  margin-bottom: 30px;
  width: calc(100% - 31px);
}
.modal.file {
  width: 898px;
}
.modal.file .btn_icon {
  color: rgb(202, 52, 51);
}
.modal.file .btn_icon:hover {
  color: #000;
}
.modal.file h3 {
  margin-bottom: 10px;
}
.modal.file h4 {
  line-height: 28px;
  font-size: 16px;
}
.modal.file .content {
  margin-bottom: 20px;
}
.modal.file .content .block:first-of-type {
  width: 460px;
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: #d8d8d8; stroke-width: 5; stroke-dasharray: 5 4'/></svg>");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal.file .content .block:last-of-type {
  margin-left: 29px;
  padding: 20px 30px;
  width: 409px;
  background: #d8d8d8;
}
.modal.file .content .block:last-of-type .icon_download {
  padding: 0;
}
.modal.file .content .block:last-of-type img.example {
  margin-top: 10px;
  width: 349px;
  height: 143.8px;
  margin-bottom: 5.2px;
}
.modal p.info {
  font-size: 16px;
  margin-bottom: 10px;
}

.modal_footer {
  margin: 40px -40px -40px;
  padding: 0 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d8d8d8;
  font-size: 14px;
}
.modal_footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_footer > div:not(:last-of-type) {
  margin-right: 20px;
}
.modal_footer > div img {
  margin-right: 5.3px;
}

@media (min-width: 1280px) {
  .modal.search textarea.items_list {
    width: 444px;
    height: 269px;
  }
  .modal.search .content .block.block_options {
    width: 220px;
    position: relative;
  }
  .modal.search .content .block.block_options .search_on .select_item {
    width: 100%;
  }
  .modal.search .content .block.block_options .search_on .select_item .label_checkbox span {
    font-size: 14px;
  }
  .modal.search .content .block.block_options .search_on .btn {
    position: absolute;
    bottom: 2px;
  }
  .create_spec.fancybox-content {
    width: 1218px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
  }
  .create_spec.fancybox-content .tit {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .create_spec.fancybox-content .tit .specif_name {
    height: 31px;
    width: 477px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: none;
  }
  .create_spec.fancybox-content .tit .edit_tit .btn {
    display: inline-block;
    cursor: pointer;
    background: url("/local/templates/new_its/../../../images/pen.svg") no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .create_spec.fancybox-content .content {
    margin-bottom: 20px;
  }
  .create_spec.fancybox-content .content .block:first-of-type {
    padding-right: 30px;
    border-right: solid 1px #d6d6d6;
  }
  .create_spec.fancybox-content .content .block:last-of-type {
    margin-left: 30px;
  }
  .create_spec.fancybox-content .content .block h4 {
    height: 24px;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .create_spec.fancybox-content .content .block textarea.items_list {
    width: 578px;
    height: 156px;
  }
  .create_spec.fancybox-content .content .block .file_upload {
    width: 426px;
    height: 156px;
    background: #f7f7f7;
    cursor: pointer;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 17px;
  }
  .create_spec.fancybox-content .content .block .file_upload .file {
    display: none;
  }
  .create_spec.fancybox-content .content .block .file_upload label {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
  }
  .create_spec.fancybox-content .content .block .file_upload label:before {
    content: "";
    position: absolute;
    background: url("/local/templates/new_its/images/noun-53644-cc.svg") no-repeat;
    display: inline-block;
    left: 50%; /* Для Firefox */
    -ms-transform: translateX(-50%); /* Для IE */
    -webkit-transform: translateX(-50%); /* Для Safari, Chrome, iOS */ /* Для Opera */
    transform: translateX(-50%);
    width: 61px;
    height: 78px;
    top: -92px;
  }
  .create_spec.fancybox-content .btn {
    width: auto;
  }
  .create_spec.fancybox-content .search_on {
    font-size: 0;
    margin-bottom: 30px;
  }
  .create_spec.fancybox-content .search_on .select_item {
    display: inline-block;
  }
  .create_spec.fancybox-content .search_on .select_item:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (min-width: 1600px) {
  .modal h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .modal.search textarea.items_list {
    width: 591px;
    height: 269px;
  }
  .modal.search .content .block.block_options {
    width: 335px;
    position: relative;
  }
  .modal.search .content .block.block_options .search_on {
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal.search .content .block.block_options .search_on .select_item {
    width: auto;
  }
  .modal.search .content .block.block_options .search_on .select_item .label_checkbox span {
    font-size: 16px;
  }
  .modal.search .content .block.block_options .btn {
    position: absolute;
    bottom: 2px;
  }
}
@media (min-width: 1680px) {
  .modal.search textarea.items_list {
    width: 617px;
    height: 269px;
  }
  .modal.search .content .block.block_options {
    width: 400px;
    position: relative;
  }
  .modal.search .content .block.block_options input.btn {
    position: absolute;
    bottom: 2px;
  }
}
@media (max-width: 1279px) {
  .fancybox-close-small {
    top: 0;
    right: 0;
    background-color: rgb(48, 48, 48);
  }
}
@media (max-width: 767px) {
  .fancybox-close-small,
  .close_basket_content {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.btn-user-red {
  background-color: #ca3433;
  width: 55px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 0;
  position: relative;
}
.btn-user-red.btn-header-user:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/local/templates/new_its/images/user-white.svg") no-repeat;
  background-size: 25px;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.btn-user-red.btn-header-user:hover, .btn-user-red.btn-header-user.active {
  background-color: #d8d8d8;
}
.btn-user-red.btn-header-user:hover::before, .btn-user-red.btn-header-user.active::before {
  background: url("/local/templates/new_its/images/user-red.svg") no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.btn-grey {
  background-color: #d8d8d8;
  width: 55px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 0;
  position: relative;
}
.btn-grey.btn-notion:before {
  background: url("/local/templates/new_its/images/notification-grey.svg") no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.btn-grey.btn-notion:hover:before, .btn-grey.btn-notion.active:before {
  background: url("/local/templates/new_its/images/notification-red.svg") no-repeat;
}
.btn-grey.btn-header-user:before {
  background: url("/local/templates/new_its/images/user-grey.svg") no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.btn-grey.btn-header-user:hover::before {
  background: url("/local/templates/new_its/images/user-red.svg") no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.btn-grey .modal_uved {
  position: absolute;
  display: none;
  right: 0;
  top: 75px;
  width: 542px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 0 0;
}
.btn-grey .modal_uved .arrow_box {
  border-bottom-color: rgb(255, 255, 255);
  right: 17.5px;
}
.btn-grey .modal_uved .note_items .note_item {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 36px 20px 26px;
  margin: 0;
}
.btn-grey .modal_uved .note_items .note_item:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.btn-grey .modal_uved .note_items .note_item.active {
  border: none;
  border-top: 1px solid rgb(202, 52, 51);
  border-bottom: 1px solid rgb(202, 52, 51);
}
.btn-grey .modal_uved .note_items .note_item.active + .active {
  border-top: none;
}
.btn-grey .modal_uved .note_items .note_item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}
.btn-grey .modal_uved .note_items .note_item .h3, .btn-grey .modal_uved .note_items .note_item .text {
  width: 400px;
}
.btn-grey .modal_uved .note_items .btn_modal {
  height: 61px;
  width: 100%;
  padding: 16px 36px 0 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.btn-grey .modal_uved .note_items .btn_modal a {
  height: auto;
}
.btn-grey .modal_uved .note_items .btn_modal a:first-of-type {
  float: left;
}
.btn-grey .modal_uved .note_items .btn_modal a:last-of-type {
  float: right;
}
.btn-grey .modal_uved .note_items .btn_modal:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1279px) {
  .btn-user-red {
    width: 50px;
    height: 50px;
  }
  .btn-grey {
    width: 50px;
    height: 50px;
  }
  .btn-grey .modal_uved {
    top: 70px;
  }
  .btn-grey .modal_uved .arrow_box {
    right: 15px;
  }
}
.pages {
  width: 100%;
}
.pages nav {
  margin-left: 20px;
}
.pages nav.pages_alt ul li {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  display: inline-block;
  min-width: 37px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages nav.pages_alt ul li.prev, .pages nav.pages_alt ul li.next {
  width: auto;
  padding: 0 15px;
}
.pages nav.pages_alt ul li.prev + li, .pages nav.pages_alt ul li.next, .pages nav.pages_alt ul li.prev, .pages nav.pages_alt ul li.between + li, .pages nav.pages_alt ul li:first-of-type {
  border-left: solid 1px #d4d4d4;
}
.pages nav.pages_alt ul li:not(.prev, .next) {
  margin-right: -4px;
}
.pages nav.pages_alt ul li.prev {
  margin-right: 10px;
}
.pages nav.pages_alt ul li.next {
  margin-left: 10px;
}
.pages nav.pages_alt ul li.between {
  border: none;
}
.pages nav.pages_alt ul li:not(.between):hover, .pages nav.pages_alt ul li.current {
  background: #d4d4d4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages nav.pages_alt ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #221c1e;
}
.pages .show_all .btn_show {
  height: 35px;
  min-width: 180px;
  line-height: 35px;
  background: #fff;
  white-space: nowrap;
}
.pages .show_all .btn_show:hover {
  font-size: 14px;
}
.pages .show_all .all {
  font-size: 12px;
  padding: 6px 22px;
  text-align: center;
}

@media (min-width: 1280px) {
  .pages .show_all {
    margin: 0 auto;
  }
  .pages ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .pages .show_all {
    margin: 0 auto;
  }
  .pages .show_all .btn_show {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pages .show_all .btn_show:hover {
    font-size: 16px;
  }
  .pages .show_all .all {
    padding: 10px 31px;
  }
  .pages .nav.pages_alt ul li {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pages .nav.pages_alt ul li.prev, .pages .nav.pages_alt ul li.next {
    padding: 0 16.5px;
  }
  .pages .nav.pages_alt ul li a {
    font-size: 16px;
  }
}
.pg {
  position: fixed;
  bottom: 60px;
  z-index: 1;
  right: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pg__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 45px;
  padding: 15px 15px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(34, 28, 30, 0.85);
}
.pg__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  text-align: center;
  min-width: 22px;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pg__item:last-child {
  margin-right: 0;
}
.pg__item.js-active {
  border-bottom: 2px solid #ffffff;
}
.pg__page {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
}

a.pg__page:hover,
a.pg__page:focus,
a.pg__page:active {
  color: rgb(202, 52, 51);
}

.pg-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pg-loader > div {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid rgb(202, 52, 51);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

@media (max-width: 767px) {
  .pg {
    bottom: 20px;
    right: 10px;
  }
  .pg__list {
    padding: 10px 10px 0 10px;
    height: 40px;
  }
  .pg__page {
    font-size: 13px;
  }
}
input.search_brend {
  font-size: 16px;
  border: 1px solid #d8d8d8;
  padding: 0 15px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  width: 100%;
}

.dropdown {
  background: #fff;
  font-size: 16px;
  height: 40px;
  padding: 0 22px 0 20px;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  position: relative;
  z-index: 0;
}
.dropdown:first-of-type {
  width: 255px;
  min-width: 255px;
  max-width: 255px;
}
.dropdown:first-of-type .option_select {
  width: 208px;
  min-width: 208px;
  max-width: 208px;
}
.dropdown:nth-of-type(2) {
  width: 175px;
  min-width: 175px;
  max-width: 175px;
}
.dropdown:nth-of-type(2) .option_select {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}
.dropdown:nth-of-type(3) {
  width: 255px;
  min-width: 255px;
  max-width: 255px;
}
.dropdown:nth-of-type(3) .option_select {
  width: 208px;
  min-width: 208px;
  max-width: 208px;
}
.dropdown div.search_br {
  padding: 0 20px;
  width: 100%;
}
.dropdown div.search_br:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 45;
  top: 20px;
  left: 29px;
  display: block;
  background: url(/local/templates/new_its/images/search-grey.svg) no-repeat;
}
.dropdown .option_select {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}
.dropdown .option_select span {
  margin-right: 2px;
}
.dropdown:first-of-type nav.dropdown_menu {
  width: 380px;
}
.dropdown:first-of-type nav.dropdown_menu ul li:first-of-type div {
  padding-left: 22px;
}
.dropdown:nth-of-type(2) nav.dropdown_menu {
  width: 230px;
  height: 240px;
  overflow: hidden;
}
.dropdown:last-of-type nav.dropdown_menu {
  width: 280px;
}
.dropdown:after {
  content: "";
  position: absolute;
  display: block;
  background: url("/local/templates/new_its/images/red.svg") no-repeat;
  width: 8px;
  height: 12px;
  right: 15px;
  top: 50%; /* Для Firefox */
  -ms-transform: translateY(-50%) rotate(90deg); /* Для IE */
  -webkit-transform: translateY(-50%) rotate(90deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
  transform: translateY(-50%) rotate(90deg);
}
.dropdown:hover, .dropdown.active {
  background: rgb(202, 52, 51);
  color: rgb(255, 255, 255);
}
.dropdown:hover:after, .dropdown.active:after {
  background: url("/local/templates/new_its/images/white.svg") no-repeat;
}
.dropdown.active:after { /* Для Firefox */
  -ms-transform: translateY(-50%) rotate(-90deg); /* Для IE */
  -webkit-transform: translateY(-50%) rotate(-90deg); /* Для Safari, Chrome, iOS */ /* Для Opera */
  transform: translateY(-50%) rotate(-90deg);
}
.dropdown.active nav.dropdown_menu {
  display: block;
  color: #221c1e;
}
.dropdown nav.dropdown_menu {
  position: absolute;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.5);
  left: -2px;
  padding: 10px 0;
  display: none;
  width: 100%;
  min-width: calc(100% + 4px);
}
.dropdown nav.dropdown_menu.hasScroll {
  height: 410px;
  width: 280px;
  left: -20px;
  position: relative;
  overflow: hidden;
}
.dropdown nav.dropdown_menu.hasScroll .scroller {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.dropdown nav.dropdown_menu.hasScroll .scroller::-webkit-scrollbar {
  width: 0;
}
.dropdown nav.dropdown_menu.hasScroll .scroller ul {
  position: relative;
  height: 100%;
}
.dropdown nav.dropdown_menu.hasScroll .scroller .scroller__bar-wrapper {
  position: absolute;
  height: 390px;
  width: 4px;
  background: #eee;
  right: 8px;
  top: 10px;
  z-index: 8;
}
.dropdown nav.dropdown_menu.hasScroll .scroller .scroller__bar-wrapper .scroller__bar {
  top: 0;
  z-index: 9;
  width: 4px;
  background: #cdc9c9;
  position: absolute;
  height: 100px;
}
.dropdown nav.dropdown_menu ul li {
  padding: 0 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  /*    &:first-of-type div {
        color: $clVidel;

      }*/
}
.dropdown nav.dropdown_menu ul li:not(:last-of-type) div {
  border-bottom: rgb(238, 238, 238) 1px solid;
}
.dropdown nav.dropdown_menu ul li div {
  width: 100%;
  padding: 10px 0;
}
.dropdown nav.dropdown_menu ul li div span {
  color: rgb(202, 52, 51);
}
.dropdown nav.dropdown_menu ul li.show_other {
  padding: 10px 20px;
}
.dropdown nav.dropdown_menu ul li.show_other span {
  border-bottom: 1px dotted rgba(34, 28, 30, 0.5);
}
.dropdown nav.dropdown_menu ul li.show_other:hover {
  background: transparent;
}
.dropdown nav.dropdown_menu ul li.show_other:hover span {
  color: rgb(202, 52, 51);
  border-bottom: 1px dotted rgb(202, 52, 51);
}
.dropdown nav.dropdown_menu ul li:hover {
  background: rgb(238, 238, 238);
}
.dropdown nav.dropdown_menu ul li:hover:not(:last-of-type) div {
  border-bottom: transparent 1px solid;
}
.dropdown nav.dropdown_menu ul li.active {
  background: rgb(202, 52, 51);
}
.dropdown nav.dropdown_menu ul li.active div {
  color: rgb(255, 255, 255);
}
.dropdown nav.dropdown_menu ul li.active div span {
  color: rgb(255, 255, 255);
}
.dropdown nav.dropdown_menu ul li.active:not(:last-of-type) div {
  border-bottom: transparent 1px solid;
}

.product_status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  line-height: 14px;
  margin-right: 6px;
}
.product_status.green {
  background: #80cc33;
}
.product_status.orange {
  background: #f5a623;
}
.product_status.gray {
  background: #bebebe;
}
.product_status.bordo {
  background: rgb(202, 52, 51);
}
.product_status.grey {
  background-color: #bebebe;
}

.subscribe {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  width: 100%;
}

.subscribe-button {
  background-color: rgb(202, 52, 51);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}

.subscribe__subtitle {
  font-size: 19px;
}
@media (max-width: 769px) {
  .subscribe__subtitle {
    font-size: 17px;
  }
}

.subscribe__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subscription__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  opacity: 0.6;
  background-color: #221c1e;
}

.subscription__popup {
  position: fixed;
  top: 20%;
  left: calc(50% - 436px);
  z-index: 8;
  width: 870px;
  background-color: rgb(238, 238, 238);
}
.subscription__popup p {
  line-height: 23px;
}
@media (max-width: 891px) {
  .subscription__popup {
    left: calc(50% - 319px);
    width: 635px;
  }
}
@media (max-width: 645px) {
  .subscription__popup {
    width: 410px;
    left: calc(50% - 205px);
  }
}

.subscription__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  background-color: #e3e3e3;
}
.subscription__header .ico-close {
  background: url("/local/templates/new_its/images/ico-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscription__header .ico-close:hover {
  cursor: pointer;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.subscription__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: 10px;
  background-color: transparent;
  cursor: pointer;
}

.subscription__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.subscription__confirm .checked__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1.5px solid rgb(202, 52, 51);
  border-radius: 3px;
}
.subscription__confirm .subscription__confidential .ico-checkbox {
  background: url("/local/templates/new_its/images/checkbox.svg") no-repeat;
  width: 14px;
  height: 13px;
  display: none;
}
.subscription__confirm input:checked ~ .subscription__confidential .ico-checkbox {
  display: block;
}
.subscription__confirm input:checked ~ .subscription__confidential .checked__icon {
  background-image: linear-gradient(45deg, #791717, #aa2b2b);
  border: 0;
}

.subscription__title {
  display: block;
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.31;
  color: rgb(0, 0, 0);
  margin: 20px 0px;
}
@media (max-width: 645px) {
  .subscription__title {
    margin: 10px 0px;
  }
}

.subscription__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 110px 30px;
}
.subscription__content--response {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.subscription__content--response p {
  text-align: center;
}
@media (max-width: 891px) {
  .subscription__content {
    padding: 0 30px 30px;
  }
}
@media (max-width: 645px) {
  .subscription__content {
    padding: 0 15px 13px;
  }
}

.subscription__confidential {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscription__confidential a {
  color: rgb(202, 52, 51);
}

.subscription__email-block,
.subscription__name-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.subscription__label {
  margin: 0;
  width: 114px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.subscription__input-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.subscription__input-container--error input {
  border-color: rgb(202, 52, 51);
}
.subscription__input-container--error::after {
  content: "!";
  position: absolute;
  right: 20px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(202, 52, 51);
  border-radius: 50%;
  color: rgb(202, 52, 51);
}
.subscription__input-container--success::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 10px;
  height: 5px;
  border: 2px solid #188527;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subscription__input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(221, 221, 221);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.subscription__error {
  position: absolute;
  top: 60px;
  display: block;
  font-size: 12px;
  line-height: normal;
  color: rgb(202, 52, 51);
}

.subscription--pending .icon-subscription-white {
  display: none;
}

.subscription__btn--pending .subscription__spin {
  display: block;
}

.subscription__spin {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1325ms infinite linear;
  animation: cssload-spin 1325ms infinite linear;
}

.top_flash_box {
  -webkit-box-shadow: inset 0 -20px 60px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -20px 60px 0 rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(88deg, #791717, #aa2b2b);
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .top_flash_box {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .top_flash_box {
    font-size: 14px;
  }
}

.top_flash_box__container {
  height: 50px;
  padding: 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_flash_box__info a,
.top_flash_box__link a {
  color: #ffffff;
  font-weight: 700;
}

a.top_flash_box__link {
  font-weight: 300;
  text-decoration: underline;
}
a.top_flash_box__link:hover {
  text-decoration: none;
}

.top_flash_box .container_button {
  font-size: 0;
  background: url("/local/templates/new_its/images/close_white.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  cursor: pointer;
  padding: 6px;
}
@media (min-width: 1600px) {
  .top_flash_box .container_button {
    width: 12px;
    height: 12px;
  }
}
/* End */
/* /local/templates/new_its/css/jquery.fancybox.css?170904214617670 */
/* /local/templates/new_its/new_blocks/spec/slick/slick.css?16940937281776 */
/* /local/templates/new_its/new_blocks/spec/slick/slick-theme.css?16940937282212 */
/* /local/templates/new_its/css/datepicker.min.css?17111120386460 */
/* /local/templates/new_its/css/simple-adaptive-slider.css?17090421463060 */
/* /local/components/toledo/technical.work/templates/.default/style.css?1728480784421 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?164450917664 */
/* /local/templates/new_its/styles.css?1764311626281769 */
/* /local/templates/new_its/template_styles.css?1764311625180943 */
