

/* Start:/local/templates/mdm/normalize.css?15166248232582*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/* End */


/* Start:/local/templates/mdm/js/fancybox/jquery.fancybox.css?155433531417412*/
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;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .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 ease 0s, visibility 0s ease 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;
    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;
    transform: translateZ(0);
    z-index: 99994;
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    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: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

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

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    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;
}

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.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, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

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

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

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.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 {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    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(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* 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: #ddd;
    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: rgba(0, 0, 0, 0);
    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__list {
    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 .fancybox-thumbs__list {
    overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    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__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/mdm/styles.css?158857299183160*/
@charset "utf-8";

html, body {
    height: 100%
}

.main {
    min-height: 100%
}

html {
    font-family: 'Roboto', sans-serif;
    color: #282828;
    font-size: 16px;
    line-height: 1.3;
    min-width: 320px
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .7em;
    padding: 0
}

ul {
    margin: 0 0 .7em;
    padding: 0 0 0 15px
}

ol {
    margin: 0 0 .7em;
    padding: 0 0 0 25px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #e5111b
}

div {
    position: relative
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    min-width: 300px;
    max-width: 1200px;
    overflow: hidden
}

input:focus, textarea:focus, select:focus {
    outline: none
}

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

.h1, .h2 {
    margin-bottom: 35px;
    color: #282828;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase
}

p + .h2, ul + .h2, img + .h2 {
    margin: 30px 0 20px
}

.h2__link {
    color: #282828;
    text-decoration: none
}

.h2__link:hover {
    color: #e5111b
}

.h3 {
    color: #646464;
    font-size: 24px
}

.h3_icon {
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
    line-height: 42px
}

.h3__icon {
    position: absolute;
    top: 0;
    left: 0
}

.h4 {
    color: #646464;
    font-size: 20px
}

.link_hidden {
    color: #282828;
    text-decoration: none
}

.text_red {
    color: #e5111b
}

.text_center {
    text-align: center
}

.text_uppercase {
    text-transform: uppercase
}

.ul, .ul > ul {
    list-style: none
}

.ul > li:before, .ul > ul > li:before {
    content: "■";
    display: inline-block;
    color: #646464;
    text-indent: -15px;
    vertical-align: 2px
}

.ul > ul > li:before {
    content: "-";
    vertical-align: 0
}

.table td, .table th {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #d6d6d6
}

.table th {
    font-weight: 400;
    text-transform: uppercase;
    background: #f1f1f1
}

.double-image {
    margin: 0 10px 14px 0;
    max-width: 48%
}

.double-ul {
    display: inline-block;
    margin-right: 20px;
    width: 42%;
    vertical-align: top
}

.double-p {
    display: inline-block;
    margin-right: 20px;
    width: 45%;
    vertical-align: top
}

.separator {
    clear: both;
    padding-top: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px
}

.air-separator {
    clear: both;
    height: 60px;
    position: relative; /* важно - для того, чтобы псевдоэлемент позиционировался относительно этого элемента */
    border-top: 134px solid transparent;
    margin-top: -134px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    clear: inherit;
    height: 60px;
    width: 0px;
}

.more-button {
    display: inline-block;
    padding: 0 20px;
    color: #757575;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #757575
}

.more-button:hover {
    color: #d10002;
    border-color: #bf1520
}

.more-button_right {
    float: right
}

.frame-wrapper {
    clear: both;
    margin-bottom: 50px;
    text-align: center
}

.frame {
    display: inline-block;
    padding: 20px 30px;
    color: #595959;
    text-align: left;
    border: 2px dashed #757575
}

.frame_small {
    max-width: 400px
}

.antibot {
    display: none
}

.warning {
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 17px;
    font-weight: 700;
    border: 2px dashed red
}

.warning__warning {
    color: #ec1e25
}

.adaptive-table {
    overflow: auto
}

.placeholder {
    color: #999
}

.form__text, .form__textarea {
    margin-bottom: 10px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle
}

.form__text:focus, .form__textarea:focus {
    border-color: #ff2e2e;
    outline: none
}

.form__text {
    height: 40px
}

.form__textarea {
    height: 90px;
    resize: none
}

.form__submit {
    float: right;
    padding: 0 20px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: url(/local/templates/mdm/img/pattern.png) repeat
}

.form__submit_red, .form__submit:hover {
    background-image: url(/local/templates/mdm/img/pattern_red.png)
}

.form__submit_left {
    float: none
}

.form__notice {
    display: inline-block;
    padding: 10px 0;
    line-height: 20px
}

.form__radio, .form__checkbox {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: -1
}

.form__radio + label, .form__checkbox + label {
    position: relative;
    display: block;
    margin-bottom: 3px;
    padding-left: 20px;
    cursor: pointer
}

.form__radio:disabled + label, .form__checkbox:disabled + label {
    color: #949494;
    text-decoration: line-through;
    cursor: default
}

.form__radio + label:before, .form__checkbox + label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #757575
}

.form__radio + label:before {
    border-radius: 50%
}

.form__checkbox + label:before {
    color: #e5111b;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.form__radio:checked + label:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #e5111b;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #e5111b
}

.form__checkbox:checked + label:before {
    content: "✔"
}

.form__fileupload {
    position: absolute;
    left: -9999px;
    display: block;
    z-index: -1
}

.form__fileupload + label {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 8px 40px 8px 15px;
    width: 100%;
    height: 40px;
    color: #999;
    line-height: 22px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.form__fileupload + label:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 25px;
    height: 22px;
    background: url(/local/templates/mdm/img/icons.png) -93px -30px
}

.select__button {
    margin-bottom: 10px;
    padding: 9px 12px;
    line-height: 20px;
    border: 1px solid #d6d6d6;
    cursor: pointer
}

.select__button:after {
    content: "›";
    position: absolute;
    right: 10px;
    color: #757575;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    padding: 8px 5px;
    width: 100%;
    max-height: 308px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 10;
    list-style: none
}

.select__item {
    padding: 2px 10px;
    cursor: pointer
}

.select__item:hover {
    color: #e5111b
}

.select__item_disabled {
    color: #aaa;
    cursor: not-allowed
}

.select__item_disabled:hover {
    color: #aaa
}

.select__item_image {
    float: left;
    padding: 0 4px 8px
}

.select__image {
    width: 50px;
    height: 50px;
    vertical-align: top
}

.select__item_disabled .select__image {
    opacity: .15
}

.frame .form__text:focus, .frame .form__textarea:focus {
    border-color: #ff2e2e
}

.oneline-frame__title {
    text-transform: uppercase
}

.oneline-frame__text {
    margin: 0 12px;
    width: 245px
}

.oneline-frame__submit {
    float: none;
    vertical-align: top
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .8;
    cursor: pointer;
    z-index: 1000
}

.popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -260px;
    padding: 25px 40px;
    width: 440px;
    color: #282828;
    background: #fff;
    z-index: 1001
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #6b6b6b;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.popup__title {
    color: #e5111b;
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase
}

.popup__button {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url(/local/templates/mdm/img/pattern_red.png) repeat;
    cursor: pointer
}

.popup__button_right {
    float: right;
    background-image: url(/local/templates/mdm/img/pattern.png)
}

.header {
    padding-top: 25px;
    height: 110px;
    margin: 0 auto;
    min-width: 300px;
    max-width: 1200px
}

.header__logo {
    width: 185px
}

.header__content {
    float: right;
    padding-top: 25px
}

.header-phones {
    float: left;
    margin-top: -5px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 26px;
    text-align: right
}

.header-phones:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 17px;
    height: 29px;
    background: url(/local/templates/mdm/img/icons.png) 0 0
}

.header-phones__phone {
    display: block;
    color: #282828;
    text-decoration: none
}

.header-phones__phone._big {
    font-size: 17px;
    font-weight: 700
}

.search {
    float: left;
    margin-left: 50px;
    width: 245px
}

.search__text {
    padding: 0 40px 0 20px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: none;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search__submit {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: url(/local/templates/mdm/img/icons.png) -18px 0
}

.callback {
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    color: #eb040c;
    font-size: 12px;
    cursor: pointer
}

.callback:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    background: url(/local/templates/mdm/img/telefon.png)
}

.callback__title {
    display: inline-block;
    color: #282828;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 3px
}

.callback__title:hover, .small-basket__title:hover {
    color: #eb040c
}

.hidden {
    display: none;
}

.cabinet {
    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;
}

.cabinet * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cabinet__wrap {
    width: 100%;
    max-width: 850px;
    /*background: #f2f2f2;*/
    /*padding: 37px 30px 40px 31px;*/
}

.cabinet__wrap .pagenav {
    display: block;
    text-align: right;
}

.cabinet__wrap.profilepage {
    background: #f2f2f2;
    padding: 37px 30px 40px 31px;
}

.cabinet__aside {
    width: 100%;
    max-width: 304px;
}

.cabinet__link {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    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;
    padding: 17px 0;
    text-transform: uppercase;
    color: #282828;
}

.cabinet__link._modified::before {
    content: '';
    width: 31px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 0 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cabinet__link._modified._new::before {
    background-image: url('/local/templates/mdm/img/new.png');
}

.cabinet__link._modified._perc::before {
    background-image: url('/local/templates/mdm/img/percent.png');
}

.cabinet__link._modified._new:hover::before {
    background-image: url('/local/templates/mdm/img/new_red.png');
}

.cabinet__link._modified._perc:hover::before {
    background-image: url('/local/templates/mdm/img/percent_red.png');
}

.cabinet__link._modified svg {
    display: none;
}

.cabinet__link._modified:hover::before {
    -webkit-filter: saturate(100%);
    filter: saturate(100%)
}

.cabinet__column {
    border-radius: 6px;
    background-color: #ffffff;
    padding: 31px 27px 34px 24px;
}

.cabinet__greeting {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

a.cabinet__link._self_product {
    padding: 8px 0;
}
a.cabinet__link._self_product:hover .new-producton__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a.cabinet__link.cabinet__link_selected._self_product .new-producton__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.cabinet__link svg {
    width: 30px;
    height: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 15px;
}

.new-producton__img_wrapper {
    width: 40px;
    height: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 15px 0 16px;
}

img.new-producton__img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 1px;
}

.cabinet__table {
    width: 100%;
    max-width: 385px;
}

.cabinet__table > p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 20px 0;
}

.cabinet__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0;
}

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

.alert svg {
    width: 13px;
    height: 13px;
    margin-left: 6px;
    fill: #ff0000;
}

.cabinet__delivery {
    margin-top: 37px;
}

.cabinet__delivery .cabinet__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cabinet__delivery .cabinet__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 0;
}

.cabinet__delivery .cabinet__cell:first-child {
    max-width: 116px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    border-radius: 6px;
    background-color: #ffffff;
}

.cabinet__delivery .cabinet__cell:last-child {
    width: 100%;
    max-width: 655px;
    border-radius: 6px;
    background-color: #ffffff;
    padding-left: 0px;
}

.cabinet__delivery > p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cabinet__cell {
    width: 50%;
    text-align: left;
}

.cabinet__row .cabinet__cell:first-child {
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cabinet__row .cabinet__cell:last-child {
    font-weight: 300;
    color: #5e5e5e;
    line-height: 30px;
    padding-left: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cabinet__cell._mono:first-child {
    width: 100%;
    padding-left: 0;
    color: #282828;
    font-weight: 700;
}

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

.cabinet__item:last-child .cabinet__link {
    border-bottom: none;
}

.cabinet__link:hover, .cabinet__link_selected {
    color: #e92b2c;
}

.cabinet__link:hover svg, .cabinet__link_selected svg {
    fill: #e92b2c;
}

.cabinet__list {
    list-style-type: none;
    padding: 0;
    left: 0;
    border: 1px solid #e0e0e0;
}

.cabinet__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 35px 0;
}

.cabinet__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cabinet__links svg {
    width: 16px;
    height: 16px;
    fill: #ff0000;
    margin-right: 7px;
}

.cabinet__links a:first-child {
    margin-right: 41px;
}

.cabinet__attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
}

.cabinet__attachment label {
    cursor: pointer;
}

.cabinet__attachment._ready {
    color: green;
}

.cabinet__attachment._ready svg {
    fill: green;
}

.cabinet__attachment svg {
    width: 16px;
    height: 16px;
    fill: #ff0000;
    margin-right: 7px;
}

.cabinet__drop {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}

.cabinet__cell._attachment span {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #bababa;
}

.cabinet__cell._attachment::before {
    content: '';
    width: 31px;
    height: 31px;
    border-radius: 5px;
    background-color: #acacac;
    opacity: 0.28;
    position: absolute;
    top: 46%;
    left: -17px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.cabinet__cell._attachment::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/mdm/img/attachment.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 43%;
    left: -1px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.cabinet__cell._attachment:first-child {
    font-weight: 300;
    padding-left: 42px;
}

.basket__cell._props span,
.basket__cell._price span {
    color: #e82122;
}

.basket__cell:first-child {
    width: calc(5% - 6px);
    margin-left: 0px;
}

.basket__cell:nth-child(2) {
    width: calc(21% - 12px);
}

.basket__cell:nth-child(3) {
    width: calc(31% - 12px);
}

.basket__cell:nth-child(4) {
    width: calc(15% - 12px);
}

.basket__cell:nth-child(5) {
    width: calc(15% - 12px);
}

.basket__cell:nth-child(6) {
    width: calc(13% - 6px);
    margin-right: 0;
}

.basket__cell:nth-child(6)::before {
    display: none;
}

.basket__cell._total span {
    color: #e82122;
}

.basket__cell._price span {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #e82122;
}

.basket__wrap {
    background: white;
    border-radius: 6px;
    padding: 0;
}

.basket__block {
    font-size: 13px;
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
}

.basket__block:last-of-type {
    border-bottom-color: #000000;
}

.basket__summary {
    font-size: 20px;
    color: #757575;
    margin-top: 20px;
    margin-bottom: 30px;
}

.basket__summary span {
    color: #ff0000;
}

.basket__actions {
    text-align: right;
    margin-top: 30px;
}

.basket__actions p {
    margin-bottom: 20px;
}

.basket__buttons {
    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;
}

.basket__buttons .basket-button {
    margin-bottom: 0;
}

.basket__buttons > a,
.basket__buttons > button {
    float: none;
}

.basket__cell {
    width: 16.6%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px;
    /*margin: 0 6px;*/
}

/*.basket__cell::before {
	content: '';
	height: 100%;
	width: 1px;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	right: -6px;
}*/
.basket__cell._quantity .basket-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket__cell._props {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.basket__delete._remove {
    position: absolute;
    position: absolute;
    right: 0;
    top: -8px;
    color: #e5111b;
}

.basket__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

}

.basket__row._head .basket__cell {
    /* font-weight: bold; */
    /* border-radius: 5px; */
    background-color: #f2f2f2;
    text-align: center;
    padding: 13px 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #8a8a8a;
    border-bottom: 1px solid #e0e0e0;
}

.basket__row._head .basket__cell::before {
    display: none;
}

.basket__desc {
    text-align: left;
    padding: 9px 37px;
}

.basket__cross {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.basket__cross::before,
.basket__cross::after {
    content: "";
    width: 90%;
    height: 2px;
    border-radius: 30px;
    background-color: #e80000;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.basket__cross::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.basket__cross::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.basket__question {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.basket__question::before {
    content: "?";
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    display: block;
    color: white;
    background-color: #e80000;;
    border-radius: 50%;
}

.basket__content {
    font-weight: 300;
    font-size: 13px;
    line-height: 11px;
    display: none;
    color: #30323b;
    background-color: #fff;
    border: 2px solid #e80000;
    border-radius: 22px;
    -webkit-box-shadow: 8px 13px 45px rgba(0, 0, 0, 0.07);
    box-shadow: 8px 13px 45px rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0px;
    cursor: default;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    z-index: 10;
}

.basket-button {
    position: relative;
    float: left;
    padding: 0 15px 0 45px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    background-color: #757575;
    border: none;
}

.basket-button:hover {
    background: url(/local/templates/mdm/img/pattern.png) repeat;
}

.basket-button_order {
    float: right;
    padding-left: 15px;
    background: #eb040c;
}

.basket-button_order:hover {
    background: url(/local/templates/mdm/img/pattern_red.png) repeat;
}

.basket-button_clear {
    margin-bottom: 20px;
}

.basket-button_clear:before {
    content: "!";
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
}

.basket-button_print {
    margin-left: 10px;
}

.basket-button_print:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 11px;
    display: block;
    width: 26px;
    height: 24px;
    background: url(/local/templates/mdm/img/print.png) 0 0 no-repeat;
}

.basket-button_continue {
    margin-left: 10px;
}

.basket-button_continue:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
    width: 28px;
    height: 24px;
    background: url(/local/templates/mdm/img/shop2.png) 0 0 no-repeat;
}

.basket-quantity {
    width: 90px;
    border: 1px solid #dbdbdb;
}

.basket-quantity__minus,
.basket-quantity__plus {
    display: inline-block;
    width: 26px;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    background: #e9e9e9;
    vertical-align: top;
    cursor: pointer;
}

.basket-quantity__minus:hover,
.basket-quantity__plus:hover {
    color: #e80000;
}

.basket-quantity__input {
    padding: 0;
    width: 38px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    border: none;
}

.basket__delete {
    color: #747474;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.basket__delete:hover {
    color: #e80000;
}

.cabinet__form {
    background: white;
    padding: 25px 23px;
}

.cabinet__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cabinet__form .form__submit {
    text-transform: capitalize;
    float: none;
    background: #e5111b;
    background-size: 0;
    padding: 0 35px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.form__textarea._cabinet {
    min-height: 143px;
    padding: 0;
    margin: 0;
    height: auto;
    margin: 22px 0;
    padding: 15px;
}

.cabinet__alert {
    padding-left: 15px;
}

.cabinet__alert::before {
    content: '!';
    color: #e5111b;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -6px;
}

.cabinet__alert span {
    display: block;
}

.cabinet__alert span:first-child {
    text-transform: uppercase;
}

.cabinet__cross {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.cabinet__cross::after, .cabinet__cross::before {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cabinet__cross::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.cabinet__cross::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.small-basket {
    position: relative;
    float: left;
    margin-left: 30px;
    padding-left: 42px;
    color: #eb040c;
    font-size: 12px;
    text-decoration: none
}

.small-basket:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 29px;
    height: 22px;
    background: url(/local/templates/mdm/img/icons.png) -58px 0
}

.small-basket__title {
    display: inline-block;
    color: #282828;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 3px
}

.header-cabinet {
    float: left;
    margin-left: 30px;
    padding-left: 32px;
    min-width: 65px;
    font-size: 14px
}

.header-cabinet:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 19px;
    height: 25px;
    background: url(/local/templates/mdm/img/icons.png) -88px 0
}

.header-cabinet:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 32px;
    display: block;
    width: 65px;
    border-top: 1px solid #cfcfcf
}

.header-cabinet__link {
    display: block;
    color: #282828;
    text-decoration: none
}

.header-cabinet__link:first-child {
    margin-bottom: 6px
}

.header-cabinet__link:hover {
    color: #eb040c
}

.menu-button {
    display: none
}

.menu-wrapper {
    height: 59px
}

.menu {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.12)
}

.menu__list {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 1200px
}

.menu__item {
    display: table-cell
}

.menu__link {
    display: block;
    padding: 0 20px;
    color: #282828;
    font-size: 16px;
    line-height: 59px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.menu__link:hover, .menu__link._selected {
    color: #fff;
    background: #eb040c
}

.submenu {
    display: none;
    position: absolute;
    top: 59px;
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
    z-index: 20
}

.menu__item:hover .submenu {
    display: block
}

.submenu__list {
    float: left;
    margin: 0 0 0 25px;
    padding: 0;
    max-width: 200px;
    list-style: none
}

.submenu__list:first-child {
    margin-left: 0
}

.submenu__item {
    margin-top: 18px
}

.submenu__item:first-child {
    margin-top: 0
}

.submenu__link {
    color: #282828;
    font-size: 15px;
    text-decoration: none
}

.submenu__link:hover {
    color: #eb040c
}

.breadcrumb {
    margin: 25px 0 12px;
    padding: 0;
    list-style: none;
    color: #646464
}

.breadcrumb__item {
    display: inline-block;
    margin-right: 3px
}

.breadcrumb__link {
    margin-right: 3px;
    color: #646464;
    text-decoration: none
}

.breadcrumb__link_current {
    color: #e82122
}

.footer-place {
    clear: both;
    height: 535px
}

.footer {
    margin-top: -505px;
    padding-top: 60px;
    /*height: 440px;*/
    min-height: 440px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    color: #fff;
    font-size: 14px;
    background: url(/local/templates/mdm/img/pattern.png) repeat;
    border-top: 5px solid #f22e3a
}
.footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu__list {
    padding: 0;
    width: 50%;
    list-style: none
}

.footer-menu__list:first-child {
    margin: 0
}

.footer-menu__list:nth-child(3) {
    margin: 0
}

.footer-menu__link {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase
}

.footer-menu__link:hover {
    color: #f72431
}

.footer__contacts {
    width: 32%;
    padding-left: 2%;
    height: 300px;
    line-height: 20px
}

.footer__contacts p {
    margin-bottom: 25px;
}

.footer__link {
    color: #fff;
    text-decoration: none
}

.footer__link:hover {
    color: #f72431
}

.cabinet-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}

.cabinet-socilas__text {
    font-weight: bold;
    margin-right: 10px;
}

.cabinet-socials__item {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/local/templates/mdm/img/icons.png)
}

/*.cabinet-socials__item._twitter:hover{background-position:0 -30px}
.cabinet-socials__item._vk:hover{background-position:-23px -30px}
.cabinet-socials__item._facebook:hover{background-position:-46px -30px}
.cabinet-socials__item._pinterest:hover{background-position:-69px -30px}
.cabinet-socials__item._instagram:hover{background:url(/local/templates/mdm/img/instagram.png) no-repeat}*/
.cabinet-socials__item._twitter {
    background-position: 0 -53px
}

.cabinet-socials__item._vk {
    background-position: -23px -53px
}

.cabinet-socials__item._facebook {
    background-position: -46px -53px
}

.cabinet-socials__item._pinterest {
    background-position: -69px -53px
}

.cabinet-socials__item._instagram {
    background: url(/local/templates/mdm/img/instagram_hover.png) no-repeat
}

.footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-socials div {
    margin-right: 10px;
}

.footer-socials__item {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/local/templates/mdm/img/icons.png);
    margin-left: 5px;
}

.footer-socials__item._twitter {
    background-position: 0 -30px
}

.footer-socials__item._vk {
    background-position: -23px -30px
}

.footer-socials__item._facebook {
    background-position: -46px -30px
}

.footer-socials__item._pinterest {
    background-position: -69px -30px
}

.footer-socials__item._instagram {
    background: url(/local/templates/mdm/img/instagram.png) no-repeat
}

.footer-socials__item._twitter:hover {
    background-position: 0 -53px
}

.footer-socials__item._vk:hover {
    background-position: -23px -53px
}

.footer-socials__item._facebook:hover {
    background-position: -46px -53px
}

.footer-socials__item._pinterest:hover {
    background-position: -69px -53px
}

.footer-socials__item._instagram:hover {
    background: url(/local/templates/mdm/img/instagram_hover.png) no-repeat
}

.coryright__inner {
    display: inline-block;
    padding-right: 15px;
}
.footer-polit {
    display: inline-block;
    padding-right: 15px;
}

.footer__cabinet, .footer__basket {
    margin-top: 38px;
    padding: 0 25px;
    color: #fff;
    line-height: 44px;
    font-weight: 700;
    border: 1px dashed #fff
}

.footer__cabinet {
    margin-left: 50px;
    height: 44px;
}

.footer__cabinet .footer__link {
    text-decoration: underline
}

.footer__basket {
    margin-left: 20px;
    text-decoration: underline;
    height: 44px;
}

.footer__basket:hover {
    color: #f72431;
    border-color: #f72431
}
.compare-sticky {
    max-width: 100vw;
}

.copyright {
    float: none;
    clear: both;
    padding-top: 25px;
    line-height: 23px
}

.copyright__logo {
    position: absolute;
    top: 0;
    right: 0
}

.footer__link._divided:before {
    content: '|';
    padding: 0 15px 0 0;
    color: #fff
}

.footer__link:hover .footer__link._divided:before {
    color: #fff
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 75px;
    height: 70px;
    border: 1px dashed #737373;
    cursor: pointer
}

.scroll-top:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 16px;
    display: block;
    width: 43px;
    height: 25px;
    background: url(/local/templates/mdm/img/icons.png) -520px -75px
}

.scroll-top:hover {
    border-color: #c80914
}

.scroll-top:hover:after {
    background-position: -563px -75px
}

.catalog-sidebar {
    float: left;
    width: 315px
}

.catalog {
    margin-left: 340px
}

.bx-session-message {
    left: 0 !important;
    right: 0 !important;
    width: auto !important
}

.vustav-more {
    right: 0;
    cursor: pointer;
    margin-top: -30px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
    color: #757575;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #757575
}

.vustav-hide {
    clear: both;
    margin-top: 40px;
    display: none
}

.vustav-more:hover {
    color: #d10002;
    border-color: #bf1520
}

.about-list ul {
    display: inline-block;
    text-align: left;
    margin-right: 20px
}

.text_line {
    border-left: 3px solid #CC8132;
    padding-left: 10px
}

.vacancy-intro__img {
    float: left;
    margin-right: 20px
}

.vacancy-intro {
    font-size: 15px;
    overflow: hidden
}

.na-zakaz__table {
    width: 100%
}

.na-zakaz__table td {
    vertical-align: top
}

.contact_map {
    margin: 30px 0 50px
}

.nopoint li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: silver;
    display: block;
    top: 12px;
    right: 15px;
    position: relative
}

.nopoint {
    list-style-type: none
}

.news-content__table td {
    padding: 20px
}

.clear {
    clear: both
}

.news-linck {
    text-decoration: none
}

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

.processing__link:hover {
    color: red
}

.eror404 {
    margin: 160px 0;
    text-align: center
}

.policy {
    font-size: 15px
}

.policy-check {
    clear: both;
    display: block;
    float: left;
    margin: 4px 9px 0 0
}

.form__text._hide-url {
    display: none
}

.about__blanki {
    display: block;
    margin: 0
}

.submenu .submenu {
    display: none
}

.menu__item:hover .submenu .submenu {
    display: none
}

.footer__sitemap {
    margin-left: 50px;
    margin-top: 50px;
    color: #fff;
}

.catalog-header__text._margin {
    max-height: none
}

div#shop_realize {
    position: absolute;
    top: -25px
}

.title_link {
    text-decoration: none
}

.title_link:hover h2 {
    color: #eb040c
}

.wrapper_vn {
    position: fixed;
    z-index: 20;
    background: #fff;
    width: 100%;
    top: 0
}

.wrapper.vn_top {
    margin-top: 185px
}

.product-images {
    float: left;
    height: 402px
}

.product-images__icon {
    position: absolute;
    top: 90px;
    width: 90px;
    color: #fff;
    font-size: 21px;
    line-height: 45px;
    font-weight: 700;
    text-align: center
}

.product-images__icon._discount {
    background: #ff1920
}

.product-images__icon._hit {
    background: #fc0
}

.product-images__icon._new {
    background: #74b143
}

.product-images__icon._new_production {
    width: 90px;
    height: 54px;
    bottom: 90px;
    left: 0;
    top: unset;
    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;
    background: none;
}

.product-images__icon._new_production img {
    width: 90px;
    height: 54px;
}

/* .product-images__icon._new_production.__section {
    top: 110px;
    width: 64px;
    height: 30px;
    left: 1px;
} */
.product-images__icon._new_production.__section {
    top: 102px;
    width: 64px;
    height: 40px;
    left: 1px;
    margin: 0;
}
.product-images__icon._new_production.__section.__viewed {
    top: 70px;
    left: 0;
    width: 65px;
}

/* .product-images__icon._new_production.__section img {
    height: 28px;
} */
.product-images__icon._new_production.__section img {
    height: 39px;
    width: 65px;
}
.product-images__image {
    max-width: none;
    max-height: 100%
}

.product-images__main {
    float: left;
    width: 400px;
    height: 400px;
    line-height: 395px;
    text-align: center;
    border: 1px solid #d6d6d6;
    overflow: hidden
}

.product-images__main .fancybox {
    text-decoration: none;
    width: 100%;
    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
}

.product-images__main .fancybox:before {
    content: "+";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    color: #c6c6c6;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    border: 3px solid #c6c6c6;
    border-radius: 50%
}

.product-images__main .fancybox:after {
    content: "—";
    position: absolute;
    top: 31px;
    left: 33px;
    width: 24px;
    color: #c6c6c6;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-images__list {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none
}

.product-images__item {
    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;
    margin-bottom: 10px;
    width: 125px;
    height: 125px;
    line-height: 120px;
    text-align: center;
    border: 1px solid #d6d6d6;
    overflow: hidden
}

.product-images__item img {
    height: 100%;
    max-width: none
}

.product-images__item_active {
    border-color: #e80000
}

.product {
    margin-left: 575px
}

.product-useful {
    margin-bottom: 10px;
    text-align: right
}

.product-useful__links {
    display: inline-block;
    text-align: right;
    vertical-align: middle
}

.product-useful__link {
    color: #565656;
    text-decoration: none;
    border-bottom: 2px dotted
}

.product-useful__link:hover {
    color: #ea040c
}

.product-useful__social {
    display: inline-block;
    width: 40px;
    height: 39px;
    background-image: url(/local/templates/mdm/img/icons.png);
    vertical-align: middle
}

.product-useful__social._twitter {
    background-position: 0 -115px
}

.product-useful__social._vk {
    background-position: -41px -115px
}

.product-useful__social._facebook {
    background-position: -82px -115px
}

.product-useful__social._twitter:hover {
    background-position: 0 -155px
}

.product-useful__social._vk:hover {
    background-position: -41px -155px
}

.product-useful__social._facebook:hover {
    background-position: -82px -155px
}

.product__props {
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid #e7e7e7
}

.product__props tr {
    background: #fffefd
}

.product__props tr:nth-child(odd) {
    background: #f4f4f4
}

.product__props td {
    padding: 7px 12px
}

.product__props td:first-child {
    width: 33%
}

.color-select__title {
    display: table-cell;
    height: 50px;
    width: 185px;
    vertical-align: middle;
}

.color-select__title:after {
    content: ":"
}

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

.color-select__group-title {
    font-size: 13px
}

.color-select .select__item {
    display: inline-block;
    margin: 0 3px 7px 0;
    padding: 2px
}

.color-select .select__item_active {
    padding: 0;
    border: 2px solid #e5111b
}

.color-select .select__image {
    width: 61px;
    height: 61px
}

.product__quantity {
    float: left;
    line-height: 30px
}

.product-quantity {
    border: 1px solid #dbdbdb
}

.product__ostatok {
    float: right;
    line-height: 30px;
    color: #eb040c;
    margin-left: 0;
    margin-right: 12%;
    font-weight: 700
}

.product-ostatok__number {
    display: block;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    font-weight: 700
}

.product-quantity__minus, .product-quantity__plus {
    display: inline-block;
    width: 50px;
    color: #737373;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    background: #fffefd;
    vertical-align: top;
    cursor: pointer
}

.product-quantity__minus:hover, .product-quantity__plus:hover {
    color: #e80000
}

.product-quantity__input {
    padding: 0;
    width: 90px;
    height: 36px;
    text-align: center;
    vertical-align: top;
    background: #f9f8f8;
    border-color: #e7e6e5;
    border-style: solid;
    border-width: 0 1px
}

.product__price {
    float: right;
    margin-bottom: 20px;
    width: 200px;
    line-height: 30px
}

.product__price-value {
    font-size: 24px;
    line-height: 38px;
    white-space: nowrap
}

.product__button {
    float: right;
    margin: 0 0 10px 10px;
    padding: 0 20px;
    min-width: 90px;
    color: #757575;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #757575;
    background: #fff;
    cursor: pointer
}

.wrapper .product__button:nth-child(2) {
    display: none
}

.product__button:hover {
    color: #fff;
    background: url(/local/templates/mdm/img/pattern.png) repeat
}

.product__button_buy {
    clear: right;
    background: #eb040c;
    border-color: #eb040c;
    color: #fff
}

.product__button_buy:hover {
    background: url(/local/templates/mdm/img/pattern_red.png) repeat;
    color: #fff
}

.product-description {
    clear: both;
    padding-top: 20px
}

.knop.opis {
    clear: both;
    padding: 20px 30px;
    width: 10%;
    color: #757575;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    z-index: 1;
    margin-bottom: -2px
}

.knop.opis.activ {
    border-bottom: 1px solid #fff;
    background: #fff
}

.nav_knop {
    margin-top: 15px
}

.blok-V.v_opisanie.activ {
    clear: both;
    display: block;
    border-top: 1px solid #d6d6d6
}

.product-images__icon._discount {
    background: #ffa000
}

.AKTSIYA_NEW {
    background: #1c59d8;
    padding: 9px;
    z-index: 9;
    position: absolute;
    top: 41px;
    text-transform: uppercase;
    width: 72px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-align: center
}

.prekrepit_fail {
    position: absolute;
    left: -33%
}

.prekrepit_fail_pole {
    left: 125px;
    margin-bottom: 15px
}

.checkbox_sogl label {
    width: 556px;
    display: inline-block;
    text-align: right;
    left: 28%
}

.checkbox_sogl input {
    position: absolute;
    left: -4%
}

.checkbox_sogl {
    left: -29%;
    margin-bottom: 20px
}

.orders-table td, .orders-table th {
    padding: 8px
}

.orders-table tr:nth-child(2n) {
    background: #d3d3d3
}

.ankor__dot, .yakor {
    -webkit-transform: translateY(-210px);
    -ms-transform: translateY(-210px);
    transform: translateY(-210px)
}

.registration-type {
    margin-bottom: 45px;
    padding: 0;
    text-align: center
}

.registration-type__item {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.registration-type__item + label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    min-width: 140px;
    padding: 0 40px;
    color: #737373;
    font-size: 18px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e7e7e7;
    cursor: pointer
}

.registration-type__item:checked + label {
    color: #fff;
    background: #737373
}

.registration-type__item:checked + label:after {
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: #737373 transparent transparent
}

.registration-block {
    float: left;
    width: 49%
}

.conditions-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.conditions-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 0;
    width: 295px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    margin-right: 10px;
}

.conditions-block__item img {
    margin-right: 15px;
    height: 40px
}

.conditions-block__item:hover {
    border-color: #e5111b
}

.projects-product {
    margin-bottom: 20px;
    height: 160px;
    overflow: hidden
}

.projects-product__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style: none
}

.projects-product__item {
    float: left;
    margin-right: 15px;
    width: 188px
}

.projects-product__image {
    width: 188px;
    height: 160px
}

.projects-product__arrow {
    position: absolute;
    top: 44px;
    width: 71px;
    height: 71px;
    background: rgba(255, 255, 255, 0.64);
    cursor: pointer;
    z-index: 10
}

.projects-product__arrow_left {
    left: 0
}

.projects-product__arrow_right {
    right: 0
}

.projects-product__arrow:hover {
    background: rgba(255, 255, 255, 0.8)
}

.projects-product__arrow:after {
    content: "";
    position: absolute;
    top: 12px;
    display: block;
    width: 27px;
    height: 47px;
    background-image: url(/local/templates/mdm/img/icons.png)
}

.projects-product__arrow_left:after {
    left: 20px;
    background-position: -684px 0
}

.projects-product__arrow_right:after {
    right: 20px;
    background-position: -711px 0
}

.projects-product__arrow_left:hover:after {
    background-position: -738px 0
}

.projects-product__arrow_right:hover:after {
    background-position: -765px 0
}

.color-select__select {
    float: right;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -51px;
    border: 1px solid #b0b0b0;
    font-size: 14px;
    color: #a1a1a1;
    padding: 16px 22px;
    cursor: pointer
}

.color-select {
    margin-top: 35px
}

.color-select__select:after {
    content: 'v';
    position: absolute;
    right: 22px;
    top: 17px
}

.color-select__list {
    display: none;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 20;
    background: #fff;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 11px 7px #f1f1f1;
    box-shadow: 0 0 11px 7px #f1f1f1;
    top: 37px
}
/*
.section_list__self_production .sections-item {
    float: none;
    height: 335px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    max-width: 285px;
    width: 100%;
}

.section_list__self_production .sections-item .sections-item__title {
    display: block;
    width: 100%;
    max-width: 206px;
    padding-bottom: 5px;
}

.section_list__self_production .sections-item .sections-item__image {
    display: flex;
    width: 100%;
    max-width: 285px;
    justify-content: center;
    align-items: center;
    min-height: 261px;
    padding: 0;
    margin: 0;
}

.section_list__self_production .sections-item .sections-item__img {
    width: 100%;
    object-fit: cover;
}*/

/* Личный кабинет, раздел Собственное производство - начало */

.tabs-container {
    width: 100%;
}

.tabs {
    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-top: 30px;
    margin-left: 0!important; */
    list-style: none;
    width: 100%;
    padding: 0;
}
ul.tabs li {
    /* border: 1px solid gray;
    border-radius: 3px 3px 0 0; */
    border-bottom: 1px solid #8080807d;
}

ul.tabs li.active {
    /* border-bottom: none;
    background-color: #e0dfdf; */
    border-bottom: 2px solid red;
}

.tabs li:before{
    content: unset;
}

.tabs li:not(:last-child) {
    /* margin-right: 7px; */
}

.tabs li{
    width: 100%;
}

.tabs li a {
    color: black;
    font-size: 18px;
    text-align: center;
    /* background-color: #0f7b41; */
    border: none;
    padding: 20px;
    /* background: url(/local/templates/page/css/../images/button_texture.png); */
    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;
    cursor: pointer;
    text-decoration: none;
}


.tabs-panel table tr td{
    border: 1px solid #0f7b41;
}


.tabs li.active a,
.tabs li a:hover {
    opacity: 1;
    top: 0;
    color: red;
    font-size: 18px;
    /* font-weight: 600; */
}

.tabs-content {
    position: relative;
    z-index: 2;
    /*padding: 25px;*/
    border-radius: 0 4px 4px 4px;
    background: white;
}

.tabs-panel {
    display: none;
}

.tabs-panel.active {
    display: block;
}

.tabs-panel table tr td:nth-child(2n + 1){
    width: 120px;
}


.tabs-panel table tr:nth-child(2n + 1){
    background-color: unset;
}

.tabs-panel table tr td:last-child{
    padding-left: 0;
    text-align: center;
}

.tabs-panel table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    display: block;
    text-align: center;
}



.tabs-panel p + div {
    margin-top: 15px;
}


/* Личный кабинет, раздел Собственное производство - окончание */


/*---preloader start---*/
.popup-overlay._white {
    background: rgba(255, 255, 255, 0.6);
}

.css-load__block {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cssload-thecube {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(237, 32, 38);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

li.menu__item._parent:first-child .submenu__item:nth-child(n+7) {
    margin-left: 30px;
    list-style-type: square;
    color: #898989;
    
}

li.menu__item._parent:first-child .submenu__item:nth-child(n+7) a{
    font-size: 14px;
}

.about-menu__item:nth-child(n+11){
	display: none;
}


@keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

/*---preloader end---*/

.footer-subscribe {
    margin-bottom: 10px;
    margin-top: 10px;
    color:#fff
}
.footer-subscribe__text{float:left;padding:0 25px;width:275px;height:46px;color:#282828;border:none}
.footer-subscribe__button{padding:0 25px;height:46px;color:#fff;line-height:46px;border:none;background:#f22e3a}

@media screen and (max-width: 1250px) {
    .menu__list {
        width: 100%
    }

    .menu__link {
        padding: 0 10px
    }

    .catalog-section__img {
        width: auto
    }
}

@media screen and (max-width: 1200px) {
    .footer-subscribe__text {
        width: 170px
    }

    .footer__cabinet {
        margin-left: 20px
    }

    .cabinet__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cabinet__table {
        max-width: none;
    }

    .cabinet__cross {
        right: 46%;
        top: 14px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .cabinet__aside {
        max-width: 240px;
    }

    .cabinet__wrap {
        max-width: calc(100% - 250px);
    }

    .cabinet__delivery .cabinet__cell:first-child {
        max-width: none;
        width: 116px;
        margin-right: 10px;
    }

    .cabinet__delivery .cabinet__cell:last-child {
        max-width: none;
        width: calc(100% - 126px);
    }
}

@media screen and (max-width: 1150px) {
    .header {
        height: 90px
    }

    .header__logo {
        width: 150px
    }

    .header__content {
        padding-top: 12px
    }

    .search {
        width: 200px
    }

    .search, .callback, .small-basket, .header-cabinet {
        margin-left: 20px
    }

    .product-quantity__minus, .product-quantity__plus {
        width: 35px
    }

    .product-quantity__input {
        width: 50px
    }

    .basket__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .basket__buttons .basket-button {
        margin: 10px;
    }

    .color-select__title {
        width: 150px;
        font-size: 14px;
    }
}

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

    .footer-menu {
        width: calc(50% - 20px);
        padding-right: 20px;
    }

    .product__ostatok {
        width: 125px;
        float: left;
        clear: right
    }

    .footer__contacts._address {
        width: 50%;
        padding-left: 0;
    }

    .footer__contacts._phones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        padding-left: 0;
        margin: 0;
    }
    .footer__contacts._phones p  {
        width: 50%;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1050px) {
    .product-images {
        height: 264px
    }

    .product-images__main {
        width: 262px;
        height: 262px;
        line-height: 257px
    }

    .product {
        margin-left: 435px
    }

    .conditions-block {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .conditions-block__item {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1000px) {
    .menu-wrapper {
        height: 45px
    }

    .menu__link {
        font-size: 15px;
        line-height: 45px;
        text-transform: none
    }

    .submenu {
        top: 45px
    }

    .search {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 70%
    }

    .header__content {
        position: static
    }

    .header {
        height: 120px
    }

    div.title-search-result {
        left: 29% !important;
        top: 135px !important
    }

    .basket__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .basket__cell {
        width: 100% !important;
        border-right: none;
        padding: 15px 0;
        margin: 0;
    }

    .basket__cell::before {
        display: none;
    }

    .basket__block {
        border-bottom: 2px solid black;
        padding: 0;
    }

    .basket__cell:last-of-type {
        border-bottom-color: transparent;
    }

    .basket__cell._props {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .basket__delete._remove {
        top: 5px;
        right: 19px;
    }

    .basket__question {
        display: inline-block;
    }

    .basket__row._head {
        display: none;
    }
}

@media screen and (max-width: 885px) {
    .footer-subscribe {
        width: 100%;
    }
    .footer__cabinet, .footer__basket {
        margin-top: 15px;
    }
    .footer__cabinet {
        margin-left: 0;
    }
    .footer__sitemap {
        margin-top: 27px;
    }
}

@media screen and (max-width: 820px) {
    .menu-wrapper {
        height: auto
    }

    .menu-button {
        position: relative;
        display: block;
        float: left;
        margin-left: 20px;
        padding: 0;
        width: 39px;
        height: 39px;
        border-radius: none;
        border: none;
        background: #eb040c;
        vertical-align: middle;
        cursor: pointer;
        z-index: 100;
        position: absolute;
        right: 5px;
        top: 65px;
        opacity: .5;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .menu-button:hover {
        opacity: 1
    }

    .menu-button__inner {
        display: block;
        position: absolute;
        top: 18px;
        left: 7px;
        right: 7px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        -webkit-transition: background 0 .3s;
        -o-transition: background 0 .3s;
        transition: background 0 .3s
    }

    .menu-button__inner:before, .menu-button__inner:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 2px;
        -webkit-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0;
        -o-transition-delay: .3s, 0;
        transition-delay: .3s, 0
    }

    .menu-button__inner:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform
    }

    .menu-button__inner:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform
    }

    .menu-button._active .menu-button__inner {
        background: none
    }

    .menu-button._active .menu-button__inner:before, .menu-button._active .menu-button__inner:after {
        -webkit-transition-delay: 0s, .3s;
        -o-transition-delay: 0s, .3s;
        transition-delay: 0s, .3s
    }

    .menu-button._active .menu-button__inner:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .menu-button._active .menu-button__inner:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99
    }

    .menu._active {
        display: block
    }

    .menu__list {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding-left: 20px;
        width: 230px;
        background: #fff;
        overflow: auto
    }

    .menu__item {
        position: relative;
        display: block
    }

    .menu__item._parent:after {
        content: "×";
        position: absolute;
        top: 5px;
        right: 10px;
        color: #eb040c;
        font-size: 24px;
        line-height: 32px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .menu__item._parent._active:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .menu__link {
        display: inline;
        padding: 0;
        text-align: left
    }

    .menu__link:hover, .menu__link._selected {
        color: #282828;
        background: none
    }

    .submenu {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 20px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .menu__item:hover .submenu {
        display: none
    }

    .menu__item._active .submenu {
        display: block
    }

    .submenu__list {
        float: none;
        margin: 0;
        max-width: auto
    }

    .submenu__item {
        margin: 0 0 5px
    }

    .submenu__link {
        font-size: 13px
    }

    .menu._fixed {
        display: none;
        position: fixed;
        top: 95px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 5
    }

    .header {
        padding-top: 0;
        height: 115px
    }

    .header__logo {
        padding: 11px 0;
        width: 100px
    }

    .callback {
        display: none
    }

    .wrapper.vn_top {
        margin-top: 105px
    }

    .search {
        right: 45px;
        width: 90%
    }

    div.title-search-result {
        left: 4% !important;
        top: 105px !important;
        width: 90% !important
    }

    .product-images {
        margin-bottom: 10px
    }

    .product {
        clear: both;
        margin-left: 0;
        padding-top: 20px;
    }
    .product-images__list-wrapper {
        height: 265px;
    }

    .product-useful {
        position: absolute;
        top: -274px;
        right: 0
    }

    .product-useful__links {
        display: block;
        margin: 0 0 10px;
        text-align: right
    }

    .product__ostatok {
        float: right;
        clear: none
    }
}

@media screen and (max-width: 800px) {
    .oneline-frame__title {
        display: block;
        margin-bottom: 8px
    }

    .oneline-frame__text {
        margin-left: 0
    }

    .catalog-sidebar {
        display: none
    }

    .catalog {
        margin-left: 0
    }
}

@media screen and (max-width: 765px) {
    .contact_map {
        height: 300px;
        overflow: hidden
    }
    .footer-place {
        height: 0;
    }
    .footer {
        margin-top: 20px;
    }

    .footer-menu {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer__contacts._address {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer__cabinet {
        margin-left: 0
    }

    .cabinet__aside {
        max-width: 207px;
    }

    .cabinet__link {
        font-size: 13px;
    }

    .cabinet__wrap {
        max-width: calc(100% - 207px);
    }

    .cabinet__cross {
        right: 14%;
    }

    .footer__contacts {
        height: 350px;
    }

    .copyright {
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 650px) {
    .popup {
        top: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        width: auto
    }

    .popup__button {
        margin-bottom: 10px;
        width: 195px
    }

    .popup__button_right {
        float: none;
        margin-bottom: 0
    }

    .double-image {
        margin: 0 0 14px;
        max-width: 100%
    }

    .double-ul, .double-p {
        display: block;
        margin: 0;
        width: auto
    }

    .double-ul + .double-ul {
        margin-bottom: .7em
    }

    .cabinet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cabinet__aside {
        max-width: none;
    }

    .cabinet__wrap {
        max-width: none;
    }
    .footer__contacts._phones {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__contacts._phones p {
        width: 100%;
    }
}

@media screen and (max-width: 630px) {
    .header-cabinet {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .product-useful {
        display: none
    }

    .product__ostatok {
        float: none;
        clear: right
    }
}

@media screen and (max-width: 550px) {
    .oneline-frame__text {
        margin: 0 0 8px;
        width: 100%
    }
    .footer__sitemap {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .h1, .h2 {
        font-size: 21px;
        margin-bottom: 25px
    }

    p + .h2, ul + .h2, img + .h2 {
        margin: 20px 0 10px
    }
}

@media screen and (max-width: 470px) {
    .small-basket {
        margin-left: 0
    }

    .header-phones {
        display: none
    }

    div.title-search-result {
        left: 0 !important;
        top: 105px !important;
        width: 100% !important
    }

    .title-search-result th {
        display: none
    }

    .cabinet__wrap {
        padding: 34px 15px 40px 15px;
    }

    .cabinet__links {
        -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;
    }

    .cabinet__links a:first-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    .color-select__select {
        float: none;
        margin: 0
    }

    .color-select__list {
        right: auto;
        left: 0;
        top: 73px
    }

    .cabinet__row {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .cabinet__delivery .cabinet__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cabinet__delivery .cabinet__cell:first-child {
        margin-right: 0;
        width: auto;
    }

    .cabinet__delivery .cabinet__cell:last-child {
        width: auto;
    }

    .cabinet__column {
        padding: 25px 8px 34px 8px;
    }

    .basket__question {
        right: -20px;
    }

    .basket__cell:last-of-type {
        padding: 15px 5px;
    }

    .basket__delete._remove {
        right: -9px;
    }

    .color-select__title {
        width: auto;
    }
    .footer-subscribe form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .footer-subscribe__text {
        width: 100%;
    }

    .color-select__select {
        width: auto;
    }

    .copyright {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .footer__link._divided:before {
        display: none;
    }

    .footer-polit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__cabinet {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__basket {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .scroll-top {
        visibility: hidden;
    }
    /*.product-images__list-wrapper {
        display: none;
    }
    .product-images__arrow {
        display: none;
    }
    .product-images__main {
        margin-left: calc(50vw - 141px);
    }*/
}

@media screen and (max-width: 400px) {
    .footer-place {
        height: 0px
    }

    .cabinet__cell {
        font-size: 14px;
    }

    .basket__buttons {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 380px) {
    .product__price {
        clear: both;
        float: none;
        margin-bottom: 10px
    }

    .product__button {
        float: left;
        margin: 0 10px 10px 0
    }

    .cabinet__wrap {
        padding: 34px 0px 40px 0px;
    }

}
@media screen and (max-width: 350px) {
    .footer-menu__list {
        width: 100%;
    }
    .footer-subscribe__text {
        padding: 0 10px;
    }
}
/*swiper galleries*/

.product-images-preview {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
}
.product-images-new {
    height: 400px;
    width: 400px;
    margin: 0 10px 0 0;
    border: 1px solid #d6d6d6;
}
.product-images-new._noborder {
    border: none;
}
.product-images-new .fancybox{
    text-decoration: none;
    width: 100%;
    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;
    text-align: center;
    overflow: hidden;
}
.product-images-new .fancybox:before {
    content: "+";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    color: #c6c6c6;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    border: 3px solid #c6c6c6;
    border-radius: 50%;
}
.product-images-new .fancybox:after {
    content: "—";
    position: absolute;
    top: 31px;
    left: 33px;
    width: 24px;
    color: #c6c6c6;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-images-new__img {
    height: 400px;
    /* width: 400px;*/
    /*-o-object-fit: contain;
    object-fit: contain;*/
    max-width: unset;
    width: auto;
}
._section .product-images-new__img {
    /*-o-object-fit: cover;
    object-fit: cover;*/
}
.product-images-thumbs {
    height: 402px;
    width: 127px;
}
.product-images-new__thumb {
    width: 125px;
    height: 125px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #d6d6d6;
}
._section .product-images-new__thumb {
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-slide-thumb-active .product-images-new__thumb {
    border: 1px solid #eb040c;
}
.product-images-controls {
    height: 450px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 47px;
    top: -25px;
}
.product-images-controls.hidden{
    display: none;
}
.product-images-control {
    background-image: none;
    position: relative;
    width: 32px;
    height: 18px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
}
.product-images-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-images-control:focus {
    outline: none;
}
.product-images-control svg {
    width: 32px;
    height: 18px;
    fill: #646464;
}
.product-images-control:hover svg {
    fill: #e80000;
}
.product-images__icon {
    z-index: 2;
}
._section + .catalog-header__texttt._margin {
    min-height: 430px;
}
.fancybox-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
}
.watched-container {
    width: calc(100% - 100px);
}
.img_wrap {
    float: none;
    margin: 0;
    height: auto;
}
.product-item.smotreli {
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-item__button._more {
    top: 130px;
}
.watched-prev:focus, .watched-next:focus {
    outline: none;
}
.watched-prev {
    background-image: url(/local/templates/mdm/img/icons.png);
    background-position: -684px 0;
    background-size: auto;
    width: 27px;
    height: 47px;
}
.watched-prev:hover {
    background-position: -738px 0;
}
.watched-next {
    background-image: url(/local/templates/mdm/img/icons.png);
    background-position: -711px 0;
    background-size: auto;
    width: 27px;
    height: 47px;
}
.watched-next:hover {
    background-position: -765px 0;
}
.product-item.smotreli .product-item__icon {
    left: -20px;
}

.attention__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000066;
    display: none;
    z-index: 101;
}

.attention__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    max-width: 360px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
}

.attention__close {
    position: absolute;
    font-size: 34px;
    font-weight: 300;
    top: 0px;
    right: 10px;
    transform: rotate(45deg);
    cursor: pointer;
}

@media screen and (max-width: 1170px){
    .slider__arrow_left{
        left: 0!important;
    }
    .slider__arrow_right{
        right: 0!important;
    }
}

@media screen and (max-width: 1138px) {
    .product-images-preview {
        float: none;
        margin-bottom: 25px;
    }
    .product-images-preview + .product {
        margin-left: 0;
    }
    .product-images-preview._section {
        margin-bottom: 50px;
    }
    ._section + .catalog-header__texttt._margin {
        margin-left: 0;
        min-height: initial;
    }
    span.sections-item__title{
        font-size: 12px;
    }
    .slider__dots{
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 820px) {
    .product-images-preview + .product .product-useful {
        position: relative;
        top: 0;
    }
}



@media screen and (max-width: 560px) {
    .product-images-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .product-images-new {
        margin: 0 auto;
    }
    .product-images-thumbs {
        width: 100%;
        max-width: 402px;
        height: auto;
        margin: 10px auto 0;
    }
    .product-images-controls {
        width: 100%;
        max-width: 402px;
        height: 32px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: calc(100% - 72px);
        left: calc(50% - 201px);
    }
    .product-images-prev {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .product-images-next {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media screen and (max-width: 420px) {
    .product-images-new {
        width: calc(100vw - 20px);
        height: calc(100vw - 20px);
    }
    .product-images-new__img {
        height: calc(100vw - 22px);
    }
    .product-images-new__thumb {
        width: calc(100vw/3 - 46px/3);
        height: calc(100vw/3 - 46px/3);
    }
    .product-images-controls {
        left: 0;
        top: auto;
        bottom: calc(50vw/3 - 23px/3 - 20px);
    }
}
/* End */


/* Start:/local/templates/mdm/slick/slick.css?15166248231776*/
/* 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/mdm/slick/slick-theme.css?15166248233145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/mdm/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/mdm/slick/./fonts/slick.eot');
    src: url('/local/templates/mdm/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/mdm/slick/./fonts/slick.woff') format('woff'), url('/local/templates/mdm/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/mdm/slick/./fonts/slick.svg#slick') format('svg');
}
/* 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;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: 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
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* 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/.default/components/bitrix/search.title/.default/style.css?15166248232617*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	width: 530px !important;
	left: 40% !important;
	top: 100px !important;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

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

@media screen and (max-width: 1000px) {
	div.title-search-result {
	    left: 29% !important;
	    top: 135px !important;
	}
}
@media screen and (max-width: 820px) {
	div.title-search-result {
	    left: 4% !important;
	    top: 105px !important;
	    width: 90% !important;
	}
}
@media screen and (max-width: 470px) {
	div.title-search-result {
	    left: 0% !important;
	    top: 105px !important;
	    width: 100% !important;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/.default/style.css?1518697621699*/
.submenu__list.catalog_menu li {
    margin: 5px 0px;
    flex-basis: 220px;
    height: 50px;
}

.submenu__list.catalog_menu li a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    height: 100%;
}

.submenu__list.catalog_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: none;
    max-width: 925px;
}

.submenu__list.catalog_menu .submenu__img {
    flex-basis: 50px;
    text-align: center;
    margin-right: 10px;
}

.submenu__list.catalog_menu .submenu__img img {
    max-width: 100%;
    max-height: 100%;
}

.submenu__list.catalog_menu .submenu__link {
    font-size: 13px;
    flex-basis: 190px;
    margin-top: 5px;
}
/* End */


/* Start:/local/components/gallery/templates/slider_new/style.css?15868467101635*/
.slider__list {
    padding: 0px 0px 40px;
}
.slider__item_active .slider__image{
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.slider__image{
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 1s;
	margin: 0 auto;
}
.slider__item.slick-active .slider__image{
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.slider__arrows {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slider__arrow{
	display: none;
	position: absolute;
	top: 200px;
	width: 60px;
	height: 60px;
	background-size: cover;
	cursor: pointer;
	opacity: 0.5;
}
.slider__arrow:hover{
	opacity: 1;
}
.slider__arrow_left{left: -85px; background: url(/local/templates/mdm/img/arrow-left.svg) no-repeat;}
.slider__arrow_right{right: -85px; background: url(/local/templates/mdm/img/arrow-right.svg) no-repeat;}
.slider__arrow_left:hover{background: url(/local/templates/mdm/img/arrow-left-hover.png) no-repeat;}
.slider__arrow_right:hover{background: url(/local/templates/mdm/img/arrow-right-hover.png) no-repeat;}

.slider__dots{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -36px;
	padding: 0;
	list-style: none;
}
.slider__dots li{
	display: inline-block;
	margin-right: 4px;
	width: 15px;
	height: 15px;
	background: #737373;
	cursor: pointer;
}
.slider__dots li button{
	display: none;
}
.slider__dots li.slick-active{
	background: #f02d35;
}
@media screen and (max-width: 1220px){
	.slider__dots{
		transform: translateX(-25%);
	}
}
@media screen and (max-width: 1000px) {
	.slider__arrows {display: none;}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/.default/style.css?15166248231159*/
.sections{
	margin: 0 -0.5% 50px;
	overflow: hidden;
}
.sections-item{
	float: left;
	display: table;
	margin: 0 0.5% 10px;
	padding: 0 8px;
	width: 24%;
	color: #111;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.sections-item:hover{
	color: #e40005;
	text-decoration: underline;
	border-color: #e40005;
}
.sections-item__image{
	display: table-cell;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px 10px 5px;
	max-width: 90px;
}
.sections-item__img{
	max-width: 100%;
	max-height: 100%;
}
.sections-item__title{
	display: table-cell;
	min-width: 120px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	max-width: 120px;
}

@media screen and (max-width: 1000px) {
	.sections{
		margin: 0 -0.7% 50px;
	}
	.sections-item{
		margin: 0 0.7% 10px;
		width: 31.93%; 
	}
}

@media screen and (max-width: 760px) {
	.sections{
		margin: 0 -1% 50px;
	}
	.sections-item{
		margin: 0 1% 10px;
		width: 48%; 
	}
}

@media screen and (max-width: 500px) {
	.sections{
		margin: 0 0 50px;
	}
	.sections-item{
		float: none;
		margin: 0 0 10px;
		width: 100%; 
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1516624823361*/
.pagenav{
	display: inline-block;
	margin-bottom: 25px;
	font-size: 14px;
}
.pagenav__link,
.pagenav__arrow,
.pagenav__current{
	margin: 0 2px;
	color: #797979;
	text-decoration: none;
}
.pagenav__link{
	border-bottom: 1px solid;
}
.pagenav__current{
	color: #eb040c;
	border-bottom: 1px dotted;
}
.pagenav__link:hover,
.pagenav__arrow:hover{
	color: #eb040c;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/promo/style.css?15341511352660*/
.promo{
	margin-bottom: 25px;
	overflow: hidden;
}
.promo-item{
	float: left;
	margin: 0 10px;
	width: 285px;
	font-size: 14px;
	border: 1px solid #fff;
}

.promo-item:hover{
	border-color: #f22e3a;
}

.promo-item__content{
	padding-top: 25px;
}

.promo-item a {
	text-decoration: none;
	outline: none;
}
.promo-item__date{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	background: #737373;
	z-index: 1;
}
.promo-item:hover .promo-item__date{
	background: #cd1a24;
}
.promo-item__image{
	/* margin-bottom: 25px; */
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.promo-item:hover .promo-item__image{
	-webkit-filter: none;
	filter: none;
}
.promo-item__title{
	display: block;
	margin-bottom: 20px;
	min-height: 38px;
	color: #e90c0c;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
}
.promo-item__title:hover{
	text-decoration: underline;
}
.promo-item__preview{
	margin-bottom: 10px;
	height: 55px;
	overflow: hidden;
	color: #000;
	padding: 0 10px;
}
.promo-item__more{
	color: #828282;
	position: absolute;
	bottom: 0px;
}
.promo-item__more:hover{
	color: #ea0613;
}

.promo-controls {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100px;
	top: 0;
	right: 0;
}

.promo-controls__arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	padding: 6px 11px;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 0.3;
}

.promo-controls__arrow:hover {border: 1px solid #bf1520;opacity: 1;}

.promo-controls__arrow span {
	display: block;
	width: 15px;
	height: 26px;
	background-image: url(/local/templates/mdm/img/icons.png);
	background-size: 27em;
}

.promo-controls__arrow.left span {background-position: -805px 0px;}
.promo-controls__arrow.right span {background-position: -820px 0px;}
.promo-controls__arrow.left:hover span {background-position: -834px 0px;}
.promo-controls__arrow.right:hover span {background-position: -849px 0px;}
.promo.slick-initialized.slick-slider {
    margin-right: -10px;
    margin-left: -10px;
}

@media screen and (max-width: 1220px) {
	.promo-item{
		width: 32%;
	}
	.promo-item:nth-child(4){
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.promo-item{
		width: 49%;
	}
	.promo-item:nth-child(3){
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.promo-controls {
	    position: static;
	    margin: 0 auto;
	    margin: -20px auto 20px;
	}
}

@media screen and (max-width: 600px) {
	.promo-item{
		margin-left: 0;
		width: auto;
	}
	.promo-item__title{
		min-height: auto;
	}
	.promo-item__preview{
		height: auto;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news/style.css?15166248231130*/
.news-item{
	float: left;
	margin: 0 0 30px 2%;
	padding: 0 25px 25px 25px;
	width: 32%;
	text-align: center;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news-item:first-child{margin-left: 0;}
.news-item:hover{border-color: #bf1520;}
.news-item__date{
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	background: #737373;
}
.news-item:hover .news-item__date{background: #cd1a24;}
.news-item__image{
	display: block;
	margin: 0 auto 15px;
	width: 200px;
	height: 200px;
}
.news-item__title-container{
	margin-bottom: 15px;
}
.news-item__title{
	display: table-cell;
	height: 62px;
	color: #363636;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.news-item__title:hover{
	color: #cd464d;
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.news-item{
		margin: 0 0 30px 3%;
		width: 48.5%;
	}
	.news-item:nth-child(3){
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.news-item{
		float: none;
		margin: 0 0 30px;
		width: auto;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/projects/style.css?15681967923282*/
.projects{
	margin-bottom: 50px;
}
.projects__overflow-hidden{
	height: 480px;
	overflow: hidden;
}
.projects__overflow-scroll{
	height: 510px;
	overflow-x: scroll;
}
.projects__container{
	margin-left: -3px;
	width: 3200px;
	min-width: 3200px;
}
.projects__block{
	float: left;
}
.projects-item{
	float: left;
	margin: 0 0 3px 3px;
	overflow: hidden;
}
.projects-item__image{
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.projects-item:hover .projects-item__image{
	-webkit-filter: none;
	filter: none;
}
.projects-item__info{
	position: absolute;
	padding: 0 15px;
	top: 0;
	left: 50%;
	margin-left: -85px;
	width: 140px;
	height: 100%;
	text-align: center;
	background: #fff;
	background: rgba(255,255,255,0.88);
	opacity: 0;
	transition: opacity 0.5s;
}
.projects-item:hover .projects-item__info{
	opacity: 1;
}
.projects-item__red{
	color: #c80914;
}
.projects-item_1{
	width: 435px;
	height: 265px;
}
.projects-item_2{
	clear: both;
	width: 145px;
	height: 180px;
}
.projects-item_3{
	width: 287px;
	height: 180px;
}
.projects-item_4{
	width: 338px;
	height: 167px;
}
.projects-item_5{
	clear: both;
	width: 338px;
	height: 278px;
}
.projects-item_6{
	width: 284px;
	height: 448px;
}
.projects-item_7{
	width: 388px;
	height: 245px;
}
.projects-item_8{
	width: 140px;
	height: 245px;
}
.projects-item_9{
	clear: both;
	width: 531px;
	height: 200px;
}
.projects-item_2 .projects-item__info,
.projects-item_8 .projects-item__info{
	padding: 5px;
	left: 0;
	margin-left: 0;
	width: auto;
	height: auto;
	text-align: left;
}
.projects-item_2 .projects-item__info{
	top: 20px;
}
.projects-item_8 .projects-item__info{
	top: 40px;
}
.projects-item_4 .projects-item__info,
.projects-item_9 .projects-item__info{
	margin-left: -95px;
	width: 160px;
}
.projects-item_1 .projects-item__title{margin: 65px 0 30px;}
.projects-item_2 .projects-item__title{margin: 0 0 10px;}
.projects-item_3 .projects-item__title{margin: 30px 0 10px;}
.projects-item_4 .projects-item__title{margin: 20px 0 10px;}
.projects-item_5 .projects-item__title{margin: 70px 0 30px;}
.projects-item_6 .projects-item__title{margin: 140px 0 30px;}
.projects-item_7 .projects-item__title{margin: 40px 0 30px;}
.projects-item_8 .projects-item__title{margin: 0 0 10px;}
.projects-item_9 .projects-item__title{margin: 30px 0 30px;}

.projects__scroll-wrapper{
	margin: 0 auto;
	padding: 0 135px;
	width: 930px;
	height: 10px;
	background: #737373;
}
.projects__scroll{
	height: 10px;
	cursor: pointer;
}
.projects__scroll .ui-slider-handle{
	position: absolute;
	margin-left: -135px;
	width: 270px;
	height: 10px;
	background: #cc2a34;
}


@media screen and (max-width: 1220px) {
	.projects__scroll-wrapper{
		margin: 0 10px;
		width: auto;
	}
}

@media screen and (max-width: 900px) {
	.projects__scroll-wrapper{
		padding: 0 100px;
	}
	.projects__scroll .ui-slider-handle{
		margin-left: -100px;
		width: 200px;
	}
}

@media screen and (max-width: 600px) {
	.projects__scroll-wrapper{
		padding: 0 75px;
	}
	.projects__scroll .ui-slider-handle{
		margin-left: -75px;
		width: 150px;
	}
}

@media screen and (max-width: 400px) {
	.projects__scroll-wrapper{
		padding: 0 50px;
	}
	.projects__scroll .ui-slider-handle{
		margin-left: -50px;
		width: 100px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/feedback/style.css?15166248231254*/
.feedback{
	margin-bottom: 55px;
	padding: 50px 0;
	color: #fff;
	background: url(/local/templates/mdm/img/feedback.jpg) center center no-repeat;
	background-size: cover;
}
.feedback__wrapper{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 750px;
	overflow: hidden;
}
.feedback__h2{
	font-size: 27px;
	text-align: center;
	text-transform: uppercase;
}
.feedback__info{
	margin-bottom: 20px;
	padding-left: 16px;
	font-size: 14px;
}
.feedback__info:before{
	content: "!";
	position: absolute;
	top: -7px;
	left: 0;
	color: #cb1722;
	font-size: 39px;
}
.feedback__inputs{
	float: left;
	width: 49%;
}
.feedback__text,
.feedback__textarea{
	margin-bottom: 12px;
	padding: 12px 20px;
	color: #111;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.feedback__text:focus,
.feedback__textarea:focus{
	border-color: #c2212b;
}
.feedback__text{
	width: 100%;
	height: 44px;
}
.feedback__textarea{
	float: right;
	width: 49%;
	height: 100px;
	resize: none;
}
.feedback__notice{
	float: right;
	margin: 3px 10px 0 0;
	font-size: 14px;
}
.feedback .notetext{
	color: #fff;
}

@media screen and (max-width: 600px) {
	.feedback{
		padding: 20px 0;
	}
	.feedback__info{
		display: none;
	}
	.feedback__inputs,
	.feedback__textarea{
		float: none;
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.compare.list/compare-list/style.css?1516624823961*/
@keyframes bouncing{
  0%  { top: -100%;}
  100% { top: 173px;}
}
.compare-sticky__count-link {
    position: fixed;
    background: #eb040c;
    z-index: 1;
    left: 0;
    top: 200px;
    color: white;
    text-decoration: none;
    padding: 10px;
	transition: all 0.2s;
    animation: bouncing 1s linear;
}

.compare-sticky__count-link._fixed {top: 200px;}
.compare-sticky__count-link.hide {transform: translateX(-100%);}
.compare-sticky__hide:before {content: '<<<';position: absolute;right: -45px;background: red;padding: 10px;top: 0;}
.compare-sticky__count-link.hide .compare-sticky__hide:before{content:'>>>';}
@media screen and (max-width: 1150px) {
	.compare-sticky__count-link {top: 149px;}
	.compare-sticky__count-link._fixed {top: 90px;}
}
@media screen and (max-width: 820px) {
	.compare-sticky__count-link {top: 58px;padding: 6px 10px;}
	.compare-sticky__hide:before{padding: 6px;right: -37px;}
	.compare-sticky__count-link._fixed {top: 68px;}
}
/* End */


/* Start:/local/templates/mdm-home/styles.css?1522853540752*/
/********** double block **********/
.double-block{
	overflow: hidden;
}
.double-block__item{
	float: right;
	margin-bottom: 55px;
	width: 48%;
}
.double-block__item:first-child{float: left;}
.double-block__content{
	min-height: 310px;
}

@media screen and (max-width: 700px) {
	.double-block .double-block__item{
		float: none;
		width: auto;
		overflow: hidden;
	}
	.promo-link__title{
		position: inherit;
		width: inherit;
		top: -25px;
		text-decoration: none;
	}
	.promo-link__title:hover{
		text-decoration: underline;
	}
}

@media screen and (min-width: 700px) {
	.promo-link__title {
		position: inherit;
		width: inherit;
		top: -62px;
		right: -550px;
		text-decoration: none;
	}
	.promo-link__title:hover{
		text-decoration: underline;
	}
}
/* End */
/* /local/templates/mdm/normalize.css?15166248232582 */
/* /local/templates/mdm/js/fancybox/jquery.fancybox.css?155433531417412 */
/* /local/templates/mdm/styles.css?158857299183160 */
/* /local/templates/mdm/slick/slick.css?15166248231776 */
/* /local/templates/mdm/slick/slick-theme.css?15166248233145 */
/* /local/templates/.default/components/bitrix/search.title/.default/style.css?15166248232617 */
/* /local/templates/.default/components/bitrix/menu/.default/style.css?1518697621699 */
/* /local/components/gallery/templates/slider_new/style.css?15868467101635 */
/* /local/templates/.default/components/bitrix/catalog.section.list/.default/style.css?15166248231159 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1516624823361 */
/* /local/templates/.default/components/bitrix/news.list/promo/style.css?15341511352660 */
/* /local/templates/.default/components/bitrix/news.list/news/style.css?15166248231130 */
/* /local/templates/.default/components/bitrix/news.list/projects/style.css?15681967923282 */
/* /local/templates/.default/components/bitrix/form.result.new/feedback/style.css?15166248231254 */
/* /local/templates/.default/components/bitrix/catalog.compare.list/compare-list/style.css?1516624823961 */
/* /local/templates/mdm-home/styles.css?1522853540752 */
