

/* Start:/local/templates/lednikoff/css/normalize.css?17114517036487*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/lednikoff/css/library/jquery.fancybox.css?171145170318306*/
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/lednikoff/css/library/slick.css?17114517031895*/
/* 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/lednikoff/css/library/slick-theme.css?17114517033353*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/lednikoff/css/library/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/lednikoff/css/library/./fonts/slick.eot');
    src: url('/local/templates/lednikoff/css/library/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/lednikoff/css/library/./fonts/slick.woff') format('woff'), url('/local/templates/lednikoff/css/library/./fonts/slick.ttf') format('truetype'), url('/local/templates/lednikoff/css/library/./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/lednikoff/css/library/tooltipster.bundle.min.css?17114517036495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/local/templates/lednikoff/css/library/tooltipster-sideTip-shadow.min.css?17114517032056*/
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 12px!important;
    line-height: 10px!important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}
/* End */


/* Start:/local/templates/lednikoff/css/lednikoff-font.css?17458500254817*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lednikoff' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: all 0.2s;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ic_telegram:before {
  content: "\e935";
}
.icon-ic_viber:before {
  content: "\e936";
}
.icon-ic_logo-arl:before {
  content: "\e917";
}
.icon-ic_insta:before {
  content: "\e90b";
}
.icon-ic_vk:before {
  content: "\e910";
}
.icon-ic_youtube:before {
  content: "\e911";
}
.icon-ic_cat-adds:before {
  content: "\e902";
}
.icon-ic_cat-cable:before {
  content: "\e903";
}
.icon-ic_cat-control:before {
  content: "\e906";
}
.icon-ic_cat-decor:before {
  content: "\e909";
}
.icon-ic_cat-lamp:before {
  content: "\e93f";
}
.icon-ic_cat-module:before {
  content: "\e940";
}
.icon-ic_cat-power:before {
  content: "\e95a";
}
.icon-ic_cat-profile:before {
  content: "\e95b";
}
.icon-ic_cat-ribbon:before {
  content: "\e95c";
}
.icon-ic_cat-spotlight:before {
  content: "\e95d";
}
.icon-ic_exit:before {
  content: "\e91b";
}
.icon-ic_list:before {
  content: "\e92f";
}
.icon-ic_menu:before {
  content: "\e901";
}
.icon-ic_bank:before {
  content: "\e934";
}
.icon-ic_reward:before {
  content: "\e91f";
}
.icon-ic_running:before {
  content: "\e920";
}
.icon-ic_shop:before {
  content: "\e921";
}
.icon-ic_tools:before {
  content: "\e922";
}
.icon-ic_like2:before {
  content: "\e91c";
}
.icon-ic_progress:before {
  content: "\e91d";
}
.icon-ic_shake:before {
  content: "\e91e";
}
.icon-ic_call1:before {
  content: "\e900";
}
.icon-ic_about-list:before {
  content: "\e926";
}
.icon-ic_cart:before {
  content: "\e904";
}
.icon-ic_catalog:before {
  content: "\e905";
}
.icon-ic_compare:before {
  content: "\e907";
}
.icon-ic_heart:before {
  content: "\e908";
}
.icon-ic_like:before {
  content: "\e90a";
}
.icon-ic_lupa:before {
  content: "\e90c";
}
.icon-ic_map:before {
  content: "\e90d";
}
.icon-ic_refresh:before {
  content: "\e90e";
}
.icon-ic_user:before {
  content: "\e90f";
}
.icon-ic_arrow:before {
  content: "\e929";
}
.icon-ic_print:before {
  content: "\e933";
}
.icon-ic_calendar:before {
  content: "\e932";
}
.icon-ic_cart1:before {
  content: "\e931";
}
.icon-ic_star:before {
  content: "\e92d";
}
.icon-ic_dwnld-pdf1:before {
  content: "\e92e";
}
.icon-ic_trash:before {
  content: "\e930";
}
.icon-ic_tel:before {
  content: "\e92c";
}
.icon-ic_location:before {
  content: "\e92b";
}
.icon-ic_avatar:before {
  content: "\e927";
}
.icon-ic_plus:before {
  content: "\e928";
}
.icon-ic_edit:before {
  content: "\e92a";
}
.icon-ic_check:before {
  content: "\e915";
}
.icon-ic_cross:before {
  content: "\e914";
}
.icon-ic_dwnld-pdf:before {
  content: "\e912";
}
.icon-ic_dwnld-sm:before {
  content: "\e913";
}
.icon-ic_search-cat:before {
  content: "\e919";
}
.icon-ic_triang:before {
  content: "\e91a";
}
.icon-ic_scroll:before {
  content: "\e916";
}
.icon-ic_chat:before {
  content: "\e925";
}
.icon-ic_facebook:before {
  content: "\e918";
}
.icon-ic_envel:before {
  content: "\e923";
}
.icon-ic_phone:before {
  content: "\e924";
}
.icon-ic_share:before {
  content: "\ea82";
}
.icon-ic_google:before {
  content: "\ea8b";
}
.icon-ic_twitter:before {
  content: "\ea96";
}
.icon-ic_arrowFull:before {
  content: "🠔";
}

@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/lednikoff/css/../fonts/icomoon/icomoon.eot?bi5hrb');
  src:  url('/local/templates/lednikoff/css/../fonts/icomoon/icomoon.eot?bi5hrb#iefix') format('embedded-opentype'),
  url('/local/templates/lednikoff/css/../fonts/icomoon/icomoon.ttf?bi5hrb') format('truetype'),
  url('/local/templates/lednikoff/css/../fonts/icomoon/icomoon.woff?bi5hrb') format('woff'),
  url('/local/templates/lednikoff/css/../fonts/icomoon/icomoon.svg?bi5hrb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icm-"], [class*=" icm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icm-grid:before {
  content: "\e900";
}
.icm-menu:before {
  content: "\e939";
}
.icm-sweden:before {
  content: "\e938";
}
.icm-document:before {
  content: "\e901";
}
.icm-document-download:before {
  content: "\e902";
  margin-left: -15%;
}
.icm-document-file-pdf:before {
  content: "\e903";
}
.icm-document-file-zip:before {
  content: "\e904";
}
.icm-document-file-rar:before {
  content: "\e905";
}
.icm-pinterest:before {
  content: "\ead1";
}
.icm-pinterest2:before {
  content: "\ead2";
}

/* End */


/* Start:/local/templates/lednikoff/js/library/sla2/sweetalert2.min.css?171145170324621*/
@charset "UTF-8";@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning::before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info::before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question::before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:"؟"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}
/* End */


/* Start:/local/templates/lednikoff/css/style.css?1750431003252715*/
@charset "UTF-8";

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Light.eot');
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Light.woff2') format('woff2'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Light.woff') format('woff'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Light.ttf') format('truetype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Regular.eot');
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Regular.woff2') format('woff2'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Regular.woff') format('woff'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Regular.ttf') format('truetype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Medium.eot');
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Medium.woff2') format('woff2'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Medium.woff') format('woff'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Medium.ttf') format('truetype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Bold.eot');
	src: url('/local/templates/lednikoff/css/../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Bold.woff2') format('woff2'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Bold.woff') format('woff'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Bold.ttf') format('truetype'),
		url('/local/templates/lednikoff/css/../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*@font-face {*/
/*    font-family: 'TT Firs Neue';*/
/*    src: url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-Regular.eot');*/
/*    src: url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-Regular.eot?#iefix') format('embedded-opentype'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-Regular.woff2') format('woff2'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-Regular.woff') format('woff'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'TT Firs Neue';*/
/*    src: url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-ExtraLight.eot');*/
/*    src: url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-ExtraLight.eot?#iefix') format('embedded-opentype'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-ExtraLight.woff2') format('woff2'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-ExtraLight.woff') format('woff'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-ExtraLight.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'TT Firs Neue';*/
/*    src: url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-DemiBold.eot');*/
/*    src: url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-DemiBold.eot?#iefix') format('embedded-opentype'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-DemiBold.woff2') format('woff2'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-DemiBold.woff') format('woff'),*/
/*    url('/local/templates/lednikoff/css/../fonts/TTFirsNeue-DemiBold.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


@font-face {
	font-family: 'lednikoff';
	src: url('/local/templates/lednikoff/css/../fonts/lednikoff.eot?3amsls');
	src: url('/local/templates/lednikoff/css/../fonts/lednikoff.eot?3amsls#iefix') format('embedded-opentype'),
		url('/local/templates/lednikoff/css/../fonts/lednikoff.ttf?3amsls') format('truetype'),
		url('/local/templates/lednikoff/css/../fonts/lednikoff.woff?3amsls') format('woff'),
		url('/local/templates/lednikoff/css/../fonts/lednikoff.svg?3amsls#alightik') format('svg');
	font-weight: normal;
	font-style: normal;
}


/**************************ЦВЕТА*******************************/
.color {
	box-sizing: border-box;
}

.color-round {
	border-radius: 50%;
}

.color--white,
.color--white6000 {
	background-color: #ffffff;
	border: solid 1px #868e94;
}

.color--gold2000 {
	background-color: #e6c9a7;
}

.color--warm2400 {
	background-color: #f4f4f4;
}

.color--warm2700 {
	background-color: #fff2c1;
}

.color--warm3000 {
	background-color: #fefa7f;
}

.color--day4000 {
	background-color: #fff963;
}

.color--cool8 {
	background-color: #eff7ff;
}

.color--cool10 {
	background-color: #e9f5ff;
}

.color--cool15 {
	background-color: #e3effa;
}

.color--rgb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/**************************ЦВЕТА*******************************/


/*********************PRELOADER************************/
.preloader,
.preloader2 {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	background-color: #ffffff;
	z-index: 9999;
}

.preloader2 {
	background-color: rgba(255, 255, 255, 0.5);
}

.preloader *,
.preloader *:before,
.preloader *:after,
.preloader2 *,
.preloader2 *:before,
.preloader2 *:after {
	box-sizing: border-box;
}

.preloader-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("/local/templates/lednikoff/img/load.gif") no-repeat;
	width: 128px;
	height: 128px;
}

/*********************PRELOADER************************/


.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	color: #3c3c3c;
	min-width: 320px;
	background-color: white;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
}

body * {
	margin: 0;
	padding: 0;
}

main {
	/*min-height: calc(100vh - 651px);*/
	/*padding-top: 152px;*/
	padding-top: 55px;
	background-color: #f0f0f0;
	flex: 1 0 auto;
}

main:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 152px;
	background-color: #474A51;
	top: 0;
}

#bx-panel~main {
	padding: 0;
}

h1 {
	font-size: 22px;
	margin-top: 40px;
}

h3 {
	font-size: 30px;
	font-weight: 500;
	color: #5e5e5e;
	text-align: center;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #3c3c3c;
	transition: all 0.2s;
}

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

img {
	border: none;
	display: block;
}

.hover-border {
	position: relative
}

.hover-border:hover {
	cursor: pointer;
}

.hover-border:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 1px;
	background: #4c5256;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hover-border:hover:after,
.hover-border.active:after {
	width: 100%;
}

.container {
	max-width: 1340px;
	padding: 0 100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.top-padding-wrap {
	padding: 100px 0;
}

input:focus,
button:focus {
	outline: none;
}

button,
.button {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}

button:hover,
.button:hover {
	cursor: pointer;
}

.button--grey {
	background-color: #696969;
}

.button--grey:hover,
.button--grey:active {
	background-color: #bdbdbd;
}

.button--light-grey {
	color: #000000;
	background-color: #f6f6f6;
}

.button--light-grey:hover {
	background-color: #363534;
	color: #f2f2f2;
}

.button--dark-grey {
	background-color: #363534;
	color: #f2f2f2;
}

.button--dark-grey.active_el,
.button--dark-grey:hover {
	background-color: #c4c4c4;
}

.button--white {
	border: solid 1px #303030;
	background-color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #303030;
	text-transform: uppercase;
	padding: 0 30px;
}

.button--white:hover,
.button--white:active,
.button--white.active_el {
	background-color: #474A51;
	border: solid 1px #474A51;
	color: #ffffff;
}

.button--white-nob {
	font-size: 16px;
	background-color: #ffffff;
	color: #3c3c3c;
	text-transform: uppercase;
	text-align: center;
}

.button--white-nob:hover {
	background-color: #5e5e5e;
	color: #ffffff;
}

.button--red {
	background-color: #e83e38;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s;
}

.button--red:hover,
.button--red:active {
	background-color: #fb615c;
}

.button--transp {
	border: solid 1px #ffffff;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	background-color: transparent;
}

.button--transp:hover {
	border: solid 1px #bac5cf;
	background-color: rgba(189, 189, 189, 0.56);
}

.button--gold {
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #bf9450;
}

.button--gold:hover {
	background-color: #8f7041;
}

.parallax {
	perspective: 1px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.parallax__group {
	position: relative;
	height: 559px;
	transform-style: preserve-3d;
	overflow: hidden;
}

.parallax__layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.parallax__layer--base {
	transform: translateZ(0);
}

.parallax__layer--back {
	transform: translateZ(-1px) scale(2);
}

.parallax__layer--back img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.infoBanner {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.infoBanner-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.infoBanner__close-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.infoBanner img {
	max-height: 90vh;
	max-width: 95vw;
}

/**************************ШАПКА*******************************/
header {
	/*position: fixed;*/
	position: sticky;
	z-index: 100;
	top: 0;
	width: 100%;
}

#bx-panel~header {
	position: static;
}

.header__main {
	/*height: 157px;*/
	height: 102px;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s;
}

.header__main.hidden {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

.header__main>div {
	transition: all 0.2s;
}

.header__main.hidden>div {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

.header__main-top {
	height: 39px;
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #bdbdbd;
}

.header__main-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header__main-top--map span:hover {
	cursor: pointer;
}

.header__main-top--map .icon-ic_map {
	margin-right: 7px;
}

#modal-map {
	width: 80%;
	height: 80%;
	padding: 0;
	overflow: hidden;
}

.header__main-top--wrap {
	display: flex;
}

.header__main-top--menu {
	display: flex;
	align-items: center;
}

.header__main-top--menu li {
	list-style: none;
	margin-right: 44px;
	white-space: nowrap;
	font-size: 12px;
}

.header__main-top--menu li .icon-ic {
	margin-right: 6px;
}

.header__main-top--phone span {
	font-size: smaller;
	width: 100%;
	display: block;
	margin: 2px auto 0;
	color: #696969;
	padding-left: 20px;
}

.header__main-top--payment {
	display: flex;
	align-items: center;
}

.header__main-top--payment-box {
	display: block;
	width: 37px;
	height: 28px;
	background-image: url("/local/templates/lednikoff/css/../img/box.svg");
	margin-right: 21px;
	background-size: contain;
	background-repeat: no-repeat;
}

.header__main-top--payment-ya {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("/local/templates/lednikoff/css/../img/visa-mast-mir.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.header__main-top--lang {
	display: flex;
	align-items: center;
}

.header__main-top--lang a {
	margin-left: 34px;
	color: #bdbdbd;
	font-size: 14px;
	position: relative;
	transition: all 0.2s;
}

.header__main-top--lang a.active,
.header__main-top--lang a:hover {
	color: #3c3c3c;
	;
}

.header__main-top--lang a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #474A51;
	position: absolute;
	left: 0;
	bottom: -11px;
	opacity: 0;
	transition: all 0.2s;
}

.header__main-top--lang a.active::after,
.header__main-top--lang a:hover::after {
	opacity: 1;
}

.header__main-middle .logo img {
	height: 50px;
}

.header__main-middle {
	background-color: #ffffff;
}

.header__main-middle .container {
	height: 62px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
}

.header__sticky .logo img {
	height: 40px;
}

.header__sticky .logo img.mob {
	display: none;
}

/*.logo img:last-child{
    margin: 0 auto;
}*/
.header__main-middle--city {
	position: relative;
}

.header__main--chosen-city {
	margin-left: 15px;
	white-space: nowrap;
}

.header__main--chosen-city a {
	width: 125px;
	display: block;
}

.header__main--chosen-city i {
	font-style: normal;
}

.header__main--chosen-city span {
	font-size: 6px;
	margin-left: 4px;
	display: inline-block;
	transform-origin: center;
	transform: rotateZ(0deg);
	transition: all 0.4s;
}

.header__main--chosen-city span.visible {
	transform: rotateZ(-90deg);
}

.modal-choose--city {
	padding: 20px;
	width: 258px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	top: 39px;
	left: 34px;
	z-index: 101;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s;
	box-shadow: 0 1px 10px 0 rgb(66 69 71 / 10%);
	border: solid 1px rgba(150, 169, 184, 0.26);
}

.modal-choose--city.hidden {
	opacity: 0;
	visibility: hidden;
}

.modal-choose--city p button {
	margin-right: 5px;
	padding: 5px 10px;
	min-width: 80px;
}

.modal-choose--city p button:last-child {
	margin-right: 0;
}

.modal-choose--city p {
	display: flex;
	margin-top: 10px;
}

.modal-city {
	padding: 20px;
	width: 258px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	top: 39px;
	left: 34px;
	z-index: 101;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s;
	box-shadow: 0 1px 10px 0 rgb(66 69 71 / 10%);
	border: solid 1px rgba(150, 169, 184, 0.26);
}

.modal-city.hidden {
	opacity: 0;
	visibility: hidden;
}

.modal-city__title span {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 11px;
	height: 11px;
	font-size: 11px;
	color: #bdbdbd;

}

.modal-city__title span:hover {
	cursor: pointer;
	color: #3c3c3c;
}

.modal-city__title {
	font-size: 18px;
	padding: 0 20px 20px;
	white-space: nowrap;
	border-bottom: 1px solid #f4f4f4;
}

.modal-city__list {
	padding-top: 15px;
}

.modal-city__list li {
	height: 35px;
	/*border-top: 1px solid #ffffff;*/
	list-style: none;
}

.modal-city__list li a {
	font-size: 12px;
	line-height: 35px;
	padding: 0 20px;
	transition: all 0.2s;
}

.modal-city__list li a.active,
.modal-city__list li a:hover {
	font-weight: bold;
	color: #e83e38;
}

.header-copyright__soc {
	white-space: nowrap;
	margin-left: 30px;
}

.header-copyright__soc a {
	display: inline-block;
	color: #696969;
	font-size: 30px;
	transition: all 0.2s;
}

.header-copyright__soc a.icon-ic_insta {
	font-size: 31px;
	margin-right: -2px;
}

.header-copyright__soc a.icon-ic_youtube {
	/*margin-left: 5px;*/
}

.header-copyright__soc a:hover {
	color: #e83e38;
}

.header__main-search {
	margin-left: 16px;
	width: 52.2%;
}

#header__main-search-form {
	width: 100%;
	display: flex;
	font-size: 12px;
}

#header__main-search-form input {
	padding: 0 18px;
	height: 27px;
	box-sizing: border-box;
	flex-grow: 1;
	border: 1px solid #bdbdbd;
	width: 100%;
	border-right: 0;
	color: #3c3c3c;
}

#header__main-search-form input::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#header__main-search-form input::-moz-placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#header__main-search-form input:-moz-placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#header__main-search-form input:-ms-input-placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#header__main-search-form input:focus {
	outline: none;
}

#header__main-search-form button {
	width: 76px;
	color: #ffffff;
	border: none;
	height: 27px;
}

.header__top-login {
	margin-left: 16px;
	position: relative;
	padding-bottom: 20px;
	margin-top: 25px;
}

.header__top-login>div {
	white-space: normal;
	display: flex;
}

.header__top-login>div .header__top-login-account {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.header__top-login a {
	font-size: 12px;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	transition: all 0.2s;
}

.header__top-login .header__top-login-elem>a {
	height: auto;
	position: relative;
}

.header__top-login .header__top-login-account .icon-ic {
	font-size: 5px;
	margin-left: 4px;
	margin-top: 3px;
}

.header__top-login-account:hover {
	cursor: pointer;
}

.header__top-login .header__top-login-account:hover .icon-ic {
	color: #272525;
}

.header__top-login .icon-ic_user {
	color: #bdbdbd;
	font-size: 20px;
	margin-right: 9px;
}

.header__top-login a:hover,
.header__top-login:hover .header__top-login-elem a {
	text-decoration: underline;
	color: #272525;
}

.header__top-account-menu {
	visibility: hidden;
	opacity: 0;
	list-style: none;
	margin: 0;
	padding: 0 19px;
	right: 0;
	top: 38px;
	position: absolute;
	z-index: -1;
	width: 364px;
	//overflow-y: auto;
	max-height: calc(100vh - 95px);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(105, 105, 105, 0.1);
	transition: all 0.1s;
}

.header__sticky .header__top-login {
	margin-top: 15px;
	padding-bottom: 15px;
}

.header__sticky .header__top-account-menu {
	top: 40px;
}

.header__top-account-menu.visible,
.header__top-login:hover .header__top-account-menu {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.header__top-account-menu li {
	height: 48px;
	border-bottom: 1px solid #e0e0e0;
	transition: all 0.2s;
}

.header__top-account-menu li:last-child,
.header__top-account-menu li:nth-last-child(2) {
	border: none;
}

.header__top-login .for_auth {
	display: none;
}

.header__top-login.active .for_auth {
	display: block;
}

.header__top-login .for_guest {
	display: block;
}

.header__top-login .header__top-account-auth {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: none;
	background-color: #f4f4f4;
	width: calc(100% + 38px);
	margin-left: -19px;
	padding: 0 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header__top-login .header__top-account-auth .header__top-account-login {
	width: 135px;
	height: 45px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	text-align: center;
}

.header__top-login .header__top-account-auth .header__top-account-login:hover {
	color: #3c3c3c;
}

.header__top-login .header__top-account-auth .header__top-account-register {
	text-transform: uppercase;
	width: auto;
	height: auto;
}

.header__top-login .header__top-account-auth .header__top-account-register:hover {
	color: #e83e38;
}

.header__top-login .header__top-account-exit {
	width: calc(100% + 38px);
	height: 80px;
	background-color: #f4f4f4;
	margin-left: -19px;
	padding: 0 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header__top-login .header__top-account-exit a {
	height: 100%;
	line-height: 80px;
}

.header__top-login .header__top-account-exit span {
	font-size: 22px;
	margin-right: 13px;
	vertical-align: text-bottom;
	transition: all 0s;
}

.header__top-login.active .for_guest {
	display: none;
}

.header__top-account-menu li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #1e1b17;
	line-height: 48px;
	box-sizing: border-box;
	transition: all 0.2s;
}

.header__top-account-menu li:hover a,
.header__top-login .header__top-account-exit:hover span {
	color: #e83e38;
	text-decoration: none;
}

.header__top-account-menu li:hover a.header__top-account-register {
	color: #3c3c3c;
	color: initial;
}

.header__user-lists {
	display: flex;
	margin-top: 7px;
}

.header__user-lists>div {
	margin-left: 16px;
}

.header__user-lists a {
	font-size: 20px;
	color: #bdbdbd;
	position: relative;
	transition: all 0.2s;
}

.header__user-lists>div>a.icon-ic {
	display: block;
	height: 23px;
}

.header__user-lists a.icon-ic_compare {
	font-size: 23px;
}

.header__user-lists a.icon-ic_cart {
	font-size: 22px;
}

.header__user-cart,
.header__user-compare,
.header__user-fav {
	position: relative;
	white-space: nowrap;
}

/*.header__main-minicart.hidden {
    visibility: hidden;
    opacity: 0;
}*/
.header__main-minicart {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	/*top: 40px;*/
	right: -20px;
	background-color: white;
	z-index: 2;
	transition: all 0.2s;
	top: 20px;
	padding-top: 20px;
	background-color: transparent;
	overflow: hidden;
}

/*.header__main-minicart*/
.header__user-cart:hover .header__main-minicart {
	visibility: visible;
	opacity: 1;

}

.header__main-minicompare,
.header__main-minifav {
	opacity: 0;
	visibility: hidden;
	/*top: 40px;*/
	right: -20px;
	z-index: 3;
	position: absolute;
	transition: all 0.2s;
	top: 20px;
	padding-top: 20px;
	background-color: transparent;
	overflow: hidden;
}

.header__main-minifav {
	z-index: 4;
}

.header__main-minicompare.active,
.header__user-compare:hover .header__main-minicompare,
.header__user-fav:hover .header__main-minifav {
	opacity: 1;
	visibility: visible;
}

.header__sticky .header__main-minicart,
.header__sticky .header__main-minicompare,
.header__sticky .header__main-minifav {
	/*top: 36px;*/
	top: 16px;
}

.header__main-minicart::before,
.header__main-minicompare::before,
.header__main-minifav::before {
	/*width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    opacity: 0;*/
}

span.header__user--num {
	position: absolute;
	width: 13px;
	height: 13px;
	background-color: #5e5e5e;
	border-radius: 50%;
	font-size: 7px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 11px;
	top: -2px;
	left: 12px;
}

span.header__user--text {
	position: static;
	margin-left: 6px;
	font-size: 12px;
	color: #3c3c3c;
	font-family: "Roboto";
	line-height: 20px;
	vertical-align: text-bottom;
	transition: all 0.2s;
}

.header__user-lists a span.active {
	background-color: #e83e38;
}

.header__user-lists a:not(.icon-ic_cart)::after {
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background-color: #474A51;
	position: absolute;
	left: 0;
	bottom: -8px;
	opacity: 0;
	transition: all 0.2s;
}

.header__sticky .header__user-lists a::after {
	background-color: #bf9450;
}

.header__user-lists>div:hover a::after {
	opacity: 1;
}

.header__user-lists a:hover span.header__user--text,
.header__user-lists .header__user-cart:hover a span.header__user--text {
	text-decoration: underline;
	color: #272525;
}

.header__user-lists span.header__user--text:hover {
	text-decoration: underline;
}

.header__main-bottom {
	height: 55px;
	background-color: #474A51;
}

.main-nav {
	height: 55px;
	padding: 0;
	margin: 0;
	position: relative;
}

.main-nav span.icon-ic_menu {
	font-size: 14px;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 20px;
	color: #ffffff;
	line-height: 55px;
	z-index: 100;
}

.main-nav span.icon-ic_menu:hover {
	cursor: pointer;
}

.header__main-bottom span.icon-ic_menu {}

.header__main-bottom .header__main-menu>ul,
.header__main-bottom .main-nav>ul {
	display: flex;
}

.header__main-menu li,
.top-menu__catalog-menu li {
	height: 55px;
	line-height: 55px;
	list-style: none;
}

.top-menu__item,
.top-menu__item a,
.top-menu__item span {
	color: #ffffff;
	height: 100%;
	display: block;
	text-align: center;
	flex-grow: 1;
	font-size: 14px;
	position: relative;
	transition: all 0.2s;
}

.top-menu__item--hamburger span {
	text-align: left;
}

.menu-child .top-menu__item a {
	font-size: 12px;
}

.top-menu__item>a {
	white-space: nowrap;
}

.top-menu__item.parent {
	position: relative;
}

.top-menu__item .menu-child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 285px;
	z-index: 1;
	transition: all 0.2s;
	background-color: #ffffff;
}

.top-menu__item .menu-child li {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ffffff;
}

.top-menu__item .menu-child li a {
	text-align: left;
	padding: 0 12px;
}

.top-menu__item:hover .menu-child {
	visibility: visible;
	opacity: 1;
}

.top-menu__item:hover,
.top-menu__item:hover a,
.menu-child .top-menu__item:hover a {
	background-color: #f4f4f4;
	color: #3c3c3c;
}

.top-menu__item:hover span {
	cursor: pointer;
}

.top-menu__catalog-menu {
	flex-grow: 0;
	width: 264px;
	position: relative;
}

.top-menu__catalog-menu a {
	padding-left: 55px;
	text-align: left;
	position: relative;
}

/*.top-menu__catalog-menu > a::before{
    content: "\e901";
    font-family: lednikoff;
    font-size: 14px;
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    color: #ffffff;
}*/

.top-menu__catalog-menu.active_el .top-menu__catalog-menu-wrap>a,
.top-menu__item.active_el>a,
.top-menu__item.active_el>span {
	background-color: #6d6d6d;
	color: #ffffff;
}

.top-menu__catalog-menu:hover,
.top-menu__catalog-menu:hover .top-menu__catalog-menu-wrap>a,
.top-menu__item:hover>a,
.top-menu__item:hover>span {
	background-color: #6d6d6d;
	color: #ffffff;
}

.top-menu__catalog-item,
.top-menu__catalog-item a,
.top-menu__catalog--wrap,
.top-menu__catalog--wrap a {
	background-color: #f4f4f4;
	color: #1e1b17;
	font-size: 12px;

}

.top-menu__catalog-item:hover>a,
.top-submenu__catalog li:hover>a,
.top-menu__item .top-menu__catalog--wrap a.active,
.top-menu__item .top-menu__catalog--wrap a:hover,
.menu-child .top-menu__item:hover a {
	color: #e83e38 !important;
}

.top-menu__catalog--wrap {
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	position: relative;
	z-index: 1001;
	display: none;
}

.top-menu__item .top-menu__catalog--wrap a {
	line-height: 130%;
	padding: 10px 20px;
	position: relative;
	z-index: 0;
	background-color: #fafafa;
}

.top-menu__item .top-menu__catalog--wrap a.active {
	box-shadow: rgba(60, 60, 60, 0.13) 0 0 8px 0;
	z-index: 1;
	background-color: #f4f4f4;
}

.top-submenu__catalog,
.top-submenu2__catalog {
	padding: 8px 0;
}

.top-submenu__catalog::after,
.top-submenu2__catalog::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: calc(100% - 10px);
	top: 5px;
	right: 263px;
	background-color: #ffffff;
}

.top-menu__catalog-item

/*,
.top-submenu__catalog li*/
	{
	border-top: 1px solid #ffffff;
	height: 40px !important;
	line-height: 40px !important;
}

.top-submenu__catalog li {
	/*border-top: 1px solid #ffffff;*/
	height: auto !important;
	line-height: normal !important;
	/*margin: 16px 0;*/
}

.top-menu__catalog-item a {
	position: relative;
	padding: 0 20px;
}

.top-submenu__catalog li a {
	padding: 8px 20px;
}

/*.top-menu__catalog-item a::before {
	content: "\e929";
	position: absolute;
	display: block;
	font-family: lednikoff;
	font-size: 4.4px;
	top: 0;
	right: 25px;
	transform-origin: center;
	transform: rotateZ(-90deg);
}*/

.top-submenu__catalog a::before {
	top: 40%;
}

.top-submenu2__catalog li a::before {
	content: none;
}

.top-menu__catalog-menu ul,
.top-menu__catalog--wrap {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.top-menu__catalog-menu ul {
	position: absolute;
	left: 0;
	/*top задается при наличии переключателя видов каталога*/
	/* top: 105px;*/
	width: 264px;
	z-index: 1000;
	background-color: #ffffff;
}

.header__sticky .top-menu__catalog-menu ul {
	left: 264px;
}

.header__main .top-menu__catalog-menu:hover ul.active,
.header__main .top-menu__catalog-menu:hover .top-menu__catalog--wrap {
	opacity: 1;
	visibility: visible;
}

/*.top-menu__catalog-menu:hover ul.active,
.top-menu__catalog-menu:hover .top-menu__catalog--wrap{
    opacity: 1;
    visibility: visible;
}*/
.top-menu__catalog-menu ul.top-submenu__catalog {
	padding-left: 264px;
	min-height: calc(100% + 50px);
	/*top задается при наличии переключателя видов каталога*/
	/*top: -50px;*/
	top: 0;
	background-color: #f4f4f4;
	z-index: -1;
	transition: none;
}

.top-menu__catalog-menu ul.top-submenu2__catalog {
	padding-left: 528px;
	min-height: 100%;
	top: 0;
	background-color: #f4f4f4;
	z-index: -1;
	transition: none;
}

.header__sticky .top-menu__catalog-menu ul.top-submenu__catalog,
.header__sticky .top-menu__catalog-menu ul.top-submenu2__catalog {
	left: 0;
}

.top-menu__catalog-item:hover .top-submenu__catalog,
.top-submenu__catalog>li:hover .top-submenu2__catalog {
	opacity: 1;
	visibility: visible;
}

.header__sticky {
	background-color: #474A51;
	width: 100%;
	height: 0;
	transition: all 0.2s;
	position: relative;
	opacity: 0;
	z-index: -99999;
}

.header__sticky .descriptor {
	display: none;
}

.header__sticky.visible {
	height: 55px;
	position: fixed;
	top: 0;
	opacity: 1;
	z-index: 100;
	transition: all 0.2s;
}

.header__sticky .container {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	height: 100%;
}

.header__sticky-menu--wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header__sticky-catalog {
	display: none;
}

.header__sticky .header__top-login-inner,
.header__sticky .header__top-login-inner.active {
	margin-top: 5px;
}

.header__sticky a,
.header__sticky span.header__user--text,
.header__sticky .icon-ic,
.header__sticky .header__main-top--map span {
	color: #ffffff;
	position: relative;
}

.header__top-login .header__top-account-exit span {
	color: #1e1b17;
	transition: all 0.2s;
}

.header__sticky .miniform .icon-ic_cross {
	color: #5e5e5e;
}

.header__sticky .icon-ic::after:not(.icon-ic_user) {
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background-color: #bf9450;
	position: absolute;
	left: 0;
	bottom: -11px;
	opacity: 0;
	transition: all 0.2s;
}

.header__sticky .icon-ic:hover::after:not(.icon-ic_user) {
	opacity: 1;
}

.header__sticky a:not(.icon-ic):hover,
.header__sticky .header__top-login:hover .header__top-login-elem a,
.header__sticky .header__top-login:hover .header__top-login-elem span,
.header__sticky span:hover,
.header__sticky .header__user-lists a:hover span.header__user--text,
.header__sticky .header__user-lists>div:hover a span.header__user--text,
.header__sticky .header__main-top--map:hover>span,
.header__sticky .header__main-top--map:hover>a,
.header__sticky-tel:hover>a,
.header__sticky .header__top-login .header__top-login-account:hover .icon-ic,
.header__sticky #header__sticky-search-form .icon-ic_search-cat:hover,
.header__sticky .header__top-login .header__top-account-exit:hover span,
.header__sticky .header__top-account-exit:hover a {
	color: #bf9450;
}

.header__sticky .miniform span:hover,
.header__sticky .miniform--empty span:hover {
	color: inherit;
}

.header__sticky .hover-border::after {
	background-color: #bf9450;
}

.header__sticky .header__main-top--map {
	white-space: nowrap;
	font-size: 12px;
}

.header__sticky-tel {
	font-size: 12px;
	margin-left: 30px;
}

.header__sticky .header__top-login>a:hover span {
	color: #bf9450;
}

.header__sticky span.header__user--num {
	background-color: #bf9450;
}

.header__sticky span.header__user--num:hover {
	color: #ffffff;
}

#header__sticky-search-form {
	display: flex;
	flex-direction: row-reverse;
	padding-left: 20px;
	position: relative;
}

#header__sticky-search-form label {
	font-size: 28px;
}

#header__sticky-search-form label:hover {
	cursor: pointer;
}

#header__sticky-search-form .wrap {
	position: absolute;
	right: 28px;
	width: auto;
	height: 30px;
}

#header__sticky-search-form input {
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	height: 30px;
	transition: all 0.2s;
	background-color: #474A51;
	width: 0;
}

#header__sticky-search-form .search-field.active {
	width: 324px;
}

.header__sticky .header__user-lists>div {
	margin-left: 23px;
}

/*  Стики-меню     */
.header__sticky .container {
	position: relative;
}

.header__sticky .main-nav>ul,
.header__sticky .main-nav:hover>ul.hidden {
	position: absolute;
	top: 55px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: all 0.2s;
}

.header__sticky .main-nav:hover>ul {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.header__sticky .main-nav span.icon-ic_menu {
	left: 0;
	padding: 0 20px 0 0;
	display: block;
}

.header__sticky .top-menu__item {
	border-top: 1px solid #ffffff;
	height: 40px;
	line-height: 40px;
	background-color: #f4f4f4;
}

.header__sticky .top-menu__close-menu {
	text-align: left;
	display: none;
}

.header__sticky .top-menu__close-menu span.--back {
	position: absolute;
	display: none;
	align-items: center;
	font-size: 20px;
}
.header__sticky .top-menu__close-menu span.--back._active {
	display: flex;
}
.top-menu__item .invisibleArrow {
	position: absolute;
	right: 10px;
	width: 40px;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.header__sticky .top-menu__item a,
.header__sticky .top-menu__item span:not(.invisibleArrow) {
	color: #3c3c3c;
	background-color: #f4f4f4;
	font-size: 12px;
	padding: 0 40px;
	text-align: left;
	position: relative;
}

.header__sticky .top-menu__item span.icon-ic_cross {
	/*padding: 0 40px;*/
	padding: 0 25px;
	display: inline-block;
	line-height: 40px;
}

.header__sticky .top-menu__item span.icon-ic_cross:hover {
	cursor: pointer;
}

.header__sticky .top-menu__item a:hover,
.header__sticky .top-menu__item span:hover {
	color: #e83e38;
	background-color: #f4f4f4;
}

.header__sticky .top-menu__catalog-menu a:not(.top-menu__catalog-item a)::before,
.header__sticky .top-menu__item.parent>a::before {
	content: "\e929";
	position: absolute;
	display: block;
	font-family: lednikoff;
	font-size: 4.4px;
	top: 0;
	right: 25px;
	transform-origin: center;
	transform: rotateZ(-90deg);
}

.header__sticky .top-submenu__catalog a::before {
	top: 8px;
}

.header__sticky .top-submenu2__catalog a::before {
	content: none;
}

.header__sticky .top-menu__catalog--wrap {
	left: 264px;
	top: -41px;
}

.header__sticky .top-menu__catalog--wrap a {
	line-height: 130%;
	padding: 10px 20px;
}

.header__sticky .top-menu__catalog--wrap a::before {
	content: none;
}

.header__sticky .top-menu__catalog-menu ul {
	/*top задается при наличии переключателя видов каталога*/
	/*top: 49px;*/
	top: -1px;
}

.header__sticky ul.top-submenu__catalog {
	/*top задается при наличии переключателя видов каталога*/
	/*top: -50px;*/
	top: 0;
}

.header__sticky ul.top-submenu2__catalog {
	top: 0;
}

.header__sticky ul.top-submenu__catalog li a {
	padding: 8px 20px;
}

.header__sticky .top-menu__item .menu-child {
	left: 264px;
	top: -1px;
}

.header__sticky .top-menu__catalog-menu:hover ul.active,
.header__sticky .top-menu__catalog-menu:hover .top-menu__catalog--wrap {
	visibility: visible;
	opacity: 1;
}

.header__sticky a.logo,
.header__sticky a.header__sticky-catalog {
	display: flex;
	align-items: center;
}

.header__sticky a.logo {
	position: absolute;
	top: 7px;
	left: 150px;
}


/*МИНИФОРМЫ*/
.miniform--empty {
	width: 416px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(105, 105, 105, 0.1);
}

.miniform--empty a::after,
.miniform a::after {
	content: none !important;
}

.miniform__title {
	height: 36px;
	padding: 0 20px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
}

.miniform__title-info {
	font-weight: 500;
	height: 36px;
	line-height: 36px;
}

.miniform__body {
	padding: 0 20px;
	/* text-align: center;*/
	position: relative;
}

.miniform--empty .miniform__body {
	padding-bottom: 20px;
	white-space: normal;
}

.header__main-minicart .miniform__body {
	text-align: center;
}

.miniform--empty .miniform__body::after {
	content: "";
	display: block;
	position: absolute;
	width: 376px;
	height: 1px;
	background-color: #e0e0e0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.miniform-img {
	background: url("/local/templates/lednikoff/css/../img/minicart.png") 100% 100% no-repeat;
	width: 119px;
	height: 89px;
	margin: 17px auto;
}

.miniform__message {
	font-size: 14px;
	color: #607b91;
	margin-top: 20px;
}

.header__main-minicompare .miniform__body {
	text-align: left;
}

.miniform--empty .miniform__subfooter {
	padding: 20px 23px;
}

.miniform--empty .miniform__subfooter a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	display: block;
	color: #3c3c3c;
	margin-bottom: 15px;
}

.miniform--empty .miniform__subfooter a:last-child {
	margin-bottom: 0;
}

.miniform--empty .miniform__subfooter a:hover {
	color: #7e7c7c;
}

.miniform--empty .miniform__subfooter a>span {
	color: #e83e38;
}

.miniform__footer {
	background-color: #f4f4f4;
}

.miniform--empty .miniform__footer {
	padding: 20px;
}

.header__main-minicart .miniform--empty .miniform__footer .button {
	font-size: 12px;
	color: #ffffff !important;
	text-transform: uppercase;
	width: 120px;
	height: 28px;
	margin: 0 auto;
}

.miniform {
	width: 841px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(105, 105, 105, 0.1);
}

.header__main-minifav .miniform {
	width: 600px;
}

.header__main-minicompare .miniform {
	width: 548px;
}

.header__main-minicfav .miniform {
	width: 751px;
}

.miniform__title-qty {
	margin-left: 275px;
}

.header__main-minicompare .miniform__title-qty {
	margin-left: 50px;
}

.header__main-minifav .miniform__title-qty {
	margin-left: 250px;
}

.miniform__title-qty span {
	color: #e83e38;
}

a.miniform__title-remove {
	font-size: 12px;
	color: #3c3c3c;
	margin-left: 35px;
	transition: all 0.2s;
}

a.miniform__title-remove:hover {
	text-decoration: underline;
	color: #bf9450;
}

.miniform .miniform__body {
	padding: 0 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 397px;
	overflow-y: auto;
	overflow-x: hidden;
}

.miniform__table {
	width: 100%;
	border-spacing: 0;
	/*table-layout: fixed;*/
}

.miniform__table th {
	height: 57px;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	padding: 0 9px;
}

.miniform__table th.miniform__table-head--summ {
	text-align: center;
}

.miniform__table td {
	height: 79px;
	border-top: 1px solid #e0e0e0;
	vertical-align: middle;
	text-align: left;
	padding: 0 9px;
}

.miniform__table td:first-child {
	width: 58px;
}

.miniform__table td img {
	max-width: 58px;
	max-height: 59px;
	width: auto;
	height: auto;
}

.miniform__table-article {
	font-weight: 300;
}

.miniform__table-article span {
	font-weight: 500;
}

a.miniform__table-name {
	font-size: 14px;
	font-weight: normal;
	color: #3c3c3c;
	white-space: normal;
	margin-top: 4px;
	display: inline-block;
	max-width: 230px;
}

.header__main-minifav a.miniform__table-name {
	max-width: 300px;
}

a.miniform__table-name:hover {
	color: #e83e38;
}

.miniform__table .buy-block__wrap {
	display: flex;
	align-items: center;
}

.miniform__table .buy-block__items {
	width: 70px;
	height: 28px;
	margin-right: 5px;
}

.miniform__table .buy-block__items input {
	font-size: 14px;
}

.header__main-minicart .buy-block__item-avail {
	width: 70px;
	margin-top: 2px;
}

.miniform__table-discount {
	font-size: 12px;
	color: #e83e38;
	margin-bottom: 5px;
}

.miniform__table-price--old {
	font-size: 12px;
	text-decoration: line-through;
	margin-bottom: 5px;
}

.miniform__table-price--cur {
	color: #0053a3;
}

.miniform__table-price--summ {
	text-align: center;
}

.miniform__table .button {
	width: 135px;
	height: 28px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.miniform__table .button--red {
	color: #ffffff;
	margin-bottom: 27px;
}

.miniform__table .buy-block__tocart-btn {
	color: #ffffff;
	font-family: "Roboto" !important;
}

.miniform__table .buy-block__tocart-btn::before {
	display: none;
	font-family: lednikoff !important;
	position: absolute;
	right: 20px;
}

.miniform__table .buy-block__tocart-btn.active_el {
	padding-left: 20px;
	justify-content: space-between;
}

.miniform__table .buy-block__tocart-btn.active_el::before {
	display: block;
}

.miniform__table .button:hover,
.miniform__table .buy-block__tocart-btn.active_el {
	color: #ffffff !important;
}

.miniform__table .icon-ic_cross {
	font-size: 11px;
	color: #5e5e5e;
	width: auto;
	height: 30px;
	display: inline-block;
	position: relative;
}

.miniform__table .icon-ic_cross::before {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.miniform__table .icon-ic_cross:hover {
	cursor: pointer;
	color: #e83e38 !important;
}

.miniform__table .icon-ic_refresh {
	position: relative;
	color: #3c3c3c;
	color: initial;
	margin-right: 40px;
	width: 30px;
	height: 30px;
	border: solid 1px rgb(224, 224, 224);
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.miniform__table .icon-ic_refresh::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.miniform__table .icon-ic_refresh:hover {
	cursor: pointer;
	color: #bf9450 !important;
}

.miniform__table .icon-ic_refresh.active_el {
	color: #bf9450 !important;
}

.miniform__table .icon-ic_refresh .hint-elem {
	right: 0;
	left: auto;
	font-size: 10px;
	font-family: "Roboto";
}

.miniform__table .icon-ic_refresh:hover .hint-elem {
	opacity: 1;
	visibility: visible;
}

.miniform .miniform__subfooter {
	background-color: #f4f4f4;
	padding: 20px 40px 20px 20px;
	display: flex;
}

.miniform__subfooter .miniform__subfooter-note {
	font-size: 10px;
	font-weight: 300;
	color: #000000;
	max-width: 257px;
	white-space: normal;
}

.miniform__subfooter-price {
	margin-left: 140px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.miniform__subfooter-discount {
	color: #e83e38;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	margin-bottom: 5px;
}

.miniform__subfooter-discount--summ {
	font-weight: 300;
}

.miniform__subfooter-discount--summ span {
	font-weight: normal;
}

.miniform__subfooter-total {
	color: #3c3c3c;
	font-weight: bold;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}

.miniform__subfooter-total--summ {
	font-weight: 300;
}

.miniform__subfooter-total--summ span {
	font-weight: bold;
}

.miniform__footer {
	background-color: #f4f4f4;
	padding: 20px;
	border-top: 1px solid #e0e0e0;
	display: flex;
}

.miniform__footer .button {
	height: 28px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}

.miniform__footer .button:hover {
	color: #ffffff !important;
}

.header__main-minicart .miniform__footer .button {
	width: 200px;
}

.header__main-minicart .miniform__footer .button--grey {
	margin-right: 30px;
}

.header__main-minicompare .miniform__footer {
	justify-content: center;
}

.header__main-minicompare .miniform__footer .button--grey {
	width: 176px;
}

.header__main-minifav .miniform__footer .button--grey {
	width: 135px;
	margin-right: 32px;
}

.header__main-minifav .miniform__footer .button--light-grey {
	width: 200px;
	background-color: #b0afaf;
}

.header__main-minifav .miniform__footer .button--light-grey:hover {
	background-color: #474A51;
}


/*МОДАЛЬНЫЕ ФОРМЫ*/

/*Форма регистрации-авторизации*/

#modal-auth-form {
	width: 294px;
	padding: 0;
}

.auth-form__title {
	height: 54px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	padding-left: 19px;
}

.auth-form__title-button {
	font-weight: 500;
	display: inline-block;
}

.auth-form__title-button:first-child {
	margin-right: 74px;
}

.auth-form__title-button:hover {
	color: #3c3c3c;
}

.auth-form__title-button:hover span:after,
.auth-form__title-button span.active:after {
	background: #ed1638;
}

#modal-auth-form .fancybox-close-small {
	width: 18px;
	height: 18px;
	padding: 0;
	top: 18px;
	right: 22px;
}

#modal-auth-form .fancybox-close-small svg path {
	fill: #c7d7e3;
}

.auth-form__content {
	display: none;
	color: #b0afaf;
	padding: 20px;
}

.auth-form__content>p {
	padding: 8px 5px 8px 25px;
	border: solid 1px rgba(199, 215, 227, 0.22);
	background-color: rgba(199, 215, 227, 0.22);
	position: relative;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #607b91;
}

.auth-form__content>p:before {
	content: "!";
	color: #e83e38;
	position: absolute;
	display: block;
	font-size: 14px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.auth-form__content>p .errortext {
	font-size: 10px;
	font-weight: normal;
	color: #607b91;
}

.auth-form__content.active {
	display: block;
}

.auth-form__content .text-input-field {
	height: 28px;
	border: solid 1px #dbdbdb;
	background-color: #ffffff;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 10px;
	padding: 0 10px;
}

.auth-form__success-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.auth-form__success-greet {
	font-size: 12px;
	color: #000000;
	margin-bottom: 20px;
}

.auth-form__success-wrap a {
	font-size: 12px;
	color: #607b91;
	text-decoration: underline;
}

.auth-form__success-wrap .button--red {
	width: 120px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0 !important;
}

#modal-auth-form .auth-form__note {
	font-size: 10px;
	color: #607b91;
}

.reg-form__type-payer {
	display: flex;
	margin: 20px 0 25px 0;
}

.reg-form__type-payer input {
	display: none;
}

input~.success {
	display: none !important;
}

.reg-form__type-payer label {
	display: block;
	position: relative;
	font-size: 10px;
	color: #797979;
	padding-left: 19px;
}

.reg-form__type-payer label:hover {
	cursor: pointer;
}

.reg-form__type-payer label:first-of-type {
	margin-right: 27px;
}

.reg-form__type-payer label:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px rgba(151, 151, 151, 0.35);
	border-radius: 50%;
	left: 0;
}

.reg-form__type-payer label:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #e83e38;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.reg-form__type-payer input:checked~label:after {
	opacity: 1;
	visibility: visible;
}

#modal-auth-form .button {
	font-size: 10px;
	margin-top: 20px;
	height: 28px;
	line-height: 28px;
}

#forgot-form .button {
	margin-top: 10px;
}

.auth-form__footer {
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
}

#reg-form .auth-form__footer {
	text-align: center;
}

#auth-form .auth-form__footer {
	display: flex;
	justify-content: space-between;
}

.auth-form__footer a {
	font-size: 10px;
	color: #607b91;
}

#auth-form .auth-form__footer a:last-child {
	text-decoration: underline;
}

.form__result .form__result-title {
	font-weight: 500;
	color: #3c3c3c;
	margin-bottom: 20px;
	text-align: left;
}

.form__result .auth-form__footer .button--grey {
	color: #ffffff;
	margin-top: 0 !important;
}

/*Элементы форм Битриксовые*/
div.bx-auth-serv-icons a {
	border: 1px solid transparent;
	margin: 0;
}

div.bx-auth-lbl {
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 12px;
}

.reg-form__captcha-title {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 11px;
	color: #5e5e5e;
}

.reg-form__captcha-input input {
	height: 28px !important;
	border: solid 1px #dbdbdb;
	background-color: #ffffff;
	line-height: 28px !important;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 0 10px;
}

/***************************ШАПКА КОНЕЦ************************/


/**********************ХЛЕБНЫЕ КРОШКИ**************************/
.breadcrumbs {
	background-color: #ffffff;
	padding-top: 60px;
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs__item {
	list-style: none;
	margin-right: 25px;
	position: relative;
	font-size: 12px;
	white-space: nowrap;
	line-height: 1.87;
}

.breadcrumbs__item:last-child {
	font-weight: 500;
	white-space: normal;
}

.breadcrumbs__item:not(:last-child) a {
	text-decoration: underline;
	white-space: nowrap;
}

.breadcrumbs__item:not(:last-child)::after {
	content: "/";
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
}

.breadcrumbs--dark {
	background-color: #474A51;
	padding: 17px 0;
	position: relative;
	margin-top: -1px;
}

.breadcrumbs--dark .breadcrumbs__list {
	margin: 0;
}

.breadcrumbs--dark .breadcrumbs__item,
.breadcrumbs--dark .breadcrumbs__item a {
	color: white;
}

.breadcrumbs--transparent {
	background-color: transparent;
}

.breadcrumbs--catalog {
	background-color: #f0f0f0;
	/*margin-top: 55px;*/
	margin-top: 23px;
}

.breadcrumbs--catalog .breadcrumbs__item,
.breadcrumbs--catalog .breadcrumbs__item a {
	color: #3c3c3c;
}


/***************************ФУТЕР*******************************/
footer {
	flex: 0 0 auto;
}

footer .scroll_up {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 43px;
	bottom: 115px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	z-index: 9;
	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;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.scroll_up:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
}

.scroll_up a {
	display: block;
	transform: rotateZ(180deg);
	margin-top: -5px;
	opacity: 0.5;
}

.scroll_up:hover a {
	opacity: 1;
}

.footer__promote {
	height: 84px;
	background-color: #f6f6f6;
}

.footer__promote .container {
	height: 100%;
}

.footer__promote-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.footer__promote .logo img {
	width: 145px;
}

.footer__promote .logo {
	margin-right: 67px;
}

.footer__promote-list {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}

.footer__promote-list li {
	list-style: none;
}

.footer__promote-list a {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
}

.footer__promote-list a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	background-color: #000000;
	height: 1px;
	bottom: -2px;
	left: 0;
	transition: all 0.2s;
}

.footer__promote-list a:hover:after {
	width: 100%;
}

.footer__menu {
	/*background-color: #303030;*/
	background-image: url("/local/templates/lednikoff/css/../img/content/footer-bgnd.jpg");
	background-size: cover;
	background-position-x: right;
}

.footer__menu .container {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 100px;
	color: #ffffff;
	font-size: 12px;
}

.footer__menu-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer__menu-contacts ul {
	position: relative;
}

.footer__menu-contacts ul.footer__contacts-list--tel {
	margin-bottom: 25px;
}

.footer__menu-contacts ul::before {
	position: absolute;
	top: 0;
	left: 0;
}

.footer__menu-contacts ul.footer__contacts-list--mail::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("/local/templates/lednikoff/css/../img/close-envelope.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

.footer__menu li {
	list-style: none;
	margin-bottom: 5px;
}

.footer__menu-contacts ul li {
	padding-left: 25px;
}

.footer__menu a {
	color: #ffffff;
	font-family: "Roboto";
}

.footer__menu a:hover {
	color: #bf9450;
}

/*.footer__menu .hover-border::after{
    background-color: #ffffff;
}*/
.footer__menu-subscribe {
	font-size: 14px;
	width: 21%;
}

#footer__subscribe-form {
	margin-top: 25px;
	position: relative;
}

#footer__subscribe-form input,
#footer__subscribe-form button {
	display: block;
	width: 100%;
}

#footer__subscribe-form input {
	height: 33px;
	border: none;
	box-sizing: border-box;
	padding: 0 23px;
	margin-bottom: 10px;
}

#footer__subscribe-form a.button,
#footer__subscribe-form button {
	font-size: 14px;
	font-weight: 500;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
}

.subscription-footer .notetext,
.subscription-footer div.subscription-utility p,
.subscription-footer .errortext {
	display: block;
	margin: 10px auto;
	padding: 10px;
	background: #ffffff70;
	border-radius: 5px;
}

.subscription-footer .notetext br:last-of-type,
.subscription-footer .errortext br:last-of-type {
	display: none;
}

.footer-copyright {
	/*display: flex;
    justify-content: center;
    align-items: center;*/
	padding-bottom: 20px;
}

.footer-copyright .container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: relative;
}

.footer-copyright .container::before,
.footer-copyright .container::after {
	content: "";
	display: block;
	position: absolute;
	width: calc(50% - 210px);
	height: 1px;
	top: 50%;
	background-color: rgba(191, 148, 80, 0.31);
}

.footer-copyright .container::before {
	left: 0;
}

.footer-copyright .container::after {
	right: 0;
}

.footer-copyright__text {
	font-size: 10px;
	color: #ffffff;
	margin-right: 26px;
}

.footer-copyright__soc a {
	display: inline-block;
	color: #e0e0e0;
	font-size: 30px;
	margin-left: 5px;
	transition: all 0.2s;
}

.footer-copyright__soc a:hover {
	color: #bf9450;
}

/***************************КАРТОЧКА*******************************/
.catalog-page__card {
	padding-top: 142px;
	margin-top: -82px;
	background-color: #ffffff;
}

.catalog-page__card section h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
}

.product__info-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.product__info-gallery-wrap {
	width: 580px;
	margin-right: 20px;
	flex-shrink: 0;
	position: relative;
}

.product__gallery-img {
	width: 580px;
	width: 100%;
	flex-shrink: 0;
	/*margin-right: 20px;*/
	overflow: hidden;
	height: auto;
	max-height: 580px;
}

.product__gallery-img .slick-list {
	height: auto;
	max-height: 580px;
}

.catalog-page__card .product__gallery-img .slick-dots {
	height: 14px;
	bottom: -54px;
}

.catalog-page__card .product__gallery-img .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 5px;
}

.catalog-page__card .product__gallery-img .slick-dots button {
	padding: 0;
	width: 14px;
	height: 4px;
	margin: 0;
	transition: all 0.2s;
}

.catalog-page__card .product__gallery-img .slick-dots li button:before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: solid 1px #5e5e5e;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	transition: all 0.2s;
}

.catalog-page__card .product__gallery-img .slick-dots li.slick-active button:before,
.catalog-page__card .product__gallery-img .slick-dots li:hover button:before {
	background-color: #c4c4c4;
	border: solid 1px #c4c4c4;
}

.product__gallery-img picture>* {
	width: 100%;
}

.product__gallery-img img[src*=no_photo] {
	width: 100%;
}

.product__gallery-thumb {
	width: 602px;
	flex-shrink: 0;
	margin-right: 20px;
	margin-top: 25px;
	overflow: hidden;
}

.product__gallery-thumb .slick-slide {
	position: relative;
	margin-right: 22px;
}

.product__gallery-thumb .slick-current::after,
.product__gallery-thumb .slick-slide:hover::after {
	content: "";
	display: block;
	position: absolute;
	width: 73px;
	height: 73px;
	top: 0;
	left: 0;
	border: solid 1px #bf9450;
}

.product__gallery-thumb img {
	width: 75px;
	height: 75px;
}

.product__gallery-thumb .slick-slide:hover {
	cursor: pointer;
}

.slick-slide:focus,
.slick-slide:active {
	outline: none;
}

.product__info {
	width: 465px;
	max-width: 465px;
	display: flex;
	flex-direction: column;
}

.product__info-descr-wrap {
	/*min-height: 580px;*/
	display: flex;
	flex-direction: column;
	/*margin-bottom: 25px;*/
	flex-grow: 1;
}

.product__info-article {
	font-size: 18px;
}

.product__info-article span {
	font-weight: bold;
}

.product__info-price-wrap {
	margin-top: 27px;
}

.product__info-price--pre {
	font-size: 18px;
	display: block;
	margin-bottom: -5px;
}

.product__info-price--old {
	font-size: 20px;
	letter-spacing: 1.4px;
	text-decoration: line-through;
}

.product__info-price--cur {
	font-size: 44px;
	font-weight: bold;
	margin: 10px 0;
}

.product__info-descr {
	color: #5e5e5e;
	margin-bottom: 30px;
}

.product__info-descr-wrap .catalog__item-satelites {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: right;
}

.product__info-color-wrap {
	margin-bottom: 17px;
}

.product__info-color--title {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
}

.product__info-colors {
	display: flex;
	flex-wrap: wrap;
}

.product__info-color {
	margin: 10px 20px 0 0;
	position: relative;
	width: 32px;
	height: 32px;
	border: solid 1px #e0e0e0;
	display: block;
}

.product__info-color:after,
.product__info-color:after {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: -1px;
	left: -1px;
	border: solid 1px #bf9450;
	opacity: 0;
	transition: all 0.2s;
}

.product__info-color:hover:after,
.product__info-color:focus:after {
	opacity: 1;
}

.hint-elem {
	position: absolute;
	font-size: 10px;
	color: #4f4f4f;
	padding: 3px 4px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	top: -20px;
	left: 50%;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.product__info-color:hover .hint-elem {
	opacity: 1;
	visibility: visible;
}

.buy-form {
	margin-top: auto;
}

.buy-block__items {
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	width: 100px;
	height: 53px;
	display: flex;
	position: relative;
}

.buy-block__items>span {
	position: absolute;
	line-height: 53px;
	font-size: 18px;
	font-weight: 300;
	color: #696969;
	/*right: -30px;*/
	left: 110px;
}

.buy-block__items input {
	border: none;
	width: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #696969;
}

.buy-block__items button {
	border: none;
	background-color: #ffffff;
	width: 28px;
	font-size: 18px;
	font-weight: 300;
	color: #696969;
}

.buy-block__item-avail {
	font-size: 10px;
	color: #4f4f4f;
	width: 100px;
	text-align: center;
	margin-top: 8px;
	white-space: nowrap;
}

.product__info-buy-block-wrap {
	margin-bottom: 25px;
}

.product__info-buy-block-wrap .product__info-price-wrap {
	display: none;
}

.buy-block__total {
	font-size: 18px;
	font-weight: 300;
	color: #5e5e5e;
	margin-top: 24px;
}

.buy-block__total span {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #5e5e5e;
}

.buy-block__buy-btns {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.buy-block__buy-btns a {
	width: calc((100% - 15px) / 2);
	height: 57px;
	line-height: 57px;
	position: relative;
	font-family: "Roboto" !important;
	box-sizing: border-box;
}

.buy-block__buy-btns .buy-block__tocart-btn::before {
	color: #ffffff;
	font-size: 20px;
	font-family: lednikoff;
	position: absolute;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

.buy-block__buy-btns .buy-block__tocart-btn.active::before,
.buy-block__buy-btns .buy-block__tocart-btn.active_el::before {
	visibility: visible;
	opacity: 1;
}

.catalog-page__card .buy-block__buy-btns .buy-block__tocart-btn.active_el {
	padding-left: 8px;
}

.catalog-page__card .buy-block__buy-btns .buy-block__tocart-btn::before {
	right: 10%;
}

.product__info-actions {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 465px;
	margin-top: auto;
}

.product__info-actions-btns {
	display: flex;
}

.product__info-actions-btns .icon-ic {
	font-size: 24px;
	width: 53px;
	height: 53px;
	box-sizing: border-box;
	border: solid 1px #e0e0e0;
	color: #5e5e5e;
	position: relative;
	text-align: center;
	line-height: 53px;
	margin-right: 15px;
	transition: all 0.2s;
}

.product__info-actions-btns .icon-ic:hover,
.product__info-actions-btns .icon-ic.active_el {
	border: solid 1px #bf9450;
	color: #bf9450;
	cursor: pointer;
}

.product__info-actions-btns .icon-ic:hover a,
.product__info-actions-btns .icon-ic.active_el a {
	color: #bf9450;
}

.product__info-action-catalog {
	position: relative;
	margin-top: 25px;
	display: block;
}

.product__info-action-catalog span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.6px;
	color: #5e5e5e;
	font-family: "Roboto";
	vertical-align: super;
}

.product__info-action-catalog span.hover-border:after {
	bottom: 1px;
}

.product__info-action-catalog:hover span {
	color: #3c3c3c;
}

.product__info-action-catalog svg {
	width: 24px;
	height: 24px;
	fill: #5e5e5e;
}

.icon-ic_catalog::before {
	content: none;
}

.product-tabs__title-wrap {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #5e5e5e;
	margin-top: 30px;
}

h6.product-tabs__title {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.6px;
	color: #3c3c3c;
	height: 30px;
	line-height: 30px;
	background-color: #f4f3f3;
	margin-right: 15px;
	padding: 0 25px;
	transition: all 0.2s;
}

h6.product-tabs__title:hover,
h6.product-tabs__title.active {
	color: #ffffff;
	background-color: #474A51;
	cursor: pointer;
}

.product-tab-wrap {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

.product__features-wrap {
	width: calc((100% - 12px) / 2);
}

.product__features-th {
	font-weight: 500;
	letter-spacing: 0.6px;
	width: 100%;
	background-color: #f4f3f3;
	padding: 4px 30px;
	box-sizing: border-box;
}

.product__features-tr {
	display: flex;
}

.product__features-tr--file {
	padding: 4px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}

.product__features-tr--file a>span {
	font-size: 25px;
	margin-right: 10px;
}

.product__features-tr--file a {
	display: flex;
	align-items: center;
}

.product__features-tr--file--title {
	font-weight: 500;
}

.product__features-tr--file--size {
	font-size: smaller;
}

.product__features-tr div {
	padding: 4px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
}

.product__features-tr div:first-child {
	margin-right: 4px;
	width: calc(55% - 2px);
}

.product__features-tr div:last-child {
	width: calc(45% - 2px);
	font-weight: 500;
}

.product__features-wrap .product__features-tr:last-child div {
	border-bottom: none;
}

.product__delivery-item {
	padding-bottom: 60px;
}

.product__delivery--title {
	font-size: 20px;
	margin-bottom: 20px;
}

.product__delivery--tr {
	padding: 20px;
}

.product__delivery--tr:nth-child(2n) {
	background-color: #f0f0f0;
}

.product__delivery--th {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.product__delivery--td a {
	text-decoration: underline;
}

.product__delivery--td a:hover {
	color: #e83e38;
}

.additional-goods {
	padding: 100px 0;
}

.additional-goods .button--dark-grey {
	height: 0;
	line-height: 40px;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

.additional-goods .button--dark-grey.visible {
	visibility: visible;
	height: 40px;
	opacity: 1;
}

.catalog-page__card .additional-goods {
	padding: 50px 0 100px 0;
	background-color: #f4f3f3;
}

.additional-goods__slider-wrap {
	/*max-width: 1140px;*/
	margin: 50px auto 0 auto;
	position: relative;
	width: calc(100% + 40px);
	margin-left: -10px;
}

.additional-goods__slider-wrap .slick-list.draggable {
	width: 100%;
	overflow: hidden;
}

.additional-goods__slider-wrap .slick-track {
	/*margin-left: -20px;*/
	display: flex;
	float: none;
}

.additional-goods__slider-wrap.slick-initialized .slick-slide {
	display: flex;
}

.additional-goods__item-wrap {
	width: 270px;
	box-shadow: 0 2px 8px 0 rgba(105, 105, 105, 0.1);
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	margin: 0 10px;
	height: auto;
}

.additional-goods__actions {
	text-align: right;
	margin: 17px 17px 0;
}

.additional-goods__actions a {
	font-size: 21px;
	color: #5e5e5e;
	transition: all 0.2s;
	margin-left: 15px;
	transition: all 0.2s;
}

.additional-goods__actions a:hover,
.additional-goods__actions a.active,
.additional-goods__actions a.active_el {
	color: #bf9450;
}

.additional-goods__img {
	/*display: block;*/
	width: 163px;
	height: 163px;
	display: flex;
	align-items: center;
	margin: 36px auto 23px auto;
	position: relative;
}

.additional-goods__img img {
	height: auto;
	width: auto;
	max-width: 163px;
	max-height: 166px;
	display: block;
	border: none;
}

.additional-goods__img:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(128, 128, 128, 0.29);
}

.additional-goods__name {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 17px;
	text-align: center;
	transition: all 0.2s;
}

.additional-goods__name:hover {
	color: #e83e38;
}

.additional-goods__article {
	font-weight: 300;
	margin-top: 15px;
	text-align: center;
}

.additional-goods__article span {
	font-weight: 500;
}

.additional-goods__order-wrap {
	margin-top: auto;
}

.additional-goods__order {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 17px;
	margin-bottom: 15px;
}

.additional-goods__order .buy-block__items {
	width: 70px;
	height: 38px;
}

.additional-goods__order .buy-block__items input {
	font-size: 16px;
	width: 32px;
}

.additional-goods__order .buy-block__items button {
	width: 19px;
	padding: 0 9px;
}

.additional-goods__order .buy-block__items span {
	font-size: 16px;
	font-weight: normal;
	line-height: 38px;
	/*right: -25px;*/
	position: static;
	margin-left: 5px;
}

.additional-goods__price {
	font-size: 16px;
	font-weight: bold;
}

.additional-goods__price .sale-item__price-old {
	font-size: smaller;
}

.additional-goods__price span {
	font-weight: normal;
}

.additional-goods__price span span {
	font-weight: bold;
}

.additional-goods__buy-btns {
	display: flex;
}

.additional-goods__buy-btns a {
	width: 50%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto" !important;
}

.additional-goods__buy-btns .additional-goods__tocart-btn {
	border: none;
	border-top: solid 1px #e0e0e0;
	padding: 0 12px;
	position: relative;
}

.additional-goods__buy-btns .additional-goods__tocart-btn:hover {
	border-top: solid 1px #767676;
}

.additional-goods__buy-btns .additional-goods__tocart-btn.active_el {
	background-color: #474A51;
	border: solid 1px #474A51;
	color: #ffffff;
	padding: 0 8px;
	justify-content: flex-start;
}

.additional-goods__buy-btns .additional-goods__tocart-btn::before {
	color: #ffffff;
	font-size: 15px;
	font-family: lednikoff;
	position: absolute;
	right: 12px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

.additional-goods__buy-btns .additional-goods__tocart-btn.active_el::before {
	visibility: visible;
	opacity: 1;
}

.additional-goods__slider-wrap button.slick-arrow {
	position: absolute;
	transform-origin: center;
	width: auto;
	height: auto;
	top: 40%;
	background-color: transparent;
	transition: all 0.2s;
}

.additional-goods__slider-wrap button:hover {
	color: #3c3c3c;
}

.additional-goods__slider-wrap button::before {
	font-size: 35px;
	color: #e0e0e0;
	font-family: lednikoff;
}

.additional-goods__slider-wrap button.slick-prev {
	transform: rotateZ(90deg);
	left: -66px;
}

.additional-goods__slider-wrap button.slick-next {
	transform: rotateZ(-90deg);
	right: -66px;
}

.catalog-page__card .product-tab-wrap .additional-goods {
	margin-left: 50%;
	transform: translateX(-50%);
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}

.product__info-stock_summary {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
}

.product__info-stock_summary .available {
	color: green
}

.product__info-stock_summary .wait {
	color: darkorange
}

.product__info-stock_summary .notavailable {
	color: red
}


/***************************ГЛАВНАЯ*******************************/
main.main-page {
	background-color: transparent;
}

section.bgnd--white {
	background-color: #ffffff;
}

section.bgnd--grey {
	background-color: #f9f9f9;
}

section.bgnd--grey1 {
	background-color: #f4f3f3;
}

section.bgnd--light-grey {
	background-color: #f6f6f6;
}

.bgnd--dark-grey {
	/*background-color: #e8e7e7;*/
	background-image: linear-gradient(to bottom, #ffffff, rgba(231, 232, 233, 0.96));
}

.main-slider-block {
	/*margin-top: 20px;
    display: flex;
    justify-content: space-between;*/
}

.main-slider-wrap {
	position: relative;
	/*display: flex;
    justify-content: space-between;
    margin-right: 20px;*/
}

.main-slider {
	width: 100%;
	height: 518px;
	overflow: hidden;
}

.main-slider__item {
	position: relative;
	width: 100%;
	height: 518px;
	overflow: hidden;
}

.main-slider__item img {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main-slider__item .container {
	height: 100%;
	position: relative;
}

.main-slider__title {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.21;
	letter-spacing: -1.5px;
	color: #ffffff;
	position: absolute;
	right: 121px;
	top: 120px;
	text-transform: uppercase;
	z-index: 1;
}

.main-slider__item .button {
	width: 160px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 121px;
	bottom: 82px;
	z-index: 1;
}

.main-page .slick-dots {
	bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-page .slick-dots li {
	width: auto;
	height: auto;
}

.main-page .slick-dots button {
	padding: 0;
	width: 13px;
	height: 13px;
	background-color: transparent;
	margin: 0;
	transition: all 0.2s;
	border: 2px solid transparent;
	border-radius: 50%;
}

.main-page .slick-dots li:hover button,
.main-page .slick-dots li.slick-active button {
	width: 13px;
	height: 13px;
	border: 2px solid #e83e38;
}

.main-page .slick-dots li button:before {
	content: "";
	width: 9px;
	height: 9px;
	left: 2px;
	top: 2px;
	background-color: #e0e0e0;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.2s;
}

.main-page .slick-dots li:hover button:before,
.main-page .slick-dots li.slick-active button:before {
	background-color: transparent;
}

.main-page .main-slider-block .slick-dots li:hover button:before,
.main-page .main-slider-block .slick-dots li.slick-active button:before {
	border-color: #ffffff;
}

.main-page .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.send-request-form.active .send-request-form--wrap {
	display: block;
}

.send-request-form {
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	box-sizing: border-box;
	max-width: calc(100% - 30px);

}

.send-request-form--wrap {
	padding: 25px 30px;
	width: 313px;
	background: rgba(71, 74, 81, 0.4);
	display: none;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 250px;
}

.request-form__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	/*margin-top: 110px;*/
	text-transform: uppercase;
}

.request-form__descr {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}

.request-form__fields-wrap {
	margin-top: 40px;
	position: relative;
}

.comm-form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.comm-form--modal input {
	position: relative;
}

.comm-form--modal input.error {
	color: #e83e38;
}

.comm-form--modal input+label.success,
.comm-form--modal input+label.error+label.success {
	display: none;
	transition: all 0.2s;
}

.comm-form--modal input.valid+label.success,
.comm-form--modal input.valid+label.error+label.success {
	display: block;
	position: absolute;
	right: 31px;
	color: #139547;
	z-index: 1;
	margin-top: -27px;
	font-size: 9px;
}

.comm-form textarea {
	width: 100%;
	box-sizing: border-box;
	line-height: 150%;
}

.send-request-form input {
	border: solid 1px rgba(255, 255, 255, 0.19);
	background-color: rgba(71, 74, 81, 0.9);
	color: #ffffff;
	padding: 0 6px;
	font-size: 12px;
	margin-bottom: 11px;
}

.send-request-form input::-webkit-input-placeholder {
	color: #ffffff;
}

.send-request-form input::-moz-placeholder {
	color: #ffffff;
}

.send-request-form input:-moz-placeholder {
	color: #ffffff;
}

.send-request-form input:-ms-input-placeholder {
	color: #ffffff;
}

.comm-form label.error {
	font-size: 12px;
	color: rgba(232, 62, 56, 0.8);
	padding: 8px 9px;
	position: absolute;
	display: flex;
	align-items: center;
}

.comm-form--modal label.error {
	position: relative;
	border: solid 1px #c7d7e338;
	background-color: #c7d7e338;
	font-size: 10px;
	color: #607b91;
	padding-left: 25px;
	margin-bottom: 10px;

}

.send-request-form label.error {
	background-color: rgba(246, 246, 246, 0.7);
	right: -100%;
	margin-top: -50px;
	margin-left: 0px;
	position: relative;
	display: inline-block;
	border: none;
	box-shadow: none;
	font-weight: 500;
	padding: 0;
	left: 0;
	top: -70px;
	width: 100%;
}

.send-request-form label.error span:first-child {
	font-size: 16px;
	font-weight: bold;
	margin-top: -4px;
}

.comm-form button {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.main-adds-block {
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main-adds-block>div {
	height: 249px;
	width: 100%;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.adds__about {
	background: url("/local/templates/lednikoff/css/../img/content/main-adds1.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.adds__about::before {
	content: "";
	background-color: rgba(71, 74, 81, 0.81);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.adds__about-decsr {
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.adds__about-decsr span {
	font-weight: 500;
	color: #e83e38;
}

.adds__about-decsr a {
	display: inline-block;
	width: 88px;
	height: 20px;
	vertical-align: bottom;
}

.adds__about-decsr a img {
	width: 88px;
	height: 24px;
	margin-top: -3px;
}

.main-adds-block a.button {
	position: absolute;
	bottom: 30px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}

.adds__about a.button {
	width: 159px;
}

.adds__spec-offers img {
	height: 249px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.adds__spec-offers a.button {
	width: 110px;
}

.category-icons-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 0;
}

.category-icon__item-wrap {
	display: block;
	width: 145px;
	margin-right: 7%;
	text-align: center;
	border-bottom: 3px solid transparent;
	transition: all 0.2s;
}

.category-icon__item-wrap:nth-child(5n) {
	margin-right: 0;
}

.category-icon__item-wrap:hover {
	border-color: #e83e38;
	background-color: #e7ecf0;
}

.category-icon__item-wrap .icon-ic {
	color: #3c3c3c;
	font-size: 53px;
	transition: all 0.2s;
	margin-top: 33px;
}

.category-icon__item-wrap:hover .icon-ic {
	color: #e83e38;
}

.category-icon__title {
	font-weight: 500;
	width: 100px;
	margin: 15px auto 31px auto;
}

.main-page h2 {
	font-size: 32px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}

.underline::after {
	content: "";
	display: inline-block;
	height: 1px;
	border: solid 1px #bf9456;
	position: absolute;
	bottom: -3px;
	width: 80%;
}

.main-page h2.underline::after {
	width: 100%;
}

.underline--left::after {
	left: 0;
}

.service-block-wrap {
	padding-top: 54px;
	display: flex;
	justify-content: space-between;
}

.service__offer-wrap {
	width: 323px;
	margin-left: 17px;
	position: relative;
	height: 324px;
}

.service__offer-wrap:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(90, 94, 104, 0.5);
}

.service__offer-wrap--green {
	background: url("/local/templates/lednikoff/css/../img/content/main-service1-1.jpg");
}

.service__offer-wrap--red {
	/*background: url("/local/templates/lednikoff/css/../img/content/main-service2-1.jpg");*/
	background: url("/local/templates/lednikoff/css/../img/content/main-service2-2.jpg");
}

.service__offer-wrap--grey {
	background: url("/local/templates/lednikoff/css/../img/content/main-service3-1.jpg");
}

.service__offer-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
	padding: 8px 18px 8px 40px;
	text-transform: uppercase;
	margin-left: -17px;
	margin-top: 17px;
	width: 306px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.service__offer-wrap--red .service__offer-title {
	background-color: rgba(129, 29, 30, 0.83);
}

.service__offer-wrap--green .service__offer-title {
	background-color: rgba(55, 80, 80, 0.9);
}

.service__offer-wrap--grey .service__offer-title {
	background-color: rgba(63, 75, 85, 0.9);
}

.service__offer-text {
	width: 243px;
	height: 45px;
	padding: 2px 0 2px 23px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.05;
	color: #ffffff;
	margin-top: 15px;
	box-sizing: border-box;
}

.service__offer-wrap--red .service__offer-text {
	background-color: rgba(129, 29, 30, 0.71);
}

.service__offer-wrap--green .service__offer-text {
	background-color: rgba(59, 83, 83, 0.49);
}

.service__offer-wrap--grey .service__offer-text {
	background-color: rgba(63, 75, 85, 0.49);
}

.service__offer-wrap .button {
	width: 168px;
	height: 44px;
	position: absolute;
	left: 24px;
	bottom: 27px;
}

.why-us {
	position: relative;
	min-height: 559px;
	background-image: url("/local/templates/lednikoff/css/../img/content/main__why-us-bgnd.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

/*.why-us::after{
    content: "";
    position: absolute;
    display: block;
    background-color: rgba(235, 232, 232, 0.95);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}*/
.why-us .top-padding-wrap {
	z-index: 1;
	position: relative;
}

.why-us-block {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.why-us__item {
	width: 18.2%;
}

.why-us__item img {
	margin-bottom: 48px;
	display: block;
	border: none;
	height: 92px;
}

.why-us__title {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
}

.why-us__title span {
	padding: 2px 5px;
	line-height: 160%;
	background-color: #96a9b8;
}

.why-us__text {
	margin-top: 12px;
	line-height: 1.27;
}

.stock-block-wrap {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.stock__banner {
	width: 270px;
	flex-grow: 1;
	max-width: 560px;
	height: 457px;
	box-shadow: 0 2px 15px 0 rgba(105, 105, 105, 0.1);
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

.stock__banner img {
	width: auto;
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.stock__banner a.button--dark-grey {
	position: absolute;
	bottom: 73px;
	left: 50%;
	transform: translateX(-50%);
	width: 163px;
	height: 36px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.stock__sale-wrap {
	width: 560px;
	height: 457px;
	overflow: hidden;
}

.stock__sale-item {
	width: 560px;
	height: 457px;
	box-shadow: 0 2px 15px 0 rgba(105, 105, 105, 0.1);
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	position: relative;
}

.sale-item__percent {
	width: 50px;
	height: 24px;
	background-color: #e53d60;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 24px;
}

.stock__sale-item h6 {
	text-align: center;
	margin-top: 60px;
	padding: 0 10px;
}

.stock__sale-item h6 a {
	font-size: 20px;
	font-weight: normal;
	top: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}

.stock__sale-item h6 a:hover {
	color: #e83e38;
}

.sale-item__info {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
	padding: 0 70px 0 60px;
}

.sale-item__info a {
	display: block;
}

.sale-item__info a img {
	width: 230px;
	/*height: 225px;*/
}

.sale-item__buy-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sale-item__art {
	font-size: 12px;
	font-weight: 300;
	color: #333333;
}

.sale-item__art span {
	font-weight: 500;
}

.sale-item__buy-form .buy-block__wrap {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.sale-item__buy-form .buy-block__items {
	width: 70px;
	height: 38px;
}

.sale-item__buy-form .buy-block__items * {
	font-size: 16px;
}

.sale-item__buy-form .buy-block__wrap span {
	font-weight: normal;
	color: #333333;
	height: 38px;
	line-height: 38px;
	padding-left: 5px;
}

.sale-item__price {
	margin-top: 16px;
}

.sale-item__price-pre {
	font-size: 12px;
}

.sale-item__price-old {
	display: block;
	color: #5e5e5e;
	text-decoration: line-through;
	line-height: 1.7;
	text-align: center;
}

.sale-item__price-cur {
	display: block;
	font-size: 30px;
	color: #e83e38;
	margin-top: 11px;
	line-height: 1.2;
	text-align: center;
}

.sale-item__lists {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.sale-item__lists .icon-ic {
	font-size: 21px;
	color: #5e5e5e;
	margin-right: 18px;
}

.sale-item__lists .icon-ic:last-child:first-child {
	font-size: 23px;
}

.sale-item__lists .icon-ic:last-child {
	margin-right: 0;
}

.sale-item__lists .icon-ic:hover,
.sale-item__lists .icon-ic.active_el {
	color: #e83e38;
}

.sale-item__buy-form .button {
	width: 121px;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	font-weight: 500;
	margin-top: 16px;
}

.sale-item__stock {
	font-size: 10px;
}

.sale-item__stock .available {
	color: green
}

.sale-item__stock .wait {
	color: darkorange
}

.sale-item__stock .notavailable {
	color: red
}

.main-page .stock__sale-wrap .slick-dots {
	bottom: 23px;
}

.consult-block {
	background: url("/local/templates/lednikoff/css/../img/content/main-consult-bgnd.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 77px 0 98px 0;
	background-position: 50%;
}

.consult-block .request-form__fields-wrap {
	margin-top: 0;
}

.consult-block .container {
	display: flex;
	justify-content: space-between;
}

.consult__text {
	font-size: 32px;
	font-weight: normal;
	max-width: 420px;
	padding: 0 5px;
	color: #D8D8D8;
}

.consult__text p {
	margin: 4px 0;
	position: relative;
	display: inline-block;
	padding: 0 4px;
	line-height: 1;
	z-index: 1;
}

.consult__text p::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	bottom: -2px;
	right: 0;
	z-index: -1;
}

.consult__text--red::before {
	content: "";
	background-color: rgba(232, 62, 56, 0.45);
}

.consult__text--grey::before {
	content: "";
	background-color: rgba(196, 196, 196, 0.33);
}

.order-consult-form-wrap {
	width: 290px;
	position: relative;
}

#order-consult-form input {
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: rgba(255, 255, 255, 0.28);
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 0 12px;
	margin-bottom: 11px;
}

#order-consult-form input::-webkit-input-placeholder {
	color: #ffffff;
}

#order-consult-form input::-moz-placeholder {
	color: #ffffff;
}

/* Firefox 19+ */
#order-consult-form input:-moz-placeholder {
	color: #ffffff;
}

/* Firefox 18- */
#order-consult-form input:-ms-input-placeholder {
	color: #ffffff;
}

#order-consult-form label.error,
#footer__subscribe-form label.error {
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: rgba(255, 255, 255, 0.5);
	left: calc(-100% - 10px);
	right: calc(100% + 10px);
	justify-content: flex-end;
	margin-top: -47px;
	text-align: right;
}

#footer__subscribe-form label.error {
	margin-top: -43px;
	background-color: rgba(255, 255, 255, 0.7);
}

#order-consult-form label.error span:last-child,
#footer__subscribe-form label.error span:last-child {
	font-size: 16px;
	font-weight: bold;
	margin-top: -4px;
}

.news-block-wrap {
	padding-top: 53px;
	width: calc(100% + 44px);
	padding-bottom: 40px;
	margin-left: -22px;
}

.main-page .news-block-wrap .slick-track {
	display: flex !important;
}

.news__item {
	width: 335px;
	margin: 0 22px;
	box-shadow: 0 1px 10px 0 rgba(66, 69, 71, 0.1);
	border: solid 1px rgba(150, 169, 184, 0.26);
	background-color: rgb(255, 255, 255);
	display: flex !important;
	flex-direction: column;
	height: auto;
	/*flex-grow: 1;*/
}

.news__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.news-block-wrap img {
	max-width: 100%;
}

.news__img img {
	width: 100%;
	height: auto;
}

.main-page .news__item-descr {
	padding: 0 20px 16px 20px;
	display: flex !important;
	flex-direction: column;
	flex-grow: 1;
	align-items: flex-start;
}

.news__title {
	margin-top: 16px;
	width: 100%;
}

.news__title a {
	font-size: 20px;
	font-weight: 500;
	transition: all 0.2s;
}

.news__title a:hover {
	color: #e83e38;
}

.news__date {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding: 4px;
}

.news__date::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #96a9b8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.news__text {
	margin-top: 16px;
	width: 100%;
	margin-bottom: 10px;
}

.news__text p {
	margin: 0;
}

.news__more {
	margin-top: auto;
	font-weight: 500;
	color: #333333;
	display: inline-block;
	position: relative;
	transition: all 0.2s;
}

.news__more:hover {
	color: #bf9450;
}

.news__more span {
	color: #bf9450;
	display: block;
	transform-origin: center;
	position: absolute;
	transform: rotateZ(-90deg);
	font-size: 5px;
	top: 6px;
	right: -15px;
}

.news-block-wrap .slick-dots {
	bottom: -60px;
}

.news-block-wrap .slick-dots li button:before {
	background-color: #5e5e5e;
}

.clients-block {
	width: calc(100% + 30px);
	margin-top: 50px;
	padding-bottom: 73px;
}

.client__logo {
	width: 168px;
	height: 168px;
	margin-right: 30px;
	display: block;
}

.client__logo img {
	border: solid 1px #96a9b8;
}

.clients-block .slick-dots {
	bottom: 0;
}

.clients-block .slick-dots li button:before {
	background-color: #5e5e5e;
}

.contacts-block-wrap {
	display: flex;
	min-height: 574px;
	height: 574px;
}

.contacts-block-wrap>div {
	width: 50%;
	position: relative;
}

.contacts-block-wrap .parallax__group {
	height: 574px;
}

.contacts-block-wrap .parallax__layer--back {
	transform: translateZ(-1px) scale(4);
}

.letter-form-wrap {
	padding: 50px 100px 100px 0;
	display: flex;
	/*justify-content: flex-end;*/
	justify-content: center;
	/*position: absolute;
    top: 0;
    right: 0;*/
	background-image: url("/local/templates/lednikoff/css/../img/content/main__letter-form.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#letter-form {
	max-width: 465px;
}

.letter-form__title {
	font-size: 24px;
	line-height: 1.07;
	color: #ffffff;
	text-align: center;
}

.request-form__result {
	color: #ffffff;
	margin-top: 10px;
}

.letter-form__body {
	margin-top: 20px;
	position: relative;
}

#letter-form input,
#letter-form textarea {
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: rgba(255, 255, 255, 0.28);
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 0 12px;
	margin-bottom: 20px;
}

#letter-form textarea {
	height: 85px;
	resize: none;
	padding: 12px;
}

#letter-form label.error {
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: -60px;
	left: calc(100% + 10px);
	right: calc(-70% - 10px);
	justify-content: flex-start;
	z-index: 1;
	display: block;
}

.faq-form__body label.error {
	position: relative;
	display: inline;
	top: -80px;
}

.faq-form__body textarea+label.error {
	top: -130px;
}

.faq-form__body .form__agree-confirmation label.error {
	top: 0;
	display: block;
}

#feedb-form .form__agree-confirmation input+label.error {
	top: -5px;
	display: block;
}

#letter-form *::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#letter-form *::-moz-placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#letter-form *:-moz-placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

#letter-form *:-ms-input-placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

.map-block-wrap {
	position: relative;
}

#map {
	width: 100%;
	height: 100%;
}

.map__address-button {
	position: absolute;
	width: 172px;
	height: 37px;
	line-height: 37px;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}

.map__address-wrap {
	position: absolute;
	z-index: -100;
	left: 25px;
	top: 62px;
	width: 311px;
	box-shadow: 0 2px 20px 0 rgba(105, 105, 105, 0.25);
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

.map__address-wrap.active {
	visibility: visible;
	opacity: 1;
	z-index: 0;
}

.map__city-title {
	width: 100%;
	box-sizing: border-box;
	padding-left: 75px;
	height: 53px;
	line-height: 53px;
	background-color: #303030;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	position: relative;
}

.map__city-title:hover {
	cursor: pointer;
}

.map__city-title .icon-ic {
	font-size: 17px;
	left: 42px;
	line-height: 53px;
	position: absolute;
}

.map__city-addr-wrap {
	box-sizing: border-box;
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.map__city-title.active+.map__city-addr-wrap {
	height: 311px;
	visibility: visible;
	opacity: 1;
}

.map__city-addr {
	padding: 30px 20px 60px 20px;
	font-size: 16px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.map__city-title.active+.map__city-addr-wrap .map__city-addr {
	visibility: visible;
	opacity: 1;
}

.map__city-addr a {
	display: block;
	line-height: 1.3;
}

.map__city-addr a:hover {
	color: #e83e38;
}

.map__city-addr a.buy__table-cont--viber,
.map__city-addr a.buy__table-cont--whatsapp {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

/*                 КАТАЛОГ                */
.category-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% + 32px);
	margin-left: -16px;
	padding-top: 50px;
	padding-bottom: 70px;
}

.category__item {
	display: block;
	width: calc(25% - 32px);
	max-width: calc(50% - 32px);
	flex-grow: 1;
	flex-shrink: 1;
	height: 200px;
	margin: 0 16px 30px 16px;
	position: relative;
	box-sizing: border-box;
}

.category__img-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.category__img-wrap img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.category__img-hover {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #316773;
	transition: all 0.2s;
}

.category__item:hover .category__img-hover {
	opacity: 0.7;
}

.category__title {
	position: absolute;
	width: 100%;
	/*max-width: 260px;*/
	bottom: 0;
	left: -20px;
	height: 88px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #316773;
	opacity: 0.82;
}

.category__title span {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.cat-banner {
	height: 350px;
	overflow: hidden;
	position: relative;
}

.cat-banner>div {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.cat-banner .cat-banner__title {
	font-size: 36px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 350px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.cat-banner--538 {
	height: 538px;
}

.cat-banner img {
	width: auto;
	min-width: 100%;
	max-width: 150%;
	height: auto;
	min-height: 100%;
	max-height: 200%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cat-banner__hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	background-color: #316773;
}

.catalog-page__catalog h1 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 0;
}

.catalog {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

.sidebar {
	width: 290px;
	margin-right: 20px;
	flex-shrink: 0;
}

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

.sidebar__choose-tab {
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	transition: all 0.2s;
}

.sidebar__choose-tab.active,
.sidebar__choose-tab:hover {
	background-color: #474A51;
	color: white;
}

.sidebar__choose-tab:hover {
	cursor: pointer;
}

.sidebar__choose-tab.active:hover {
	cursor: default;
}

#catalog-search {
	margin-top: 40px;
	background-color: #ffffff;
	position: relative;
}

#catalog-search .search-field {
	height: 36px;
	line-height: 36px;
	border: solid 1px #e0e0e0;
	width: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 35px 0 18px;
}

#catalog-search .search-field::-webkit-input-placeholder {
	color: #bdbdbd;
	text-align: center;
}

#catalog-search .search-field::-moz-placeholder {
	color: #bdbdbd;
	text-align: center;
}

/* Firefox 19+ */
#catalog-search .search-field:-moz-placeholder {
	color: #bdbdbd;
	text-align: center;
}

/* Firefox 18- */
#catalog-search .search-field:-ms-input-placeholder {
	color: #bdbdbd;
	text-align: center;
}

#catalog-search .search-field+button {
	position: absolute;
	top: 10px;
	right: 55px;
	background-color: transparent;
	transition: all 0.2s;
}

#catalog-search label {
	font-size: 17px;
	color: #bdbdbd;
	transition: all 0.2s;
	display: block;
	position: absolute;
	top: 10px;
	right: 55px;
}

#catalog-search label:hover {
	cursor: pointer;
}

#catalog-search .search-field:focus~label,
#catalog-search .search-field.active~label {
	color: #3c3c3c;
	right: 18px;
}

#catalog-search .search-field:focus+button,
#catalog-search .search-field.active+button {
	right: 18px;
}

#catalog-search button span {
	font-size: 17px;
	color: #bdbdbd;
	transition: all 0.2s;
}

#catalog-search .search-field:focus+button>span {
	color: #3c3c3c;
}

.sidebar-wrap {
	position: relative;
	margin-top: 25px;
}

.sidebar__block {
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
}

.sidebar__block.active {
	display: block;
}

.sidebar__block-title {
	padding: 0 20px;
}

.sidebar__block-title--bttm .sidebar__title-more {
	padding: 30px 0;
}

.sidebar__title-name {
	padding: 27px 0;
	font-size: 18px;
	font-weight: 500;
}

.sidebar__title-more {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 16px;
}

.sidebar__title-more a {
	font-size: 12px;
	font-weight: 300;
	color: #5e5e5e;
	text-decoration: underline;
	transition: all 0.2s;
}

.sidebar__title-more a:hover {
	color: #3c3c3c;
}

.smart-filter_item {
	background-color: #ffffff;
	position: relative;
}

.smart-filter_item:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

.smart-filter_title {
	padding: 23px 50px 23px 23px;
	position: relative;
	background-color: #ffffff;
}

.smart-filter_title:hover {
	cursor: pointer;
}

.smart-filter_title.opened {
	background-color: transparent;
}

.smart-filter_title>span {
	font-family: 'Roboto' !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.smart-filter_title>span::before {
	font-family: lednikoff;
	font-size: 7px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	transition: all 0.2s;
}

.smart-filter_title.opened>span::before {
	transform: translateY(-50%) rotateZ(180deg);
}

.smart-filter_params-box {
	height: 0;
	opacity: 0;
	padding: 0 20px;
	visibility: hidden;
	border-top: 0 solid #e0e0e0;
	transition: all 0.2s;
}

.smart-filter_title.opened+.smart-filter_params-box {
	height: auto;
	padding: 30px 20px;
	opacity: 1;
	visibility: visible;
	border-top: 1px solid #e0e0e0;
}

.slider-range--inputs {
	display: flex;
	justify-content: space-between;
}

.slider-range--input {
	width: 115px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	font-weight: 300;
	border: solid 1px #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.slider-track {
	width: calc(100% - 24px);
	height: 2px;
	background-color: #e0e0e0;
	position: relative;
	margin: 0 auto;
	margin-top: 31px;
}

.slider-handle {
	width: 24px;
	height: 24px;
	background-color: rgba(71, 74, 81, 0.63);
	position: absolute;
	border-radius: 50%;
	top: -11px;
}

.slider-handle.left {
	margin-left: -11px;
}

.slider-handle.right {
	margin-right: -12px;
}

.slider-handle:active {
	background-color: rgba(232, 62, 56, 0.54);
}

.slider-handle::before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #474A51;
	top: 9px;
	left: 9px;
}

.slider-handle:active::before {
	background-color: #e83e38;
}

.smart-filter_params-box ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-left: -5px;
}

.smart-filter_params-box li {
	margin: 0 3px 9px 2px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.smart-filter_params-box li:hover,
.smart-filter_params-box label:hover,
.smart-filter_params-box label:hover span {
	cursor: pointer;
}

.smart-filter_params--color li {
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 5px 9px 5px;
}

.smart-filter_params--color li:hover .hint-elem {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}

.smart-filter_params--list li>span,
.smart-filter_params--list li label>span {
	font-size: 13px;
	border: solid 1px #e0e0e0;
	padding: 5px 3px;
	display: block;
	background-color: #ffffff;
}

.smart-filter_params--list li>span.select-all-input {
	color: #1e1b17;
	border: solid 1px #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smart-filter_params--list li>span.select-all-input:hover {
	cursor: pointer;
}

.smart-filter_params--color li>span.select-all-input {
	font-size: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}

.smart-filter_params-box li input {
	display: none;
}

.smart-filter_params-box li label {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s;
}

.smart-filter_params-box li label.bx-filter-param-label.disabled {
	opacity: 0.35;
}

.smart-filter_params-box li label.bx-filter-param-label.disabled:hover,
.smart-filter_params-box li label.bx-filter-param-label.disabled:hover span {
	cursor: default;
}

.smart-filter_params--color li label {
	border: solid 1px #e0e0e0;
}

.smart-filter_params--color li label:hover,
.smart-filter_params--color li input:checked+label {
	border: solid 1px #bf9450;
}

.smart-filter_params-box li label:hover>span {
	border: solid 1px #bf9450;
}

.smart-filter_params-box li input:checked+span {
	border: solid 1px #bf9450;
	background-color: #bf9450;
	color: #ffffff;
}

.bx-filter-container-modef {
	display: block;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	top: -30px;
}

#modef {
	position: relative;
	height: 43px;
	width: 330px;
}

#modef>div {
	height: 100%;
	width: 165px;
	line-height: 43px;
	border: solid 1px #474A51;
	border-right: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#modef .button--red {
	width: 165px;
	height: 43px;
	top: 0;
	right: 0;
	font-size: 14px;
}

.bx-filter-button-box {
	background-color: #474A51;
	padding: 25px 35px 30px 35px;
}

.bx-filter-static-result {
	font-size: 18px;
	line-height: 1.18;
	color: #ffffff;
	text-align: center;
	margin-bottom: 25px;
}

.bx-filter-button-box .button--red {
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 40px;
	width: 100%;
}

.bx-filter-button-box .button.__filter-clear {
	height: 40px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ffffff;
	/*border-radius: 10px;*/
	margin-top: 10px;
	letter-spacing: 0.4px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s;
	line-height: normal;
}
.bx-filter-button-box .button.__filter-clear:hover {
	background-color: #ffffff;
	color: #474A51;
}

.items-block {
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.items-found {
	position: absolute;
	top: -37px;
	right: 0;
}

.sort-block {
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	position: relative;
}

.items-block:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 310px);
	height: 1px;
	background-color: #e0e0e0;
	top: 40px;
	left: -310px;
}

.sort__params {
	list-style: none;
	display: flex;
	padding-left: 15px;
}

.sort__param {
	margin-left: 20px;
}

.sort__param.selected a,
.sort__param a:hover {
	color: #e83e38;
}

.sort__qty {
	position: relative;
}

.sort__qty-result-wrap:hover {
	cursor: pointer;
}

.sort__qty-result {
	border: none;
	width: 38px;
	margin-right: 9px;
	background-color: #f0f0f0;
}

.sort__qty-result:hover {
	cursor: pointer;
}

.sort__qty-result-wrap {
	width: 74px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sort__qty-result-wrap span {
	font-size: 7px;
	transform-origin: center;
	display: inline-block;
	height: 16px;
	line-height: 18px;
	transition: all 0.2s;
}

.sort__qty.opened .sort__qty-result-wrap span {
	transform: rotateZ(180deg);
}

.sort__qty-vars {
	list-style: none;
	background-color: #e0e0e0;
	position: absolute;
	right: 0;
	top: 28px;
	height: 0;
	visibility: hidden;
	opacity: 0;
	width: 74px;
	z-index: 1;
	transition: all 0.2s;
}

.sort__qty.opened .sort__qty-vars {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.sort__qty-vars li {
	height: 39px;
}

.sort__qty-vars li a {
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sort__qty-vars li a:hover,
.sort__qty-vars li.active a {
	color: #e83e38;
}

.catalog__items-wrap {
	padding-top: 63px;
	padding-bottom: 60px;
}

.catalog__item {
	width: 100%;
	background-color: #ffffff;
	display: flex;
	flex-grow: 1;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}

.catalog__item:hover {
	box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
}

.catalog__item-img {
	width: 166px;
	height: 200px;
	position: relative;
}

.catalog__item-img--inner {
	overflow: hidden;
	position: absolute;
	width: 166px;
	height: 200px;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.7s;
}

.catalog__item-img img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s;
}

.catalog__item-img--zoom {
	width: 34px;
	height: 34px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.catalog__item-img:hover .catalog__item-img--zoom {
	opacity: 1;
	visibility: visible;
}

.catalog__item-img--inner.active {
	height: 300px;
	width: 300px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.catalog__item-img--inner.active:hover .catalog__item-img--zoom {
	opacity: 0;
	visibility: hidden;
}

.catalog__item-img--zoom .icon-ic {
	font-size: 26px;
	position: absolute;
	top: 3px;
	left: 5px;
	color: #828282;
}

.catalog__item .product__info-actions-btns {
	margin-top: 20px;
	margin-left: 6px;
}

.catalog__item .product__info-actions-btns .icon-ic {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

.catalog__item-main-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-left: 20px;
	max-width: 497px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog__item .product__info-color {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 16px;
	height: 16px;
	border: solid 1px #474A51;
	margin: 0;
}

.catalog__item .product__info-color:after {
	width: 16px;
	height: 16px;
	top: -1px;
	left: -1px;
	border: solid 1px #bf9450;
}

.catalog__item .hint-elem {
	font-size: 10px;
	right: 50%;
	top: -25px;
	left: auto;
}

.catalog__item-article {
	font-size: 14px;
	/*font-weight: bold;*/
	margin-top: 20px;
}

.catalog__item-name {
	font-size: 18px;
	line-height: 1.18;
	margin-top: 16px;
	padding-right: 25px;
	font-weight: 500;
}

.catalog__item-article:hover,
.catalog__item-name:hover {
	color: #e83e38;
	text-decoration: underline;
}

.catalog__item-descr-wrap {
	max-height: 200px;
	overflow: hidden;
}

.catalog__item-descr-wrap>* {
	display: block;
}

.catalog__item-descr {
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-top: 12px;
	padding-right: 35px;
	transition: all 0.2s;
}

.catalog__item-descr:hover {
	color: #000000;
}

.catalog__item-satelites {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.6px;
	color: #5e5e5e;
	text-decoration: underline;
}

.catalog__item .catalog__item-satelites {
	margin-left: 6px;
	margin-top: 10px;
	white-space: nowrap;
	display: block;
}

.catalog__item>.catalog__item-satelites {
	display: none;
}

.catalog__item-satelites:hover {
	color: #bf9450;
}

.sale-item__buy--catalog {
	width: 147px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 0;
}

.sale-item__buy--catalog .sale-item__price {
	margin-top: 54px;
	margin-left: 11px;
}

.sale-item__buy--catalog .sale-item__price-old {
	line-height: 1.2;
	margin-bottom: 10px;
	white-space: nowrap;
	text-align: left;
}

.sale-item__buy--catalog .sale-item__price-cur {
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	color: #3c3c3c;
	white-space: nowrap;
	text-align: left;
	margin-top: 0;
}

.sale-item__buy--catalog .sale-item__price-cur small {
	font-weight: normal;
}

.catalog__item .buy-block__form-inner {
	margin-top: auto;
	margin-bottom: 10px;
}

/*.catalog__item .sale-item__buy-form{
    height: 100%;
}*/
.catalog__item .buy-block__wrap {
	margin-top: 0;
}

.catalog__item .buy-block__item-avail {
	/*text-align: left;*/
	/*margin-left: 5px;*/
	width: 70px;
	text-align: center;
}

.catalog__item .buy-block__buy-btns {
	margin-top: auto;
	position: relative;
	left: -10px;
}

.catalog__item .sale-item__buy-form .button {
	margin-top: 0;
	width: 125px;
	height: 40px;
	padding: 0 20px;
	white-space: nowrap;
}

.catalog__item .buy-block__tocart-btn.active_el {
	background-color: #474A51;
	border: solid 1px #474A51;
	color: #ffffff;
	text-align: left;
	padding-left: 0;
}

.catalog__item .buy-block__tocart-btn.active_el::before {
	font-size: 14px;
	right: 10px;

}

.catalog__item .buy-block__buy-btn {
	margin-left: 10px;
}

.catalog__pagination-wrap {
	position: relative;
	width: 100%;
}

.catalog-page__catalog .catalog__pagination-wrap {
	position: relative;
	width: calc(100% + 310px);
	margin-left: -310px;
}

.catalog__pagination {
	width: 100%;
	display: flex;
	justify-content: center;
}

.catalog__pagination-list {
	list-style: none;
	display: flex;
}

.catalog__pagination-item {
	width: 32px;
	height: 32px;
	margin: 0 10px;
}

.catalog__pagination-item a {
	display: block;
	font-size: 16px;
	width: 100%;
	height: 100%;
	line-height: 32px;
	text-align: center;
}

.catalog__pagination-item a.active {
	box-shadow: 0 4px 6px 0 rgba(71, 74, 81, 0.15);
	background-color: #474A51;
	color: white;
}

.catalog__pagination-item a:hover {
	text-decoration: underline;
}

.catalog__pagination-item a.active:hover {
	text-decoration: none;
	cursor: default;
}

.catalog__pagination-item a span {
	font-size: 7px;
	color: #5e5e5e;
	display: block;
	transition: all 0.2s;
}

.catalog__pagination-item.disabled a span {
	opacity: 0.5;
}

.catalog__pagination-item.disabled a:hover span {
	cursor: default;
}

.catalog__pagination-arrow a {
	display: flex;
}

.catalog__pagination-arrow a:hover {
	text-decoration: none;
}

.catalog__pagination-arrow a:hover span {
	color: #474A51;
}

.catalog__pagination-arrow--left a span {
	transform: rotateZ(90deg);
}

.catalog__pagination-arrow--left a span:first-child {
	margin-right: -8px;
}

.catalog__pagination-arrow--right a span {
	transform: rotateZ(-90deg);
}

.catalog__pagination-arrow--right a {
	margin-left: 8px;
}

.catalog__pagination-arrow--right:last-child a {
	margin-left: 0px;
}

.catalog__pagination-arrow--right a span:first-child {
	margin-left: 8px;
}

.catalog__pagination-arrow--right:last-child a span:last-child {
	margin-left: -8px;
}

.catalog__pagination-info {
	position: absolute;
	right: 0;
	top: 0;
}

.catalog__pagination-info-text {
	font-size: 16px;
	line-height: 32px;
}

/*категории*/
.category-list {
	background-color: #ffffff;
	list-style: none;
	width: 100%;
}

.category-list--sub {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.category-list__link.active+.category-list--sub {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.category-list__item span {
	border-bottom: 1px solid #e0e0e0;
	display: block;
	line-height: 46px;
	height: 46px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 21px;
}

.category-list__item {
	position: relative;
}

.category-list__item .category-list--button {
	position: absolute;
	right: 0px;
	font-size: 18px;
	padding: 5px;
	font-weight: normal;
}

.category-list__item .category-list--button .minus {
	display: none;
}

.category-list__item .category-list--button.active .minus {
	display: inline-block;
}

.category-list__item .category-list--button.active .plus {
	display: none;
}

.category-list__link {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	height: 46px;
	width: 100%;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 21px;
	padding-right: 20px;
	position: relative;
	transition: all 0.2s;
}

.category-list:not(.category-list--sub)>li:last-child a {
	border-bottom: none;
}

.category-list--level_2 .category-list__link {
	background-color: #3c3c3c0d;
	padding-left: 33px;
}

.category-list--level_2 .category-list__item:last-child .category-list__link {
	/*border-bottom: 2px solid #e0e0e0;*/
}

.category-list--level_3 .category-list__link {
	padding-left: 59px;
	background-color: #3c3c3c1a;
}

.category-list--level_3 .category-list__link:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	/*left: 19px;*/
	left: 42px;
	top: 20px;
	background-color: #474A51;
	transition: all 0.2s;
}

.category-list--level_3 .category-list__link.active:before {
	background-color: #e83e38;
}

.category-list--level_3 .category-list__link:hover:before {
	background-color: #ffffff;
}

.category-list__link.active {
	color: #e83e38;
}

.category-list__link:hover {
	background-color: #fb615c;
	color: #ffffff;
}

.category__archive {
	width: 100%;
	height: 40px;
	text-align: center;
}

.category__archive a {
	text-transform: uppercase;
	font-weight: 500;
	height: 40px;
	background-color: #696969;
	line-height: 42px;
	color: #ffffff;
	display: block;
}

.category__archive a:hover {
	background-color: #474A51;
}

/************ ИНФОРМАЦИОННЫЕ СТРАНИЦЫ***************/
.info-page {
	padding-bottom: 100px;
	background-color: #f0f0f0;
}

.info-page h2 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 60px;
}
.info-page h1 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 60px;
}

.info-page h3 {
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}

.cat-banner--info-details h1 {
	text-transform: initial;
	font-size: 42px;
}

.share-block {
	margin-top: 60px;
}

.share-block .icon-ic_share {
	font-size: 21px;
	margin-right: 10px;
	color: #3c3c3c;
	position: relative;
	display: inline-block;

}

.share-block .icon-ic_share .share-block__buttons {
	position: absolute;
	display: flex;
	align-items: center;
	left: 0;
	min-height: 40px;
}

.share-block .icon-ic_share .share-block__buttons:before {
	content: "Поделиться:";
	position: relative;
	display: block;
	font-size: 16px;
	font-family: "Roboto";
	color: #3c3c3c;
	margin-right: 15px;
	display: none;
}

.share-block .icon-ic_share .icon-ic {
	font-size: 27px;
	color: #BDBDBD;
	display: block;
}

.share-block .icon-ic_share .icon-ic.icon-ic_insta {
	font-size: 40px;
}

.share-block .icon-ic_share .icon-ic.icon-ic_vk {
	margin-left: 5px;
}

.share-block .icon-ic:hover {
	color: #bf9450;
	cursor: pointer;
}

/*НОВОСТИ*/
.info-page .news-block-wrap {
	width: calc(100% + 30px);
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin-left: -15px;
	padding-top: 60px;
}

.news-content--news a {
	text-decoration: underline;
}

.info-page .news__item {
	width: calc((100% - 91px) / 3);
	margin: 0 15px 60px 15px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	min-height: 541px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s;
}

.info-page .news__item:hover {
	box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
}

.info-page .news__img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.info-page .news__img img {
	position: relative;
	height: auto;
	width: 100%;
	top: 0;
}

.info-page .news__descr-wrap {
	padding: 30px 25px 30px 20px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.info-page .news__title {
	margin-top: 0;
	width: 100%;
}

.info-page .news__title a {
	transition: all 0s;
}

.info-page .news__title a:hover {
	color: #3c3c3c;
	position: relative;
	text-decoration: underline;
	text-decoration-color: #bf9450;
}

.info-page .news__date {
	margin-top: 15px;
}

.info-page .news__more {
	margin-top: auto;
}

.cat-banner--info-details+.info-page .news__date {
	margin-top: 40px;
}

/*.news__content-wrap {*/
/*    !*margin-bottom: 80px;*!*/
/*    margin-top: 40px;*/
/*    background-color: #ffffff;*/
/*    padding: 30px 20px 60px 20px;*/
/*}*/

/*.news__content-wrap p {*/
/*    margin: 20px 0;*/
/*}*/

/*.news__content-wrap p:first-child {*/
/*    margin-top: 0;*/
/*}*/

/*.news__content-wrap ol,*/
/*.news__content-wrap ul {*/
/*    padding-left: 20px;*/
/*}*/

/*.news__content-wrap li {*/
/*    margin: 10px 0;*/
/*}*/

/*.news__content-wrap img {*/
/*    margin: 20px auto;*/
/*    max-width: 100%;*/
/*}*/

/*.news__content-wrap table {*/
/*    margin: 20px 0;*/
/*    width: 100%;*/
/*    border: solid 1px #e0e0e0;*/
/*    border-collapse: collapse;*/
/*}*/

/*.news__content-wrap table th {*/
/*    background-color: #f4f3f3;*/
/*    padding: 24px 10px;*/
/*}*/

/*.news__content-wrap table td {*/
/*    border: solid 1px #e0e0e0;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    padding: 10px;*/
/*}*/

/*.news__content-wrap ul {*/
/*    padding-left: 20px;*/
/*}*/

/*.news__content-wrap li {*/
/*    margin: 10px 0;*/
/*}*/

/*.news__content-wrap .table-wrap {*/
/*    width: 100%;*/
/*    overflow-x: auto;*/
/*}*/

a.back-to-main {
	width: 214px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 60px;
	text-decoration: none;
}

.button.reg-ev {
	width: 214px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0;
	text-decoration: none;
}

.info-page .nav-links {
	margin-top: 100px;
	display: flex;
}

.nav-link {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.6px;
	color: #5e5e5e;
	text-decoration: underline;
}

.nav-link:hover {
	color: #bf9450;
}

.nav-link--prev {
	margin-right: 60px;
	position: relative;
}

.nav-link--prev::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	right: -30px;
	top: 0;
	background-color: #bf9450;
}

.info-page .additional-goods {
	padding-top: 40px;
	padding-bottom: 0;
}

/*ПРОЕКТЫ*/
.news-block-wrap--projects .news__img {
	height: auto;
}

.news-block-wrap--projects .news__item {
	min-height: 628px;
}

.news-block-wrap--projects .news__text-copyr {
	margin: 10px 0;
}

.info__gallery {
	padding-top: 60px;
}

.info__gallery h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
}

.info__gallery-wrap .slick-list {
	padding: 40px 0 !important;
}

.info__gallery-wrap img {
	margin: 0 15px;
	transition: all 0.5s;
	box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.7);
	width: auto;
	height: auto;
	max-height: 585px;
}

.info__gallery-wrap img.slick-current.slick-active {
	margin-top: -10px;
}

.info__gallery .slick-slider button {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	box-shadow: 0 10px 15px 0 rgba(189, 189, 189, 0.26);
	border: solid 1px #979797;
	background-color: rgba(255, 255, 255, 0.79);
	opacity: 0.5;
	transition: all 0.2s;
	z-index: 1;
	margin-top: -50px;
}

.info__gallery .slick-slider button:hover {
	opacity: 1;
}

.info__gallery .slick-prev {
	left: 265px;
	transform: rotateZ(90deg);
}

.info__gallery .slick-next {
	right: 265px;
	transform: rotateZ(-90deg);
}

.info__gallery .slick-slider button:before {
	content: none;
}

.info__gallery .slick-slider button span:before {
	font-size: 13px;
	color: #5e5e5e;
}

.info__gallery~.info-page .news__content-wrap {
	/*margin-bottom: 100px;*/
}

/*.info__gallery ~ .info-page .back-to-main{
    margin-top: 60px;
    margin-right: 40px;
    float: left;
}
.info__gallery ~ .info-page .share-block{
    margin-top: 80px;
}
.info__gallery ~ .info-page .share-block .icon-ic_share{
    line-height: 40px;
}*/

/*КАТАЛОГИ*/
.news-block-wrap--catalogs {
	margin-bottom: 0;
}

.news-block-wrap--catalogs .news__img {
	height: auto;
}

.news-block-wrap--catalogs .news__item {
	min-height: 693px;
}

.news-block-wrap--catalogs .news__text p {
	margin-bottom: 10px;
}

.news-block-wrap--catalogs .news__dwnld {
	margin-top: auto;
}

.news-block-wrap--catalogs .button--white {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	width: 143px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #e0e0e0;
	position: relative;
	text-align: left;
	padding: 0;
	padding-left: 20px;
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-block-wrap--catalogs .button--white:hover {
	padding-left: 20px !important;
}

.news-block-wrap--catalogs .button--white .icon-ic {
	margin-left: 20px;
	transition: all 0s;
}

.news-block-wrap--catalogs .news__dwnld span {
	white-space: nowrap;
}

/*ВИДЕО*/
.news-block-wrap--video .news__item {
	width: calc((100% - 60px) / 2);
	min-height: 600px;
}

.news-block-wrap--video .news__img {
	position: relative;
}

.news-block-wrap--video .news__img::before {
	content: "";
	background: url("/local/templates/lednikoff/css/../img/play.svg");
	display: block;
	position: absolute;
	width: 47px;
	height: 48px;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
	z-index: 1;
	opacity: 0.5;
}

.news-block-wrap--video .news__img:hover::before {
	opacity: 1;
	width: 49px;
	height: 50px;
}

.news-block-wrap--video .news__img::after {
	content: "";
	position: absolute;
	background-color: rgba(224, 224, 224, 0.35);
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.news-block-wrap--video .news__img:hover::after {
	opacity: 1;
	visibility: visible;
}

.news-block-wrap--video .news__date {
	position: absolute;
	left: 16px;
	bottom: 13px;
}

.news-block-wrap--video .news__text {
	margin-bottom: 30px;
}

.info__gallery--video .info__gallery-wrap {
	width: 1140px;
	height: 774px;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
}

.info__gallery--video .info__gallery-preview {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.info__gallery--video .info__gallery-preview::before {
	content: "";
	width: 176px;
	height: 176px;
	position: absolute;
	background: url("/local/templates/lednikoff/css/../img/play.svg") 100% 100% no-repeat;
	-webkit-background-size: cover;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.5s;
}

.info__gallery--video .info__gallery-preview:hover::before {
	width: 180px;
	height: 180px;
}

.info__gallery--video .info__gallery-preview::after {
	background-color: rgba(237, 22, 56, 0.41);
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.info__gallery--video .news__date {
	bottom: 20px;
	left: 20px;
	position: absolute;
	display: none;
}

.info__gallery--video iframe {
	width: 100%;
	height: 100%;
}

.info__gallery--video .info__gallery-buttons {
	position: absolute;
	top: calc(50% - 47px);
	transform: translateY(-50%);
	width: 100%;
}

.info__gallery--video .info__gallery-buttons>a {
	display: block;
	position: absolute;
	width: 94px;
	height: 94px;
	box-shadow: 0 10px 15px 0 rgba(189, 189, 189, 0.26);
	border: solid 1px #979797;
	background-color: rgba(255, 255, 255, 0.79);
	border-radius: 50%;
	transform-origin: center;
	opacity: 0.5;
	transition: all 0.2s;
}

.info__gallery--video .info__gallery-buttons>a:hover {
	opacity: 1;
}

.info__gallery--video .info__gallery-buttons>.info__gallery-button--prev {
	transform: rotateZ(90deg);
	left: -9vw;
}

.info__gallery--video .info__gallery-buttons>.info__gallery-button--next {
	transform: rotateZ(-90deg);
	right: -9vw;
}

.info__gallery--video .info__gallery-buttons>a span {
	color: #5e5e5e;
	font-size: 13px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.info__gallery--video .icon-ic_scroll {
	font-size: 36px;
	color: #ffffff;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.7;
	transition: all 0.2s;
}

.info__gallery--video .icon-ic_scroll:hover {
	cursor: pointer;
	opacity: 1;
}

.info-page h4 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

/*ВОПРОС-ОТВЕТ*/
.faq__form-wrap {
	margin-top: 40px;
}

.faq__form-button {
	width: 163px;
	height: 40px;
	margin-top: 30px;
	text-transform: uppercase;
}

.faq__plain-text--red a:hover {
	color: #e83e38;
}

#modal__faq-form,
#modal__order-mount-form {
	padding: 60px;
	width: 592px;
}

.faq-form-title,
.feedb-form-title {
	font-size: 28px;
}

#faq-form,
#order-mount-form,
#feedb-form {
	margin-top: 42px;
}

#faq-form .text-input-field,
#order-mount-form .text-input-field,
.contacts-form .text-input-field,
#feedb-form .text-input-field {
	margin-bottom: 20px;
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: #ffffff;
	font-size: 12px;
	padding: 0 10px;
}

#faq-form textarea.text-input-field,
#order-mount-form textarea.text-input-field,
#feedb-form textarea.text-input-field {
	height: 85px;
	padding: 10px;
	resize: none;
}

#order-mount-form .form__agree-confirmation input+label.error {
	position: absolute;
	top: -5px;
}

.news-block-wrap.news-block--faq {
	display: block;
}

.news-block--faq .news__item.active {
	background-color: #ffffff;
}

.news-block--faq .news__item {
	padding: 30px 20px;
	min-height: auto;
	transition: all 0.2s;
	border: solid 1px #f4f3f3;
	margin-bottom: 20px;
	background-color: #ffffff;
	width: 100% !important;
}

.news-block--faq .news__item:hover {
	-webkit-box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
	-moz-box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
	box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
}

.news-block--faq .news__item.active:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.news-block--faq .news__descr-wrap {
	padding: 0;
	display: block;
}

.info-page .news-block--faq .news__title a:hover {
	text-decoration: none;
	color: #3c3c3c;
	cursor: default;
}

.news-block--faq .news__text p,
.news-block--faq .news__text>div {
	margin-bottom: 20px;
}

.news-block-wrap .news__text ul,
.news-block-wrap .news__text ol {
	padding-left: 20px;
}

.news-block-wrap .news__text li {
	margin: 10px 0;
}

.news-block-wrap .news__text a {
	text-decoration: underline;
}

.news-block-wrap .news__text a:hover {
	color: #e83e38;
}

.news-block--faq .news__item .news__text--preview {
	display: block;
	margin-top: 16px;
}

.news-block--faq .news__item.active .news__text--preview {
	display: none;
}

.news-block--faq .news__item .news__text--full {
	display: none;
}

.news-block--faq .news__item.active .news__text--full {
	display: block;
	margin-top: 16px;
}

.news-block--faq .news__item .news__more {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	height: auto;
	transition: all 0.2s;
}

.news-block--faq .news__item.active .news__more {
	display: none;
}

.news-block--faq .news__item .button {
	display: none;
	width: 125px;
	height: 40px;
	text-transform: uppercase;
	margin-top: 40px;
	color: #ffffff;
}

.news-block--faq .news__item.active .button {
	display: flex;

}

/*СХЕМЫ НИШ ДЛЯ МОНТАЖА*/
.news-block--assembling .news__item {
	min-height: 460px;
	background-color: #ffffff;
	position: relative;
}

.news-block--assembling .news__item:after {
	content: "";
	border: 1px solid #E0E0E0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s;
	z-index: 1;
}

.news-block--assembling .news__item:hover:after {
	opacity: 0;
	visibility: hidden;
}

.news-block--assembling .news__img {
	background-color: #fbfbfb;
}

.news-content--assembling {
	margin-top: 60px;
	margin-bottom: 100px;
}

.news-content--assembling .news__scheme-wrap {
	background-color: #fbfbfb;
	text-align: center;
	margin-bottom: 100px;
	/* min-height: auto;*/
}

.news-content--assembling p {
	font-size: 16px;
}

.news-content--assembling~.back-to-main {
	text-transform: none;
	text-decoration: underline;
	font-size: 14px;
	margin-top: 100px;
	display: inline-block;
	font-weight: normal;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: transparent;
}

.news-content--assembling~.back-to-main:hover {
	color: #bf9450;
	cursor: pointer;
}

/*ЭЛЕКТРОСХЕМЫ*/
.news-block--schemes .news__item {
	min-height: 550px;
}

.news-block--schemes .news__img {
	height: 270px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news__scheme-wrap {
	/*min-height: 672px;*/
	background-color: #fbfbfb;
	display: flex;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center;
	margin-top: 60px;
}

.news__scheme-wrap img {
	width: 100%;
	margin: 20px 0;
}

.news-content--schemes.news__content-wrap {
	margin-top: 20px;
}

.news-content--schemes .news__descr-wrap {
	/*border: solid 1px #f4f3f3;*/
	background-color: #ffffff;
	padding: 10px 0 0 0;
	margin-top: 0;
}

.news-content--schemes .news__descr-wrap p {
	margin: 0;
}

.news-content--schemes .button--grey {
	width: 192px;
	height: 40px;
	text-transform: uppercase;
	background-color: #e0e0e0;
	font-weight: 500;
	color: #445562;
	margin-top: 60px;
	margin-bottom: 40px;
	transition: all 0.2s;
}

.news-content--schemes .button--grey:hover {
	background-color: #eaf2f8;
	color: #445562;
}

.news-content--schemes .button--grey span {
	font-size: 20px;
	margin-left: 20px;
	transition: all 0s;
}

/*СТАТЬИ*/

.news-block--articles .news__descr-wrap {
	min-height: 358px;
}

.news__content--articles~.back-to-main {
	margin-top: 0;
	margin-right: 40px;
	float: left;
}

.news__content--articles~.share-block .icon-ic_share {
	height: 40px;
	line-height: 40px;
}

/*СЕРТИФИКАТЫ*/

.news-block--certificates .news__item {
	border: 1px solid #E0E0E0;
	min-height: 571px;
	flex-grow: 0;
}

.news-block--certificates .news__img .icon-ic {
	position: absolute;
	display: block;
	font-size: 130px;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	color: #3c3c3c;
	transition: all 0.2s;
}

.news-block--certificates .news__img:hover .icon-ic {
	color: #ff0019;
}

.news-block--certificates .news__descr-wrap {
	padding-bottom: 0;
	position: relative;
}

.news-block--certificates .news__dwnld,
.news-block--plugin .news__dwnld,
.news-block--software .news__dwnld {
	height: 62px;
	background-color: #c3c4c5;
	display: flex;
	align-items: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.2s;
}

.news-block--plugin .news__dwnld {
	justify-content: space-between;
}

.news-block--certificates .news__dwnld:hover,
.news-block--plugin .news__dwnld:hover,
.news-block--software .news__dwnld:hover {
	background-color: #c7d7e3;
}

.news-block--certificates .news__dwnld .button,
.news-block--plugin .news__dwnld .button,
.news-block--software .news__dwnld .button {
	width: 143px;
	height: 40px;
	border: solid 1px #e0e0e0;
	background-color: #fdfdfd;
	color: #445562;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 23px;
	transition: all 0.2s;
}

.news-block--certificates .news__dwnld:hover .button,
.news-block--plugin .news__dwnld:hover .button,
.news-block--software .news__dwnld:hover .button {
	color: #445562;
	background-color: #eaf2f8;
}

.news-block--certificates .news__dwnld .button>span {
	font-size: 20px;
	margin-left: 20px;
}


/*ПО*/
.news-block--software .news__item {
	min-height: 540px;
}

.news-block--software .news__descr-wrap {
	padding: 20px 20px 62px 20px;
	position: relative;
}

.news-block--software .news__dwnld .button>span,
.news-block--plugin .news__dwnld .button>span {
	display: none;
}

.news__dwnld-date {
	margin-left: 20px;
	margin-right: 23px;
}

/*КАЛЕНДАРЬ СОБЫТИЙ*/
.calendar-wrap {
	display: flex;
	margin-top: 37px;
}
.events__title h1{
	margin-top: 0;
}
.events__type-wrap {
	width: 292px;
	flex-shrink: 0;
}

.calendar__events-select {
	height: 55px;
	line-height: 55px;
	background-color: #474A51;
	color: #ffffff;
	font-size: 16px;
	padding-left: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	display: none;
}

.calendar__events-select .icon-ic {
	font-size: 7px;
	color: #ffffff;
	position: absolute;
	right: 14px;
	top: 25px;
}

.events-type__list {
	height: auto;
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
}

.events-type__list.hidden {
	height: 0;
	visibility: hidden;
	opacity: 0;
}

.events-type__list li {
	height: 55px;
	line-height: 55px;
	list-style: none;
	background-color: #ffffff;
	margin-bottom: 1px;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.events-type__list li:hover,*/
.events-type__list li.active {
	box-shadow: 0 12px 36px 0 rgba(71, 74, 81, 0.14);
}

.events-type__list li a {
	display: block;
	padding-left: 30px;
}

.events-type__list li a:hover,
.events-type__list li.active a {
	color: #ffffff;
	background-color: #474A51;
}

.events-wrap {
	border: solid 1px #f2f5f8;
	background-color: #ffffff;
	padding: 30px 20px;
	flex-basis: 100%;
}

.events__title {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
}

.events__filter {
	margin-top: 40px;
}

.events__filter-years {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.events__filter-years-wrap a {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	margin-bottom: 7px;
	text-decoration: underline;
	transition: all 0.2s;
}

.events__filter-years-wrap a:hover,
.events__filter-years-wrap a.active {
	box-shadow: inset 0 0 20px 0 rgba(150, 169, 184, 0.4);
	background-color: #f4f3f3;
	font-weight: 500;
	text-decoration: none;
}

.events__filter-clear {
	font-size: 12px;
	text-decoration: underline;
	margin-left: 20px;
}

.events__filter-months {
	margin-top: 30px;
}

.events__filter-months a {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	margin-bottom: 7px;
	font-size: 12px;
	transition: all 0.2s;
}

.events__filter-months a:hover,
.events__filter-months a.active {
	box-shadow: inset 0 0 20px 0 rgba(150, 169, 184, 0.4);
	background-color: #f4f3f3;
	font-weight: 500;
}

.events-wrap .news-block-wrap {
	width: calc(100% + 20px);
	margin-left: -10px;
	padding-bottom: 0;
	justify-content: center;
}

.news__item.news__item--calendar {
	width: calc((100% - 60px) / 3);
	height: 190px;
	min-height: auto;
	background-image: url("/local/templates/lednikoff/css/../img/content/event_bgnd.jpg");
	background-size: cover;
	margin: 0 10px 60px 10px;
	position: relative;
}

.news__item.news__item--calendar:before {
	position: absolute;
	background-color: rgba(245, 248, 250, 0.94);
	content: "";
	display: block;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	transition: all 0.2s;
	z-index: 0;
}

.news__item.news__item--calendar:hover {
	box-shadow: none;
}

.news__item.news__item--calendar:hover:before {
	background-color: rgba(0, 83, 163, 0.73);
}

.news__item.news__item--calendar.disable:hover:before {
	background-color: rgba(245, 248, 250, 0.94);
}

.news__item--calendar .news__descr-wrap {
	position: relative;
	z-index: 1;
	padding: 0;
}

.news__item--calendar .news__date {
	height: 30px;
	background-color: #bedff8;
	line-height: 30px;
	font-size: 12px;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-top: 0;
	width: 100%;
	color: #3c3c3c;
	transition: all 0.2s;
}

.news__item--calendar .news__date:before {
	content: none;
}

.news__item--calendar:hover .news__date {
	background-color: transparent;
	color: #ffffff;
}

.news__item--calendar.disable .news__date {
	background-color: #e0e0e0;
}

.news__item--calendar.disable:hover .news__date {
	color: #3c3c3c;
}

.news__item--calendar .news__point {
	opacity: 0;
	visibility: hidden;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.2s;
}

.news__item--calendar:hover .news__point {
	opacity: 1;
	visibility: visible;
}

.news__item--calendar.disable:hover .news__point {
	color: #3c3c3c;
}

.news__item--calendar .news__point span {
	margin-right: 10px;
	transition: all 0s;
}

.news__item--calendar .news__title {
	height: 95px;
	display: flex;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news__item--calendar .news__title a {
	font-size: 18px;
	font-weight: 500;
	color: #3c3c3c;
	text-align: center;
	transition: all 0.2s;
}

.news__item--calendar:hover .news__title a {
	color: #ffffff;
	text-decoration: none;
}

.news__item--calendar.disable:hover .news__title a {
	color: #3c3c3c;
}

.calendar__buttons {
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calendar__buttons .button {
	width: 84px;
	height: 24px;
	font-size: 12px;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.news__item--calendar:hover .calendar__buttons .button {
	opacity: 1;
	visibility: visible;
}

.news__item--calendar.disable:hover .calendar__buttons .button--red {
	opacity: 0;
	visibility: hidden;
}

.info-page--calendar .catalog__pagination {
	justify-content: flex-start;
}

.events-wrap.events-wrap--detail {
	padding: 40px 20px 60px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 292px);
}

.events-wrap.events-wrap--detail .news-block-wrap {
	padding-top: 0;
	width: 100%;
	margin-left: 0;
}

.events-wrap--detail h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}

.event__announce {
	margin-top: 20px;
}

.event__info-wrap {
	background-color: #f4f3f3;
	margin-top: 40px;
	padding: 20px 100px 20px 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.event__info-row {
	margin-bottom: 20px;
}

.event__info-row:last-child {
	margin-bottom: 0;
}

.event__info-row p {
	display: inline-block;
	width: 115px;
	font-size: 12px;
	font-weight: 500;
}

.event__info-row span {
	margin-left: 15px;
	font-weight: normal;
	font-size: 12px;
}

.event__place a {
	font-size: 12px;
	display: inline-block;
}

.event__place a p {
	text-decoration: underline;
	display: inline-block;
}

.event__place a span {
	text-decoration: none;
	margin-right: 5px;
}

.event__content-wrap {
	padding: 10px 0;
}

.event__content-wrap p {
	margin: 20px 0;
	line-height: 1.23;
}

#event-map-wrap {
	width: 100%;
	height: 323px;
}

.event-reg__item-form {
	margin-top: 60px;
	width: 100%;
}

.event-reg__item-form .contacts-form-title {
	font-size: 18px;
}

#event-reg-form {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

#event-reg-form>div {
	width: calc((100% - 20px) / 2);
}

#event-reg-form input {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#event-reg-form label.error {
	margin-top: -85px;
	padding: 8px 0;
}

#event-reg-form textarea {
	height: 100px;
	padding: 10px;
	resize: none;
}

#event-reg-form .reg-form__type-payer {
	margin: -5px 0 15px 0;
}

#event-reg-form .reg-form__type-payer label {
	font-size: 12px;
	color: #5e5e5e;
}

#event-reg-form .reg-form__type-payer label:before {
	width: 14px;
	height: 14px;
}

#event-reg-form .reg-form__type-payer input:checked~label:before {
	border-color: #e83e38;
}

#event-reg-form .reg-form__type-payer label:after {
	left: 3px;
	top: 3px;
}

#event-reg-form .form__agree-confirmation {
	margin-top: 0;
	margin-bottom: 10px;
}

#event-reg-form .form__agree-confirmation label.error {
	display: block;
	font-size: 10px;
	margin-top: -20px;
}

#event-reg-form .button--red {
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
}

.events-wrap--detail .share-block {
	margin-top: 40px;
}


/*КАЛЬКУЛЯТОРЫ*/
.calculator {
	background-color: #f0f0f0;
	margin-top: -60px;
	padding-top: 60px;
}

.news-block--calc .news__item {
	min-height: 455px;
}

.news-block--calc .news__descr-wrap {
	padding: 20px;
}

.calculator .sort__qty-result {
	background-color: #ffffff;
}

/*Calc 1*/
.calc__card-wrap {
	padding: 30px 20px;
	border: solid 1px #f2f5f8;
	background-color: #ffffff;
	margin-top: 60px;
}

.calc__card-wrap h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}

.calc__params-wrap {
	background-color: #f4f3f3;
	padding: 30px 40px 30px 20px;
	margin-top: 20px;
}

.calc__params-inputs {
	display: flex;
}

.calc__params-left {
	margin-right: 100px;
}

.calc__param-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.calc__param-wrap:last-child {
	margin-bottom: 30px;
}

.calc__param-wrap p {
	margin-right: 23px;
	width: 177px;
	max-width: 177px;
	display: inline-block;
}

.calc__param-wrap .buy-block__items {
	width: 100px;
	height: 30px;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	transition: all 0.2s;
}

.calc__param-wrap .buy-block__items input {
	font-size: 12px;
}

.calc__param-wrap .buy-block__items button {
	font-size: 18px;
}

.calc__param-wrap .buy-block__items.focus {
	border: solid 1px #96a9b8;

}

.calc__param-wrap .buy-block__items.focus * {
	background-color: #f5f8fa;
}

.calc__params-right {
	flex-grow: 1;
	flex-basis: 100%;
}

.calc__params-right .calc__param-wrap {
	justify-content: flex-start;
}

.calc__param-wrap .personal__control-category--wrap {
	box-shadow: 0 2px 8px 0 rgba(53, 54, 83, 0.18);
	width: 220px;
}

.calc__params-right .calc__param-wrap p {
	width: 126px;
	/*flex-shrink: 0;*/
}

.calc__param-wrap .personal__control-category--wrap .personal__category::after {
	width: 100%;
}

.calc__param-wrap .personal__control--long {
	width: 100%;
	max-width: 488px;
}

.calc__param-wrap .personal__control-category--wrap .personal__category {
	width: 100%;
}

.calc__param-wrap .personal__control-category--wrap .personal__category::after {
	width: 100%;
}

.calc__param-wrap .personal__control-category--wrap input {
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 12px;
	width: calc(100% - 30px);

}

.calc__param-wrap .personal__control-category--wrap li {
	display: block;
	height: auto;
}

.calc__param-wrap .personal__control-category--wrap li a {
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.calc__param-wrap .personal__control-category--wrap.active .personal__category,
.calc__param-wrap .personal__control-category--wrap.active ul,
.calc__param-wrap .personal__control-category--wrap.active input {
	background-color: #f5f8fa;
}

.calc__params-result {
	background-color: #ffffff;
	text-align: center;
	padding: 32px 0;
	width: calc(100% + 60px);
	margin-left: -20px;
}

.calc__params-result--name span {
	font-weight: 500;
	color: #e83e38;
	margin-left: 30px;
}

.calc__params-buttons {
	padding-top: 30px;
	display: flex;
	justify-content: center;
}

.calc__params-buttons .button {
	width: 220px;
	height: 30px;
	text-transform: uppercase;
	font-size: 10px;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calc__params-buttons .button:first-child {
	margin-right: 40px;
}

.calc__params-buttons .button--grey {
	color: #ffffff;
}

.calc__params-buttons .button--transp {
	color: #5e5e5e;
	border: solid 1px #5e5e5e;
}

.calc__result-wrap {
	margin-top: 30px;
}

.calc__result-info {
	font-weight: 500;
}

.calculator .personal__favorites-sort {
	display: flex;
	justify-content: space-between;
}

.calc__result-sort {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.calc__result-wrap .form__agree-confirmation {
	margin: 0 !important;
}

.calculator .personal__control-qty {
	margin-left: 20px;
}

.calc__result-goods {
	display: flex;
	flex-wrap: wrap;
	padding-left: 2px;
	padding-bottom: 30px;
}

.calculator .additional-goods__item-wrap {
	width: calc(100% / 4);
	margin: 30px 0 30px -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 2px 15px 0 rgba(105, 105, 105, 0.1);
	border: solid 1px #e0e0e0;
}

.calculator .additional-goods__article-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.calculator .additional-goods__article-wrap .form__agree-confirmation {
	margin-bottom: 0;
	margin-right: 10px !important;
}

.calculator .additional-goods__article-wrap .form__agree-confirmation label {
	width: 13px;
	height: 13px;
}

.calculator .additional-goods__article-wrap .additional-goods__article {
	margin-top: 0;
}

/*Calc 2*/
.calc__params-center {
	width: 100%;
}

.calc__params-center .calc__param-wrap {
	width: 100%;
	justify-content: flex-start;
}

.calc__params-center .calc__param-wrap p {
	margin-right: 23px;
	width: 177px;
	max-width: 177px;
	display: inline-block;
}

.calc__params-center .calc__param-wrap .personal__control--long {
	max-width: 572px;
}

.calc__param-wrap .calc__param-wrap--searchtype {
	width: 175px;
}

.calc__params-left--short {
	margin-right: 25px;
}

input.calc__search-type,
.calc__search-type {
	width: 220px;
	height: 30px;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.calc__search-type:focus {
	border: solid 1px #e5e5e5;
	background-color: #f5f8fa;

}

[hidden] {
	display: none !important;
}

/*calc 3*/
#form-calc_1 .calc__params-right p {
	width: auto;
	max-width: none;
}

#form-calc_1 input.calc__search-type {
	width: 157px;
}

.calc__params-result--name p {
	margin-top: 20px;
}

.calc__params-result--name p:first-child {
	margin-top: 0;
}

#form-calc_1 .calc__params-result--name p {
	text-align: left;
}

.calc__params-result--name p s {
	text-decoration: none;
	width: calc(50% - 40px);
	text-align: right;
	display: inline-block;
	margin-right: 20px;
}

/*calc 4*/
#form-calc_8 .calc__params-right p {
	width: auto;
	max-width: none;
}

#form-calc_8 input.calc__search-type,
#form-calc_8 .calc__params-right .personal__control-category--wrap {
	width: 157px;
}

#form-calc_8 .calc__params-result--name p {
	text-align: left;
}

.calc__params-result--summ {
	border: solid 1px rgba(224, 224, 224, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
}

/*calc 5*/
#form-calc_6 .calc__params-result--name p,
#form-calc_3 .calc__params-result--name p {
	text-align: left;
}

#form-calc_6 .calc__params-result--name p s {
	text-decoration: none;
	width: calc(50% - 40px);
	text-align: right;
	display: inline-block;
	margin-right: 20px;
	max-width: 203px;
	margin-left: calc(50% - 243px);
}

/*calc 6*/
#form-calc_2 .calc__params-right .calc__param-wrap p {
	width: 150px;
}

#form-calc_2 .calc__params-result--name p,
#form-calc_5 .calc__params-result--name p,
#form-calc_4 .calc__params-result--name p {
	text-align: left;
}

#form-calc_2 .calc__params-result--name p s,
#form-calc_3 .calc__params-result--name p s,
#form-calc_5 .calc__params-result--name p s,
#form-calc_4 .calc__params-result--name p s {
	text-decoration: none;
	width: calc(50% - 40px);
	text-align: right;
	display: inline-block;
	margin-right: 20px;
	max-width: 262px;
	margin-left: calc(50% - 302px);
}

/*calc 7*/
#form-calc_3 .calc__params-right .calc__param-wrap p,
#form-calc_5 .calc__params-right .calc__param-wrap p,
#form-calc_4 .calc__params-right .calc__param-wrap p {
	width: 160px;
}

/************СТАТИЧНЫЕ СТРАНИЦЫ***************/

.static-page {
	padding-bottom: 100px;
	/*overflow-x: hidden;*/
	background-color: #ffffff;
	padding-top: 100px;
	margin-top: -100px;
}

.static-page h2 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 60px;
}

.static-page h3 {
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}

/*Магазины*/
.static-page.static-page__buy {
	background-color: #f0f0f0;
}

.where-buy-block {
	margin-top: 40px;
}

.static-page .sidebar {
	width: 100%;
	margin-right: 0;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.static-page .sidebar::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	bottom: 0;
	left: 0;
}

.static-page .sidebar__choose-tab {
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 10px;
}

.static-page .where-buy-block--contacts .sidebar__choose-tab:not(.active) {
	background-color: #f4f3f3;
}

.static-page .where-buy-block--contacts .sidebar__choose-tab:not(.active):hover {
	background-color: #474A51;
}

.static-page .sidebar__choose-tab:last-child {
	margin-right: 0;
}

.map-list__selector {
	position: absolute;
	left: 75%;
	bottom: 11px;
}

.map-list__selector a {
	position: relative;
	font-family: "Roboto" !important;
}

.map-list__selector a:first-child {
	margin-right: 70px;
}

.map-list__selector a::before {
	position: absolute;
	font-size: 13px;
	left: -23px;
	font-family: lednikoff;
	top: 2px;
}

.map-list__selector a:hover,
.map-list__selector a:hover::before,
.map-list__selector a.active {
	color: #e83e38;

}

/*.map-list__selector a:hover{
    text-decoration: underline;
}*/
/*.map-list__selector a.active{
    background-color: rgba(232, 62, 56, 0.07);
}*/
.map-list__selector a.active span {
	font-weight: 500;
	text-decoration: underline;
}

.map-list__selector a.active::before {
	text-decoration: none;
}

.map-list__selector a.active_el:hover {
	cursor: default;
}

.to-main {
	position: absolute;
	right: 0;
	bottom: 11px;
	text-decoration: underline;
	display: block;
}

.to-main:hover {
	color: #bf9450;
}

.where-buy__content {
	width: 100%;
	position: relative;
	padding-top: 60px;
}

.where-buy__map {
	height: 800px;
}

.buy__table {
	width: 100%;
	border-spacing: 0;
	border: solid 1px #e0e0e0;
}

.buy__table th {
	background-color: #f4f3f3;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e0e0e0;
	vertical-align: top;
	text-align: left;
}

.buy__table td {
	padding: 34px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e0e0e0;
	vertical-align: top;
	background-color: #ffffff;
}

.buy__table tr:last-child td {
	border: none;
}

.buy__table th:first-child,
.buy__table td:first-child {
	padding-left: 60px;
	width: 355px;
	max-width: 355px;
}

.buy__table td:nth-child(2) {
	white-space: nowrap;
}

.buy__table th:last-child,
.buy__table td:last-child {
	padding-right: 60px;
}

.buy__table p span {
	display: block;
}

.buy__table-title {
	font-weight: 500;
	margin-bottom: 10px;
}

.buy__table-cont {
	margin-bottom: 10px;
	display: block;
	/*flex-wrap: wrap;*/
}

.buy__table-cont--tel-wrap {
	display: flex;
	flex-wrap: nowrap;
}

.buy__table-cont--tel-wrap-offset,
.buy__table-tel--wrap-offset {
	/*padding-left: 56px;*/
}

.buy__table-cont a {
	display: inline-block;
	margin-right: 10px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.buy__table-cont--viber {
	background-image: url('/local/templates/lednikoff/css/../img/viber.svg');
}

.buy__table-cont--whatsapp {
	background-image: url('/local/templates/lednikoff/css/../img/whatsapp.svg');
}

.buy__table-cont a.buy__table-cont--tel {
	width: auto !important;
	white-space: nowrap;
	margin-right: 0;
}

.buy__table-cont--tel-wrap-offset a.buy__table-cont--tel.bold {
	font-weight: bold;
}

.buy__table-cont a:hover,
.buy__table-tel a:hover {
	color: #bf9450;
}

.buy__table-map-link {
	white-space: nowrap;
	text-decoration: underline;
}

.buy__table-map-link:hover {
	color: #e83e38;
}

.ymaps-2-1-74-balloon__close-button,
[class$="-balloon__close-button"] {
	color: #ffffff !important;
	background-image: url("/local/templates/lednikoff/css/../img/ic_cross-white.svg") !important;
	height: 30px !important;
}

.ymaps-2-1-74-balloon__content,
[class$="-balloon__content"] {
	margin-right: 0 !important;
	font-family: "Roboto" !important;
	/*padding: 0 !important;*/
	width: 311px !important;
}

.ymaps-2-1-74-balloon__content>ymaps,
[class$="-balloon__content"]>ymaps {
	width: auto !important;
	height: auto !important;
}

.ymaps-2-1-74-balloon-content__header,
[class$="-balloon-content__header"] {
	margin-bottom: 0 !important;
}

.ymaps-2-1-74-balloon-content__header>div,
[class$="-balloon-content__header"]>div {
	color: #ffffff;
	background-color: #303030;
	font-size: 16px;
	font-weight: normal;
	padding: 17px 54px;
	font-family: "Roboto" !important;
}

.ymaps-2-1-74-balloon-content__header>div::before,
[class$="-balloon-content__header"]>div::before {
	font-family: lednikoff;
	margin-left: -20px;
	margin-right: 20px;
}

.balloon-content__body {
	padding: 20px 20px 0 20px;
	font-size: 16px;
}

.where-buy__map .balloon-content__body {
	padding-bottom: 20px;
}

.balloon-content__body p,
.balloon-content__body .buy__table-cont,
.balloon-content__body .buy__table-tel {
	margin-bottom: 20px;
}

.balloon-content__body p:last-child {
	margin-bottom: 0;
}

/*Партнерство*/
.static-page.static-page--partnership {
	padding-bottom: 0;
	color: #15181F;
}

.static-page--partnership .static__text-wrap {
	font-size: 18px;
	margin-top: 50px;
}

.static-page--partnership .static__text-wrap p:first-child {
	margin-top: 0;
}

.static-page--partnership h2,
.static-page--partnership h3,
.static-page--partnership h4 {
	text-align: center;
	color: #15181F;
}

.static-page--partnership h4 {
	font-size: 24px;
	font-weight: normal;
}

.partnership__box--grey {
	background-color: #F4F4F4;
	width: 100%;
	margin-left: -100px;
	padding-left: 100px;
	padding-right: 100px;

}

.static-page--partnership h3 {
	font-weight: 600;
	margin-bottom: 50px;
}

.partnership__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.static__text-wrap .partnership__box-title {
	margin-bottom: 30px;
}

.partnership__list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.partnership__list li {
	margin-bottom: 30px;
	padding-left: 35px;
	position: relative;
	line-height: 23px;
}

.partnership__list--narrow li {
	margin-bottom: 20px;
}

.partnership__list.partnership__list--large {
	font-size: 36px;
	font-weight: 300;

}

.partnership__list.partnership__list--large li {
	padding-left: 67px;
	margin-bottom: 50px;
	line-height: 47px;
}

.partnership__list.partnership__list--large li:before {
	background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.75 25C43.75 14.6484 35.3516 6.25 25 6.25C14.6484 6.25 6.25 14.6484 6.25 25C6.25 35.3516 14.6484 43.75 25 43.75C35.3516 43.75 43.75 35.3516 43.75 25Z' stroke='%23ED1638' stroke-width='3.25' stroke-miterlimit='10'/%3E%3Cpath d='M32.7949 18.75L21.8701 31.25L17.1875 26.5625' stroke='%23ED1638' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
	width: 50px;
	height: 50px;
	top: 0;
}

.partnership__list li:before {
	content: '';
	position: absolute;
	display: block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath d='M23.42,18.747L13,24.941,2.422,19.012,2.268,6.889,12.691,0.695,23.266,6.624Z' fill='%23474a51' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
	width: 26px;
	height: 26px;
	top: -2px;
	left: 0;
}

.partnership__list li ul {
	list-style-type: disc;
	margin-left: 1px;
	margin-top: 10px;
}

.partnership__list li ul li {
	padding-left: 0;
	margin-bottom: 0;
}

.partnership__list li ul li:before {
	display: none;
}

.partnership__box--links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.partnership__box--links ul li {
	padding: 0 20px;
}

.partnership__box--links ul li a {
	height: 60px;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.partnership__box--links>ul {
	border-bottom: 2px solid #474A51;
}

.partnership__box--links>ul>li {
	padding: 0;
	border-top: 2px solid #474A51;
}

.partnership__box--links>ul>li p {
	padding: 0 20px;
	margin-bottom: 0;
}

.partnership__box--links>ul>li p a {
	color: #ED1638;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
}

.partnership__box--links>ul>li p.grey,
.partnership__box--links>ul li li:nth-child(even) {
	background-color: #F4F4F4;
}

.partnership__box-img {
	position: relative;
	display: block;
}

.partnership__box--left .partnership__box-img:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	width: 2px;
	height: calc(100% + 26px);
	bottom: -48px;
	right: 0;
}

.partnership__box--left .partnership__box-img--3:before {
	height: calc(100% + 122px);
	bottom: -85px;
}

.partnership__box--left .partnership__box-img:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	height: 2px;
	width: 363px;
	bottom: -24px;
	right: 21px;
}

.partnership__box--left .partnership__box-img--3:after {
	width: 442px;
	right: 10px;
}

.partnership__box--right .partnership__box-img:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	width: 2px;
	height: 100%;
	bottom: -22px;
	left: 0;
}

.partnership__box--right .partnership__box-img:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	height: 2px;
	width: 551px;
	bottom: -45px;
	left: -97px;
}

.partnership__box--showroom {
	position: relative;
}

.partnership__box--showroom .partnership__box-img {
	margin-left: auto;
	margin-right: auto;
}

.static__text-wrap .partnership__box--showroom ul {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.static__text-wrap .partnership__box--showroom li {
	position: absolute;
	padding: 15px 24px 15px 15px;
	background-color: #F4F4F4;
	z-index: 1;
	margin: 0;
}

.partnership__box--showroom li:first-child {
	width: 215px;
	top: 5px;
	left: 8px;
}

.partnership__box--showroom li:nth-child(2) {
	width: 289px;
	top: 26px;
	right: 8px;
}

.partnership__box--showroom li:nth-child(3) {
	width: 215px;
	bottom: 34px;
	left: 8px;
}

.partnership__box--showroom li:nth-child(4) {
	width: 215px;
	bottom: 72px;
	right: 8px;
}

.partnership__box--showroom li:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: calc(100% + 38px);
	top: 50%;
	transform: translateY(-50%);
	background-color: #ED1638;
}

.partnership__box--showroom li:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -11px;
	left: 0;
	background-color: #ED1638;
}

.partnership__box--showroom li:first-child:before,
.partnership__box--showroom li:nth-child(3):before {
	left: -8px;
}

.partnership__box--showroom li:nth-child(2):before,
.partnership__box--showroom li:nth-child(4):before {
	right: -8px;
}

.partnership__box--form {
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: space-between;
}

.partnership__box--form #partner-form {
	width: 100%;
	max-width: 550px;
	margin: 0 0 0 83px;
}

.partnership__box--form #partner-form .text-input-field {
	margin-bottom: 20px;
	height: 45px;
	font-size: 14px;
}

.partnership__box--form #partner-form textarea.text-input-field {
	height: 172px;
}

.partnership__box--form #partner-form input~.checkbox-label {
	background-color: #474A51;
}

.partnership__box--form #partner-form button {
	height: 50px;
	line-height: 50px;
	background-color: #474A51;
}

.partnership__box--form #partner-form button:hover {
	background-color: #C4C4C4;
}

.partnership__box--form #partner-form button:active {
	background-color: #ED1638;
}

.partnership__box--form .partnership__box-text {
	font-size: 24px;
	font-weight: 300;
	position: relative;
	padding-left: 30px;
	max-width: 455px;
	height: 338px;
	display: flex;
	align-items: center;
	margin-top: 61px;
}

.partnership__box--form .partnership__box-text:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	width: 2px;
	height: 100%;
	top: 0;
	left: 0;
}

.partnership__box--form .partnership__box-text:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	height: 2px;
	width: calc(100% + 123px);
	bottom: -42px;
	left: -60px;
}

.partnership__box--form .partnership__box-text a {
	text-decoration: none;
}

.partnership__box-logos {
	padding-bottom: 86px;
	margin-top: -20px;
}

.partnership__box-logos img {
	margin: 0 -10px;
	width: calc(100%/6 + 20px);
}

.partnership__box-logos img:nth-child(even) {
	margin-top: 170px;
}

.partnership__box--carousele {
	position: relative;
}

.partnership__box--carousele:before {
	content: '';
	position: absolute;
	display: block;
	width: 57%;
	max-width: 646px;
	height: 2px;
	background-color: #ED1638;
	bottom: 26px;
	left: -8px;
}

.partnership__box--carousele:after {
	content: '';
	position: absolute;
	display: block;
	width: 57%;
	max-width: 646px;
	height: 2px;
	background-color: #ED1638;
	top: calc(50% + 10px);
	transform: translateY(-50%);
	right: -112px;
}

.partnership__box-carousele {
	width: 50%;
	position: relative;
	z-index: 1;
}

.partnership__box-carousele:first-child:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #474A51;
	height: 332px;
	width: 2px;
	top: 12px;
	right: 190px;
	z-index: 0;
}

.partnership__box-carousele:first-child:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #ED1638;
	height: 332px;
	width: 2px;
	bottom: 47px;
	left: 96px;
	z-index: -1;
}

.partnership__box-carousele:last-child:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #474A51;
	height: 332px;
	width: 2px;
	top: 60px;
	right: 73px;
	z-index: 0;
}

.partnership__box-carousele:last-child:after {
	content: '';
	position: absolute;
	display: block;
	width: 646px;
	height: 2px;
	background-color: #474A51;
	top: 38px;
	right: -17px;
	z-index: 0;
}

.partnership__box-carousele img {
	position: relative;
}

.static-page--partnership #architect {
	margin-top: 0;
}

.static__text-wrap {
	font-size: 14px;
}

.static__text-wrap p {
	margin: 20px 0;
	line-height: 1.4;
}

.static__text-wrap a {
	text-decoration: underline;
	transition: all 0.2s;
}

.static__text-wrap a:hover {
	color: #ed1638;
}

.static__list-wrap {
	margin: 100px 0;
}

.static__list {
	margin-top: 50px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.static__list-item {
	position: relative;
	padding-left: 78px;
	width: 327px;
	margin-bottom: 25px;
	margin-right: 120px;
}

.static__list-item img {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.static__form-wrap {
	margin-top: 100px;
	background-image: url("/local/templates/lednikoff/css/../img/content/partner-form_1980x649.jpg");
	background-size: cover;
	padding: 50px 0 100px 0;
}

.static__form-wrap h3,
.static__form-wrap .partner-form__agree p,
.static__form-wrap .partner-form__agree p a {
	color: #ffffff;
}

#partner-form {
	margin-top: 40px;
	width: 465px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#partner-form .text-input-field {
	height: 40px;
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: #ffffff;
	font-size: 12px;
	margin-bottom: 25px;
	padding: 0 10px;
}

#partner-form textarea.text-input-field {
	height: 85px;
	padding: 10px;
	resize: none;
}

#partner-form .text-input-field::-webkit-input-placeholder {
	color: #797979;
}

#partner-form .text-input-field::-moz-placeholder {
	color: #797979;
}

/* Firefox 19+ */
#partner-form .text-input-field:-moz-placeholder {
	color: #797979;
}

/* Firefox 18- */
#partner-form .text-input-field:-ms-input-placeholder {
	color: #797979;
}

#partner-form label.error {
	margin-top: -90px;
}

#partner-form textarea+label.error {
	margin-top: -140px;
}

.partner-form__agree,
.form__agree-confirmation {
	margin-top: -5px;
	margin-bottom: 20px;
	position: relative;
}

.partner-form__agree p,
.form__agree-confirmation p {
	font-size: 10px;
	color: #5e5e5e;
	margin-left: 20px;
}

.partner-form__agree p a,
.form__agree-confirmation p a {
	text-decoration: underline;
	transition: all 0.2s;
}

.partner-form__agree p a:hover,
.form__agree-confirmation p a:hover {
	color: #ed1638;
}

.partner-form__agree .checkbox-label,
.form__agree-confirmation .checkbox-label {
	width: 12px;
	height: 12px;
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: #ffffff;
	position: relative;
	display: block;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	float: left;
}

.partner-form__agree .checkbox-label:hover,
.form__agree-confirmation .checkbox-label:hover {
	cursor: pointer;
}

.partner-form__agree input:checked~.checkbox-label,
.form__agree-confirmation input:checked~.checkbox-label {
	background-color: #ed1638;
}

.partner-form__agree .checkbox-label:before,
.form__agree-confirmation .checkbox-label:before {
	color: white;
	width: 10px;
	height: 10px;
	font-size: 10px;
	position: absolute;
	top: 2px;
	left: 1px;
	display: none;
}

.form__agree-confirmation .checkbox-label:before {
	left: 2px;
}

.partner-form__agree input:checked~.checkbox-label:before,
.form__agree-confirmation input:checked~.checkbox-label:before {
	display: block;
}

.partner-form__agree input+label.error,
.form__agree-confirmation input+label.error {
	margin-top: -25px !important;
}

.partner-form__agree input+label.error a,
.form__agree-confirmation input+label.error a {
	color: rgba(232, 62, 56, 0.8);
	text-decoration: underline;
}

#partner-form .button--red {
	font-size: 14px;
	font-weight: bold;
}

/*О бренде*/
.static__list--checked {
	display: block;
}

.static__list--checked .static__list-item {
	position: relative;
	padding-left: 42px;
	font-size: 18px;
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.static__list--checked .static__list-item:last-child {
	margin-bottom: 0;
}

.static__list--checked .static__list-item::before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #e83e38;
	left: 0;
	border-radius: 50%;
}

.static__list--checked .static__list-item .icon-ic {
	color: #ffffff;
	position: absolute;
	left: 4px;
	top: 5px;
	font-size: 13px;
}

.static__inner-banner {
	width: 100%;
	height: 593px;
	position: relative;
	color: #ffffff;
	overflow: hidden;
	margin-bottom: 100px;
}

.static__inner-banner img {
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.static__inner-banner .container {
	width: 100%;
	padding: 100px;
}

.static__inner-banner h5 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	width: 462px;
	height: 35px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	z-index: 1;
}

.static__inner-banner h5:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to top, #e83e38, #ed1638);
	opacity: 0.65;
	z-index: -1;
}

.inner-banner__content {
	margin-top: 58px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.inner-banner__item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.inner-banner__item.inner-banner__graph {
	width: 250px;
	height: 300px;
	padding-bottom: 55px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.inner-banner__item.inner-banner__graph::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to top, #e83e38, #ed1638);
	opacity: 0.65;
	z-index: 0;
}

.inner-banner__item.inner-banner__graph .icon-ic {
	z-index: 1;
	display: block;
	font-size: 120px;
	text-align: center;
}

.inner-banner__item.inner-banner__graph p {
	font-size: 26px;
	font-weight: bold;
	margin-top: 30px;
	z-index: 1;
	text-align: center;
}

.static-page .share-block {
	margin-top: 100px;
}

/*Доставка и оплата*/
.static__info-wrap {
	margin-top: 60px;
}

.static__info-wrap .static__info-item {
	position: relative;
	width: 100%;
	display: flex;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px;
}

.static__info-wrap .static__info-item:nth-child(2n+1) {
	background-color: #f4f4f4;
}

.static__img-wrap {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.static__info-item--delivery .static__img-wrap>img {
	min-width: 48px;
	max-width: 70px;
	height: auto;
}

.static__info-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 668px;
	flex-basis: 100%;
}

.static__info-item--delivery .static__info-content img {
	max-width: 100%;
	height: auto;
}

.static__info-content>* {
	margin-bottom: 10px;
}

.static__info-content>*:last-child {
	margin-bottom: 0;
}

.static__info-content .static__info-item--title {
	font-size: 16px;
	font-weight: 500;
}

.static__info-content .static__info-item--text a {
	font-weight: 500;
	text-decoration: underline;
}

.static__info-content>a {
	font-weight: 300;
	text-decoration: underline;
}

/*Услуга монтажа*/
.static__list--mount {
	justify-content: space-between;
}

.static__list--mount .static__list-item {
	padding-left: 0;
	margin-bottom: 50px;
	width: 495px;
	margin-right: 0;
}

.static__list--mount .static__list-item:nth-last-child(1),
.static__list--mount .static__list-item:nth-last-child(2) {
	margin-bottom: 0;
}

.static__list--mount .static__list-item .icon-ic {
	font-size: 65px;
	color: #e83e38;
}

.static__list--mount .static__list-item .static__list-title {
	font-size: 16px;
	font-weight: 500;
	margin: 24px 0;
	text-transform: uppercase;
}

.static__list--mount .static__list-item p {
	margin-top: 9px;
	max-width: 461px;
}

.static__inner-banner--mount {
	height: 270px;
}

.static__inner-banner--mount .container {
	padding: 105px 100px;
}

.static__inner-banner--mount .inner-banner__content {
	margin-top: 0;
	align-items: center;
}

.static__inner-banner--mount .inner-banner__item {
	position: relative;
	padding-left: 70px;
}

.static__inner-banner--mount .inner-banner__item .inner-banner__item--title {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 11px;
}

.static__inner-banner--mount .inner-banner__item .inner-banner__item--title b {
	font-weight: normal;
}

.static__inner-banner--mount .inner-banner__item .inner-banner__item--title span {
	font-size: 40px;
	color: #e0e0e0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.static__inner-banner--mount .inner-banner__item a {
	font-size: 20px;
	color: #e0e0e0;
	transition: all 0.2s;
}

.static__inner-banner--mount .inner-banner__item a:hover {
	color: #ffffff;
}

.static__inner-banner--mount .inner-banner__item a.button {
	width: 199px;
	height: 38px;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 500;
}

.static__inner-banner--mount .inner-banner__item a.button:hover {
	color: #ffffff;
}

.static__submenu {
	padding: 0 24px;
	position: relative;
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.static__submenu::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;

}

.static__submenu span {
	display: inline-block;
}

.static__submenu span:hover {
	cursor: pointer;
	color: #e83e38;
}

.static__submenu span.active {
	color: #e83e38;
}

.static__table {
	margin-top: 60px;
	padding-bottom: 100px;
}

.static__table-servise h2 {
	margin-bottom: 60px;
}

.static__table-item {
	height: 148px;
	background-color: #f4f3f3;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 90px;
	margin-bottom: 1px;
}

.static__table-item img {
	width: 100px;
	height: 102px;
	margin-top: 20px;
	margin-right: 70px;
}

.static__table-servname {
	flex-grow: 1;
	max-width: 680px;
	padding-top: 31px;
	padding-left: 20px;
	padding-right: 20px;
}

.static__table-servname>span {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
}

.static__table-item .button {
	width: 178px;
	height: 40px;
	border: solid 1px #474A51;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	margin-top: 54px;
	font-size: 14px;
	font-weight: 500;
	flex-shrink: 0;
}

.static_note-important p {
	margin-bottom: 25px;
	font-size: 20px;
	color: #3c3c3c;
}

.static_note-important p:last-child {
	margin-bottom: 0;
}

.static_note-important p span {
	font-weight: 500;
	color: #e83e38;
}

.static_note-important p span b {
	font-size: 26px;
}


/*Контакты*/
.where-buy__item-wrap {
	padding-top: 100px;
}

.where-buy__item-wrap:first-child {
	padding-top: 40px;
}

.where-buy__item-wrap:nth-child(2n) {
	background-color: #f4f3f3;
}

.where-buy__item-wrap>.container {
	padding-bottom: 100px;
}

.where-buy__item-contacts-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.where-buy__item-contacts {
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: #ffffff;
	width: 354px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 25px 30px 60px;
	margin-right: 30px;
}

.where-buy__item-contacts>* {
	margin-bottom: 15px;
}

.where-buy__item-contacts>*:last-child {
	margin-bottom: 0;
}

.where-buy__item-contacts>.buy__table-title:last-of-type {
	margin-bottom: 10px;
}

.contacts__content .contacts-form {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.contacts-form__show-btn {
	display: none;
}

.contacts__content .contacts-form-title {
	font-size: 18px;

}

.contacts__content .contacts-form>div {
	width: 362px;
}

.contacts__content .contacts-form>div:last-child {
	margin-left: 30px;
}

.contacts__content .contacts-form textarea {
	height: 100px;
	padding: 10px;
	resize: none;
}

.contacts__content .contacts-form .reg-form__type-payer {
	margin-top: 0;
}

.contacts__content .contacts-form .reg-form__type-payer label {
	font-size: 12px;
}

.contacts__content .contacts-form .reg-form__type-payer label:before {
	width: 14px;
	height: 14px;
}

.contacts__content .contacts-form .reg-form__type-payer input:checked~label:before {
	border: solid 1px #e83e38;
}

.contacts__content .contacts-form .reg-form__type-payer label:after {
	left: 3px;
	top: 3px;
}

.contacts__content .contacts-form label.error {
	margin-top: -85px;
}

.contacts__content .contacts-form .button--red {
	font-size: 14px;
}

.where-buy__item-buttons {
	margin-top: 28px;
	display: flex;
}

.where-buy__item-buttons .button--white {
	width: 217px;
	height: 36px;
	font-size: 16px;
	text-transform: none;
	margin-right: 40px;
}

.where-buy__item-coords-wrap>div {
	height: 0;
	transition: all 0.2s;
}

div[data-scheme="map"] {
	height: 525px;
	width: 100%;
}

div[data-scheme="scheme"] {
	height: 370px;
	padding-bottom: 20px;
}

.where-buy__item-coords-wrap>div img {
	margin: 0 auto;
	max-width: 100%;
}

/*Плагин*/
.news-block--plugin .news__item {
	width: 455px !important;
	height: 590px;
	background-image: url("/local/templates/lednikoff/css/../img/content/plugin-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

/*Форма обратной связи*/

.feedb__wrap {
	margin-top: 40px;
}

.feedb__items-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.feedb__items-wrap>div {
	width: calc((100% - 31px) / 2);
}

.feedb__items-wrap .button {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.feedb__form,
.feedb__additional>div {
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s;
}

.feedb__form:hover,
.feedb__additional>div:hover {
	box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
}

.feedb__form {
	padding: 45px 45px 40px 45px;
}

.feedb__additional>div:first-child {
	/*margin-bottom: 30px;*/
}

.feedb__additional>div {
	/*height: calc((100% - 30px)/2);*/
	text-align: center;
}

.feedb__additional>div span.icon-ic {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: #ed1638;
	width: 47px;
	height: 47px;
	border: 1px solid #ed1638;
	border-radius: 50%;
	transition: all 0.2s;
}

.feedb__additional>div:hover span.icon-ic {
	border: 1px solid #bf9450;
}

.feedb__call {
	/*padding-top: 63px;
    padding-bottom: 20px;*/
	padding: 63px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feedb__call-title {
	font-size: 28px;
}

.feedb__call-number {
	font-size: 25px;
	font-weight: 500;
	margin-top: 14px;
}

.feedb__call-number a {
	position: relative;
	transition: all 0.2s;
}

.feedb__call-number .icon-ic {
	left: -70px;
	top: -47px;
}

.feedb__call>a {
	margin-top: 40px;
	font-size: 20px;
	text-decoration: underline;
	display: inline-block;
}

.feedb__call a:hover {
	color: #bf9450;
	text-decoration: underline;
}

.feedb__chat {
	padding-top: 70px;
	padding-bottom: 20px;
	display: none;
}

.feedb__chat .feedb__call-title {
	position: relative;
	display: inline-block;
}

.feedb__chat .feedb__call-title .icon-ic {
	top: 0;
	left: -68px;
}

.feedb__chat .button {
	width: 217px;
	height: 40px;
	margin: 30px auto 0 auto;
	text-transform: uppercase;

}

/*О компании*/
.static-page--about {
	overflow: hidden;
}

.static__about {
	height: 540px;
	background-color: #f2f8fd;
	position: relative;
}

.static__about:first-child {
	margin-top: 100px;
}

.static__about-content {
	width: 50%;
	background-color: #ffffff;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.static__about--left .static__about-content {
	padding-right: 90px;
}

.static__about--right .static__about-content {
	margin-left: 50%;
	padding-left: 90px;
}

.static__about-content h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.static__about .static__text-wrap {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
}

.static__about-content li {
	position: relative;
	list-style: none;
	margin: 20px 0;
	padding-left: 44px;
}

.static__about-content li span {
	position: absolute;
	display: block;
	font-size: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.static__about-content li:hover span {
	color: #ed1638;
}

.static__about-img {
	width: 440px;
	height: 410px;
	position: absolute;
}

.static__about--left .static__about-img {
	right: 65px;
	bottom: -35px;
}

.static__about--right .static__about-img {
	left: 65px;
	top: -35px;
}

.static__about--left .static__about-img img {
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.static__about-slider {
	height: 243px;
	width: 100vw;
	transform: skewY(-5.4deg) translateX(-50%);
	background-color: #999999;
	left: 50%;
	top: 35px;
	position: absolute;
	display: flex;
}

.static__about-slider img {
	margin-left: 10px;
	transform: skewY(5.4deg);
}

.static__about-info {
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
}

.static__about-info>img {
	position: absolute;
	width: 1716.3px;
	height: 172.4px;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.static__about-info-title {
	padding-top: 64px;
	font-size: 28px;
	position: relative;
}

.static__about-info-title span {
	color: #ed1638;
}

.static__about-chart {
	box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.14);
	background-image: linear-gradient(to top, #e83e38, #ed1638 43%, #ed1638);
	position: relative;
	display: inline-block;
	margin-top: 200px;
	margin-left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.static__about-chart-text {
	font-weight: 500;
	color: #ffffff;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.static__about-chart-text li {
	margin-bottom: 10px;
	list-style: none;
}

.static__about-chart-text li:last-child {
	margin-bottom: 0;
}

.static__about-chart-in,
.static__about-chart-out {
	position: absolute;
	display: flex;
}

.static__about-chart-in--top {
	top: -7px;
	left: -248px;
}

.static__about-chart-in--bottom {
	bottom: -33px;
	left: -248px;
}

.static__about-chart-item {
	width: 64px;
	height: 64px;
	box-shadow: 0 10px 20px 0 rgba(117, 118, 118, 0.25);
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.static__about-chart-in--top .static__about-chart-item:first-child {
	margin-right: 20px;
}

.static__about-chart-in--top .static__about-chart-item:nth-of-type(2) {
	margin-right: 6px;
}

.static__about-chart-in--bottom .static__about-chart-item:first-child {
	background-color: #ed1638;
	margin-top: -26px;
	margin-right: 0;
}

.static__about-chart-in--bottom .static__about-chart-item:nth-of-type(2) {
	margin-left: -5px;
	margin-right: 5px;
}

.static__about-chart-out {
	top: 35px;
	right: -250px;
}

.static__about-chart-out .static__about-chart-item:nth-of-type(2) {
	margin-left: 20px;
}

.static__about-chart-out .static__about-chart-item:nth-of-type(1) {
	margin-left: 7px;
}

.static__about-chart-out .icon-ic {
	font-size: 50px;
	color: #ff0019;
}

.static__about-social {
	padding-top: 100px;
	padding-bottom: 10px;
}

.static__about-social-title {
	font-size: 28px;
}

.static__about-social-links {
	margin-top: 40px;
}

.static__about-social-links a {
	font-size: 40px;
	color: #3c3c3c;
}

.static__about-social-links a:hover {
	color: #bf9450;
}

.static__about-social-buttons {
	margin-top: 100px;
	display: flex;
}

.static__about-social-buttons .button {
	width: 214px;
	height: 40px;
	margin-right: 34px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.static__about-social .icon-ic_share {
	font-size: 28px;
}

/*Страница поиска*/
.search-page {
	padding: 50px 0;
}

.search-query {
	height: 38px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff !important;
	font-size: 14px !important;
}

.search-page .search-button {
	height: 38px;
	width: 70px;
	color: #ffffff;
	font-size: 14px !important;
}

.search-page .search-result {
	margin-top: 20px;
}

.search-page .catalog__items-wrap {
	padding-top: 0;
}

.search-page .catalog__item-main-info {
	max-width: none;
}

/*Потилика конфиденциальности*/
.static-page--privacy {
	background-color: #f0f0f0;
}

.static-page--privacy--wrap {
	background-color: #ffffff;
	padding: 20px;
	margin-top: 60px;
}

.static-page--privacy--wrap h2 {
	margin-top: 0;
}

.static-page--privacy h4 {
	margin-top: 40px;
}

.static-page--privacy p:last-child {
	margin-top: 40px;
}

/*404*/
.static-page.static-page--404-wrap {
	background-color: #f0f0f0;
}

.static-page--404 {
	width: 100%;
	height: 350px;
	background-image: url("/local/templates/lednikoff/css/../img/content/404.jpg");
	background-size: cover;
	background-position: center;
	/*margin-top: 60px;*/
	padding-top: 123px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.static__404-header {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
}

.static__404-text {
	margin-top: 20px;
	max-width: 532px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}

.static-page--404+.button--gold {
	width: 317px;
	height: 57px;
	margin: 100px auto 0 auto;
}

.static-page+.personal,
.static-page+.personal .additional-goods {
	margin-top: 0;
	padding-top: 0;
}

/***************************************************/
/**************ЛИЧНЫЙ КАБИНЕТ***********************/
/***************************************************/

.personal {
	background-color: #f0f0f0;
	margin-top: -60px;
	padding-top: 60px;
}

.personal h2 {
	font-size: 36px;
	font-weight: normal;
	text-transform: none;
	margin-top: 60px;
}

.personal__card-wrap {
	display: flex;
	align-items: flex-start;
	margin-top: 40px;
	width: 100%;
}

.personal__menu {
	width: 291px;
	flex-shrink: 0;
}

.personal__menu ul.personal__menu-select-list {
	width: 100%;
	list-style: none;
	height: auto;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s;
}

.personal__menu ul.personal__menu-select-list.hidden {
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.personal__menu li {
	height: 55px;
	margin-bottom: 1px;
}

.personal__menu li a {
	height: 100%;
	line-height: 55px;
	padding-left: 30px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.personal__menu li a:hover,
.personal__menu li.active a {
	box-shadow: 0 12px 36px 0 rgba(71, 74, 81, 0.14);
	background-color: #474A51;
	color: #ffffff;
}

li.personal__menu-name {
	background-color: #376fa6;
	padding: 14px 30px;
	height: auto;
}

.personal__menu-name--name {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.personal__menu-name--email {
	color: #ffffff;
}

li.personal__menu-cart {
	height: 53px;
	border: 1px solid #ffffff;
}

li.personal__menu-cart a {
	position: relative;
	line-height: 53px;
}

li.personal__menu-cart:hover,
li.personal__menu-cart.active {
	border: solid 1px rgba(237, 22, 56, 0.16);
}

li.personal__menu-cart a:hover,
li.personal__menu-cart.active a {
	background-color: #ffe7ea;
	color: #e83e38;
}

.personal__menu-cart span.personal__menu-cart--qty {
	text-transform: none;
}

.personal__menu-cart span.personal__menu-cart--qty * {
	font-weight: 500;
	font-style: normal;
}

.personal__menu-cart span.personal__menu-cart--triang {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid #e83e38;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	top: 18px;
	right: 15px;
}

.personal__block {
	background-color: #ffffff;
	flex-grow: 1;
	padding: 30px 20px;
	align-self: stretch;
	flex-basis: 100%;
}

.personal__block-title {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
}

.personal__block-data {
	margin-top: 10px;
}

.personal__field {
	height: 56px;
	width: 100%;
	background-color: #f4f3f3;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 20px;
	flex-grow: 1;
}

.personal__field-title {
	width: 40%;
	flex-shrink: 1;
	margin-right: 20px;
}

.personal__input {
	display: flex;
}

.personal__input-field {
	pointer-events: none;
	border: none;
	background-color: transparent;
	width: fit-content;

}

.personal__input.edit .personal__input-field {
	pointer-events: all;
	width: 200px;
	height: 30px;
	border: solid 1px #e0e0e0;
	background-color: #f9f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.personal__input .icon-ic {
	color: #bf9450;
	font-size: 24px;
	display: block;
	margin-left: 15px;
}

.personal__input.edit .icon-ic {
	display: none;
}

.personal__input .icon-ic:hover {
	cursor: pointer;
}

.personal__input .reg-form__type-payer label {
	font-size: 14px;
}

.personal__input .reg-form__type-payer label:before {
	width: 14px;
	height: 14px;
}

.personal__input .reg-form__type-payer input:checked~label:before {
	border: solid 1px #e83e38;
}

.personal__input .reg-form__type-payer label:after {
	left: 3px;
	top: 3px;
}

.personal__input span:not(.icon-ic) {
	color: #659c08;
	margin: 0 20px;
	display: block;
	height: 24px;
	line-height: 28px;
}

.personal__address {
	display: flex;
	align-items: center;
}

.personal__field--address.empty .personal__address--active {
	display: none;
}

#modal-pass-form,
#modal-addr-form {
	width: 294px;
	padding: 0;
}

#modal-pass-form .button,
#modal-addr-form .button {
	font-size: 10px;
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
}

#modal-pass-form .auth-form__footer,
#modal-addr-form .auth-form__footer {
	padding: 0;
}

.text-input-field--wrap {
	display: flex;
	justify-content: space-between;
}

.text-input-field--wrap input {
	width: calc((100% - 20px) / 2);
}

.select-input-field--wrap {
	position: relative;
}

.select-input-field--wrap:hover {
	cursor: pointer;
}

.select-input-field--wrap input {
	pointer-events: none;
}

.select-input-field--wrap>span {
	display: block;
	position: absolute;
	color: #3c3c3c;
	top: 0;
	right: 0;
	font-size: 6.5px;
	padding: 11px;
}

.select-input-field--wrap>span:hover {
	cursor: pointer;
	color: #000000;
}

.select-input__list {
	position: absolute;
	list-style: none;
	font-size: 10px;
	color: #3c3c3c;
	width: 100%;
	max-height: 168px;
	overflow-x: auto;
	z-index: 5;
	top: 27px;
	border: solid 1px #dbdbdb;
	background-color: #ffffff;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.select-input__list--city {
	z-index: 1;
}

.select-input__list.active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.select-input__list li a,
.select-input__list li span {
	line-height: 28px;
	padding: 0 10px;
	display: block;
}

.select-input__list a:hover {
	color: #e83e38;
	cursor: pointer;
}

#modal-addr-form .form__agree-confirmation {
	margin-top: 10px;
}

.address__field-wrap {
	border: solid 1px #f4f3f3;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.address__field-wrap.active {
	display: block;
}

.address__field {
	display: flex;
	align-items: flex-start;
	padding: 8px 20px;
	background-color: #ffffff;
	border: solid 1px #f2f5f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.address__field.default {
	border: solid 1px #96a9b8;
	background-color: #f4f4f4;
}

.address__field:hover {
	box-shadow: 0 2px 16px 0 rgba(100, 104, 107, 0.15);
}

.address__info-wrap {
	flex-grow: 1;
	flex-basis: 100%;
}

.address__field ul {
	list-style: none;
}

.address__field li {
	margin: 12px 0;
	display: flex;
	line-height: 1.4;
}

.address__field span.icon-ic {
	font-size: 15px;
	display: block;
	margin-right: 12px;
}

.address__field span.icon-ic_avatar {
	color: #ed1638;
}

.address__field.default span.icon-ic_avatar {
	color: #3c3c3c;
}

.address__edit-wrap {
	width: 196px;
	margin-left: 20px;
	flex-shrink: 0;
}

.address__edit-wrap li {
	font-size: 12px;
}

.default-radio-input {
	display: none;
}

.address__field label {
	display: block;
}

.address__field label.default-radio {
	position: relative;
	padding-left: 23px;

}

.address__field label.default-radio::before {
	width: 13px;
	height: 13px;
	content: "";
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px rgba(151, 151, 151, 0.35);
	border-radius: 50%;
	left: 0;
}

.address__field label.default-radio::after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #e83e38;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.address__field input:checked+label.default-radio::before {
	border: solid 1px #e83e38;
}

.address__field input:checked+label.default-radio::after {
	opacity: 1;
	visibility: visible;
}

.address__field label.default-radio:hover {
	cursor: pointer;
	color: #e83e38;
}

.address__field label.default-radio span,
.address__field input:checked+label.default-radio span:first-child {
	display: none;
}

.address__field label.default-radio span:first-child,
.address__field input:checked+label.default-radio span:last-child {
	display: block;
}

.address__edit-wrap a:hover {
	color: #e83e38;
}

.address__edit-wrap span {
	margin-right: 13px;
}

.address__edit-wrap img {
	display: inline-block;
}

.address__controll-wrap {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.address__controll-wrap .icon-ic_plus {
	color: #bf9450;
	font-size: 24px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.address__controll-wrap .icon-ic_plus:hover {
	cursor: pointer;
}

.address__controll-wrap .button--dark-grey {
	width: 96px;
	height: 33px;
	font-size: 12px;
}

.personal__block-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 10px 0 10px;
}

.personal__block-delete {
	font-size: 12px;
	color: #5e5e5e;
}

.personal__block-delete .icon-ic {
	font-size: 8px;
	color: #c7d7e3;
	margin-left: 10px;
}

.personal__block-delete:hover {
	color: #96a9b8;
}

.personal__block-footer .button {
	height: 33px;
	font-size: 14px;
	width: 200px;
}

.personal .additional-goods h3 {
	height: 106px;
	line-height: 106px;
	background-color: #474A51;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

.personal .additional-goods h3 span {
	display: block;
}

.personal .additional-goods__slider-wrap {
	margin: 100px auto 0 auto;
}

/*    Подписки     */
.personal__block-subscribe {
	margin-top: 40px;
	position: relative;
}

.personal__block-subscribe label {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.personal__block-subscribe .form__agree-confirmation {
	display: flex;
	align-items: center;
}

.form__agree-confirmation--all p {
	font-size: 16px;
	font-weight: 500;
}

.personal__block-subscribe p {
	margin-left: 0;
}

.personal__block-subscribe p.notetext {
	position: absolute;
	bottom: 50px;
	font-style: italic;
}

.personal__subscribe-separate {
	background-color: #f4f3f3;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 21px 60px;
}

.personal__subscribe-separate .form__agree-confirmation {
	margin: 0;
}

.personal__subscribe-separate .form__agree-confirmation:last-child {
	margin-top: 20px;
}

.personal__subscribe-separate p {
	font-size: 14px;
}

/*   Избранное   */
.personal__block-favorites--epmty {
	margin-bottom: 30px;
	text-align: center;
	margin-top: 30px;
}

.personal__block-favorites--epmty .icon-ic_star {
	font-size: 58px;
	color: #bdbdbd;
}

.personal__block-favorites--epmty p {
	margin-top: 30px;
}

.personal__block-favorites--epmty .button {
	width: 135px;
	height: 45px;
	text-transform: uppercase;
	margin: 30px auto 0 auto;
}

.personal__block-favorites.active .personal__block-favorites--epmty {
	display: none;
}

.personal__block-favorites--wrap {
	display: none;
}

.personal__block-favorites.active .personal__block-favorites--wrap {
	display: block;
	margin-top: 20px;
}

.personal__favorites-control {
	border: solid 1px rgba(224, 224, 224, 0.5);
	background-color: #f4f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 55px;
	display: flex;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
}

.personal__control-actions {
	display: flex;
	align-items: center;
}

.personal__control-category--wrap {
	position: relative;
}

.personal__control-category--wrap .personal__category {
	width: 220px;
	height: 30px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 20px;
}

.personal__category:hover {
	cursor: pointer;
}

.personal__control-category--wrap .personal__category::after {
	content: "";
	display: block;
	position: absolute;
	width: 220px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #e0e0e0;
}

.personal__category p {
	line-height: 30px;
	font-size: 12px;
}

.personal__category .icon-ic_arrow {
	font-size: 7px;
	color: #96a9b8;
	position: absolute;
	right: 14px;
	top: 12px;
}

.personal__category:hover .icon-ic_arrow {
	color: #3c3c3c;
}

.personal__category-list {
	height: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	list-style: none;
	background-color: #ffffff;
	z-index: 1;
	transition: all 0.2s;
}

.personal__category-list li {
	height: 30px;
	border-bottom: 1px solid #f2f5f8;
	display: none;
}

.personal__category-list li.visible {
	display: block;
}

.personal__category-list li a {
	height: 100%;
	line-height: 30px;
	padding-left: 20px;
	font-size: 12px;
	display: block;
}

.personal__category-list li a:hover,
.personal__category-list li.active a {
	color: #e83e38;
}

.personal__control-category--wrap.active .personal__category-list {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.personal__control-qty {
	margin-left: 15px;
}

.personal__control-qty span {
	color: #e83e38;
}

.personal__control-actions .form__agree-confirmation {
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.personal__control-actions .form__agree-confirmation label {
	width: 13px;
	height: 13px;
}

.personal__block-favorites--wrap .form__agree-confirmation p {
	margin-top: 1px;
}

.personal__control-actions .form__agree-confirmation p {
	font-size: 12px;
}

.personal__control-buttons {
	display: flex;
}

.personal__control-buttons .icon-ic {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.personal__control-buttons .icon-ic:hover,
.personal__control-buttons .icon-ic.active_el {
	color: #bf9450;
	;
}

.personal__favorites-sort {
	display: flex;
	justify-content: flex-end;
	height: 52px;
	align-items: center;
	margin-top: 21px;
}

.catalog__pagination--top li:first-child {
	margin-right: 26px;
}

.catalog__pagination--top .icon-ic_arrow {
	font-size: 7px;
}

.personal__favorites-item {
	margin-bottom: 20px;
}

.personal__favorites-item--info {
	width: 100%;
	height: 130px;
	border: solid 1px #f2f5f8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.personal__favorites-item--info-wrap {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.personal__favorites-item .form__agree-confirmation {
	margin-bottom: 0;
}

.personal__favorites-item-img--wrap {
	position: relative;
}

.personal__favorites-item--img {
	width: 70px;
	height: 70px;
	margin: 0 20px;
	flex-shrink: 0;
}

.personal__favorites-item--name-wrap {
	max-width: 295px;
	margin-right: 20px;
}

.personal__favorites-item--art {
	font-size: 12px;
	font-weight: 300;
}

.personal__favorites-item--art span {
	font-weight: 500;
}

.personal__favorites-item--name {
	margin-top: 10px;

}

.personal__favorites-item--name a {
	font-size: 12px;
	line-height: 1.5;
}

.personal__favorites-item--name a:hover {
	color: #e83e38;
}

.personal__favorites-item .buy-block__form-inner {
	margin-left: auto;
}

.personal__favorites-item .buy-block__wrap {
	display: flex;
	align-items: center;
}

.personal__favorites-item .buy-block__items {
	width: 70px;
	height: 28px;
	margin-right: 5px;
}

.personal__favorites-item .buy-block__items input {
	font-size: 12px;
}

.personal__favorites-item .buy-block__item-avail {
	width: 70px;
}

.personal__favorites-item .buy-block__item-avail--note {
	margin-top: 0;
	margin-bottom: 8px;
}

.personal__favorites-item .sale-item__price {
	margin-top: 0;
	width: 100px;
	text-align: right;
	margin-left: 20px;
}

.personal__favorites-item .sale-item__price-old {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: right;
	white-space: nowrap;
}

.personal__favorites-item .sale-item__price-cur {
	font-size: 14px;
	font-weight: 500;
	color: #3c3c3c;
	margin-top: 0;
	white-space: nowrap;
	text-align: right;
}

.personal__favorites-item--control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	background-color: #f4f3f3;
	padding: 0 27px 0 20px;
}

.personal__favorites-item--date-wrap {
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
}

.personal__favorites-item--date-wrap span {
	font-size: 12px;
	font-weight: normal;
	color: #5e5e5e;
}

.personal__favorites-item--control .personal__control-buttons .icon-ic.active,
.personal__favorites-item--control .personal__control-buttons .icon-ic.icon-ic_refresh.active_el {
	color: #e83e38;
}

.personal__block-favorites--wrap .catalog__pagination-wrap {
	margin-top: 60px;
}

.personal__block-favorites--wrap .catalog__pagination--top {
	width: auto;
	margin-top: 0;
}

.personal__block-favorites--wrap .catalog__pagination {
	justify-content: flex-start;
}

.personal__block-favorites--wrap .catalog__pagination-list {
	margin-left: -20px;
}

/*     Сравнение       */
.personal__card--comparison {
	border: solid 1px #f2f5f8;
	background-color: #ffffff;
	margin-top: 60px;
	padding-bottom: 60px;

}

.personal__card--comparison h2 {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	padding-left: 30px;
}

.personal__card-wrap {
	margin-top: 30px;
}

.personal__menu {
	width: 264px;
	box-shadow: 2px 10px 20px 0 rgba(174, 178, 182, 0.14);
	border: solid 1px #f2f5f8;
	/*background-color: #ffffff;*/
	flex-shrink: 0;
}

.personal__menu-select {
	height: 55px;
	line-height: 55px;
	background-color: #474A51;
	color: #ffffff;
	font-size: 16px;
	padding-left: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	display: none;
}

.personal__menu-select:hover {
	cursor: pointer;
}

.personal__menu-select .icon-ic {
	font-size: 7px;
	color: #ffffff;
	position: absolute;
	right: 14px;
	top: 25px;
}

.personal__menu-filter {
	position: relative;
	height: 341px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.personal__menu-filter-form {
	padding-top: 30px;
	padding-left: 30px;
}

.personal__menu-filter-form .personal__control-category--wrap {
	width: 220px;
}

.personal__menu-filter-form .personal__category {
	border: solid 1px #eef0f3;
	margin-top: 10px;
}

.personal__menu-filter-form .personal__category::after {
	bottom: -1px;
}

.personal__menu-filter-form .personal__category input {
	border: none;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #ffffff;
}

.personal__menu-filter-form .personal__category-list {
	top: 54px;
}

.personal__menu-filter-form .personal__category-list li {
	margin-bottom: 0;
}

.personal__menu-filter-form .personal__category-list a {
	text-transform: none;
	font-weight: normal;
}

.personal__menu-filter-form .personal__category-list li:hover a,
.personal__menu-filter-form .personal__category-list li.active a {
	background-color: #ffffff;
}

.personal__menu-filter-form .reg-form__type-payer {
	display: block;
	margin-top: 22px;
}

.personal__menu-filter-form .reg-form__type-payer label {
	font-size: 12px;
	margin-bottom: 10px;
}

.personal__menu-filter-form .reg-form__type-payer input:checked~label:before {
	border-color: #e83e38;
}

.personal__menu-filter-title {
	min-height: 57px;
	background-color: #e0e0e0;
	margin-top: auto;
	line-height: 57px;
	padding-left: 37px;
	font-weight: 500;
}

.personal__menu-params-row {
	padding: 5px 15px 5px 30px;
	border-bottom: 1px solid #f4f3f3;
	line-height: 1.23;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.personal__menu-params-row.personal__menu-params--name {
	min-height: 43px;
	/*line-height: 43px;*/
}

/*.personal__menu-params-row:hover{
    background-color: #fbfbfb;
    cursor: default;
}*/
.personal__block-comparison {
	/*display: flex;*/
	width: calc(100% - 264px);
	overflow-x: auto;
	padding: 0;
}

.comparison__row {
	display: flex;
}

.comparison__row:hover {
	background-color: #fbfbfb;
	cursor: default;
}

.comparison__row>div {
	border-right: solid 1px #f2f5f8;
	width: 220px;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comparison__item-header {
	/*height: 341px;*/
	min-height: 341px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #f4f3f3;
	border-top: 1px solid #f4f3f3;
}

.comparison__item-header--del {
	text-align: right;
}

.comparison__item-header--del a {
	font-size: 12px;
	color: #868e94;
}

.comparison__item-header--del a span {
	font-size: 8px;
	margin-left: 10px;
	color: #c7d7e3;
	transition: all 0.2s;
}

.comparison__item-header--del a:hover span {
	color: #868e94;
}

.comparison__item-header--img {
	padding: 15px 28px;
	height: 154px;
	position: relative;
}

.comparison__item-header--img img {
	max-width: 154px;
	max-height: 154px;
	width: auto;
	height: auto;
	margin-left: 0;
}

.comparison__item-header--art {
	font-size: 12px;
}

.comparison__item-header--name {
	min-height: 49px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0 14px 0;
	display: flex;
	align-items: center;
}

.comparison__item-header--name a {
	font-size: 12px;
	font-weight: 500;
}

.comparison__item-header--action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
}

.comparison__item-header--action .sale-item__price {
	margin: 0;
}

.comparison__item-header--action .sale-item__price-old {
	font-size: 12px;
	text-align: left;
}

.comparison__item-header--action .sale-item__price-cur {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
	color: #3c3c3c;
}

.comparison__item-header--action .sale-item__price-cur span {
	font-weight: normal;
}

.comparison__item .personal__control-buttons .icon-ic.active {
	color: #e83e38;
}

.comparison__row .button--red {
	width: 70px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin-top: 14px;
}

.comparison__item-params-row {
	padding: 5px 15px 5px 30px;
	border-bottom: 1px solid #f4f3f3;
	line-height: 1.23;
}

.comparison__item-params-row.comparison__item-params--name {
	min-height: 43px;
	display: flex;
	align-items: center;
}

/*.comparison__item-params-row:hover{
    background-color: #fbfbfb;
    cursor: default;
}*/
.personal__menu-params-row.different,
.comparison__row.different .comparison__item-params-row {
	background-color: rgba(199, 215, 227, 0.49);
}

.personal__card--comparison-clear {
	padding-top: 20px;
	padding-left: 30px;
}

.personal__card--comparison-clear a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}


/*   Мои заказы   */
.personal__block-orders .personal__favorites-control .form__agree-confirmation {
	margin-left: 0;
}

.personal__orders-types {
	height: 55px;
	background-color: #f4f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 20px;
}

.personal__orders-types a {
	font-size: 12px;
}

.personal__orders-filter {
	margin-top: 30px;
}

.personal__orders-filter-title {
	font-size: 16px;
	font-weight: 500;
}

.personal__orders-filter-wrap {
	margin-top: 20px;
	background-color: #f4f3f3;
	/*padding: 40px 20px 30px 20px;*/
	padding: 0 0 30px 0;
}

.personal__orders-filter-wrap .product-tabs__title-wrap {
	background-color: #ffffff;
}

.personal__orders-filter-items {
	padding: 10px;
}

.personal__orders-filter-item-wrap {
	padding: 10px;
}

.personal__orders-filter-item-wrap:first-child {
	display: flex;
}

.personal__orders-filter-item {
	width: 220px;
	text-align: left;
}

.personal__orders-filter-item:not(:first-of-type) {
	margin-left: 20px;
}

.personal__orders-filter-item label {
	display: block;
	margin-bottom: 10px;
}

.personal__orders-filter-item input {
	height: 30px;
	box-shadow: 0 2px 8px 0 rgba(53, 54, 83, 0.18);
	background-color: #ffffff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	padding: 0 10px;
}

.personal__orders-filter-item .personal__category {
	padding-left: 0;
}

.personal__orders-filter-item .personal__category-list li {
	display: block;
}

.personal__orders-filter-item .personal__category-list li a {
	padding-left: 10px;
}

.orders-filter__item-date {
	display: flex;
	margin-top: 10px;
	align-items: center;
	background-color: #ffffff;
	width: 100%;
	height: 30px;
	box-shadow: 0 2px 8px 0 rgba(53, 54, 83, 0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	justify-content: space-between;
}

.orders-filter__item-date input {
	padding: 0;
	box-shadow: none;
	text-align: center;
	margin-left: 5px;
}

.orders-filter__item-date label.icon-ic {
	margin: 0 5px;
	transition: all 0.2s;
}

.orders-filter__item-date label.icon-ic:hover {
	color: #bf9450;
	cursor: pointer;
}

.personal__orders-filter .button {
	width: 220px;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 15px 0 0 20px;
	line-height: 32px;
	font-size: 10px;
}

.personal__block-orders .catalog__pagination--top {
	width: auto;
}

.personal__block-orders .sort__qty-result {
	background-color: transparent;
}

.personal__block-orders .personal__favorites-control .form__agree-confirmation p {
	margin-left: 25px;
	height: 15px;
	line-height: 16px;
}

.personal__order-wrap {
	padding-bottom: 40px;
}

.personal__order-control {
	height: 37px;
	background-color: rgba(211, 219, 225, 0.78);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.personal__order-control .form__agree-confirmation {
	margin-left: 0;
}

.personal__order-prop {
	margin-left: 15px;
	margin-right: 25px;
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
}

.personal__order-prop span {
	font-size: 12px;
	font-weight: normal;
	color: #5e5e5e;
	margin-left: 10px;
}

.personal__order-list .personal__favorites-item--info {
	border: solid 1px #f2f5f8;
	margin-top: -1px;
}

.personal__order-list img {
	margin: 0;
}

.personal__order-list .personal__favorites-item--name-wrap {
	margin-left: 15px;
	max-width: 252px;
}

.personal__order-list .buy-block__wrap {
	display: flex;
	align-items: center;
}

.personal__order-list .buy-block__wrap .buy-block__items {
	width: 70px;
	height: 28px;
	border: solid 1px #e0e0e0;
}

.personal__order-list .buy-block__wrap .buy-block__items input {
	font-size: 12px;
}

.personal__order-list .buy-block__wrap span {
	margin-left: 5px;
}

.personal__order-list .buy-block__item-avail {
	text-align: left;
	margin-top: 3px;
}

.personal__favorites-item--qty {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #3c3c3c;
	white-space: nowrap;
}

.personal__order-list .sale-item__price {
	margin: 0 20px;
}

.personal__order-list .sale-item__price .sale-item__price-old {
	text-align: left;
	margin-bottom: 5px;
	white-space: nowrap;
}

.personal__order-list .sale-item__price .sale-item__price-cur {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #3c3c3c;
	margin-top: 0;
	white-space: nowrap;
}

.personal__order-item-action a {
	display: block;
	white-space: nowrap;
}

.personal__order-item-action a:hover {
	color: #bf9450;
}

.personal__order-item-action a:first-child {
	font-size: 12px;
	margin-bottom: 10px;
}

.personal__order-item-action a.icon-ic_dwnld-pdf1 {
	font-size: 14px;
}

.personal__order-footer {
	height: 60px;
	background-color: #f4f3f3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

.personal__order-footer--date {
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
}

.personal__order-footer--date span {
	font-weight: normal;
	color: #5e5e5e;
	margin-left: 15px;
}

.personal__order-footer-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personal__order-footer-summ-wrap .personal__order-footer--discount {
	margin-bottom: 5px;
}

.personal__order-footer-summ-wrap p {
	width: 90px;
	text-align: right;
	display: inline-block;
}

.personal__order-footer-summ-wrap span {
	text-align: left;
	display: inline-block;
	margin-left: 10px;
}

.personal__order-footer-summ-wrap .personal__order-footer--discount span {
	color: #e83e38;
}

.personal__order-footer-summ-wrap .personal__order-footer--summ span {
	color: #0053a3;
}

.personal__order-footer-more {
	font-size: 12px;
	color: #96a9b8;
	text-decoration: underline;
	margin-left: 20px;
	transition: all 0.2s;
}

.personal__order-footer-more:hover {
	color: #0053a3;
	cursor: pointer;
}

.personal__order-more {
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all 0.2s;
	display: none;
}

.personal__order-more.active {
	margin-top: 40px;
	opacity: 1;
	visibility: visible;
	height: auto;
	display: block;
}

.personal__order-more-labels {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #96a9b8;
}

.personal__order-more-label {
	width: 96px;
	height: 40px;
	border: solid 1px #f2f5f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
	text-align: center;
	line-height: 40px;
	transition: all 0.2s;
}

.personal__order-more-label:hover,
.personal__order-more-label.active {
	border: solid 1px #abb5bc;
	background-color: #abb5bc;
	color: #ffffff;
	cursor: pointer;
}

.personal__order-more-table {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.personal__order-more-table.active {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.personal__order-more-table-wrap {
	border: solid 1px #f2f5f8;
	padding: 20px;
	margin-top: 20px;
}

.personal__order-more-cols {
	display: flex;
}

.personal__order-more-cols>div:first-child {
	margin-right: 72px;
}

.personal__order-more-row {
	display: flex;
	margin-bottom: 20px;
}

.personal__order-more-row:last-child {
	margin-bottom: 0;
}

.personal__order-more-row p:first-child {
	width: 162px;
	margin-right: 32px;
}

.personal__order-more-cols div:first-child .personal__order-more-row:first-child p:first-child {
	font-weight: 500;
}

.personal__order-more-cols div:first-child .personal__order-more-row:first-child p:first-child span {
	color: #e83e38;
}

.personal__order-more-title {
	font-weight: 500;
	margin-bottom: 20px;
}

.personal__order-more-header {
	margin-top: 20px;
	height: 37px;
	background-color: #f4f3f3;
	line-height: 37px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.personal__order-more-tbody {
	display: flex;
}

.personal__order-more-tcol {
	width: 25%;
}

.personal__order-more-tcol>div {
	padding-left: 20px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #f2f5f8;
}

.personal__order-more-th {
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
}

.personal__order-more-trow {
	padding: 7px 20px 27px 20px;
	border-bottom: 1px solid #f2f5f8;
	font-size: 12px;
}

.personal__order-more-trow {
	margin-top: 20px;
}

.personal__order-more-trow span {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	display: block;
}

.personal__order-more-table-wrap .button {
	width: 96px;
	height: 33px;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 20px;
}


/************КОРЗИНА*******************/

.cart .personal__block {
	background-color: #f0f0f0;
	padding: 0;
	width: 100%;
}

.personal__block-cart {
	background-color: #ffffff;
	padding: 20px;
	margin-top: 10px;
	border: solid 1px #f2f5f8;
	display: flex;
}

.cart__body-wrap {
	flex-grow: 1;
	flex-basis: 100%;
}

.cart__goods,
.cart__user-info,
.cart__delivery,
.cart__comment,
.cart__payment {
	box-shadow: 0px 6px 20px 0px rgba(151, 151, 151, 0.32);
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.cart__user-info {
	z-index: 2;
}

.cart__body-header {
	height: 55px;
	border: solid 1px rgba(224, 224, 224, 0.5);
	background-color: #f4f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s;
}

.cart__body-header-title {
	font-size: 16px;
	font-weight: 500;
}

.cart__body-header-button {
	width: 130px;
	height: 30px;
	border: solid 1px #e0e0e0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding: 0;
	transition: all 0.2s;
	box-sizing: border-box;
}

.cart__body-header-button:hover {
	background-color: #696969;
	border: solid 1px #e0e0e0;
	color: #ffffff;
	cursor: pointer;
}

.cart__body-header-button span:first-child,
.cart__body-header.active .cart__body-header-button span:last-child {
	display: inline;
}

.cart__body-header-button span:last-child,
.cart__body-header.active .cart__body-header-button span:first-child {
	display: none;
}

.basket-items-search-field .has-feedback {
	display: flex;
	width: 190px;
	justify-content: space-between;
	align-items: center;
}

.basket-items-search-field .form-control {
	padding: 0 5px;
	max-width: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.basket-items-search-field .form-control::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

.basket-items-search-field .form-control::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

.basket-items-search-field .form-control::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

.basket-items-search-field .form-control::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

.basket-items-search-field .form-control::placeholder {
	font-size: 12px;
	color: #bdbdbd;
}

.basket-items-search-field .basket-clear {
	cursor: pointer;
	pointer-events: auto;
	display: block;
	width: 12px;
	height: 12px;
	position: relative;
}

.basket-items-search-field .basket-clear:before {
	transform: rotate(-45deg);
}

.basket-items-search-field .basket-clear:after {
	transform: rotate(45deg);
}

.cart__goods-wrap,
.cart__delivery-wrap,
.cart__payment-wrap,
.cart__user-info-wrap {
	visibility: hidden;
	opacity: 0;
	height: 0;
	/*display: none;*/
	/*transition: all 0.2s;*/
}

.cart__comment-wrap {
	padding: 0 20px;
}

.cart__goods-wrap.active,
.cart__delivery-wrap.active,
.cart__payment-wrap.active,
.cart__user-info-wrap.active {
	visibility: visible;
	opacity: 1;
	height: auto;
	/*display: ;*/
}

.cart__goods-wrap:not(.active) .cart__goods-item * {
	float: none;
}

.cart__goods-header {
	height: 37px;
	background-color: #dce3e8;
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
}

.cart__goods-header .form__agree-confirmation {
	margin: 0;
	width: 125px;
	display: none;
}

.cart__goods-header>div,
.cart__goods-item>* {
	margin-right: 20px;
}

.cart__goods-header>div:last-child,
.cart__goods-item>div:last-child {
	margin-right: 0;
}

.cart__goods-header .form__agree-confirmation p {
	height: 12px;
	line-height: 14px;
	font-weight: normal;
}

.cart__goods-header--qty {
	width: calc(100% - 465px);
	font-size: 14px;
	font-weight: normal;
	margin-left: 90px;
}

.cart__goods-header--qty span {
	color: #e83e38;
	margin-right: 5px;
}

.cart__goods-header--price {
	width: 140px;
}

.cart__goods-header--summ {
	width: 120px;
}

.cart__goods-header--action {
	width: 80px;
}

.cart__goods .basket-items-list-header-filter {
	display: none;
}

.cart__goods .basket-checkout-container {
	/*display: none;*/
}

.coupon-field input {
	padding-left: 10px;
	border: solid 1px #000;
	border-radius: 2px;
}

@media screen and (min-width: 1000px) {
	.coupon-field .basket-coupon-alert-section {
		width: 45%;
	}

}

.coupon-field .basket-coupon-block-field-description {
	font-size: 15px;
	font-weight: 600;
	color: #3c3c3c;
	margin-bottom: 5px;
}

.coupon-field .basket-checkout-container {
	background-color: #dce3e8;
}

.cart__goods-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #f2f5f8;
}

.cart__goods-item--img {
	width: auto;
	height: auto;
	max-width: 70px;
	max-height: 70px;
}

.cart__goods-item--name-wrap {
	width: calc(100% - 465px);
}

.cart__goods-item--name-wrap .personal__favorites-item--art {
	font-weight: 300;
	font-size: 16px;
}

.cart__goods-item--name-wrap .personal__favorites-item--art span {
	font-weight: 500;
}

.cart__goods-item--name-wrap .personal__favorites-item--name a {
	font-size: 16px;
}

.cart__goods-buy-form {
	width: 140px;
}

.cart__goods-item .sale-item__price {
	margin-top: 0;
}

.cart__goods-item .sale-item__price-old {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	text-align: left;
}

.cart__goods-item .sale-item__price-cur {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	color: #3c3c3c;
	text-align: left;
}

.cart__goods-item .buy-block__item-avail {
	/*text-align: left;*/
	margin-top: 3px;
	width: 70px;
	text-align: center;
}

.cart__goods-buy-form .buy-block__wrap {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.cart__goods-buy-form .buy-block__items {
	width: 70px;
	height: 28px;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	margin-right: 5px;
}

.cart__goods-buy-form .buy-block__items>* {
	font-size: 12px;
}

.cart__goods-buy-form .buy-block__items input {
	width: 50%;
}

.cart__goods-buy-form .buy-block__items button {
	width: 25%;
}

.cart__goods-price {
	width: 120px;
}

.cart__goods-actions {
	width: 80px;
}

.cart__goods-actions>a {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	transition: all 0.2s;
}

.cart__goods-actions>a:hover {
	color: #e83e38;
}

.cart__goods-weight {
	display: none;
}

.cart__goods-weight-warn {
	display: none;
	position: absolute;
	color: #e83e38;
	font-size: 12px;
	font-weight: 600;
	bottom: 0;
	left: 11px;
}

.cart__goods-weight-warn.active {
	display: block;
}

.cart__user-info--reg {
	padding: 20px 20px 0 20px;
}

.cart__user-info-wrap .cart__user-info--reg .label-fix.left-fix {
	float: none;
}

.cart__user-info-wrap.active .cart__user-info--reg .label-fix.left-fix {
	float: left;
	margin-right: 10px;
}

.cart__user-info--reg .label-fix input {
	display: none;
}

.cart__user-info--reg .label-fix label {
	display: block;
	position: relative;
	color: #797979;
	padding-left: 19px;
}

.cart__user-info--reg .label-fix label:hover {
	cursor: pointer;
}

.cart__user-info--reg .label-fix label:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px rgba(151, 151, 151, 0.35);
	border-radius: 50%;
	left: 0;
}

.cart__user-info--reg .label-fix label:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #e83e38;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.cart__user-info--reg .label-fix input:checked~label:before {
	border: solid 1px #e83e38;
}

.cart__user-info--reg .label-fix input:checked~label:after {
	opacity: 1;
	visibility: visible;
}

.auth-form__cart {
	padding: 20px 20px 30px 20px;
	max-width: 465px;
	box-sizing: border-box;
}

.auth-form__cart input {
	border: solid 1px #e0e0e0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}

.auth-form__cart input.text-input-field {
	margin-bottom: 20px;
}

#order_form_div .auth-form__cart textarea {
	border: solid 1px #e0e0e0;
	box-shadow: none;
	resize: none;
	margin-bottom: 20px;
	font-size: 12px;
}

#order_form_div .location-block-wrapper {
	margin-bottom: 20px;
}

#order_form_div .dropdown-block {
	border: solid 1px #e0e0e0;
	height: 35px;
	line-height: 35px;
}

#order_form_div .bx-sls .bx-ui-sls-pane {
	max-height: 150px;
}

.bx_ordercart {
	display: none;
}

.auth-form__cart label.error {
	margin-top: -60px;
}

.cart__delivery-wrap,
.cart__payment-wrap {
	padding: 0 20px;
	/*transition: all 0.2s;*/
}

.cart__delivery-methods {
	display: flex;
	justify-content: flex-start;
	padding: 20px 0 0 0;
	flex-wrap: wrap;
}

.cart__payment-wrap.cart__delivery-methods {
	padding: 0 20px;
}

.cart__payment-wrap.cart__delivery-methods.active {
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}

.cart__delivery-method {
	width: 177px;
	height: 93px;
	border: solid 1px #f2f5f8;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.2s;
	padding: 5px;
	margin-bottom: 20px;
}

.cart__delivery-method:hover,
.cart__delivery-method.active {
	border: solid 1px #96a9b8;
	background-color: #f4f4f4;
	cursor: pointer;
}

.cart__delivery-method:nth-of-type(4n) {
	margin-right: 0;
}

.cart__delivery-method label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cart__delivery-method label:hover {
	cursor: pointer;
}

.cart__delivery-method .cart__delivery-method-name {
	font-size: 12px;
	margin-bottom: 7px;
	text-align: center;
	/*max-width: 142px;*/
	align-self: stretch;
}

.cart__delivery-method .cart__delivery-method-icon img {
	height: 25px;
	width: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	transition: all 0.2s;
}

.cart__payment-wrap .cart__delivery-method-icon img {
	height: 18px;
}

.cart__delivery-method .cart__delivery-method-icon .icon-ic {
	font-size: 17px;
	color: #ed1638;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	transition: all 0.2s;
}

.cart__delivery-method:hover .cart__delivery-method-icon img,
.cart__delivery-method:hover .cart__delivery-method-icon .icon-ic,
.cart__delivery-method.active .cart__delivery-method-icon img,
.cart__delivery-method.active .cart__delivery-method-icon .icon-ic {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	/* IE 6-9 */
}

.cart__payment-wrap .cart__delivery-method .cart__delivery-method-name {
	max-width: 102px;
	align-self: auto;
}

.cart__delivery-details {
	padding-top: 25px;
	padding-bottom: 10px;
}

.cart__delivery-method-detail {
	visibility: hidden;
	opacity: 0;
	height: 0;
	position: relative;
	z-index: 0;
	display: none;
}

.cart__delivery-method-detail.active {
	visibility: visible;
	opacity: 1;
	height: auto;
	z-index: 1;
	display: block;
}

.cart__delivery-wrap:not(.active) .cart__delivery-method-detail.active {
	visibility: hidden;
	opacity: 0;
	height: 0;
	position: relative;
	z-index: 0;
}

.cart__delivery-detail-info,
.cart__delivery-detail-info a {
	font-size: 10px;
	color: #607b91;
}

.cart__delivery-detail-info a:hover {
	text-decoration: underline;
}

.bx_order_make .bx_result_price i {
	font-style: normal;
}

.cart__delivery-method-detail[data-delmethod="29"] .cart__delivery-detail-info,
.cart__delivery-method-detail[data-delmethod="26"] .cart__delivery-detail-info,
.cart__delivery-method-detail[data-delmethod="27"] .cart__delivery-detail-info,
.cart__delivery-method-detail[data-delmethod="28"] .cart__delivery-detail-info {
	position: relative;
}

.cart__delivery-method-detail[data-delmethod="29"] .cart__delivery-detail-info>.name,
.cart__delivery-method-detail[data-delmethod="26"] .cart__delivery-detail-info>.name,
.cart__delivery-method-detail[data-delmethod="27"] .cart__delivery-detail-info>.name,
.cart__delivery-method-detail[data-delmethod="28"] .cart__delivery-detail-info>.name,
.cart__delivery-method-detail .cart__delivery-detail-info>p {
	max-width: calc(100% - 200px);
	display: block;
}

.cart__delivery-method-detail[data-delmethod="29"] .bx_result_price,
.cart__delivery-method-detail[data-delmethod="26"] .bx_result_price,
.cart__delivery-method-detail[data-delmethod="27"] .bx_result_price,
.cart__delivery-method-detail[data-delmethod="28"] .bx_result_price {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 200px;
}

.cart__delivery-method-detail[data-delmethod="29"] .bx_result_price br,
.cart__delivery-method-detail[data-delmethod="26"] .bx_result_price br,
.cart__delivery-method-detail[data-delmethod="27"] .bx_result_price br,
.cart__delivery-method-detail[data-delmethod="28"] .bx_result_price br {
	display: none;
}

.cart__delivery-method-detail[data-delmethod="29"] .bx_result_price i,
.cart__delivery-method-detail[data-delmethod="26"] .bx_result_price i,
.cart__delivery-method-detail[data-delmethod="27"] .bx_result_price i,
.cart__delivery-method-detail[data-delmethod="28"] .bx_result_price i {
	width: 100%;
	margin-top: 5px;
	display: block;
}

.bx_result_price .bxbbutton {
	padding: 5px 10px;
	margin-left: 5px;
	background: #e83e38;
}

.bx_result_price .bxbbutton img {
	width: 15px;
}

.bx_result_price .bxbbutton span {
	padding-left: 7px;
}

.cart__delivery-detail-info .cart__delivery-detail-warning {
	display: none;
}

.cart__delivery-detail-info .cart__delivery-detail-warning a {
	color: #e83e38;
	font-size: 14px;
	font-weight: bold;
}

.cart__delivery-method-detail[data-delmethod="29"] .cart__delivery-detail-warning.active,
.cart__delivery-method-detail[data-delmethod="26"] .cart__delivery-detail-warning.active,
.cart__delivery-method-detail[data-delmethod="27"] .cart__delivery-detail-warning.active,
.cart__delivery-method-detail[data-delmethod="28"] .cart__delivery-detail-warning.active {
	display: block;
	color: #e83e38;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: calc(100% - 200px);
}

.cart__delivery-points-wrap {
	margin-top: 20px;
	width: 100%;
}

.cart__delivery-points-head {
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}

.cart__delivery-point {
	width: 140px;
	height: 40px;
	background-color: #f4f3f3;
	margin-right: 17px;
	text-align: center;
	line-height: 40px;
}

.cart__delivery-point:hover,
.cart__delivery-point.active {
	cursor: pointer;
	background-color: #474A51;
	color: #ffffff;
}

.cart__delivery-points-body {
	width: calc(100% + 37px);
	height: 463px;
	margin-top: 20px;
	margin-left: -17px;
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.cart__delivery-points-address {
	position: absolute;
	z-index: -5;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	max-width: 311px;
	transition: all 0.2s;
}

.cart__delivery-points-address.active {
	position: relative;
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.cart__delivery-addr-head {
	height: 37px;
	background-color: #dce3e8;
	line-height: 37px;
	font-weight: 500;
	padding-left: 40px;
}

.cart__delivery-addr-list {
	height: calc(100% - 37px);
	overflow-y: auto;
}

.cart__delivery-addr-item {
	border: solid 1px #f2f5f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px 20px 53px;
	position: relative;
	font-size: 12px;
	transition: all 0.2s;
}

.cart__delivery-addr-item:hover,
.cart__delivery-addr-item.active {
	background-color: #fbfbfb;
}

.cart__delivery-addr-item .form__agree-confirmation {
	position: absolute;
	top: 72px;
	left: 20px;
}

.cart__delivery-addr>div {
	margin-bottom: 8px;
}

.cart__delivery-addr>div:last-child {
	margin-bottom: 0;
}

.cart__delivery-addr--title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.cart__delivery-method-detail .address__field {
	border: solid 1px #f2f5f8;
	background-color: #ffffff;
	margin-top: 30px;
	margin-bottom: 0;
	width: calc(100% + 40px);
	margin-left: -20px;
	padding: 20px 40px;
}

.cart__delivery-method-detail .address__field .icon-ic_avatar {
	color: #ed1638;
}

.cart__delivery-address-wrap {
	padding: 11px 40px 0 40px;
	border-bottom: solid 1px #f2f5f8;
	position: relative;
	z-index: 1;
	width: calc(100% + 40px);
	margin-left: -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cart__delivery-address-wrap a {
	font-size: 12px;
	font-weight: 500;
	color: #868e94;
	margin-right: 40px;
	line-height: 15px;
	display: inline-block;
	height: 15px;
	transition: all 0.2s;
	margin-bottom: 11px;
}

.cart__delivery-address-wrap a:hover {
	color: #3c3c3c;
}

.cart__delivery-address-wrap a span {
	color: #bf9450;
	font-size: 15px;
	margin-right: 10px;
	vertical-align: middle;
}


.cart__delivery-map {
	/*width: 494px;*/
	max-width: calc(100% - 311px);
	height: 463px;
	position: relative;
	right: 0;
	top: 0;
	flex-grow: 1;
}


.cart__bill--wrap {
	width: 268px;
	height: 353px;
	box-shadow: 0 2px 34px 0 rgba(151, 151, 151, 0.32);
	border: solid 1px #f2f5f8;
	background-color: #ffffff;
	margin-left: 20px;
	flex-shrink: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: sticky;
	top: 65px;
	margin-bottom: 30px;
}

.cart__bill-title {
	font-size: 18px;
	font-weight: 500;
}

.cart__bill-content {
	padding: 30px 0 36px 0;
	border-bottom: 1px solid #e0e0e0;
}

.cart__bill-content-row {
	display: flex;
	margin-bottom: 20px;
}

.cart__bill-content-row--discount {
	color: #e83e38;
}

.cart__bill-content-row:last-child {
	margin-bottom: 0;
}

.cart__bill-total {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	margin: 20px 0;
}

.cart__bill-content-row p,
.cart__bill-total p {
	width: 97px;
	margin-right: 10px;
}

.cart__bill-content-row span {
	font-weight: 500;
}

.cart__bill--wrap .button {
	width: 228px;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
}

.cart__bill--wrap .button.disable {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
	user-select: none;
}

.cart__bill--wrap .button--grey {
	margin-top: 11px;
}

.cart__bill--wrap .partner-form__agree {
	margin-bottom: 0;
	margin-top: 10px;

}

#modal-kp-form {
	width: 294px;
	padding: 0;
	height: 250px;
}

#modal-kp-form .auth-form__content {
	padding: 30px 20px 0 20px;
}

.kp-form__row {
	margin: 20px 0;
	display: flex;
	color: #797979;
	font-size: 14px;
	position: relative;
	align-items: center;
	/*padding: 0 14px 0 20px;*/
	justify-content: space-between;
}

.kp-form__row span {
	margin-left: 10px;
	font-weight: 500;
}

.kp-form__row--total span {
	color: #3c3c3c;
}

.kp-form__row .form__agree-confirmation {
	margin: 0;
}

.kp-form__row .form__agree-confirmation p {
	font-size: 14px;
}

.comm-form .kp-form__row .kp-form__discount-field {
	width: 69px;
	height: 28px;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	font-size: 12px;
	color: #e83e38;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 11px;
}

.comm-form .kp-form__row .kp-form__discount-button {
	width: 0;
	height: 0;
	position: absolute;
	right: 21px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	opacity: 0.7;
	background-color: transparent;
	transition: all 0.2s;
	z-index: 1;
}

.comm-form .kp-form__row .kp-form__discount-button.disable {
	opacity: 0.1;
}

.comm-form .kp-form__row .kp-form__discount-button--up {
	border-bottom: 5px solid #474A51;
	top: 6px;
}

.comm-form .kp-form__row .kp-form__discount-button--down {
	border-top: 5px solid #474A51;
	bottom: 6px;
}

.comm-form .kp-form__row .kp-form__discount-button:hover {
	opacity: 1;
}

.comm-form .kp-form__row .kp-form__discount-button.disable:hover {
	cursor: default;
	opacity: 0.1;
}

#modal-kp-form .personal__menu-filter-form {
	padding: 0;
}

#modal-kp-form .personal__menu-filter-form .personal__control-category--wrap,
#modal-kp-form .personal__control-category--wrap .personal__category,
#modal-kp-form .personal__control-category--wrap .personal__category::after {
	width: 100px;
}

#modal-kp-form .personal__menu-filter-form .personal__category {
	margin-top: 0;
}

#modal-kp-form .personal__control-category--wrap .personal__category-list {
	top: 30px;
	overflow: hidden;
}

#modal-kp-form .personal__control-category--wrap.active .personal__category-list {
	max-height: 90px;
	overflow-y: auto;
}

#modal-kp-form .button--red {
	margin-top: 60px;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
	font-weight: 500;
}

#modal-kp-form .auth-form__footer {
	display: none;
}

#modal-cart-success-form {
	background-color: #ffffff;
	padding: 0;
}

#modal-cart-success-form .auth-form__title-button {
	font-size: 16px;
}

.cart-success-form__row {
	font-size: 14px;
	color: #607b91;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.cart-success-form__row:first-of-type {
	border-bottom: none;
}

#modal-cart-success-form .button {
	width: 135px;
	text-transform: uppercase;
	margin: 30px auto 0 auto;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 20px;
}

#modal-cart-success-form .auth-form__footer {
	text-align: center;
}

/* Разводные ИНФОРМАЦИЯ и ПОДДЕРЖКА  */
ul.left-menu.category-block {
	margin-left: -16px;
	padding-top: 50px;
	padding-bottom: 70px;
}

ul.left-menu.category-block li {
	display: block;
	width: calc(25% - 32px);
	flex-grow: 1;
	flex-shrink: 1;
	height: 200px;
	margin: 0 16px 30px 16px;
	position: relative;
	box-sizing: border-box;
	max-width: calc(50% - 32px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

ul.left-menu.category-block li:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(224, 224, 224, 0.24);
}

ul.left-menu.category-block li a {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 88px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: rgba(71, 74, 81, 0.74);
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}

ul.left-menu.category-block li:hover a {
	height: 100%;
}

/*yandex shared*/
ul.ya-share2__list {
	list-style-type: none;
	display: flex;
	align-items: center;
	padding-left: 0;
}

.ya-share2__title {
	display: none;
}

li.ya-share2__item {
	display: block;
	margin: 0 0 0 10px;
}

li.ya-share2__item:first-child {
	margin-left: 0;
}

.ya-share2__item_service_facebook {
	margin-left: 5px;
}

.ya-share2__link {
	font-size: 27px;
	color: #BDBDBD;
	display: block;
	font-family: 'lednikoff' !important;
	text-decoration: none !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	transition: all 0.2s;
	-webkit-font-smoothing: antialiased;
}

.ya-share2__link:hover {
	color: #bf9450;
	cursor: pointer;
}

.ya-share2__item_service_viber .ya-share2__link {
	font-size: 25px;
}

.ya-share2__item_service_telegram .ya-share2__link {
	font-size: 23px;
}

.ya-share2__item_service_facebook .ya-share2__link:before {
	content: "\e918";
}

.ya-share2__item_service_vkontakte .ya-share2__link:before {
	content: "\e910";
}

.ya-share2__item_service_twitter .ya-share2__link:before {
	content: "\ea96";
}

.ya-share2__item_service_viber .ya-share2__link:before {
	content: "\e936";
}

.ya-share2__item_service_telegram .ya-share2__link:before {
	content: "\e935";
}

.nav-link--prev.no-next-link::before {
	display: none;
}


/*swal*/
.swal2-popup {
	width: 294px !important;
	height: 221px;
	border-radius: 0 !important;
}

.swal2-x-mark,
.swal2-icon.swal2-success>* {
	display: none !important;
}

.swal2-icon {
	width: 22px !important;
	height: 22px !important;
	border-width: 6px !important;
}

.swal2-icon.swal2-error {
	background-color: #f27474;
	background-image: url("/local/templates/lednikoff/css/../img/ic_cross-white1.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

.swal2-icon.swal2-success {
	background-color: #336699;
	background-image: url("/local/templates/lednikoff/css/../img/ic_ok-white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	border-color: #336699 !important;
}

.swal2-content,
.swal2-title {
	font-family: "Roboto" !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
}

.swal2-styled.swal2-confirm {
	height: 28px !important;
	width: 100% !important;
	line-height: 28px !important;
	text-align: center !important;
	background-color: #5e5e5e !important;
	font-family: "Roboto" !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 0 !important;
}

.swal2-styled.swal2-confirm:active,
.swal2-styled.swal2-confirm:focus {
	outline: none !important;
	box-shadow: none !important;
	background-image: none !important;
}

.catalog__pagination-list>li.disabled a {
	cursor: default;
}

.seo_text {
	margin-bottom: 100px;
}

.seo_text p {
	margin: 20px 0;
	line-height: 1.4;
}

.seo_text ul,
.seo_text ol {
	padding-left: 20px;
}

.seo_text li {
	margin: 10px 0;
}

.seo_text h2 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 60px;
}

.seo_text h3 {
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #3c3c3c;
}

/*Корзина - битриксовые элементы*/
.basket-items-list-item-container.basket-items-list-item-container-expend {
	display: block;
	width: 100%;
	padding: 0;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
	background-color: #dce3e8;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
	background-color: #e83e38;
}

.bx-sbb-empty-cart-image {
	width: 52px;
	height: 58px;
}

.bx-sbb-empty-cart-text {
	color: #3c3c3c;
	font-size: 14px;
}

.bx-sbb-empty-cart-desc .button.button--dark-grey {
	width: 135px;
	height: 45px;
	text-transform: uppercase;
	margin: 30px auto 0 auto;
}

.hide_mini_cart {
	opacity: 0 !important;
	pointer-events: none;
}

.archive_full_width_button {
	width: 100% !important;
}


.fancybox-can-swipe .fancybox-content {
	cursor: default;
}

.yandexkassa_payment_button {
	background-color: #e83e38;
}

.bx-authform {
	margin: 50px auto;
}

.bx-authform h3 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}

.bx-authform input[type=text],
.bx-authform input[type=tel],
.bx-authform input[type=password] {
	width: 100%;
	line-height: 40px;
	box-sizing: border-box;
	height: 40px;
	border: solid 1px rgba(151, 151, 151, 0.35);
	background-color: #ffffff;
	font-size: 12px;
	margin-bottom: 25px;
	padding: 0 10px;
}

.bx-authform [name="register_submit_button"],
.bx-authform input[type=submit] {
	border: none;
	display: flex;
	justify-content: center;
	background-color: #e83e38;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.stock-block-wrap>[id^=bx_incl_area] {
	display: flex;
	flex-grow: 1;
	max-width: 560px;
}

.cookie {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 20;
	padding: 0 80px 0 40px;
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #bfbfbf;
	-moz-opacity: 1;
	opacity: 1;
}

.cookie.active {
	display: block;
}

.cookie__block {
	max-width: 1520px;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.cookie__block p {
	margin: 15px 0;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.cookie__block-button {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

}

.cookie__block-button-accept {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 30px;
	height: 30px;
	border: 1px solid #474A51;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}

.cookie__button {
	background-color: transparent;
	opacity: 0.5;
}

.cookie__block-button-accept:hover,
.cookie__block-button-accept:hover .cookie__button {
	opacity: 0.8;
	cursor: pointer;
}

.minicart_label {
	font-size: 11px;
}

.minicart_red {
	color: red;
}

.minicart_orange {
	color: darkorange;
}

.minicart_green {
	color: green;
}

.wh_modal {
	display: none;
	z-index: 99994;
	background: rgba(30, 30, 30, .9);
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.wh_modal_div {
	width: 320px;
	height: auto;
	position: absolute;
	overflow: auto;
	max-height: 100vh;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px 8px;
}

.wh_modal_div_title {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

.wh_modal_div ul {
	margin: 20px 20px 35px 35px;
	font-size: 14px;
}

.wh_modal_button {
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	padding: 10px;
	text-transform: none;
}

.wh_modal_continue {
	width: 149px;
	margin-right: 7px;
}

.wh_modal_back {
	width: 118px;
}

.wh_modal_div_bottom {
	margin-top: 26px;
	font-size: 14px;
	text-align: center;
}

.wh_modal_div_bottom a {
	font-weight: 500;
	text-decoration: underline;
}

.alert {
	padding: 15px;
	margin: 10px 0;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,
.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	color: inherit;
	cursor: pointer;
	top: 0px;
	right: 5px;
	position: absolute;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

.pay-sdm input[type="submit"] {
	background-color: #e83e38;
	border: none;
	width: 135px;
	text-transform: uppercase;
	margin: 30px auto 0 auto;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 20px;
}

.b-page_newyear~header {
	z-index: 99;
}

.grecaptcha-badge {
	display: none !important;
}

.ajax_show_more_products {
	text-align: center;
}

.ajax_show_more_products_button {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.ajax_show_more_products_button:before {
	content: '';
	display: block;
	width: 14px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/local/templates/lednikoff/img/show_more.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.preloader.opacity_preloader {
	background-color: rgba(255, 255, 255, 0.5);
}

.sale_icon_block {
	height: 53px;
	width: auto;
	text-align: center;
}

.sale_icon_block svg {
	display: inline-block;
	width: 53px;
	height: 53px;
	fill: #3c3c3c;
}

.category-icon__item-wrap:hover svg {
	fill: #e83e38;
}

.sale-sticker {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	z-index: 1;
}

.sale-sticker img {
	width: 100%;
	height: auto;
}

.product__info-gallery-wrap .sale-sticker {
	width: 60px;
	height: 60px;
	bottom: auto;
	right: auto;
	top: 20px;
	left: 20px;
}

.personal__favorites-item-img--wrap {
	position: relative;
}

.personal__favorites-item-img--wrap .sale-sticker {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 1;
	left: 10px;
	top: -10px;
	bottom: auto;
	right: auto;
}

.comparison__item-header--img .sale-sticker {
	right: 0;
}

.icon-led-list {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/local/templates/lednikoff/css/../img/marker.png");
}

/************************Landing Page********************/
.landing-page header,
.landing-page footer,
.landing-page main:after {
	height: 0;
	display: none;
	opacity: 0;
}

.landing-page main {
	padding-top: 0;
}

/************************Info banner in header********************/
.block-schedule {
	background: #d37501;
	width: 100%;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}

.block-schedule .wrapper {
	height: auto;
}

.block-schedule__wrapp {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block-schedule__name {
	background: #F13045;
	display: flex;
	height: auto;
	width: auto;
	align-items: center;
}

.block-schedule__name {
	display: flex;
	align-items: flex-start;
	margin-top: 4px;
}

.block-schedule__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.block-schedule__list span {
	font-size: 16px;
	line-height: 24px;
	width: calc(100% - 140px);
}

.block-schedule__name svg {
	margin-right: 12px;
	position: relative;
	top: 0px;
}

.block-schedule__item {
	display: flex;
	align-items: center;
	padding-left: 13px;
	padding-right: 13px;
}

.block-schedule__item:before {
	content: ' ';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #F13045;
	display: flex;
	margin-right: 7px;
}

.block-schedule__link {
	margin-left: 20px;
	width: 120px;
	display: flex;
}

.block-schedule__list>span>a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 1px;
}

.block-schedule__list>span br+br {
	display: none;
}

.block-schedule__list>span>a:hover {
	border-bottom: 0;
}

.block-schedule__link a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	padding: 6px 25px 7px 25px;

}

.block-schedule__link a:hover {
	color: #1a9f29;
	background: #FFFFFF;
}

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

/*чекбокс "политики" для формы на главной НАЧАЛО*/
.mainForm__agree {
	position: relative;
	margin-bottom: 15px;
}

.mainForm__agree input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	inset: 0;
}

.mainForm__agree .checkbox-label {
	display: flex;
	align-items: start;
	gap: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-family: 'Roboto';
	cursor: pointer;
}

.mainForm__agree .checkbox-label p,
.mainForm__agree .checkbox-label a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-family: 'Roboto';
}

.mainForm__agree .checkbox-label a {
	text-decoration: underline;
	z-index: 2;
	position: relative;
}

.mainForm__agree .checkbox-label a:hover {
	color: #ed1638;
}

.mainForm__agree .checkbox-label::before {
	content: "\e915";
	width: 12px;
	height: 12px;
	font-size: 10px;
	line-height: 1;
	border: 1px solid #fff;
	color: transparent;
	display: flex;
	padding: 1px 0 0 1px;
	box-sizing: border-box;
	margin-top: 2px;
	flex-shrink: 0;
}

.mainForm__agree input:checked~.checkbox-label::before {
	color: #474A51;
	background-color: #fff;
}

#order-consult-form label.error#OCagree-error {
	margin-top: 0;
}

#letter-form label.error#LFagree-error {
	margin-top: 0;
}

#footer__subscribe-form label.error#SbcrFagree-error {
	margin-top: 0;
}

/*чекбокс "политики" для формы на главной КОНЕЦ*/

/* колхоз подписи в оформлении заказа НАЧАЛО*/
.cart__delivery .cart__body-header {
	margin-bottom: 30px;
	position: relative;
}

.cart__delivery .cart__body-header::after {
	content: 'Для расчета стоимости доставки, пожалуйста, уточните город доставки в разделе "Информация о покупателе"';
	position: absolute;
	top: calc(100% + 10px);
}
/* колхоз подписи в оформлении заказа КОНЕЦ*/
/* End */


/* Start:/local/templates/lednikoff/css/additional.css?171145170313816*/
.buy-block__buy-btns .sale-item__price {
  display: none; }

.catalog__item-qview {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .catalog__item-qview a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    background-color: white;
    font-size: 12px; }

@media (min-width: 991px) {
  .catalog__item-img:hover .catalog__item-qview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .catalog__item-descr {
    max-height: 75px;
    overflow: hidden;
    display: none; }

  .catalog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .catalog-grid * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .catalog-grid .catalog__item {
      width: calc(100% / 3 - 10px);
      -webkit-box-flex: initial;
          -ms-flex-positive: initial;
              flex-grow: initial;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 15px; }
      .catalog-grid .catalog__item:nth-of-type(3n) {
        margin-right: 0; } }
    @media all and (min-width: 991px) and (max-width: 1300px) {
      .catalog-grid .catalog__item {
        width: calc(100% / 2 - 10px);
        margin-right: 20px; }
        .catalog-grid .catalog__item:nth-of-type(3n) {
          margin-right: 20px; }
        .catalog-grid .catalog__item:nth-of-type(2n) {
          margin-right: 0px; } }
@media (min-width: 991px) {
      .catalog-grid .catalog__item:hover .product__info-actions-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2; }
      .catalog-grid .catalog__item .catalog__item-satelites {
        display: none; }
      .catalog-grid .catalog__item-img {
        width: 100%;
        height: auto; }
        .catalog-grid .catalog__item-img img {
          position: static;
          width: 100%;
          -webkit-transform: none;
                  transform: none; }
        .catalog-grid .catalog__item-img--inner {
          width: 100%;
          height: auto;
          position: static;
          -webkit-transform: none;
                  transform: none;
          padding: 10px; }
      .catalog-grid .catalog__item-descr-wrap {
        max-height: none; }
      .catalog-grid .catalog__item-img--zoom {
        display: none; }
      .catalog-grid .catalog__item-descr {
        height: 60px;
        overflow: hidden; }
      .catalog-grid .catalog__item-name {
        display: block;
        height: 84px;
        overflow: hidden; }
      .catalog-grid .catalog__item .buy-block__form-inner {
        margin: 0;
        margin-bottom: 15px;
        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;
        width: 100%; }
        .catalog-grid .catalog__item .buy-block__form-inner .buy-block__wrap {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .catalog-grid .catalog__item .buy-block__form-inner .buy-block__item-avail {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          margin: 0;
          text-align: left; }
      .catalog-grid .catalog__item .sale-item__price {
        display: none; }
      .catalog-grid .catalog__item .buy-block__buy-btns {
        left: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .catalog-grid .catalog__item .buy-block__buy-btns .sale-item__price {
          display: block; }
      .catalog-grid .catalog__item .product__info-actions-btns {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none; }
      .catalog-grid .catalog__item .product__info-actions-btns .icon-ic {
        margin: 5px 0;
        background-color: white; }
      .catalog-grid .catalog__item .product__info-color {
        right: auto;
        left: 10px; }
      .catalog-grid .catalog__item .sale-item__buy-form .button {
        padding: 0 10px;
        width: 105px; }
    .catalog-grid .catalog__item .buy-block__tocart-btn.active_el::before {
      display: none; }
    .catalog-grid .sale-item__price-old {
      margin-bottom: 0; }
    .catalog-grid .catalog__item-main-info {
      margin: 0;
      padding: 10px; }
    .catalog-grid .sale-item__buy--catalog {
      width: 100%;
      padding: 0 10px; }
    .catalog-grid .sale-item__buy--catalog .sale-item__price {
      margin: 0; }
    .catalog-grid .catalog__item-descr {
      padding-right: 0; } }
.sort__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .sort__type {
      display: none; } }
  .sort__type a {
    padding: 0 5px;
    font-size: 20px; }
    .sort__type a.active {
      color: #e83e38; }
    .sort__type a:hover {
      color: #e83e38; }

@media all and (max-width: 1150px) {
  .sort__params {
    padding-left: 10px !important; } }

.sort__param.selected a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sort__param.selected a:after {
    content: "\e91a";
    font-family: 'lednikoff' !important;
    font-size: 10px;
    line-height: 1;
    margin: 0 3px;
    margin-top: 3px;
    display: none; }
    @media (max-width: 450px) {
      .sort__param.selected a:after {
        font-size: 7px; } }
.sort__param.selected.desc a:after {
  display: block; }
.sort__param.selected.asc a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin: 0 3px;
  display: block; }
@media all and (max-width: 1150px) {
  .sort__param {
    margin-left: 10px; } }
@media all and (max-width: 450px) {
  .sort__param {
    margin-left: 5px; } }

.sort-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 991px) {
    .sort-block > div:first-of-type {
      padding-left: 39px; } }
  @media (max-width: 520px) {
    .sort-block > div:first-of-type {
      font-size: 12px;
      -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;
      width: calc(100% - 30px); }
      .sort-block > div:first-of-type span {
        text-align: center;
        margin-bottom: 5px; } }
  @media (max-width: 450px) {
    .sort-block > div:first-of-type {
      padding-left: 15px; } }

.catalog__item-sticker {
  position: absolute;
  left: 0;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .catalog__item-sticker div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    background-color: #e83e38;
    z-index: 2;
    margin-bottom: 5px; }
    .catalog__item-sticker div.b_price {
      background-color: green; }

.product__info-sticker {
  margin-top: 30px; }
  .product__info-sticker div {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    background-color: #e83e38;
    z-index: 2;
    margin-bottom: 5px; }
    .product__info-sticker div.b_price {
      background-color: green; }

.card__modal {
  width: 1200px; }
  .card__modal main {
    padding: 0;
    background: transparent; }
    .card__modal main:after {
      display: none; }
  .card__modal .catalog-page__card {
    padding: 0;
    margin: 0; }
    .card__modal .catalog-page__card > .container {
      padding: 0; }
  .card__modal .catalog-page__card .additional-goods {
    margin-top: 30px; }
  .card__modal .catalog__item-satelites {
    display: none; }
  .card__modal .product__info {
    width: calc(100% - 580px);
    max-width: none; }
    @media (max-width: 1150px) {
      .card__modal .product__info {
        width: calc(100% - 480px); } }

.descriptor {
  padding: 0 10px 0 20px;
  font-size: 12px;
  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; }
  @media (max-width: 900px) {
    .descriptor {
      display: none; } }

@media (max-width: 410px) {
  .header__main--chosen-city {
    margin-left: 10px; }
    .header__main--chosen-city a {
      width: auto; }
    .header__main--chosen-city > a {
      width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }

@media (max-width: 410px) {
  .modal-city, .modal-choose--city {
    width: auto;
    z-index: 101; } }

.send-request-form--btn {
  min-height: 250px;
  height: 100%;
  width: 46px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .send-request-form--btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  @media (max-width: 450px) {
    .send-request-form--btn {
      width: 30px;
      font-size: 14px; } }

.select-city {
  position: relative;
  width: 190px;
  margin-bottom: 10px; }
  .select-city * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .select-city--current {
    height: 30px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px; }
    .select-city--current:after {
      content: "\e929";
      font-family: 'lednikoff' !important;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: white;
      font-size: 6px;
      margin-top: 2px; }
  .select-city--list {
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 39px;
    left: 0px;
    z-index: 1;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: solid thin #e0e0e0; }
    .select-city--list .sidebar__choose-tab {
      text-transform: none;
      width: auto;
      height: auto;
      font-size: inherit;
      line-height: normal;
      background: none;
      text-align: left;
      margin: 0;
      padding: 5px 0; }
    .select-city--list > * {
      padding: 5px 0;
      cursor: pointer; }
      .select-city--list > *.active, .select-city--list > *:hover {
        color: #e83e38; }
    .select-city--list.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.text-wrapper {
  -webkit-box-shadow: 0 1px 10px 0 rgba(66, 69, 71, 0.1);
          box-shadow: 0 1px 10px 0 rgba(66, 69, 71, 0.1);
  border: solid 1px rgba(150, 169, 184, 0.26);
  padding: 30px 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .text-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .text-wrapper--inner {
    background-color: #f4f4f4;
    padding: 30px 20px; }
    .text-wrapper--inner ul {
      padding-left: 15px; }

.city-page--header {
  margin-bottom: 60px; }
  @media (max-width: 870px) {
    .city-page--header {
      margin-bottom: 40px; } }
  @media (max-width: 450px) {
    .city-page--header > .sidebar {
      width: 100%; } }
.city-page--boxberry {
  margin: 2em 0; }
.city-page--delivery---list {
  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; }
  .city-page--delivery---list > div {
    pointer-events: none; }
  .city-page--delivery---list .cart__delivery-method .cart__delivery-method-icon img {
    -webkit-filter: none;
            filter: none; }
  @media (max-width: 575px) {
    .city-page--delivery---list {
      margin-bottom: 30px; }
      .city-page--delivery---list .cart__delivery-method {
        width: calc(100%/2 - 20px);
        margin: 0 5px; } }

/* End */


/* Start:/local/templates/lednikoff/css/responsive.css?1750431168109837*/
/*
@media all and (max-width: 1700px) {}
@media all and (max-width: 1550px) {}
@media all and (max-width: 1420px) {}
@media all and (max-width: 1350px) {}
@media all and (max-width: 1290px) {}
@media all and (max-width: 1200px) {}
@media all and (max-width: 1150px) {}
@media all and (max-width: 1050px) {}
@media all and (max-width: 991px) {}
@media all and (max-width: 767px) {}
@media all and (max-width: 667px) {}
@media all and (max-width: 575px) {}
@media all and (max-width: 450px) {}*/

@media all and (max-width: 1980px) {
    .info__gallery .slick-prev{
        left: 13%;
    }
    .info__gallery .slick-next {
        right: 13%;
    }
    .personal__control-category--wrap.active .personal__category-list{
        max-height: 250px;
        overflow-y: auto;
    }

}
@media all and (max-width: 1650px) and (min-width: 1149px){
    .cat-banner{
        height: auto;
        min-height: 100px;
    }
    .cat-banner img {
        width: auto;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        max-height: 200%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
    }
    .cat-banner .cat-banner__title {
        font-size: 36px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        text-align: center;
        height: auto;
    }
}
@media all and (max-width: 1550px) {
    .category-icon__item-wrap{
        margin-right: 5%;
    }
    .static__about-info > img {
        width: 90%;
        height: auto;
    }
}
@media all and (max-width: 1420px) {
    .footer__menu > .container{
        padding: 50px 39px 90px 39px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__menu-subscribe{
        min-width: 242px;
    }
    #footer__subscribe-form input{
        padding: 0 13px;
    }
    .info__gallery--video .info__gallery-buttons > .info__gallery-button--prev {
        left: -10px;
    }
    .info__gallery--video .info__gallery-buttons > .info__gallery-button--next {
        right: -10px;
    }
    .catalog-page__card .product-tab-wrap .additional-goods .container{
        max-width: 100vw;
    }
}
@media all and (max-width: 1350px) {
    /*ШАПКА*/
    .header__main-top--menu li{
        margin-right: 20px;
    }
    .header__main-top--lang a{
        margin-left: 25px;
    }
    .header__main-top--map .icon-ic_map {
        margin-right: 0;
    }
    .sale-item__info{
        padding: 0 35px;
    }
    .stock__banner{
        margin-right: 10px;
    }

    .additional-goods__slider-wrap .slick-list.draggable{
        width: 100%;
    }
    .info__gallery .slick-prev{
        left: calc((100% - 887px - 30px)/2);
    }
    .info__gallery .slick-next {
        right: calc((100% - 887px - 30px)/2);
    }
    .news-block--calc{
        padding-bottom: 0;
    }
    .header__main-middle .header__main-minifav {
        right: -280px;
    }
    .header__main-middle .header__main-minicompare{
        right: -243px;
    }
    .header__main-middle .header__main-minicart{
        right: -140px;
    }
    .header__sticky .header__main-minifav {
        right: -335px;
    }
    .header__sticky .header__main-minicompare{
        right: -290px;
    }
    .header__sticky .header__main-minicart{
        right: -180px;
    }
    .cart__body-wrap{
        max-width: calc(100% - 190px);
    }
    .cart__bill--wrap{
        width: 170px;
        height: max-content;
        padding: 20px 10px;
    }
    .cart__bill-content-row{
        display: block;
        margin-bottom: 20px;
    }
    .cart__bill-total{
        display: block;
    }
    .cart__bill-content-row p, .cart__bill-total p {
        width: auto;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .cart__bill--wrap .button{
        width: 100%;
    }

}
@media all and (max-width: 1290px) {
    .service__offer-wrap {
        width: calc((100% - 120px)/3);
    }
    .service__offer-title{
        width: 100%;
    }
    .service__offer-title{
        font-size: 22px;
        padding: 22px 18px 23px 30px;
    }
    .service__offer-text{
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .additional-goods__slider-wrap {
        width: calc(100% + 10px);
    }
    .buy__table-cont{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .buy__table td{
        padding: 25px 15px;
    }
    .buy__table th:first-child,
    .buy__table td:first-child{
        padding-left: 40px;
    }
    .buy__table th:last-child,
    .buy__table td:last-child{
        padding-right: 40px;
    }
    .where-buy-block--contacts{
        margin-bottom: -100px;
    }
    .where-buy__item-contacts{
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .contacts__content .contacts-form{
        display: block;
    }
    .contacts__content .contacts-form,
    .contacts__content .contacts-form > div
    {
        width: 100%;
    }
    .contacts__content .contacts-form > div:last-child{
        margin-left: 0;
    }
    .contacts__content .contacts-form .button--red{
        max-width: 316px;
        margin: 0 auto;
    }
    .where-buy__item-buttons{
        width: 354px;
        display: block;
        margin-top: -50px;
    }
    .where-buy__item-buttons .button--white{
        margin: 0 auto;

    }
    .where-buy__item-buttons .button--white:first-child{
        margin-bottom: 40px;
    }
    .info__gallery--video .info__gallery-preview::before {
        content: "";
        width: 11.5vw;
        height: 11.5vw;
    }
    .news__item.news__item--calendar{
        width: calc((100% - 40px)/2);
        max-width: 255px;
    }


    .personal__orders-types{
        flex-wrap: wrap;
        height: auto;
        min-height: 25px;
    }
    .personal__orders-types a{
        margin: 10px 20px 10px 0;

    }
    .personal__orders-types a:last-child{
        margin-right: 0;
    }
    .personal__orders-filter-items{
        display: block;
    }
    .personal__orders-filter-item{
       /* float: left;
        margin-right: 8px;*/
        margin-bottom: 20px;
       /* width: 210px;*/
    }
    .personal__orders-filter-item .personal__control-category--wrap .personal__category,
    .personal__orders-filter-item .personal__control-category--wrap .personal__category::after{
        width: 100%;
    }

    .orders-filter__item-date{
        font-size: 11px;
    }
    .personal__orders-filter .button{
        margin-top: 25px;
        float: left;
        width: 210px;
    }
    .personal__orders-filter-wrap::after{
        content: "";
        display: block;
        clear: both;
    }
    .cart__delivery-method:nth-of-type(4n){
        margin-right: 20px;
    }


}
@media all and (max-width: 1200px) {
    .category-icon__item-wrap{
        margin-right: 3%;
    }
    .letter-form-wrap{
        /*padding: 100px 0;*/
        padding: 50px 0 100px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalog-page__card .buy-block__buy-btns a{
        padding: 0;
    }
    .catalog-page__card .buy-block__buy-btns a::before{
        content: none;
    }
    .info__gallery ~ .info-page .news__content-wrap {
        margin-bottom: 0;
    }
    .info__gallery--video .info__gallery-wrap{
        width: 100%;
        height: calc(56.25vw - 40px);
        padding: 0 40px 40px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .info__gallery--video .info__gallery-buttons {
        width: calc(100% - 80px);
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .static__list--mount .static__list-item{
        width: calc((100% - 70px)/2);
    }
    .static__inner-banner.static__inner-banner--mount{
        height: 356px;
        margin-bottom: 60px;
    }
    .static__inner-banner.static__inner-banner--mount .container{
        padding: 50px 0;
        height: 100%;
    }
    .static__inner-banner.static__inner-banner--mount .inner-banner__content{
        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;
        height: 100%;
    }
    .static__inner-banner.static__inner-banner--mount .inner-banner__content > div:first-child{
        margin-left: -100px;
    }
    .static__inner-banner.static__inner-banner--mount .inner-banner__content > div:nth-child(2){
        padding-left: 0;
    }
    .static__table-servname{
        padding-right: 20px;
    }
    .static-page--partnership .static__list-item{
        width: calc((100% - 90px)/2);
        margin-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .static__form-wrap{
        margin-top: 40px;
    }
    #partner-form,
    .static__form-wrap h3{
        width: 100%;
        max-width: 465px;
        margin: 0 auto;
    }
    #partner-form{
        margin-top: 40px;
    }
    .static-page--privacy{
        padding-bottom: 50px;
    }
    .static-page--privacy--wrap{
        margin-top: 50px;
    }

    .cart__goods-header{
        justify-content: flex-start;
    }
    .cart__goods-header--price,
    .cart__goods-header--summ,
    .cart__goods-header--action{
        display: none;
    }
    .cart__goods-item{
        display: block;
        position: relative;
    }
    .cart__goods-item::after,
    .personal__favorites-item--name::after{
        content: "";
        display: block;
        width: 100%;
        clear: both;
    }
    .cart__goods-item .form__agree-confirmation,
    .cart__goods-item--img{
        float: left;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .cart__goods-item--name-wrap{
        width: auto;
        margin-right: 90px;
        margin-bottom: 10px;
        margin-left: 124px;
    }
    .cart__goods-buy-form{
        clear: both;
        float: left;
        width: auto;
    }
    .cart__goods-buy-form .buy-block__wrap{
        display: inline-flex;
    }
    .cart__goods-item .buy-block__item-avail{
        margin-left: 94px;
        width: auto;
    }
    .cart__goods-item .sale-item__price{
        width: auto;
        float: left;
        margin-right: 20px;
    }
    .cart__goods-item .sale-item__price.cart__goods-price{
        margin-right: 0;
        text-align: left;
        float: none;
    }
    .cart__goods-actions{
        position: absolute;
        top: 20px;
        right: 20px;
    }
}
@media all and (min-width: 1150px){
    .b-page_newyear~header{
        top: 100px;
    }
    .b-page_newyear~main:after{
        background-color: #f4f4f4;
    }
}
@media all and (max-width: 1150px) {
    /*ШАПКА*/
    header{
        /*position: fixed;*/
        position: static;
        height: auto;
    }

    .header__main{
        height: auto;
    }
    .header__main-middle{
        display: none;
    }
    .header__main-bottom{
        display: none;
    }
    .header__main-top--payment{
        display: none;
    }
    .header__sticky {
        height: 55px;
        position: relative;
        /*position: fixed;*/
        /*top: 40px;*/
        top: 0;
        opacity: 1;
        z-index: 100;
        background-color: #ffffff;
    }
    .header__sticky-catalog{
        display: block;
    }
    .main-nav span.icon-ic_menu{
        color: #3c3c3c;
    }
    .header__sticky .header__main-top--map,
    .header__sticky-tel{
        display: none;
    }
    .header__sticky a,
    .header__sticky .icon-ic, .header__sticky
    .header__main-top--map span {
        color: #bdbdbd;
    }
    .header__sticky span.header__user--text,
    .header__top-login .header__top-login-elem > a,
    .header__top-login .header__top-login-account .icon-ic{
        color: #3c3c3c;
    }
    .header__sticky .logo img.mob{
        display: block;
    }
    .header__sticky .logo img{
        display: none;
    }
    #header__sticky-search-form{
        position: relative;
    }

    #header__sticky-search-form .wrap {
        position: absolute;
        height: 30px;
        right: 28px;
    }
    #header__sticky-search-form .search-field{
        height: 30px;
        background-color: #ffffff;
        color: #3c3c3c;
        padding: 0 10px;
    }
    main{
        /*padding-top: 55px;*/
        padding-top: 0;
    }
    main::after{
        display: none;
    }
    .category-icons-block{
        padding: 40px 0;
    }
    .additional-goods__buy-btns .additional-goods__tocart-btn.active_el{
        justify-content: center;
    }
    .additional-goods__buy-btns .additional-goods__tocart-btn::before{
        display: none;
    }

    .main-slider__title{
        font-size: 50px;
        white-space: normal;
    }
    .sale-item__price-cur{
        font-size: 25px;
    }
    .product__info-gallery-wrap{
        width: 480px;
        /*overflow: hidden;*/
    }
    .cat-banner{
        height: 137px;
    }
    /*.cat-banner img{
        width: 100%;
        height: auto;
    }*/
    .cat-banner .cat-banner__title{
        font-size: 26px;
        line-height: 137px;
    }
    .top-submenu2__catalog{
        display: none;
    }
    .news-block-wrap--catalogs .news__item{
        width: calc((100% - 60px)/2);
    }
    .news-block--certificates .news__dwnld .button,
    .news-block--plugin .news__dwnld .button,
    .news-block--software .news__dwnld .button,
    .news__dwnld-date{
        margin: 0 10px;
    }
    .news-block--plugin .news__dwnld .button{
        width: 100px;
    }
    .event__info-wrap{
        padding: 20px;
    }

    .product__gallery-thumb{
        width: 480px;
    }

    /******PERSONAL******/
    .personal__control-qtyP{
        margin-left: 30px;
    }
    .personal .personal__favorites-control{
        display: block;
        height: auto;
        padding: 0;
    }
    .personal .personal__control-actions{
        padding: 20px 12px;
        border-bottom: solid 1px rgba(224, 224, 224, 0.5);
    }

    .personal__control-buttons{
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 20px 12px;
    }
    .personal__card--comparison .personal__control-buttons{
        padding: 0;
    }

    .personal__order-control .personal__control-actions,
    .personal__order-control .personal__control-buttons
    {
        padding: 0;
        border: 0;
    }



    .calculator > .container{
        padding: 0 39px 30px 39px;
    }
    .calc__card-wrap{
        padding-bottom: 0;
    }
    .calculator .personal__favorites-control{
        margin-bottom: 30px;
    }
    .calculator .additional-goods__item-wrap{
        width: calc(100%/3);
        margin: 30px 0 0 -1px;
    }
    .calc__result-goods {
        background-color: #f0f0f0;
        width: calc(100% + 42px);
        margin-left: -21px;
        padding-bottom: 0;
    }
    .calc__result-wrap .catalog__pagination-wrap{
        background-color: #f0f0f0;
        padding-top: 40px;
        width: calc(100% + 42px);
        margin-left: -21px;
        margin-bottom: -1px;
    }
    .calc__result-wrap .catalog__pagination-info{
        top: 40px;
    }
    .map-list__selector{
        top: -85px;
        bottom: auto;
        left: -39px;
        width: calc(100% + 78px);
        height: 56px;
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
    }
    .to-main{
        bottom: auto;
        top: -25px;
    }
    .map-list__selector a,
    .map-list__selector a:first-child{
        width: 50%;
        height: 100%;
        line-height: 56px;
        text-align: center;
        margin: 0;
    }
    .map-list__selector a.active{
        background-color: #efe4e3;
    }
    .map-list__selector a::before{
        margin-right: 10px;
        position: static;
    }
    .sidebar__choose{
        flex-wrap: wrap;
    }
    .static-page .sidebar__choose{
        display: block;
        width: 100%;
    }
    .static-page .sidebar__choose-tab,
    .static-page .sidebar__choose-tab:first-child{
        margin: 0;
    }
}
@media all and (max-width: 1050px) {
    .container{
        padding: 0 39px;
    }
    .top-padding-wrap{
        padding: 80px 0;
    }
    /*ШАПКА*/
    .header__main-top--wrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .header__main-top--menu{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 11px 0 36px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__main-top--menu li{
        margin: 0;
    }
    .header__main-top--menu li:nth-child(2),
    .header__main-top--menu li:nth-child(3){
        display: none;
    }
    .header__sticky a.logo{
        left: 90px;
    }
    .main-slider__title{
        right: 60px;
    }
    .main-slider__item .button{
        right: 60px;
    }
    .catalog-page__card .additional-goods{
        padding: 50px 39px 100px 39px;
    }
    .catalog-page__category .container{
        padding: 0;
    }
    .catalog-page__card .product-tab-wrap .additional-goods{
        width: 100%;
    }
    .category-block{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.left-menu.category-block{
        margin: 0;
        padding: 0;
    }
    .category__item,
    ul.left-menu.category-block li{
        width: 25%;
        max-width: 50%;
        margin: 0;
        overflow: hidden;
    }
    .category__title{
        left: 0;
    }
    .category__img-hover.category__img-hover{
        opacity: 0.7;
    }
    .header__sticky .main-nav > ul{
        /*overflow-y: auto;*/
    }
    .top-menu__item ul,
    .header__sticky .top-menu__catalog--wrap{
        /*display: none;*/
    }
    .feedb__wrap{
        margin-top: 20px;
    }
    .feedb__items-wrap{
        margin-top: 30px;
    }
    .feedb__items-wrap > div{
        width: calc((100% - 12px)/2);
    }
    .faq-form-title, .feedb-form-title{
        font-size: 24px;
    }
    .feedb__additional > div{
        padding-top: 117px;
    }
    .feedb__call-title,
    .feedb__call-number{
        font-size: 24px;
    }
    .feedb__call-number .icon-ic,
    .feedb__chat .feedb__call-title .icon-ic {
        left: 50%;
        top: -112px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .feedb__chat .feedb__call-title .icon-ic {
        top: -67px;
        left: 50%;
    }
    .feedb__call > a{
        font-size: 14px;
    }
    .additional-goods__slider-wrap button.slick-prev {
        left: -40px;
    }
    .additional-goods__slider-wrap button.slick-next {
        right: -40px;
    }
    .additional-goods__slider-wrap button::before {
        font-size: 30px;
    }
    /* РАЗДЕЛ ПАРТНЕРСТВО */
    .partnership__box{
        flex-direction: column;
    }
    .partnership__box--right{
        flex-direction: column-reverse;
    }
    .partnership__box--form,
    .partnership__box-logos{
        flex-direction: row;
    }
    .partnership__box--grey{
        margin-left: -39px;
        padding-left: 39px;
        padding-right: 39px;
    }
    .partnership__box-img img{
        max-width: 100%;
    }
    .partnership__box--left .partnership__box-img{
        margin-left: auto !important;
    }
    .partnership__box--right .partnership__box-img:after{
        bottom: -55px;
        left: 35px;
        width: 100%;
    }
    .static-page--partnership #architect,
    .static-page--partnership #montage{
        margin-top: 85px;
    }
    .partnership__box--carousele:before,
    .partnership__box--carousele:after,
    .partnership__box-carousele:first-child:before,
    .partnership__box-carousele:first-child:after,
    .partnership__box-carousele:last-child:before,
    .partnership__box-carousele:last-child:after{
        display: none;
    }
    .partnership__box-carousele{
        width: 100%;
    }
    .partnership__box-carousele:first-child img:nth-child(2){
        margin-right: 0 !important;
    }
    .partnership__box-carousele:last-child img:nth-child(3){
        margin-left: 0 !important;
    }
    #showroom .partnership__box{
        flex-direction: row;
    }
    .footer__promote .logo{
        margin-right: 30px;
    }
    /*ХЛЕБНЫЕ КРОШКИ*/
    .breadcrumbs--catalog {
        margin-top: 0;
    }
}
@media all and (max-width: 991px) {
    /*ШАПКА*/
    .header__main-top,
    .header__main-top--menu li{
        font-size: 11px;
    }
    .header__main-top--lang a.active{
        font-weight: 500;
        color: #3c3c3c;
    }
    .header__main-top--lang a.active::after,
    .header__main-top--lang a:hover::after{
        display: none;
    }
    .header__top-login{
        margin-left: 36px;
    }
    .header__main-middle .header__main-minifav,
    .header__main-middle .header__main-minicompare,
    .header__main-middle .header__main-minicart,
    .header__sticky .header__main-minifav,
    .header__sticky .header__main-minicompare,
    .header__sticky .header__main-minicart{
        display: none;
    }
    .category-icons-block{
        padding: 40px 0 0 0;
    }
    .category-icon__item-wrap{
        margin-right: 2%;
    }
    .service__offer-wrap {
        width: calc((100% - 30px)/3);
        height: 327px;
        margin-left: 0;
    }
    .service__offer-title{
        margin: 0;
        height: 85px;
        font-size: 18px;
        padding-left: 23px;
    }
    .service__offer-text{
        width: calc(100% - 24px);
        margin-top: 56px;
    }
    .why-us-block{
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .why-us__item{
        width: 27%;
        margin-right: 9.5%;
    }
    .why-us__item:nth-child(3n){
        margin-right: 0;
    }
    .stock-block-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /*!*.stock__banner{
        margin: 0;
    }*!
    .stock__banner:first-child{
        margin-right: 10px;
    }*/
    .stock__sale-wrap,
    .stock__banner{
        margin-top: 10px;
        margin-right: 10px;
    }

    .main-slider__title{
        font-size: 40px;
        max-width: 400px;
        text-align: right;
    }
    /*.additional-goods__slider-wrap {
        width: 95%;
    }*/
    .contacts-block-wrap{
        width: 100%;
        height: auto;
        display: block;
    }
    .contacts-block-wrap > div{
        width: 100%;
    }
    .letter-form-wrap{
        padding: 80px 0;
    }
    #letter-form label.error{
        position: relative;
        display: inline-block !important;
        background: none;
        border: none;
        padding: 0;
        left: 0;
        top: -80px;
        margin-top: 0;
    }
    #letter-form textarea + label.error{
        top: -130px;
    }
    #order-consult-form label.error span:last-child,
    #letter-form label.error span:first-child{
        display: none;
    }
    .map-block-wrap{
        height: 568px;
    }
    .map__address-wrap{
        right: 80px;
        left: auto;
    }

    .footer__promote{
        height: auto;
        position: relative;
    }

    .footer__promote .container{
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .footer__promote .logo{
        margin-right: 0;
    }
    .footer__promote-flex{
        flex-direction: column;
        padding-top: 20px;
    }
    .footer__promote-list{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__promote-list li{
        margin-right: 20px;
        padding: 30px 0;
    }
    .footer__promote-list li:last-child{
        margin-right: 0;
    }
    .footer__menu > .container > div:not(:last-child){
        width: 25%;
    }
    .footer__menu > .container > div:not(:last-child).footer__menu-account{
        width: 19%;
    }
    .footer__menu-subscribe{
        padding-top: 60px;
    }
    .catalog{
        margin-top: 117px;
        padding-bottom: 232px;
    }
    #catalog-search{
        display: none;
    }
    .sort-block{
        position: absolute;
        top: -96px;
        height: 56px;
        background-color: rgb(255, 255, 255);
        width: calc(100% + 388px);
        margin-left: -349px;
    }
    .sort__params{
        padding-left: 39px;
    }
    .sort__qty{
        padding-right: 39px;
    }
    .sort__qty-result{
        background-color: #ffffff;
    }
    .sort__qty-vars{
        right: 39px;
    }
    .sort__param:first-child{
        margin-left: 0;
    }
    .items-found{
        top: 3px;
    }
    .sidebar-wrap{
        margin-top: 40px;
    }
    .catalog__items-wrap{
        padding-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog__item{
        width: calc(50% - 10px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .catalog__item-img-wrap,
    .catalog__item-img,
    .catalog__item-img--inner{
        width: 100%;
        height: 200px;
        position: relative;
    }
    .catalog__item .product__info-actions-btns{
        margin: 0;
        top: 10px;
        right: 0;
        position: absolute;
        z-index: 1;
    }
    .catalog__item-img--zoom,
    .catalog__item-descr,
    .catalog__item .buy-block__form-inner,
    .catalog__item .buy-block__buy-btn,
    .catalog__item .product__info-actions-btns .icon-ic:not(:first-child),
    .sale-item__buy--catalog .sale-item__price-old,
    .catalog__item .catalog__item-satelites{
        display: none;
    }
    .catalog__item > .catalog__item-satelites{
        display: block;
    }
    .catalog__item-main-info{
        margin: 0;
        padding: 10px 10px 0 10px;
        position: relative;
    }
    .catalog__item-article{
        margin-top: 0;
        font-size: 12px;
    }
    .catalog__item-name{
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .catalog__item .product__info-color{
        top: 10px;
        right: 10px;
        z-index: 1;
        width: 14px;
        height: 14px;
    }
    .catalog__item .product__info-color:after{
        width: 14px;
        height: 14px;
    }
    .sale-item__buy--catalog{
        padding: 15px 10px 0 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        align-items: center;
    }
    .sale-item__buy--catalog .sale-item__price{
        margin-top: 0;
        margin-left: 0;
    }
    .sale-item__price-cur{
        font-size: 14px;
    }
    .sale-item__buy--catalog .sale-item__price-cur{
        font-size: 12px;
    }
    .catalog__item .buy-block__buy-btns{
        margin-top: 0;
        position: static;
    }
    .catalog__item .sale-item__buy-form .button{
        width: 70px;
        height: 24px;
        font-size: 10px;
        padding: 0;
    }
    .catalog__item .buy-block__tocart-btn.active_el::before{
        content: none;
    }
    .catalog-page__catalog .catalog__pagination-wrap {
        position: absolute;
        bottom: -132px;
    }
    .catalog-page__catalog .catalog__pagination{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .buy-block__total{
        font-size: 16px;
    }
    .catalog-page__card .product__info-actions-btns .icon-ic{
        margin-right: 10px;
    }
    .product-tab-wrap{
        display: block;
    }
    .product__features-wrap{
        width: 100%;
    }
    .buy__table td{
        padding: 15px 10px;

    }
    .buy__table th:first-child,
    .buy__table td:first-child{
        padding-left: 20px;
    }
    .buy__table th:last-child,
    .buy__table td:last-child{
        padding-right: 20px;
        vertical-align: middle;
    }
    .buy__table-cont{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .where-buy__item-contacts .buy__table-cont{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .buy__table-cont--tel-wrap-offset{
        /*padding-left: 46px;*/
    }
    .buy__table-cont a,
    .map__city-addr a.buy__table-cont--viber,
    .map__city-addr a.buy__table-cont--whatsapp{
        margin-right: 5px;
    }
    .buy__table-cont a:last-child{
        margin-right: 0;
    }
    .buy__table td:nth-child(2){
        white-space: normal;
    }

    .info__gallery-wrap img{
        height: 406px;
        max-width: 100%;
    }
    .info__gallery .slick-prev{
        left: calc((100% - 608px - 30px)/2);
    }
    .info__gallery .slick-next {
        right: calc((100% - 608px - 30px)/2);
    }
    .info__gallery-wrap img.slick-current.slick-active{
        margin-top: 0;
    }
    .calc__params-inputs{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .calc__params-left {
        margin-right: 20px;
        width: 40%;
    }
    .calc__params-right{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .calc__param-wrap p {
        margin-right: 10px;
    }
    .personal__control-category--wrap .personal__category,
    .calc__param-wrap .personal__control-category--wrap li a{
        padding-left: 10px;
    }
    .calc__param-wrap .buy-block__items{
        width: 80px;
    }
    .calc__params-result{
        width: calc(100% + 20px);
        margin: 0 auto;
    }
    .calculator .sort__qty{
        padding-right: 0;
    }
    .calculator .catalog__pagination-wrap.catalog__pagination--top{
        display: none;
    }


    /*******ЛИЧНЫЙ КАБИНЕТ******/
    .personal__menu,
    .events__type-wrap{
        width: 180px;
    }
    .events-wrap.events-wrap--detail{
        width: calc(100% - 180px);
    }
    .personal__card--comparison .personal__menu{
        width: 264px;
    }
    li.personal__menu-name{
        padding: 10px 20px;
    }
    .personal__menu-name--name{
        font-size: 18px;
    }
    .personal__menu li a{
        font-size: 16px;
        padding-left: 20px;
    }
    .personal__card--comparison  .personal__menu li a{
        font-size: 12px;
    }
    li.personal__menu-cart{
        height: auto;
        white-space: normal;
    }
    li.personal__menu-cart a{
        line-height: 1.2;
        padding: 10px 20px;
    }
    .personal__menu-cart span.personal__menu-cart--qty{
        font-size: 12px;
        display: block;
    }
    .cart__delivery-method{
        width: calc((100% - 40px)/3);
    }
    .cart__delivery-method:last-child{
        margin-right: 0;
    }
    .cart__delivery-points-body {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: block;
        overflow: visible;
    }
    .cart__delivery-points-address{
        width: 100%;
        height: 264px;
        max-width: none;
    }
    .cart__delivery-addr-list{
        margin-top: 10px;
        height: calc(100% - 47px);
    }
    .cart__delivery-map{
        width: auto;
        height: 323px;
        max-width: 100%;
    }

    .personal__orders-filter .personal__control-category--wrap .personal__category{
        padding-left: 0;
    }
    .personal__favorites-item--info{
        display: block;
        padding: 20px;
        height: auto;
    }
    .personal__favorites-item .sale-item__price{
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .personal__favorites-item .sale-item__price-cur{
        text-align: right;
    }
    .personal__order-list .personal__favorites-item--info::after{
        content: "";
        display: block;
        clear: both;
    }
    .personal__order-list img{
        float: left;
        margin-right: 20px;
    }
    .personal__order-list .personal__favorites-item--name-wrap{
        max-width: calc(100% - 200px);
        margin-right: 20px;
        margin-left: 0;
        float: left;
    }
    .personal__order-list .personal__favorites-item--name::after{
        content: none;
    }
    .personal__favorites-item--qty{
        text-align: right;
    }
    .personal__order-list .sale-item__price{
        margin: 20px 0 0 0;
    }
    .personal__order-list .sale-item__price .sale-item__price-old{
        text-align: right;
        font-size: 12px;
        margin-bottom: 0;
    }
    .personal__order-list .sale-item__price .sale-item__price-cur{
        text-align: right;
    }
    .personal__order-list .personal__order-item-action{
        margin-top: 20px;
    }
    .personal__order-list .personal__order-item-action::before{
        content: "";
        display: block;
        clear: both;
    }
    .personal__order-footer{
        height: auto;
        padding: 10px 20px;
    }
    .personal__order-footer-info{
        display: block;
    }
    .personal__order-footer-more{
        margin-left: 0;
        margin-top: 20px;
        text-align: right;
    }
    .personal__order-more-table-wrap{
        padding: 0;
    }
    .personal__order-more-table.active:first-child{
        padding: 20px;
    }
    .personal__order-more-table.active:nth-child(2) .personal__order-more-title,
    .personal__order-more-table.active:nth-child(3) .personal__order-more-title{
        padding: 20px 0 0 20px;
    }
    .personal__order-more-cols{
        justify-content: space-between;
        font-size: 12px;
    }
    .personal__order-more-cols > div:first-child{
        margin-right: 20px;
    }
    .personal__order-more-row p:first-child{
        width: 122px;
        flex-shrink: 0;
    }
    .personal__order-more-cols > div:last-child p{
        margin-right: 0;
    }
    .personal__order-more-tcol:nth-child(2){
        width: 30%;
    }
    .personal__order-more-tcol > div{
        padding-left: 10px;
    }
    .personal__order-more-th{
        font-size: 11px;
    }
    .personal__order-more-tr{
        font-size: 12px;
    }
    .personal__order-more-table-wrap .button{
        margin-left: 20px;
    }
    .personal__block-orders .catalog__pagination{
        display: block;
    }
    .personal__block-orders  .catalog__pagination-list{
        justify-content: center;
    }
    .personal__block-orders .catalog__pagination-info {
        position: static;
        margin-top: 20px;
        text-align: center;
    }
    .personal__order-more-trow{
        padding: 7px 20px;
        border-bottom: none;
    }
    .personal__order-more-trow span{
        font-size: 12px;
    }



    /*******СТАТИЧНЫЕ СТРАНИЦЫ******/

    .static__inner-banner{
        height: 506px;
    }
    .static__inner-banner .container{
        padding: 50px 39px 100px 39px;
    }
    .static__list-wrap{
        margin-top: 60px;
    }
    .static-page--partnership .static__list-wrap{
        margin-bottom: 35px;
    }
    .inner-banner__content{
        margin-top: 40px;
    }
    .inner-banner__item.inner-banner__graph{
        width: calc((100% - 30px)/3);
        height: 280px;
    }
    .inner-banner__item.inner-banner__graph .icon-ic{
        font-size: 100px;
    }
    .inner-banner__item.inner-banner__graph p{
        font-size: 22px;
    }
    .static-page .share-block{
        margin-top: 60px;
    }


    .static__about-content h1{
        margin-top: 30px;
    }
    .static__about{
        background-color: transparent;
        height: auto;
    }
    .static__about:first-child{
        margin-top: 0;
    }
    .static__about-content{
        width: 100%;
        background-color: transparent;
    }
    .static__about--left .static__about-content{
        padding-right: 0;
    }
    .static__about-img{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: calc(100% - 80px);
    }
    .static__about--left .static__about-img{
        bottom: 0;
        right: 0;
        margin-top: 130px;
    }
    .static__about--left .static__about-img:before{
        content: "";
        display: block;
        position: absolute;
        width: 500px;
        height: 500px;
        bottom: 0;
        right: 29px;
        background-color: #f2f8fd;
    }
    .static__about--left .static__about-img img{
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
    }
    .static__about--right .static__about-content{
        margin-left: 0;
        padding-left: 0;
        padding-top: 60px;
    }
    .static__about .static__text-wrap ul{
        width: 70%;
    }
    .static__about:nth-child(2) .static__about-img{
        display: none;
    }
    .static__about-slider{
        position: relative;
        height: auto;
        width: 100vw;
        -webkit-transform: skewY(-5.4deg);
        -ms-transform: skewY(-5.4deg);
        transform: skewY(-5.4deg);
        background-color: transparent;
        left: -39px;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .static__about-slider img:nth-last-child(1),
    .static__about-slider img:nth-last-child(2){
        display: none;
    }
    .static__about--right:last-child{
        margin-top: 140px;
    }
    .static__about--right:last-child .static__about-content{
        display: none;
    }
    .static__about--right:last-child .static__about-img{
        left: 0;
        top: 0;
    }
    .static__about--right:last-child .static__about-img img{
        position: relative;
    }
    .static__about--right:last-child .static__about-img:before {
        content: "";
        display: block;
        position: absolute;
        width: 500px;
        height: 500px;
        bottom: 0;
        right: 29px;
        background-color: #f2f8fd;
    }
    .static__about-chart {
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
        margin-top: 97px;
    }
    .static__about-chart-out {
        top: auto;
        left: -250px;
        right: auto;
        bottom: -120px;
    }
    .static__about-chart-out > img {
        display: none;
    }
    .static__about-chart-text{
        padding: 15px;
    }
    .static__info-item--addr{
        font-size: 14px;
        font-weight: 300 !important;
        text-decoration: underline;
    }
    .static__submenu{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 40px;
        width: calc(100% + 78px);
        margin-left: -38px;
    }
    .static__submenu::after{
        content: none;
    }
    .static__submenu span {
        display: block;
        width: calc(50% - 1px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 56px;
        line-height: 56px;
        background-color: #f0f0f0;
        margin-bottom: 1px;
        text-align: center;
        margin-right: 1px;
    }
    .static__table{
        margin-top: 40px;
        padding-bottom: 40px;
        width: calc(100% + 78px);
        margin-left: -38px;
    }
    .static__table-item{
        padding-right: 39px;
    }
    .static__table-item img{
        margin-right: 0;
    }

    .static-page .static__table-servise h2{
        margin-bottom: 40px;
        font-size: 28px;
        padding-left: 39px;
    }
    .static__inner-banner--mount h3,
    .static-page h3{
        font-size: 28px;
    }




}
@media all and (max-width: 870px) {
    .static-page {
        padding-top: 82px;
        margin-top: -82px;
    }
    .header__main-top--menu{
        margin: 0 0 0 3%;
    }
    #order-consult-form label.error{
        position: relative;
        display: inline-block;
        background: none;
        border: none;
        padding: 0;
        left: 0;
        top: -70px;
    }
    #order-consult-form label.error span:last-child{
        display: none;
    }


    .category-icon__item-wrap{
        margin-right: 0;
        width: calc(100% / 5);
        -webkit-box-shadow: 2px 8px 36px 0 rgba(141, 149, 153, 0.16);
        box-shadow: 2px 8px 36px 0 rgba(141, 149, 153, 0.16);
    }
    .info-page .news__item.news__item--calendar{
        width: calc((100% - 40px)/2);
        max-width: 255px;
    }
    .service-block-wrap{
        padding-top: 40px;
    }
    .consult-block .container{
        display: block;
    }
    .consult__text{
        padding: 0;
        font-size: 32px;
    }
    .order-consult-form-wrap{
        width: 55%;
        margin-top: 60px;
    }
    .additional-goods{
        padding: 80px 0;
    }
    .breadcrumbs{
        padding: 0 0 30px 0;
    }
    .breadcrumbs--dark{
        background-color: transparent;
    }
    .breadcrumbs__list{
        padding-top: 30px;
    }
    .breadcrumbs--dark .breadcrumbs__item,
    .breadcrumbs--dark .breadcrumbs__item a {
        color: #3c3c3c;
    }
    .catalog-page__card{
        padding-top: 170px;
        margin-top: -170px;
    }
    .catalog-page__catalog h1{
        margin-top: 0;
        padding-bottom: 30px;
    }
    .product__info-wrap{
        display: block;
    }
    .product__info-gallery-wrap {
        width: 100%;
        padding: 0 94px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product__gallery-img{
        overflow: visible;
    }
    .product__gallery-img .slick-list{
        height: auto;
        max-height: 580px;
    }
    .product__gallery-thumb{
        display: none;
    }
    .product__info{
        width: 100%;
        max-width: none;
        margin-top: 114px;
    }
    .product__info-descr-wrap >  .product__info-price-wrap{
        display: none;
    }
    .product__info-buy-block-wrap .product__info-price-wrap{
        display: block;
    }
    .product__info-descr{
        margin: 20px 0 60px 0;
    }
    .product__info-color-wrap{
        margin-bottom: 90px;
    }
    .product__info-buy-block-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-button-container{
        width: 32.6%;
        margin-left: 45px;
    }
    .catalog-page__card .buy-block__buy-btns{
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .catalog-page__card .buy-block__buy-btns a{
        width: 100%;
    }
    .catalog-page__card .buy-block__buy-btns a:first-child{
        margin-bottom: 64px;
    }
    .product__info-buy-container{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .product__info-buy-block-wrap .product__info-price-wrap{
        margin-top: -8px;
        float: left;
        margin-right: 47px;
    }
    .product__info-buy-block-wrap .buy-block__wrap{
        float: right;
        margin-right: 20px;
    }
    .product__info-buy-block-wrap .buy-block__items > span{
        right: -20px;
    }
    .buy-block__total{
        clear: both;
        padding-top: 52px;
    }
    .product__info-actions{
        max-width: none;
    }
    .static-page h2{
        margin-top: 30px;
        font-size: 32px;
    }

    .personal h2,
    .calc__card-wrap,
    .personal__card--comparison{
        margin-top: 0;
    }
    .where-buy__item-wrap > .container{
        padding-bottom: 50px;
    }
    .where-buy__content{
        padding-top: 40px;
    }
    .where-buy__map{
        height: 684px;
    }
    .to-main{
        display: none;
    }
    .where-buy-block--contacts{
        margin-top: 40px;
    }
    .where-buy__item-wrap{
        padding-top: 50px;
    }
    .where-buy__item-contacts {
        margin-right: 20px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 30px 25px 30px 40px;
        min-width: 300px;
    }
    .where-buy__item-buttons{
        width: 300px;
    }
    .top-submenu__catalog{
        display: none;
    }
    .info-page h2{
        margin-top: 30px;
    }
    .info-page .news-block-wrap{
        padding-top: 30px;
    }
    .info-page .news__item{
        width: calc((100% - 60px)/2 );
        margin-bottom: 30px;
    }
    .share-block{
        margin-top: 100px;
    }
    .share-block .icon-ic_share .share-block__buttons:before{
        display: block;
    }
    .share-block .icon-ic_share:before{
        display: none;
    }
    .share-block .icon-ic_share .share-block__buttons{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .news__content-wrap{
        margin-top: 30px;
        padding: 20px 10px 60px 10px;
    }
    .news-content--assembling .news__scheme-wrap{
        margin: 0;
        height: auto;
    }
    .news-content--assembling{
        margin-bottom: 0;
    }
    .info-page--calendar .catalog__pagination{
        -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;
    }
    .catalog__pagination-info{
        position: static;
    }
    .news-block--projects ~ .catalog__pagination-wrap .catalog__pagination-info{
        margin-top: 0;
    }
    .events-wrap.events-wrap--detail{
        padding-top: 0;
    }
    #event-reg-form{
        display: block;
    }
    #event-reg-form > div{
        width: 100%;
    }
    .event__place{
        display: none;
    }
    .personal__input .reg-form__type-payer{
        display: block;
        margin: 0;
    }
    .personal__input .reg-form__type-payer label:last-child{
        margin-top: 5px;
    }
    .address__field-wrap{
        padding: 0;
        border: none;
    }
    .address__field{
        position: relative;
    }
    .personal__field--address:not(.empty) .personal__address--new,
    .personal__field--address:not(.empty) .personal__address--active span:last-child{
        display: none;
    }
    .address__info-wrap ul{
        margin-top: 50px;
    }
    .address__edit-wrap{
        width: auto;
    }
    .address__edit-wrap ul{
        margin-top: -5px;
    }
    .address__edit-wrap ul li:first-child{
        position: absolute;
        left: 20px;
        top: 5px;
    }
    .personal__card--comparison{
        padding: 30px 20px;
    }
    .personal__card--comparison h2{
        padding-left: 0;
    }
    .personal__orders-filter-wrap .product-tabs__title-wrap h6 span{
        display: none;
    }
    .personal__orders-filter-item-wrap:first-child{
        display: block;
    }
    .personal__orders-filter-item:not(:first-of-type){
        margin-left: 0;
    }
    .static__info-wrap{
        margin-top: 30px;
    }
    .static__img-wrap{
        width: 134px;
        margin-right: 30px;
    }
    .static-page--404{
        margin-top: 0;
        padding-top: 60px;
        height: 200px;
    }
    .static__404-header{
        font-size: 20px;
    }
    .static__404-text{
        font-size: 14px;
    }
    .static-page--404 + .button--gold{
        margin-top: 80px;
        width: 217px;
        height: 40px;
        font-size: 14px;
    }
    .static-page + .personal{
        display: none;
    }
    .static-page .static__table-servise h2{
        margin-top: 60px;
    }
    .static-page--privacy{
        padding-bottom: 50px;
    }
    .static-page--privacy--wrap{
        margin-top: 0;
    }
    .stock__banner{
        height: auto;
    }
    .stock__banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
    .stock__banner a.button--dark-grey{
        bottom: 15%;
    }

    /* РАЗДЕЛ ПАРТНЕРСТВО */
    .partnership__box--form{
        flex-direction: column-reverse;
        padding-bottom: 100px;
    }
    .partnership__box--form #partner-form{
        margin-left: auto;
        margin-right: auto;
    }
    .partnership__box--form .partnership__box-text{
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .partnership__box--form .partnership__box-text:after{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media all and (max-width: 767px) {
    .service__offer-title{
        font-size: 16px;
    }
    .service__offer-text{
        font-size: 15px;
        width: calc(100% - 15px);
    }
    .service__offer-wrap .button{
        width: calc(100% - 48px);
        font-size: 14px;
    }
    .footer__menu > .container > div:not(:last-child){
        width: 35%;
    }
    .footer__menu-info{
        display: none;
    }
    .catalog{
        padding-bottom: 200px;
    }
    .catalog__items-wrap{
        padding-bottom: 0;
    }
    .catalog__item{
        width: 100%;
        padding-bottom: 25px;
    }
    .catalog__item-img-wrap,
    .catalog__item-img,
    .catalog__item-img--inner{
        height: 228px;
        position: static;
    }
    .catalog__item-img--inner{
        position: relative;
    }
    .catalog__item-img .sale-sticker{
        bottom: auto;
        top: 10px;
    }
    .catalog__item > .catalog__item-satelites{
        margin-top: 0;
        margin-left: 20px;
        position: absolute;
        bottom: 15px;
    }
    .catalog__item .product__info-actions-btns{
        top: auto;
        bottom: 50px;
        right: 13px;
    }
    .catalog__item .product__info-actions-btns .icon-ic{
        margin-right: 7px;
    }
    .catalog__item-main-info {
        padding: 22px 20px 0 20px;
    }
    .catalog__item .product__info-color{
        top: 20px;
        right: 20px;
    }
    .catalog__item-article{
        font-size: 14px;
    }
    .catalog__item-name{
        margin-top: 20px;
        font-size: 16px;
    }
    .sale-item__buy--catalog{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 20px;
        align-items: flex-start;
    }
    .catalog__item .buy-block__form-inner{
        display: block;
    }
    .sale-item__buy-form{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .sale-item__buy--catalog .sale-item__price-old{
        display: block;
        margin-bottom: 5px;
    }
    .sale-item__buy--catalog .sale-item__price-cur{
        font-size: 16px;
    }
    .catalog__item .sale-item__buy-form .button{
        width: 125px;
        height: 40px;
        font-size: 14px;
    }
    .catalog__item .buy-block__buy-btns{
        margin-top: 10px;
    }
    .catalog__item .product__info-actions-btns .icon-ic:not(:first-child){
        display: block;
    }
    .product__info-price--cur{
        font-size: 34px;
    }
    .category__item,
    ul.left-menu.category-block li{
        width: 50%;
    }
    .static-page h2{
        margin-top: 0;
    }
    .where-buy__map{
        height: 75vh;
        min-height: 450px;
    }
    .where-buy__list-wrap{
        overflow-x: auto;
    }
    .buy__table tr{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: solid 1px #e0e0e0;
    }
    .buy__table tr:last-child{
        border-bottom: none;
    }
    .buy__table tr:first-child{
        display: none;
    }
    .buy__table td{
        width: 100%;
        max-width: 100%;
        border-bottom: none;
        padding: 5px 15px;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .buy__table th:first-child,
    .buy__table td:first-child{
        width: 100%;
        max-width: none;
        padding-top: 30px;
    }
    .buy__table th:last-child,
    .buy__table td:last-child{
        padding-bottom: 30px;
    }
    .buy__table-cont{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .buy__table-tel{
        white-space: pre-line;
    }
    .buy__table-map-link {
        white-space: nowrap;
        text-decoration: none;
        width: 290px;
        height: 31px;
        border: solid 1px #c4c4c4;
        display: inline-block;
        text-align: center;
        line-height: 31px;
        margin-top: 5px;
    }
    .info-page h2,
    .static-page h2,
    .personal h2,
    .calc__card-wrap{
        margin-top: 0;
    }
    .events-wrap--detail h2{
        margin-top: 20px;
    }
    .info__gallery--video .info__gallery-buttons{
        display: none;
    }
    .info__gallery--video .info__gallery-wrap{
        padding-bottom: 0;
    }
    .info__gallery--video  ~ .info-page{
        margin-top: -150px;
    }
    .info__gallery--video ~ .info-page .news__content-wrap{
        margin-top: 0;
        padding-top: 150px;
    }
    .info__gallery--video ~ .breadcrumbs ul{
        padding: 30px 10px 0 10px;
    }
    .info-page h4{
        margin-top: 0;
    }
    .info-page .catalog__pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .info__gallery--projects{
        padding-top: 30px;
    }
    .info__gallery-wrap{
        padding: 0 15px;
    }
    .info__gallery--projects .info__gallery-wrap .slick-list{
        padding: 0 !important;
    }
    .info__gallery--projects ~ .info-page .news__content-wrap{
        margin-top: 0;
    }
    .info-page .news__item.news__item--calendar {
        width: calc(100% - 10px);
        max-width: 255px;
    }

    /*******ЛИЧНЫЙ КАБИНЕТ******/

    .personal .personal__control-actions{
        display: block;
        padding: 0;
        border-bottom: 1px solid #ffffff;
    }
    .personal .personal__control-category--wrap{
        height: 55px;
    }
    .personal__card--comparison .personal__control-category--wrap{
        height: auto;
    }
    .personal .personal__control-category--wrap .personal__category{
        width: 100%;
        height: 55px;
        padding-left: 15px;
    }
    .personal__card--comparison .personal__control-category--wrap .personal__category{
        height: inherit;
        padding-left: 10px;
    }
    .personal .personal__category p{
        line-height: 55px;
    }
    .personal .personal__control-category--wrap .personal__category::after{
        width: 100%;
    }
    .personal .personal__category .icon-ic_arrow{
        top: 25px;
    }
    .personal__card--comparison .personal__category .icon-ic_arrow{
        top: 12px;
    }
    .personal .personal__category-list{
        top: 55px;
    }

    .personal .personal__category-list li{
        height: 40px;
    }
    .personal__card--comparison .personal__category-list li{
        height: 32px;
    }
    .personal .personal__category-list li a{
        line-height: 40px;
    }
    .personal__card--comparison .personal__category-list li a{
        line-height: 32px;
        padding-left: 10px;
    }
    .personal__favorites-control .personal__control-qty{
        margin-left: 20px;
        margin-right: 40px;
        float: left;
        padding: 37px 0 17px 0;
    }
    .personal__favorites-control .form__agree-confirmation{
        padding: 37px 0 17px 0;
    }
    .personal__favorites-control .form__agree-confirmation label{
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .personal__favorites-control .form__agree-confirmation p{
        line-height: 20px;
    }


    .personal__favorites-item--info{
        display: block;
        height: auto;
        padding: 20px;
    }
    .personal__favorites-item--info-wrap{
        display: block;
    }
    .personal__favorites-item .sale-item__price{
        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-top: 10px;
    }
    .personal__favorites-item .sale-item__price > span{
        margin: 0;
    }
    .personal__favorites-item .sale-item__price > span:first-child{
        margin-right: 10px;
    }
    .personal__favorites-item .form__agree-confirmation{
        margin-top: 0;
    }
    .personal__favorites-item .form__agree-confirmation label{
        margin-top: 25px;
        width: 18px;
        height: 18px;
        margin-right: 0;
    }
    .personal .form__agree-confirmation .checkbox-label:before{
        width: 15px;
        height: 15px;
        font-size: 15px;
    }
    .personal__favorites-item--img{
        float: left;
        margin: 0 10px;
    }
    .personal__favorites-item--name-wrap{
        max-width: none;
        margin-top: 0;
        margin-left: 110px;
        margin-right: 0;
    }
    .personal__favorites-item .buy-block__form-inner{
        margin-top: 10px;
    }
    .personal__favorites-item .buy-block__wrap{
        clear: both;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .personal__favorites-item .buy-block__items{
        width: 140px;
    }
    .personal__favorites-item .buy-block__items input{
        width: 84px;
    }
    .personal__favorites-item .buy-block__item-avail{
        text-align: center;
        width: auto;
        margin-left: -18px;
    }
    .personal__favorites-item .buy-block__item-avail--note{
        margin-bottom: 8px;
        margin-top: 15px;
    }
    .personal__favorites-item--date-wrap{
        display: none;
    }
    .personal__block-orders .personal__favorites-control{
        height: 55px;
        display: flex;
        padding: 0 20px;
    }
    .personal__block-orders .personal__control-actions{
        display: flex;
        align-items: center;
        border: none;
        padding: 0;
    }
    .personal__block-orders .personal__favorites-control .form__agree-confirmation{
        padding: 0;
    }
    .personal__block-orders .personal__favorites-control .form__agree-confirmation p{
        white-space: nowrap;
        line-height: 20px;
    }
    .personal__block-orders .personal__favorites-control .personal__control-qty{
        float: none;
        padding: 0;
    }
    .personal__block-title.personal__block-title--cart{
        font-size: 20px;
        font-weight: normal;
        display: block;
        margin-top: -20px;
    }
    #cart-order-form{
        padding-bottom: 39px;
    }
    .personal__block-cart{
        background-color: transparent;
        border: none;
    }
    .personal__block-cart{
        margin-top: 40px;
        padding: 0;
        display: block;
    }
    .cart__body-wrap{
        max-width: 100%;
    }
    .cart__delivery-method .cart__delivery-method-name{
        align-self: auto;
        max-width: 142px;
    }
    .cart__bill--wrap{
        height: auto;
        width: 100%;
        max-width: 290px;
        margin: 0;
    }
    .cart__bill-content-row {
        display: flex;
        margin-bottom: 20px;
    }
    .cart__bill-total{
        display: flex;
    }
    .cart__bill-content-row p, .cart__bill-total p {
        width: 97px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .personal__block--orders{
        padding: 30px 0;
    }
    .personal__block--orders .personal__block-title{
        padding-left: 20px;
    }
    .personal__orders-filter {
        margin-top: 30px;
        padding: 0 20px 20px;
    }
    .personal__orders-types,
    .personal__block-orders .personal__favorites-sort,
    .personal__order-list .personal__order-item-action{
        display: none;
    }
    .personal__orders-filter .personal__control-category--wrap{
        height: 30px;
    }
    .personal__orders-filter .personal__control-category--wrap .personal__category{
        height: 30px;
        padding-left: 0;
    }
    .personal__orders-filter .personal__category-list{
        top: 30px;
    }
    .personal__orders-filter .personal__category-list li{
        height: 30px;
    }
    .personal__orders-filter .personal__category-list li a{
        height: 100%;
        line-height: 30px;
    }
    .personal__orders-filter .personal__category .icon-ic_arrow{
        top: 12px;
    }
    .personal__orders-filter .button{
        margin-top: 0;
    }
    .personal__order-control{
        height: auto;
        padding: 15px;
    }
    .personal__order-control .personal__control-actions{
        display: block;
        max-width: calc(100% - 30px);
    }
    .personal__order-prop{
        margin-left: 35px;
    }
    .personal__order-prop:last-child{
        margin-top: 10px;
    }
    .personal__order-control .personal__control-actions .form__agree-confirmation label{
        width: 18px;
        height: 18px;
    }
    .personal__order-list .personal__favorites-item--info{
        padding: 15px;
    }
    .personal__order-list img{
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .personal__order-list .personal__favorites-item--name-wrap{
        max-width: calc(100% - 175px);
        margin-right: 20px;
    }
    .personal__order-footer{
        display: block;
    }
    .personal__order-footer-info{
        margin-top: 10px;
    }
    .personal__order-footer-summ-wrap > div{
        display: flex;
        justify-content: space-between;
    }
    .personal__order-more-cols,
    .personal__order-more-row{
        display: block;
    }
    .personal__order-more-row p{
        width: 100%;
    }
    .personal__order-more-cols .personal__order-more-row p:first-child{
        font-size: 11px;
        color: #5e5e5e;
        margin-top: 20px;
    }
    .personal__order-more-cols .personal__order-more-row p:last-child{
        font-size: 12px;
        margin-top: 10px;
    }
    .personal__order-more-cols .personal__order-more-row:first-child p:first-child{
        font-size: 12px;
    }
    .personal__order-more-cols .personal__order-more-row:first-child p:last-child{
        font-size: 11px;
        margin-top: 20px;
        color: #5e5e5e;
    }
    .personal__order-more-cols .personal__order-more-row:first-child p:last-child span{
        font-size: 12px;
        color: #3c3c3c;
        display: block;
        margin-top: 10px;
    }
    .personal__order-more-table.active:nth-child(2) .personal__order-more-title,
    .personal__order-more-table.active:nth-child(3) .personal__order-more-title{
        padding-top: 0;
    }
    .personal__order-more-tbody{
        display: block;
    }
    .personal__order-more-tcol,
    .personal__order-more-tcol:nth-child(2){
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #f2f5f8;
    }
    .personal__order-more-tcol > div{
        border-bottom: none;
        padding: 0 10px;
    }
    .personal__order-more-table-wrap .button{
        margin: 20px;
    }





    .calculator .personal__favorites-control .form__agree-confirmation{
        padding: 0;
        white-space: nowrap;
    }
    .calculator .personal__favorites-control .personal__control-qty{
        margin-left: 20px;
        margin-right: 0;
        float: none;
        padding: 0;
        white-space: nowrap;
    }
    .calc__card-wrap{
        margin-top: 0;
        padding: 20px 10px 0 10px;
    }
    .calc__result-goods {
        width: calc(100% + 22px);
        margin-left: -11px;
    }
    .calculator .additional-goods__item-wrap{
        width: calc(100%/2);
    }
    .calc__params-inputs{
        display: block;
    }
    .calc__params-left,
    .calc__params-right{
        width: 100%;
    }
    .calc__params-inputs > .calc__param-wrap{
        margin: 0;
    }
    .calc__param-wrap{
        display: block;
    }
    .calc__param-wrap:last-child {
        margin-bottom: 20px;
    }
    .calc__param-wrap p,
    .calc__params-right .calc__param-wrap p{
        font-size: 12px;
        margin-bottom: 10px;
        display: block;
        width: auto;
    }
    .calc__param-wrap .personal__control-category--wrap{
        max-width: 100%;
    }
    .calc__params-result--name p s{
        width: 60% !important;
        max-width: none !important;
        margin-left: 0 !important;
    }
    .calc__param-wrap .buy-block__items,
    input.calc__search-type, .calc__search-type{
        width: 160px;
        height: 40px;
    }
    .calc__param-wrap .buy-block__items input{
        width: 104px;
    }
    .calc__param-wrap .personal__control-category--wrap .personal__category{
        height: 40px;
    }
    .calc__param-wrap .personal__control-category--wrap input{
        height: 40px;
        line-height: 40px;
    }
    .personal__category .icon-ic_arrow{
        top: 17px;
    }
    .calc__param-wrap .personal__control-category--wrap li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .calc__result-sort {
        display: none;
    }
    .feedb__items-wrap{
        display: block;
    }
    .feedb__items-wrap > div{
        width: 100%;
    }
    .feedb__form {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    #faq-form, #order-mount-form, #feedb-form{
        margin-top: 20px;
    }
    .feedb__additional{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .feedb__additional > div{
        width: 100%;
        padding-bottom: 50px;
        height: auto;
    }
    .feedb__additional > div:first-child{
        margin-bottom: 0;
    }
    .personal__favorites-item-img--wrap .sale-sticker{
        left: 27px;
        top: -8px;
    }


    /* РАЗДЕЛ ПАРТНЕРСТВО */
    .static-page--partnership .static__text-wrap{
        font-size: 14px;
    }
    .static-page--partnership h2{
        font-size: 28px;
    }
    .partnership__list.partnership__list--large,
    .static-page--partnership h3{
        font-size: 24px;
    }
    .partnership__list.partnership__list--large li{
        line-height: 1.4;
        margin-bottom: 30px;
        padding-left: 50px;
    }
    .partnership__list.partnership__list--large li:before{
        -webkit-background-size: 80%;
        background-size: 80%;
    }
    .partnership__box-logos img:nth-child(even){
        margin-top: 120px;
    }
    .partnership__box--links > ul > li p a{
        font-size: 22px;
    }
    .partnership__box--showroom{
        flex-direction: column-reverse;
    }
    .static__text-wrap .partnership__box--showroom ul{
        position: static;
        margin-top: 20px;
    }
    .static__text-wrap .partnership__box--showroom li{
        position: relative;
        width: 100%;
        box-sizing: border-box;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 25px;
    }
    .static__text-wrap .partnership__box--showroom li:last-child{
        margin-bottom: 0;
    }
    .partnership__box--showroom li:before{
        left: -8px !important;
        height: 100%;
    }
    #showroom .partnership__box{
        flex-direction: column;
    }
    #showroom .partnership__box-text{
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media all and (max-width: 667px) {
    .header__main-top--menu {
        margin: 0 0 0 25px;
    }
    .header__main-top--menu li:nth-child(1){
        display: none;
    }
    .header__main-top--map .hover-border,
    .icon-ic_call1 + .hover-border,
    .header__main-top--phone span{
        display: none;
    }
    .header__sticky a.logo{
        top: 11px;
    }
    .header__sticky .logo img{
        height: 30px;
    }
    .header__sticky span.header__user--text{
        display: none;
    }
    .header__sticky .main-nav > ul{
        /*overflow-y: scroll;*/
        max-height: calc(100vh - 95px);
        height: 100vh !important;
        background-color: #f4f4f4;
        /*left: -40px;*/
        position: fixed;
        top: 95px;
        left: 0;
    }
    .header__sticky .top-menu__close-menu{
        display: block;
        position: relative;
    }
    .header__sticky .top-menu__item.top-menu__close-menu span.icon-ic_cross {
        position: absolute;
        right: 0;
    }
    .top-menu__item ul,
    .header__sticky .top-menu__catalog--wrap{
        /*display: none;*/
    }

    .category-icons-block{
        display: none;
    }

    .stock__banner{
        margin: 10px auto;
    }
    .stock__banner:first-child {
        margin: 10px auto;
    }
    .main-slider__title {
        font-size: 36px;
        max-width: 350px;
    }
    .additional-goods__slider-wrap {
        width: 270px;
        margin: 50px auto 0 auto;
    }
    .footer__promote::after{
        content: none;
    }
    .footer__promote .container{
        display: block;
        position: relative;
    }
    .footer__promote .logo{
        margin-bottom: 20px;
    }

    .footer__promote-list{
        display: block;
        width: 100%;
    }
    .footer__promote-list li{
        padding: 14px 0;
        text-align: center;
        font-size: 14px;
        margin-right: 0;
        position: relative;
    }
    .footer__promote-list li::after{
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        width: calc(100% + 78px);
        background-color: rgba(234, 234, 241, 0.81);
        top: 47px;
        left: -39px;
    }
    .footer__menu-account{
        display: none;
    }
    .footer__menu > .container > div:not(:last-child){
        width: 50%;
    }
    .catalog{
        display: block;
        position: relative;
        margin-top: 100px;
        padding-bottom: 60px;
    }
    .catalog-page__catalog h1{
        font-size: 30px;

        /*display: none;*/
    }
    .sidebar{
        width: 100%;
        margin-right: 0;
    }
    .sidebar__choose{
        width: 290px;
    }
    .sidebar__block-title{
        /*display: none;*/
    }
    .smart-filter_title.opened + .smart-filter_params-box{
        overflow-x: hidden;
    }
    .smart-filter_params-box .hint-elem{
        display: none;
    }
    .catalog__items-wrap{
        padding-top: 20px;
    }
    .items-block{
        position: static;
    }
    .items-block:before{
        width: 100%;
        left: 0;
    }
    .catalog__item{
        width: calc(50% - 10px);
    }
    .catalog__pagination-item{
        margin: 0 5px;
    }
    .catalog-page__catalog .catalog__pagination{
        display: block;
        text-align: center;
    }
    .catalog__pagination-list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .catalog__pagination-info{
        position: static;
        margin-top: 30px;
    }
    .catalog__item .sale-item__buy-form .button{
        width: 90px;
        height: 30px;
        font-size: 12px;
    }
    .catalog__item .product__info-actions-btns{
        bottom: 45px;
    }
    .sort-block{
        width: calc(100% + 78px);
        margin-left: -39px;
        /*top: -117px;*/
    }
    .items-found{
        display: none;
    }
    .catalog-page__catalog .catalog__pagination-wrap{
        position: relative;
        bottom: 0;
        margin-top: 40px;
        width: 100%;
        margin-left: 0;
    }
    .product__info-gallery-wrap{
        padding: 0;
    }
    .product__info-article, .product__info-stock_summary{
        text-align: center;
    }
    /*.catalog-page__catalog .product__info-color{
        width: 50px;
        height: 50px;
    }
    .catalog-page__catalog .product__info-color:after{
        width: 50px;
        height: 50px;
    }*/
    .product__info-buy-block-wrap .buy-block__wrap{
        float: none;
    }
    .product__info-buy-block-wrap .product__info-price-wrap{
        margin-bottom: 24px;
    }
    .where-buy__item-contacts-wrap{
        display: block;
    }
    .where-buy__item-contacts{
        width: 100%;
    }
    .contacts-form__show-btn{
        display: block;
        width: 100%;
        max-width: 290px;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 20px auto 40px auto;
        font-size: 14px;
    }
    .contacts-form__show-btn:hover{
        cursor: pointer;
    }
    div[data-scheme="map"]{
        max-height: 70vh;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .where-buy__item-form{
        height: 0;
        visibility: hidden;
        opacity:0;
        display: none;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .where-buy__item-form.active{
        height: auto;
        display: block;
        visibility: visible;
        opacity: 1;
        margin-bottom: 40px;
    }
    .where-buy__item-buttons{
        margin-top: 0;
        width: 100%;
    }
    .where-buy__item-buttons span{
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
    }
    .info-page .catalog__pagination {
        -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;
    }
    .news-block-wrap--catalogs .news__dwnld{
        width: calc(100% + 45px);
        margin-left: -20px;
    }
    .news-block-wrap--catalogs .button--white{
        margin: 0 10px;
    }
    .news-block-wrap--catalogs .news__dwnld > span,
    .news-block--certificates .news__dwnld > span,
    .news-block--plugin .news__dwnld > span,
    .news-block--software .news__dwnld > span{
        font-size: 12px;
    }
    .info__gallery-wrap img{
        height: 350px;
    }
    .calendar-wrap{
        display: block;
    }
    .events__type-wrap{
        width: 100%;
        margin-bottom: 20px;
    }
    .calendar__events-select{
        display: block;
    }
    .events-wrap.events-wrap--detail{
        width: 100%;
    }
    .personal__field{
        display: block;
        background-color: #ffffff;
        padding: 0;
    }
    .personal__field--payer,
    .personal__field--address{
        margin-top: 30px;
    }
    .personal__field-title{
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .personal__orders-filter-wrap .product-tabs__title-wrap h6{
        padding: 0 15px;
    }
    .address__edit-wrap ul{
        position: absolute;
        left: 20px;
        top: 5px;
        margin-top: 0;
    }
    .address__edit-wrap ul li,
    .address__edit-wrap ul li:first-child{
        display: inline-block;
        position: static;

    }
    .address__edit-wrap ul li span:last-child{
        display: none;
    }
    .personal__card--comparison {
        padding: 30px 0;
    }
    .personal__card--comparison h2{
        padding-left: 20px;
        font-size: 20px;
    }
    .inner-banner__item.inner-banner__graph .icon-ic{
        font-size: 90px;
    }
    .inner-banner__item.inner-banner__graph p{
        font-size: 18px;
    }
    .calc__result-wrap .catalog__pagination{
        display: block;
    }
    .calc__result-wrap .catalog__pagination-info-text{
        text-align: center;
    }

}
@media all and (max-width: 575px) {
    #header__sticky-search-form .search-field.active{
        width: calc(100vw - 98px);
    }

    .header__top-login > div .header__top-login-account{
        display: none;
    }
    .header__top-login .icon-ic_user{
        margin-right: 0;
    }
    .header__top-login  .header__top-account-menu{
        margin-right: -48px;
    }

    .request-form__title{
        margin-top: 0;
    }

    .send-request-form form.active{
        opacity: 1;
        height: 343px;
        visibility: visible;
        padding-top: 34px;
    }
    #request-form label.error{
        position: relative;
        display: inline-block;
        background: none;
        border: none;
        box-shadow: none;
        font-weight: 500;
        padding: 0;
        left: 0;
        top: -70px;
    }
    #request-form label.error span:first-child{
        display: none;
    }
    .service-block-wrap{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .service__offer-wrap{
        width: 70%;
        margin-bottom: 20px;
        height: 423px;
        padding-top: 17px;
        background-size: cover;
    }
    .service__offer-wrap:last-child{
        margin-bottom: -20px;
    }
    .service__offer-title{
        width: calc(100% - 31px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 43px;
        font-size: 22px;
    }
    .service__offer-text{
        width: 61%;
        margin-top: 16px;
        height: 46px;
        padding-left: 43px;
    }
    .service__offer-wrap .button{
        width: 53%;
        font-size: 18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .why-us__item{
        width: 45%;
        margin-right: 10%;
    }
    .why-us__item:nth-child(2n){
        margin-right: 0;
    }
    .why-us__item:nth-child(3n){
        margin-right: 10%;
    }
    .sale-item__info {
        padding: 0 15px;
    }
    .sale-item__price-cur{
        font-size: 20px;
    }
    .consult__text{
        font-size: 18px;
    }
    .order-consult-form-wrap{
        width: 100%;
    }
    .client__logo{
        margin: 0 15px;
    }
    .letter-form-wrap{
        padding: 60px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .map-block-wrap{
        max-height: 80vh;
    }
    .map__address-button{
        width: 100%;
        height: 51px;
        line-height: 51px;
    }
    .map__address-wrap{
        right: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .smart-filter_title{
        padding: 11px 50px 11px 10px;
    }
    .smart-filter_title > span{
        font-size: 14px;
        text-transform: none;
    }
    .catalog__item{
        width: 100%;
    }
    .catalog__item .sale-item__buy-form .button {
        width: 125px;
        height: 40px;
        font-size: 14px;
    }
    .catalog__item .product__info-actions-btns {
        bottom: 50px;
    }
    .sort__qty{
        display: none;
    }
    .product__info-buy-block-wrap{
        display: block;
    }
    .product__info-buy-block-wrap .product__info-price-wrap{
        float: right;
        margin-right: 0;
        margin-bottom: 0;
    }
    .product__info-buy-block-wrap .buy-block__wrap{
        float: left;
    }
    .buy-block__total{
        margin-top: 0;
        padding-top: 30px;
    }
    .product__info-buy-block-wrap{
        margin-bottom: 20px;
    }
    .main-button-container{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .catalog-page__card .buy-block__buy-btns{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog-page__card .buy-block__buy-btns a,
    .catalog-page__card .buy-block__buy-btns a:first-child{
        width: 48%;
        margin-bottom: 0;
    }
    .info-page{
        padding-bottom: 30px;
    }
    .info-page .news__item{
        width: 100%;
    }
    .info__gallery-wrap img{
        height: 300px;
    }
    .news-block--plugin .news__item{
        width: 290px !important;
        height: 377px;
        min-height: auto;
    }
    .event__info-row p{
        display: block;
    }
    .event__info-row span{
        margin-left: 0;
    }

    /*******ЛИЧНЫЙ КАБИНЕТ******/
    .personal h2{
        font-size: 20px;
    }
    .personal__card-wrap{
        display: block;
        margin-top: 20px;
    }
    .personal__menu{
        width: 100%;
    }
    .personal__menu-select{
        display: block;
    }
    li.personal__menu-name{
        display: none;
    }
    li.personal__menu-cart a{
        padding: 18px 20px;
    }
    .personal__menu-cart span.personal__menu-cart--qty{
        font-size: 16px;
        display: inline;
    }
    .personal__block{
        padding: 0;
        margin-top: 20px;
    }
    .personal__block-title{
        display: none;
    }
    .personal__block-favorites--epmty{
        padding: 30px 0;
    }
    .personal__block-favorites.active .personal__block-favorites--wrap{
        margin-top: 0;
    }
    .personal .personal__favorites-control{
        border: none;
    }
    .personal__favorites-item{
        border: solid 1px #f2f5f8;
        margin-bottom: 0;
    }
    .personal__favorites-item--info{
        border: none;
    }
    .personal__favorites-item .form__agree-confirmation label{
        margin-right: -35px;
    }

    .personal__favorites-item--img{
        float: none;
        margin: 20px auto;
    }
    .personal__favorites-item--name-wrap{
        margin-left: 0;
        text-align: center;
    }
    .personal__favorites-item--art,
    .personal__favorites-item--name a{
        font-size: 14px;
    }
    .personal .personal__favorites-item--control{
        height: auto;
        background-color: #ffffff;
        margin-bottom: 0;
    }
    .personal .personal__favorites-item--control .personal__control-buttons{
        padding: 0 0 20px 0;
        width: 100%;
    }
    .personal__block-subscribe{
        padding: 25px 20px;
    }
    .personal__block-subscribe .form__agree-confirmation--all p{
        font-size: 14px;
    }
    .personal__block-subscribe p.notetext {
         bottom: 95px;
    }
    .personal__subscribe-separate{
        padding-right: 20px;
    }
    .personal__block-footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .personal__address,
    .personal__field-title{
        padding: 0 10px;
    }
    #personal-data-form{
        padding: 20px 15px;
    }
    .personal__card--comparison{
        padding: 0;
        background-color: transparent;
        border: none;

    }
    .personal__card--comparison h2{
        padding-left: 0;
    }
    .personal__card--comparison .personal__card-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-top: 130px;
        margin-top: 0;
        width: calc(100% + 78px);
        margin-left: -38px;
    }
    .personal__card--comparison .personal__block{
        margin-top: 0;
        width: auto;
    }
    .personal__card--comparison .personal__menu{
        width: 170px;
        background-color: #ffffff;
    }
    .personal__card--comparison .personal__control-category--wrap {
        position: absolute;
        left: 38px;
        top: -100px;
        border: none;
    }
    .personal__card--comparison .personal__control-category--wrap .personal__category{
        height: 55px;
    }
    .personal__card--comparison .personal__control-category--wrap input{
        height: 53px;
        line-height: 55px;
    }
    .personal__card--comparison .personal__category .icon-ic_arrow {
        top: 23px;
    }
    .personal__card--comparison .personal__category-list{
        top: 80px;
        width: 218px;
        left: 1px;
    }
    .personal__menu-filter-form .personal__category-list li{
        height: 55px;
    }
    .personal__card--comparison .personal__category-list li a{
        line-height: 55px;
    }
    .personal__menu-filter-form{
        padding-top: 10px;
        padding-left: 10px;
    }
    .personal__menu-filter-form .reg-form__type-payer{
        margin: 0;
    }
    .personal__menu-filter-title,
    .personal__menu-params-row{
        padding-left: 10px;
    }
    .comparison__row > div{
        background-color: #ffffff;
        width: 110px;
        height: auto;
        min-height: auto;
    }
    .comparison__item-header{
        padding: 5px;
    }
    .comparison__item-header--img{
        padding: 5px 0;
        height: auto;
    }
    .comparison__item-header--img img{
        margin: 0;
        width: 100px;
        height: 100px;
    }
    .comparison__item-header--art{
        display: none;
    }
    .comparison__item-header--name{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .comparison__item-header--action{
        display: block;
        height: auto;
    }
    .comparison__item-header--action .sale-item__price-old{
        display: none;
    }
    .personal__card--comparison .personal__control-buttons{
        padding: 10px 0 5px 0;
    }
    .comparison__row .button--red{
        display: none;
    }
    .comparison__item-params-row{
        padding: 5px;
    }
    .cart__body-wrap > div{
        margin-bottom: 20px;
    }
    .cart__goods-actions{
        width: 75px;
        text-align: right;
    }
    .cart__goods .form__agree-confirmation .checkbox-label{
        width: 20px;
        height: 20px;
    }
    .cart__goods .form__agree-confirmation .checkbox-label:before{
        width: 16px;
        height: 16px;
        font-size: 16px;
        top: 3px;
    }
    .cart__body-header-title{
        font-size: 14px;
    }
    .cart__body-header-button{
        width: 85px;
    }
    .cart__goods-header .form__agree-confirmation p{
        line-height: 22px;
        margin-left: 30px;
    }
    .cart__body-header{
        padding: 0 10px;
    }
    .cart__goods-item > *,
    .cart__goods-item .sale-item__price{
        float: none;
    }
    .cart__goods-actions > a{
        margin-bottom: 15px;
    }
    .cart__goods-item--img{
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .cart__goods-item--name-wrap{
        margin: 22px 0 15px 0;
        text-align: center;
        max-width: 400px;
    }
    .cart__goods-item--name-wrap *{
        font-size: 14px !important;
    }
    .cart__goods-item .sale-item__price{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .cart__goods-item .buy-block__item-avail,
    .cart__goods-buy-form{
        margin-left: 0;
        text-align: center;
        margin-right: 0;
    }
    .cart__goods-item .sale-item__price-old{
        margin-right: 10px;
        margin-bottom: 0;
    }
    .cart__goods-buy-form .sale-item__price-old{
        font-size: 12px;
    }
    .cart__goods-buy-form .sale-item__price-cur{
        font-size: 14px;
    }
    .cart__goods-buy-form .buy-block__wrap{
        margin-top: 20px;
    }
    .cart__goods-item .buy-block__item-avail{
        margin-bottom: 10px;
    }
    .cart__goods-buy-form .buy-block__items{
        width: 140px;
    }
    .cart__delivery-point{
        width: 50%;
        margin-right: 0;
    }
    .cart__delivery-wrap,
    .cart__payment-wrap{
        padding: 0;
    }
    .cart__delivery-method{
        width: calc(100%/3);
        margin-right: 0;
    }
    .cart__delivery-detail-info{
        padding: 0 15px;
    }
    .cart__delivery-method-detail .address__field{
        width: 100%;
        margin-left: 0;
    }
    .cart__delivery-address-wrap{
        width: 100%;
        margin-left: 0;
        padding: 11px 15px 0 15px;
    }
    .cart__payment-wrap.cart__delivery-methods{
        padding: 20px 0;
    }
    .personal__orders-filter{
        margin: 30px 0 0 0;
        padding: 0 5px;
        background-color: #f0f0f0;
    }
    .personal__orders-filter-wrap{
        background-color: transparent;
        padding: 0 0 20px 0;
    }
    .personal__orders-filter-item{
        float: none;
    }
    .personal__orders-filter-wrap .product-tabs__title-wrap {
        background-color: transparent;
    }
    .personal__orders-filter-wrap .product-tabs__title-wrap h6{
        background-color: #ffffff;
    }
    .personal__orders-filter-wrap .product-tabs__title-wrap h6.active{
        background-color: #474A51;
    }
    .personal__block-orders .personal__favorites-control{
        display: none;
    }
    .personal__order-list .personal__favorites-item--name-wrap{
        text-align: left;
        max-width: calc(100% - 135px);
        margin-bottom: 20px;
    }
    .personal__order-list .personal__favorites-item--name a{
        font-size: 12px;
    }
    .personal__order-list .sale-item__price::before{
        content: "";
        display: block;
        clear: both;
    }



    .calculator .additional-goods__item-wrap{
        width: 100%;
        margin-right: 0;
    }
    .calc__card-wrap h2{
        font-size: 16px;
        font-weight: 500;
    }
    .calc__params-result--name p s{
        margin-right: 10px;
    }
    .calc__params-result--name span{
        margin-left: 10px;
    }

    .static-page h2{
        font-size: 20px;
        margin-bottom: 0;
    }
    .static__about--left .static__about-img,
    .static__about--right:last-child .static__about-img{
        margin-top: 28px;
        width: calc(100% + 78px);
        margin-left: -39px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 0;
        overflow: hidden;
    }
    .static__about--left .static__about-img img{
        height: 410px;
        width: auto;
    }
    .static__about--left .static__about-img:before,
    .static__about--right:last-child .static__about-img:before{
        width: 100%;
        height: 490px;
        top: 0;
        right: 0;
        left: 0;
    }
    .static__about .static__text-wrap ul{
        width: 100%;
    }
    .static__about--right:last-child{
        margin-top: 100px;
    }
    .static__about-slider{
        display: block;
        width: calc(100% + 78px);
        margin-left: -39px;
        left: 0;
    }
    .static__about-slider img{
        margin: 0 auto;
    }
    .static__about-chart-in--top,
    .static__about-chart-in--bottom,
    .static__about-chart-out{
        display: none;
    }
    .static__about-info{
        padding: 0 0 50px 0;
    }
    .static__about-info > img{
        top: 50px;
    }
    .static__about-info-title{
        font-size: 20px;
    }
    .static__about-chart{
        margin-top: 44px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
        display: block;
    }
    .static__about-social{
        padding-top: 10px;
    }
    .static__about-social-title{
        font-size: 20px;
    }
    .static__about-social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-pack: distribute;*/
        justify-content: space-around;
    }
    .static__about-social-buttons{
        display: block;
        margin-top: 60px;
    }
    .static__about-social-buttons .button{
        margin: 0 auto;
    }
    .static__about-social-buttons .button:first-child{
        margin-bottom: 40px;
    }
    .static-page .share-block{
        margin-top: 60px;
    }
    .static__text-wrap{
        margin-top: 0;
    }
    .static__list--checked .static__list-item{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .static__list-wrap{
        margin-bottom: 60px;
    }
    .static__inner-banner{
        height: auto;
        margin-bottom: 40px;
    }
    .static__inner-banner h5{
        width: auto;
        font-size: 20px;
        font-weight: normal;
        height: auto;
        line-height: 1.3;
        text-align: left;
        padding: 0 5px;
    }
    .static__inner-banner .container{
        padding-bottom: 30px;
    }
    .inner-banner__content{
        display: block;
    }
    .inner-banner__item.inner-banner__graph{
        width: 100%;
        max-width: 220px;
        margin: 30px auto;
    }
    .inner-banner__item.inner-banner__graph p{
        font-size: 22px;
    }
    .static__info-wrap .static__info-item{
        display: block;
        padding: 30px 10px;
        text-align: center;
        margin: 20px 0;
    }
    .static__info-item--text{
        text-align: left;
    }
    .static__info-item--addr{
        display: block;
        text-align: center;
    }
    .static__img-wrap{
        margin: 0 auto 20px auto;
    }
    .feedb__additional{
        display: block;
    }
    .feedb__additional > div{
        width: 100%;
    }
    .feedb__additional > div:first-child{
        margin-bottom: 20px;
    }
    .static__list--mount .static__list-item {
        width: 100%;
        text-align: center;
    }
    .static__list--mount .static__list-item .static__list-title{
        font-size: 14px;
    }
    .static__list--mount .static__list-item p{
        text-align: left;
    }
    .static__inner-banner--mount h3,
    .static-page h3,
    .static-page .static__table-servise h2{
        font-size: 20px;
    }
    .static__inner-banner.static__inner-banner--mount{
        height: 386px;
    }
    .static__inner-banner--mount .inner-banner__item{
        padding-left: 0;
    }
    .static__inner-banner.static__inner-banner--mount .inner-banner__content > div:first-child{
        margin-left: 0;
    }
    .static__inner-banner--mount .inner-banner__item .inner-banner__item--title{
        text-align: center;
        margin-bottom: 20px;
    }
    .static__inner-banner--mount .inner-banner__item .inner-banner__item--title span{
        position: static;
    }
    .static__inner-banner--mount .inner-banner__item .inner-banner__item--title b{
        display: none;
    }
    .static__submenu span{
        width: 100%;
    }
    .static__table-item{
        height: auto;
        display: block;
        padding: 20px 15px;
    }
    .static__table-item img{
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .static__table-servname{
        padding-right: 0;
    }
    .static__table-item .button{
        width: 100%;
        clear: both;
        max-width: 290px;
        margin: 0 auto;
    }
    .static_note-important p,
    .static_note-important p span b{
        font-size: 16px;
    }
    .static-page--partnership .static__list-item{
        width: 100%;
    }
    .static__form-wrap{
        padding: 50px 0;
    }
    #modal__faq-form{
        padding: 40px 30px;
    }
    .cart__delivery-method:nth-of-type(4n) {
        margin-right: 0;
    }
    .cart__delivery-method-detail[data-delmethod="29"] .bx_result_price,
    .cart__delivery-method-detail[data-delmethod="26"] .bx_result_price,
    .cart__delivery-method-detail[data-delmethod="27"] .bx_result_price,
    .cart__delivery-method-detail[data-delmethod="28"] .bx_result_price{
        flex-direction: column;
        align-items: flex-end;
        right: 15px;
    }
    .cart__delivery-method-detail[data-delmethod="29"] .cart__delivery-detail-warning.active,
    .cart__delivery-method-detail[data-delmethod="26"] .cart__delivery-detail-warning.active,
    .cart__delivery-method-detail[data-delmethod="27"] .cart__delivery-detail-warning.active,
    .cart__delivery-method-detail[data-delmethod="28"] .cart__delivery-detail-warning.active{
        max-width: 100%;
    }
    ul.left-menu.category-block li a{
        font-size: 14px;
    }
    .product__info-gallery-wrap .sale-sticker{
        width: 40px;
        height: 40px;
    }
    .comparison__item-header--img .sale-sticker{
        width: 25px;
        height: 25px;
    }
    /* РАЗДЕЛ ПАРТНЕРСТВО */
    .partnership__box--left .partnership__box-img--3:after{
        width: 100%;
    }
    .partnership__box-logos{
        flex-wrap: wrap;
    }
    .partnership__box-logos img{
        width: calc(100%/3 - 10px);
        margin: 10px 0;
    }
    .partnership__box-logos img:nth-child(even){
        margin-top: 0;
    }
    .partnership__list.partnership__list--large{
        font-size: 22px;
    }
    .partnership__box--form .partnership__box-text{
        font-size: 20px;
    }
    .partnership__box-text{
        padding-right: 0 !important;
    }
    .partnership__box--links > ul > li p a{
        font-size: 18px;
    }

}
@media all and (max-width: 450px) {
    .container{
        padding: 0 15px;
    }
    .header__top-account-menu{
        width: 290px;
    }
    .top-padding-wrap{
        text-align: center;
    }
    .header__top-login {
        margin-left: 16px;
    }
    .header__main-top--lang{
        margin-left: 25px;
    }
    .header__sticky .header__user-lists > div {
        margin-left: 16px;
    }
    .header__sticky a.logo{
        left: 45px;
    }

    .top-menu__item.top-menu__catalog-menu > a{
        padding-left: 35px;
    }
    .service-block-wrap{
        display: block;
        text-align: left;
    }
    .service__offer-wrap{
        width: calc(100% + 30px);
        margin-left: -15px;
        background-size: cover;
    }
    .why-us .top-padding-wrap{
        text-align: center;
    }
    .why-us-block{
        display: block;
        width: 210px;
        margin: 30px auto 0 auto;
        text-align: left;
    }
    .why-us__item{
        width: 100%;
    }
    .stock-block-wrap{
        display: block;
    }
    .stock__banner,
    .stock__sale-wrap{
        width: calc(100% + 30px);
        margin: 10px 0 10px -15px !important;
    }
    .stock__sale-item h6{
        padding: 0 20px;
    }
    .sale-item__info a img{
        width: 100%;
        height: auto;
    }
    .additional-goods{
        padding: 60px 0;
        text-align: center;
    }
    .additional-goods__slider-wrap .slick-list.draggable{
        margin-left: -15px;
    }
    .additional-goods__item-wrap{
        margin-left: 10px;
    }
    .main-page .news-block-wrap .slick-track {
        display: block;
    }
    .news-block-wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
        text-align: left;
    }
    .news__item{
        margin: 0;
    }
    .news-block-wrap .slick-dots {
        bottom: -40px;
    }
    .clients-block{
        width: 100%;
    }
    .map__address-wrap{
        max-width: 280px;
    }
    .footer__promote .logo{
        padding: 0 0 0 15px;
    }
    .footer__promote-list li::after{
        width: calc(100% + 30px);
        left: -15px;
    }
    .footer__menu > .container{
        padding: 39px 50px;
        display: block;
    }
    .footer__menu > .container > div:not(:last-child){
        width: 100%;
    }
    .footer__menu-catalog{
        padding-top: 50px;
    }
    .footer__menu-subscribe{
        padding-top: 50px;
    }
    .footer-copyright .container::before,
    .footer-copyright .container::after{
        content: none;
    }
    .footer-copyright .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer-copyright__text{
        margin-right: 0;
    }
    .footer-copyright__soc{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0 39px 46px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footer-copyright__soc a{
        font-size: 28px;
    }
    .sort-block {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .sort__params{
        padding: 0 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .sidebar__block{
        border: none;
    }
    .smart-filter_title.opened + .smart-filter_params-box{
        background-color: #f0f0f0;
    }
    .catalog-page__card section h1{
        font-size: 20px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .product__info-wrap{
        margin-top: 20px;
    }
    .product__info{
        margin-top: 74px;
    }
    .product__info-color-wrap{
        margin-bottom: 60px;
    }
    .product__info-price--old{
        font-size: 14px;
    }
    .product__info-price--cur{
        font-size: 20px;
    }
    .buy-block__total span{
        float: right;
        font-size: 16px;
    }
    .product__features-tr{
        display: block;
    }
    .product__features-tr div{
        width: 100% !important;
    }
    .product__features-tr div:first-child{
        border: none;
        font-weight: 300;
    }
    .catalog-page__card .product__gallery-img .slick-dots{
        bottom: -44px;
    }
    .catalog-page__card .additional-goods{
        padding: 50px 15px;
    }
    .catalog-page__card .additional-goods__slider-wrap{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .catalog-page__card .additional-goods__item-wrap {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    h6.product-tabs__title{
        margin-right: 5px;
        padding: 0 15px;
    }

    .category__item,
    ul.left-menu.category-block li{
        width: 100%;
        max-width: 100%;
    }
    .category__title{
        height: 60px;
        padding: 0 10px;
    }
    .category__title span{
        font-size: 16px;
    }
    .static-page.static-page__buy{
        padding-bottom: 0;
    }
    .static-page h2,
    .info-page h2{
        font-size: 20px;
    }
    .map-list__selector{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: -105px;
        height: auto;
        left: -15px;
        width: calc(100% + 15px);
    }
    .map-list__selector a, .map-list__selector a:first-child{
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .static-page .sidebar{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .city-page--header > .sidebar {
        width: 100%;
        margin-left: 0;
    }
    .where-buy__map{
        min-height: auto;
        height: 304px;
        position: relative;
    }
    .buy__table-map-link{
        width: 100%;
    }
    .buy__table tr:nth-child(2n+1) td {
        background-color: #f0f0f0;
    }
    .where-buy-block--contacts{
        margin-top: 40px;
    }
    .where-buy__item-contacts{
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .static-page .sidebar__choose-tab{
        height: 55px;
        line-height: 55px;
    }
    .select-city--list .sidebar__choose-tab{
        height: auto;
        line-height: normal;
    }
    .select-city{
        width: 100%;
    }
    .header__sticky .main-nav:hover > ul{
        left: -15px;
    }
    .info-page .news__item{
        margin-bottom: 20px;
    }
    .info-page .news__date{
        margin-top: 10px;
    }
    .info__gallery--video .info__gallery-wrap{
        padding: 0 15px;
    }
    .info__gallery--video .info__gallery-wrap {
        height: calc(56.25vw - 15px);
    }
    .news-block--faq .news__item{
        margin-left: 0;
    }
    .info__gallery-wrap img{
        height: 235px;
    }
    .info__gallery--projects  ~ .info-page{
        margin-top: -160px;
    }
    .info__gallery--projects ~ .info-page .news__content-wrap{
        margin-top: 0;
        padding-top: 160px;
    }
    .info__gallery--projects ~ .breadcrumbs ul{
        padding: 30px 10px 0 10px;
    }
    .events__filter-clear{
        display: none;
    }

    .address__field{
        padding: 8px 10px;
    }
    .address__edit-wrap ul{
        left: 10px;
    }
    .address__controll-wrap{
        font-size: 12px;
    }
    .address__controll-wrap .icon-ic_plus{
        margin-right: 10px;
    }
    .address__controll-wrap .button--dark-grey {
        width: 70px;
    }
    .personal__card--comparison .personal__card-wrap{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .personal__card--comparison .personal__control-category--wrap{
        left: 15px;
    }


    .calculator > .container{
        padding: 0 15px;
    }
    .calc__params-wrap{
        padding-right: 20px;
    }
    .calc__params-result{
        padding: 20px 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .calc__params-result--name:not(:first-child){
        margin-top: 30px;
    }
    .calc__params-result--name p s{
        width: 100% !important;
        text-align: center !important;

    }
    .calc__params-result--name span{
        display: block;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .calc__params-buttons{
        display: block;
    }
    .calc__params-buttons .button{
        width: 100%;
    }
    .calc__params-buttons .button:first-child{
        margin-bottom: 20px;
    }
    .calc__result-info{
        padding: 0 10px;
        height: auto;
        margin-bottom: 20px;
    }
    .calculator .personal__favorites-control{
        display: block;
        height: 54px;
        margin-bottom: 70px;
        padding: 0 10px;
    }
    .calculator .personal__control-actions{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0;
    }
    .calculator .personal__control-buttons{
        padding: 20px 0 20px 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: calc(100% + 10px);
    }



    .static__about--left .static__about-img,
    .static__about--right:last-child .static__about-img,
    .static__about-slider,
    .static__about-chart{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .static__about-slider img{
        width: 100%;
        height: auto;
    }
    .static__about-chart-text li {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .feedb__items-wrap > div{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .static-page.static-page--404-wrap{
        padding-bottom: 60px;
    }
    .static-page--404 + .button--gold{
        width: 100%;
        height: 57px;
        font-size: 20px;
        margin-top: 60px;
    }
    .static__submenu,
    .static__table{
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .ymaps-2-1-74-balloon-content__header,
    [class$="-balloon-content__header"]{
        display: none !important;
    }
    .ymaps-2-1-74-balloon__content,
    [class$="-balloon-content"]{
        width: 100% !important;
    }
    .balloon-content__body {
        padding: 5px 10px;
        font-size: 14px;
    }

    .personal__order-prop{
        margin-left: 0;
        margin-right: 0;
        white-space: normal;
    }


    /* РАЗДЕЛ ПАРТНЕРСТВО */
    .partnership__box--grey {
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog-page__catalog h1 {
        font-size: 20px;
    }
}

@media (max-width: 410px) {
    .header__main-top--menu {
        margin: 0 0 0 10px;
        justify-content: flex-end;
    }

    .header__main-top--menu li:last-child {
        margin-right: 0;
    }

    .header__main-top--menu li {
        margin-right: 10px;
    }
    .header__main-top--menu li:nth-child(5){
        display: none;
    }
    .modal-city__list li a{
        padding: 0;
    }
    .modal-city__title{
        padding: 0;
        padding-bottom: 10px;
        padding-right: 20px;
    }
}

@media all and (min-width: 768px){
    ul.left-menu.category-block.support_category_block li{
        width: calc(33.33333% - 32px);
    }
    ul.left-menu.category-block.partnership_category_block li{
        width: calc(50% - 32px);
    }
}
/* End */


/* Start:/local/templates/lednikoff/css/template/burger.css?17459352834576*/
/*global/vars.css НАЧАЛО*/
body {
	--animation-duration: 0.2s;
	--animation-timing-function: ease;

	--header-top-height: 40px;
	--header-bottom-height: 55px;

	--header-height: calc(var(--header-top-height) + var(--header-bottom-height));
}

body._headerFixed {
	--header-height: var(--header-bottom-height);
}

/*global/vars.css КОНЕЦ*/

/*template/main.css НАЧАЛО*/
body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	opacity: 0;
	transition: opacity var(--animation-duration) var(--animation-timing-function);
}

body._backdrop::before {
	opacity: 1;
	pointer-events: all;
}

/*template/main.css КОНЕЦ*/

/*template/burger.css НАЧАЛО*/
.header__burger {
	display: flex;
	align-items: center;
}

/*template/burger.css КОНЕЦ*/

/*ui/burger.css НАЧАЛО*/
.burger {
	--width: 20px;
	--height: 16px;
	--height-line: 2px;
	--color: #3c3c3c;

	cursor: pointer;
	width: var(--width);
	height: var(--height);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 4;
}

.burger span {
	width: 100%;
	height: var(--height-line);
	background: var(--color);
	transition: transform .2s ease, translate .1s linear .15s, background-color var(--animation-duration) var(--animation-timing-function);
}

.modal._open .burger span,
.burger._open span {
	transition: translate .1s linear, transform .2s ease .1s, background-color var(--animation-duration) var(--animation-timing-function);
}

.modal._open .burger span:nth-child(1),
.burger._open span:nth-child(1) {
	translate: 0 calc(var(--height) / 2 - var(--height-line) / 2);
	transform: rotate(225deg);
}

.modal._open .burger span:nth-child(2),
.burger._open span:nth-child(2) {
	opacity: 0;
}

.modal._open .burger span:nth-child(3),
.burger._open span:nth-child(3) {
	translate: 0 calc(-1 * (var(--height) / 2 - var(--height-line) / 2));
	transform: rotate(135deg);
}

/*ui/burger.css НАЧАЛО*/

/*template/burger.css НАЧАЛО*/

.burgerMenu {
	display: flex;
	max-width: 264px;
	width: 100%;
	height: calc(100svh - var(--header-height));

	position: fixed;
	left: 0;
	bottom: 0;
	right: auto;
	top: var(--header-height);
	z-index: 10;
	transform: translateX(-100%);

	transition: transform var(--animation-duration) var(--animation-timing-function);

	box-shadow: -30px 0px 30px rgba(0, 0, 0, 0.25);

	overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
}

.burger::-webkit-scrollbar {
	width: 0;
}

.burgerMenu._open {
	transform: translateX(0);
}

.burgerMenu nav {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.burgerMenu ul {
	background-color: #f4f4f4;
	height: 100%;
}

.burgerMenu ul>li {
	display: flex;
	width: 100%;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;

	flex-direction: column;
}

.burgerMenu ul>li>a,
.burgerMenu ul>li>._backBtn {
	width: 100%;
	color: #3c3c3c;
	font-size: 12px;
	box-sizing: border-box;

	line-height: 1.4;
	padding: 10px 40px;

	display: flex;
	gap: 4px;
	align-items: center;

	border-bottom: 1px solid #ffffff;
	transition: none;
	position: relative;
}

.burgerMenu ul>li:last-child a {
	border-bottom: unset;
}

/*стрелочка у кнопки "назад"*/
.burgerMenu ul>li>._backBtn::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	pointer-events: none;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.34687 8.5249L8.24687 13.4249L7 14.6499L0 7.6499L7 0.649902L8.24687 1.8749L3.34687 6.7749L14 6.7749L14 8.5249L3.34687 8.5249Z' fill='%2315345A'/%3e%3c/svg%3e");
	background-color: #e83e38;
}

.burgerMenu ul>li._parent>a::after {
	content: "\e929";
	display: flex;
	position: absolute;
	font-family: lednikoff;
	font-size: 4.4px;
	right: 25px;
	transform-origin: center;
	transform: rotateZ(-90deg);
}

.burgerMenu ul>li>a+ul {
	display: none;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.burgerMenu ul>li._open {
	position: fixed;
	inset: 0;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
}

.burger::-webkit-scrollbar {
	width: 0;
}

.burgerMenu ul>li._open>a {
	font-weight: 700;
	background-color: #fff;
}

.burgerMenu ul>li._parent._open>a::after {
	display: none;
}

.burgerMenu ul>li._open>a+ul {
	display: block;
}

/*template/burger.css КОНЕЦ*/
/* End */


/* Start:/local/templates/lednikoff/components/bitrix/search.title/search_visual/style.css?17114517034011*/
.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	/*background: #fafafa;*/
	width: 60px;
	min-width: 60px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative;
	display: flex;
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #e83e38;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	/*color: #a7a7a7;*/
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{
	display: flex;
	color: white;
	text-decoration: none;
	padding: 5px 15px;}
.bx_item_block.all_result .all_result_title a:hover{}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/local/templates/lednikoff/components/bitrix/sale.basket.basket.line/minicart/style.css?17114517034401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/lednikoff/components/bitrix/search.title/search_visual_sticky/style.css?17114517034011*/
.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	/*background: #fafafa;*/
	width: 60px;
	min-width: 60px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative;
	display: flex;
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #e83e38;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	/*color: #a7a7a7;*/
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{
	display: flex;
	color: white;
	text-decoration: none;
	padding: 5px 15px;}
.bx_item_block.all_result .all_result_title a:hover{}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/local/templates/lednikoff/components/bitrix/news.list/banner-index/style.css?1711451703504*/
.main-slider__text {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 33%;

}

.main-slider__text-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-slider__date {
    margin-bottom: 20px;
    font-size: 15px;
}

.main-slider__prev {

}

@media (max-width: 1050px) {
    .main-slider__text {
        left: 39px;
        width: 75%;
    }

}
@media (max-width: 450px){
    .main-slider__text{
        left: 15px;
    }
}
/* End */


/* Start:/local/templates/lednikoff/components/bitrix/news.list/buy-main/style.css?1749193664491*/
.contacts-block-wrap .__mainMapTitle,
.__mainMapTitle.container > h2.__mobile {
    display: none;
}

@media screen and (max-width: 667px) {
    .contacts-block-wrap .__mainMapTitle {
        display: inherit;
    }
    .__mainMapTitle.container > h2.__mobile {
        display: inherit;
        padding-top: 80px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 450px) {
    .__mainMapTitle.container > h2.__mobile {
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/lednikoff/components/bitrix/subscribe.edit/footer/style.css?17430784102209*/
/* Subscription */
div.subscription {
	/*width: 80%;*/
	margin: 0 0 2em;
}

div.subscription-title-inner {
	font-weight: bold;
	padding: 8px 12px 10px 12px;
	overflow: hidden;
	zoom: 1;
}

/*div.subscription-title .r2, div.subscription-title .r0 { border-left: 1px solid; border-right: 1px solid;}*/
div.subscription-form {
	padding: 17px 11px 0;
	border: 1px solid;
	border-top: none;
	margin: 0 0 1.5em;
}

table.subscription-layout {
	width: 100%;
}

table.subscription-layout td {
	vertical-align: top;
	padding: 0 0 20px;
}

table.subscription-layout td.field-name {
	width: 70px;
	text-align: right;
	padding-right: 7px;
}

table.subscription-layout td.field-form {}

input.subscription-email {
	width: 150px;
}

input.subscription-textbox {
	width: 230px;
}

div.subscription-format {
	white-space: nowrap;
	float: right;
	margin-right: 1em;
}

div.subscription-rubric {
	padding: 0 0 1em;
	overflow: hidden;
}

div.subscription-rubric input {
	float: left;
	margin-right: -23px;
}

div.subscription-rubric label {
	margin-left: 23px;
	display: block;
	padding-top: 2px;
}

div.subscription-rubric span {
	display: block;
	margin-top: 0.25em;
	font-size: 0.85em;
}

div.subscription-notes {
	margin: 1em 0 1.5em;
}

div.subscription-utility p {
	font-size: 0.85em;
}

div.subscription-buttons {
	margin-top: 1em;
}

/* Subscription colors*/
div.subscription-title b,
div.subscription-title-inner {
	background-color: #E6E6E6;
}

div.subscription-title .r2,
div.subscription-title .r0 {
	border-color: #FAFAFA;
}

div.subscription-form {
	border-color: #E5E5E5;
}

div.subscription-rubric span,
div.subscription-format span,
div.subscription-utility p {
	color: #000000;
}



div.subscribe-edit .red {
	color: red;
}

div.subscribe-edit .green {
	color: green;
}

div.subscribe-edit .errorcolor {
	color: red;
}

div.subscribe-edit .successcolor {
	color: green;
}

input.subscription-textbox:focus::-webkit-input-placeholder,
input.subscription-textbox:focus::placeholder,
input.subscription-textbox:focus::-moz-placeholder,
input.subscription-textbox:focus:-moz-placeholder,
input.subscription-textbox:focus:-ms-input-placeholder {
	opacity: 0;
}

.subscription-footer font.notetext {
	color: green;
}
/* End */
/* /local/templates/lednikoff/css/normalize.css?17114517036487 */
/* /local/templates/lednikoff/css/library/jquery.fancybox.css?171145170318306 */
/* /local/templates/lednikoff/css/library/slick.css?17114517031895 */
/* /local/templates/lednikoff/css/library/slick-theme.css?17114517033353 */
/* /local/templates/lednikoff/css/library/tooltipster.bundle.min.css?17114517036495 */
/* /local/templates/lednikoff/css/library/tooltipster-sideTip-shadow.min.css?17114517032056 */
/* /local/templates/lednikoff/css/lednikoff-font.css?17458500254817 */
/* /local/templates/lednikoff/js/library/sla2/sweetalert2.min.css?171145170324621 */
/* /local/templates/lednikoff/css/style.css?1750431003252715 */
/* /local/templates/lednikoff/css/additional.css?171145170313816 */
/* /local/templates/lednikoff/css/responsive.css?1750431168109837 */
/* /local/templates/lednikoff/css/template/burger.css?17459352834576 */
/* /local/templates/lednikoff/components/bitrix/search.title/search_visual/style.css?17114517034011 */
/* /local/templates/lednikoff/components/bitrix/sale.basket.basket.line/minicart/style.css?17114517034401 */
/* /local/templates/lednikoff/components/bitrix/search.title/search_visual_sticky/style.css?17114517034011 */
/* /local/templates/lednikoff/components/bitrix/news.list/banner-index/style.css?1711451703504 */
/* /local/templates/lednikoff/components/bitrix/news.list/buy-main/style.css?1749193664491 */
/* /local/templates/lednikoff/components/bitrix/subscribe.edit/footer/style.css?17430784102209 */
