@charset "utf-8";

html, body {
    height: 100%
}

.main {
    min-height: 100%
}

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

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

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

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

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

a {
    color: #e5111b
}

div {
    position: relative
}

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

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

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

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

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

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

.h2__link:hover {
    color: #e5111b
}

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

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

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

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

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

.text_red {
    color: #e5111b
}

.text_center {
    text-align: center
}

.text_uppercase {
    text-transform: uppercase
}

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

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

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

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

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

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

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

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

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

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

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

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

.more-button_right {
    float: right
}

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

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

.frame_small {
    max-width: 400px
}

.antibot {
    display: none
}

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

.warning__warning {
    color: #ec1e25
}

.adaptive-table {
    overflow: auto
}

.placeholder {
    color: #999
}

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

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

.form__text {
    height: 40px
}

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

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

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

.form__submit_left {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_select{
    position: relative;
}

.form_select>.select__button {
    appearance: none;
    min-width: 250px;
}

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

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

.select__item:hover {
    color: #e5111b
}

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

.select__item_disabled:hover {
    color: #aaa
}

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

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

.select__item_disabled .select__image {
    opacity: .15
}

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

.oneline-frame__title {
    text-transform: uppercase
}

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

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

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

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

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

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

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

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

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

.header__logo {
    width: 185px
}

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
    display: none;
}

.cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

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

.cabinet__link {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 17px 0;
    text-transform: uppercase;
    color: #282828;
}

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

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

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

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

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

.cabinet__link._modified svg {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.cabinet__delivery {
    margin-top: 37px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cabinet__attachment label {
    cursor: pointer;
}

.cabinet__attachment._ready {
    color: green;
}

.cabinet__attachment._ready svg {
    fill: green;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basket__summary span {
    color: #ff0000;
}

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

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

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

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

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

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

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basket__delete:hover {
    color: #e80000;
}

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

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

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

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

.cabinet__alert {
    padding-left: 15px;
}

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

.cabinet__alert span {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-button {
    display: none
}

.menu-wrapper {
    height: 59px
}

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

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

.menu__item {
    display: table-cell
}

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

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

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

.menu__item:hover .submenu {
    display: block
}

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

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

.submenu__item {
    margin-top: 18px
}

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

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

.submenu__link:hover {
    color: #eb040c
}

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

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

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

.breadcrumb__link_current {
    color: #e82122
}

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

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

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

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

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

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

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

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

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

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

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

.footer__link:hover {
    color: #f72431
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.footer-socials__item._rutube{
    background-image: url(/local/templates/mdm/img/rutube.png);
    background-size: cover;
}
.footer-socials__item._rutube:hover{
    background-image: url(/local/templates/mdm/img/rutube-hover.png);
}

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

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

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

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

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

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

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

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

.footer__cabinet .footer__link {
    text-decoration: underline
}

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

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

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

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

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

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

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

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

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

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

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

.catalog {
    margin-left: 340px
}

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

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

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

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

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

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

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

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

.na-zakaz__table {
    width: 100%
}

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

.contact_map {
    margin: 30px 0 50px
}

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

.nopoint {
    list-style-type: none
}

.news-content__table td {
    padding: 20px
}

.clear {
    clear: both
}

.news-linck {
    text-decoration: none
}

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

.processing__link:hover {
    color: red
}

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

.policy {
    font-size: 15px
}

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

.form__text._hide-url {
    display: none
}

.about__blanki {
    display: block;
    margin: 0
}

.submenu .submenu {
    display: none
}

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

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

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

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

.title_link {
    text-decoration: none
}

.title_link:hover h2 {
    color: #eb040c
}

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

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

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

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

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

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

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

.product-images__icon._new_production {
    width: 90px;
    height: 54px;
    bottom: 90px;
    left: 0;
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
}

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

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

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

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

.product-images__main .fancybox {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

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

.product-images__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    width: 125px;
    height: 125px;
    line-height: 120px;
    text-align: center;
    border: 1px solid #d6d6d6;
    overflow: hidden
}

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

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

.product {
    margin-left: 575px
}

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

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

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

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

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

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

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

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

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

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

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

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

.product__props tr {
    background: #fffefd
}

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

.product__props td {
    padding: 7px 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_knop {
    margin-top: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.projects-product__arrow_left {
    left: 0
}

.projects-product__arrow_right {
    right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-container {
    width: 100%;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-top: 30px;
    margin-left: 0!important; */
    list-style: none;
    width: 100%;
    padding: 0;
}
ul.tabs li {
    /* border: 1px solid gray;
    border-radius: 3px 3px 0 0; */
    border-bottom: 1px solid #8080807d;
}

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

.tabs li:before{
    content: unset;
}

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

.tabs li{
    width: 100%;
}

.tabs li a {
    color: black;
    font-size: 18px;
    text-align: center;
    /* background-color: #0f7b41; */
    border: none;
    padding: 20px;
    /* background: url(/local/templates/page/css/../images/button_texture.png); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}


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


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

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

.tabs-panel {
    display: none;
}

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

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


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

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

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



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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.footer-subscribe {
    margin-bottom: 10px;
    margin-top: 10px;
    color:#fff
}
.footer-subscribe__text{float:left;padding:0 25px;width:275px;height:46px;color:#282828;border:none}
.footer-subscribe__button{padding:0 25px;height:46px;color:#fff;line-height:46px;border:none;background:#f22e3a}
.footer-subscribe p a {
    transition: all 0.3s ease-in-out;
}
.footer-subscribe p a:hover {
    color: #f22e3a !important;
}
.mobile_registration-name{
    display: none;
}
@media screen and (max-width: 1250px) {
    .menu__list {
        width: 100%
    }

    .menu__link {
        padding: 0 7px
    }

    .catalog-section__img {
        width: auto
    }
}

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

    .footer__cabinet {
        margin-left: 20px
    }

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

    .cabinet__table {
        max-width: none;
    }

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

    .cabinet__aside {
        max-width: 240px;
    }

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

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

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

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

    .header__logo {
        width: 150px
    }

    .header__content {
        padding-top: 12px
    }

    .search {
        width: 200px
    }

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

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

    .product-quantity__input {
        width: 50px
    }

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

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

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

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

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

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

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

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

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

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

    .product {
        margin-left: 435px
    }

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

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

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

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

    .submenu {
        top: 45px
    }

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

    .header__content {
        position: static
    }

    .header {
        height: 120px
    }

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

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

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

    .basket__cell::before {
        display: none;
    }

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

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

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

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

    .basket__question {
        display: inline-block;
    }

    .basket__row._head {
        display: none;
    }
}

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

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

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

    .menu-button:hover {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

    .menu._active {
        display: block
    }

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

    .menu__item {
        position: relative;
        display: block
    }

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

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

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

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

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

    .menu__item:hover .submenu {
        display: none
    }

    .menu__item._active .submenu {
        display: block
    }

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

    .submenu__item {
        margin: 0 0 5px
    }

    .submenu__link {
        font-size: 13px
    }

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

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

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

    .callback {
        display: none
    }

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

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

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

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

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

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

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

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

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

    .oneline-frame__text {
        margin-left: 0
    }

    .catalog-sidebar {
        display: none
    }

    .catalog {
        margin-left: 0
    }
}

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

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

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

    .footer__cabinet {
        margin-left: 0
    }

    .cabinet__aside {
        max-width: 207px;
    }

    .cabinet__link {
        font-size: 13px;
    }

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

    .cabinet__cross {
        right: 14%;
    }

    .footer__contacts {
        height: 350px;
    }

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

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

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

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

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

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

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

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

    .cabinet__aside {
        max-width: none;
	order: 2;
    }

    .cabinet__wrap {
        max-width: none;
    }
    .footer__contacts._phones {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__contacts._phones p {
        width: 100%;
    }
/*
.registration-type {
    display: flex;
    flex-direction: column;
}
.registration-type__item:checked + label {
    color: #fff;
    background: #e92b2c;
}
.registration-type__item + label {
    line-height: 50px;
    margin: 10px 10px 10px 0;
    font-size: 16px;
    box-shadow: 0 6px 10px rgb(140 140 140 / 40%);
}
.registration-type__item:checked + label:after {
content: unset;
}
.registration-block {
    width: 100%;
}
.company-details-type__item {
    width: 100%;
}
.company-details-type__item, .company-details-type__item:first-child {
    margin: 15px 0;
}
.company-details-type__item_active:after {
    content: unset;
}
.dealer-block {
        max-width: 100%;
    }
.cabinet__wrap.profilepage {
    background: transparent;
}
.registration-mobile {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 -30px;
    box-shadow: 0 0 10px 4px rgb(140 140 140 / 40%);
}
.form-js-new>input.form__submit{
    width: 100%;
}
span.form__notice {
    display: none;
}
form>label:before {
    font-size: 25px;
    line-height: 25px;
}
form>label:before{
    width: 25px;
    height: 25px;
}
form>label {
    padding-left: 40px;
    font-size: 12px;
    color: #737373;
    margin: 20px 0;
}
.register_color{
    color: #737373;
}
.mobile_registration-name{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.separator {
    display: none;
}
*/
}

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

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

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

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

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

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

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

    .header-phones {
        display: none
    }

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

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

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

    .cabinet__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

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

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

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

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

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

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

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

    .basket__question {
        right: -20px;
    }

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

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

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

    .color-select__select {
        width: auto;
    }

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

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

    .footer__cabinet {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__basket {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .scroll-top {
        bottom: 95px;
    }

    .scroll-top:hover {
        background: #fff;
        border-color: #f52414;
    }
    /*.product-images__list-wrapper {
        display: none;
    }
    .product-images__arrow {
        display: none;
    }
    .product-images__main {
        margin-left: calc(50vw - 141px);
    }*/
}

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

    .cabinet__cell {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

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

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

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



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

 .about-menu__item:nth-child(1) a.icon-menu:after {
    content: "NEW";
    background-color: #74b143;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-left: 147px;
    font-size: 14px;
    font-weight: bold;

    position: relative;
    bottom: 3px;
} 

.about-menu__item:nth-child(2) a.icon-menu:after {
    content: "";
    background: url(/local/templates/mdm/img/new_production_new.png);
    

    position: absolute;
    height: 34px;
    width: 29px;
    top: 15%;
    right: 10%;

} 

.about-menu__item:nth-child(3) a.icon-menu:after {
    content: "АКЦИЯ";
    background-color: #1c59d8;
    color: #fff;
    padding: 5px 4px 5px 4px;
    margin-left: 164px;
    font-size: 14px;
    font-weight: bold;

    position: relative;
    bottom: 2px;

} 

.about-menu__item:nth-child(4) a.icon-menu:after {
    content: "ХИТ";
    background-color: rgb(245, 208, 46);
    color: #fff; 
    margin-left: 76px;
    font-size: 14px;
    padding: 5px 15px 4px 15px;
    position: relative;
    bottom: 1px;
    left: 25px;
    font-weight: bold;


} 


.about-menu__item:nth-child(1) {
    
    padding-top: 7px;

}

.about-menu__item:nth-child(2) {
    
    height: 49px;

}

.about-menu__item:nth-child(3) {
    
    padding-top: 5px;

}

.buy_kolvo {
    float: left;
    position: relative;
    top: 10px;
    color: #646464;
}
.catalog-section[href="/catalog/navesnye_elementy_dlya_perforirovannyh_zadyh_stenok/"]{
/*display:none;*/
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(/upload/Arrow_left_large.svg)!important;
}
.cont-swiper{
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.projects__container{
margin: 0 auto !important;
}

.green_new {
    background: #74b143;
    text-transform: uppercase;
    width: 100px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
@media screen and (max-width: 820px){
	.vertical-table tr {
		display: flex;
		flex-direction: column;
	}
	.vertical-table blockquote {
		margin: 0;
	}
}





.registration-type {
    display: flex;
    flex-direction: column;
}
.registration-type__item:checked + label {
    color: #fff;
    background: #e92b2c;
}
.registration-type__item + label {
    line-height: 50px;
    margin: 10px 10px 10px 0;
    font-size: 16px;
    box-shadow: 0 6px 10px rgb(140 140 140 / 40%);
}
.registration-type__item:checked + label:after {
content: unset;
}
.registration-block {
    width: 100%;
}
.company-details-type__item {
    width: 100%;
}
.company-details-type__item, .company-details-type__item:first-child {
    margin: 15px 0;
}
.company-details-type__item_active:after {
    content: unset;
}
.dealer-block {
        max-width: 100%;
    }
.cabinet__wrap.profilepage {
    background: transparent;
}
.registration-mobile {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 -30px;
    box-shadow: 0 0 10px 4px rgb(140 140 140 / 40%);
}
.form-js-new>input.form__submit{
    width: 100%;
}
span.form__notice {
    display: none;
}
.register_color{
    color: #737373;
}
.mobile_registration-name{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.separator {
    display: none;
}
.dealer-block {
    float: left;
    width: 100%;
}
.cabinet__wrap.profilepage{
    padding-top: 0;
}
label.usertype-dealer {
    margin-top: 0;
}
@media screen and (max-width: 650px) {
	.product-item>.favor{
	    display: block;
	}
}

.remember-forgot>.form__checkbox + label:before,
.dealer-block>.form__checkbox + label:before,
.registration-block>.form__checkbox + label:before,
form>.form__checkbox + label:before {
    font-size: 25px;
    line-height: 25px;
}
.remember-forgot>.form__radio + label:before, .remember-forgot>.form__checkbox + label:before,
.dealer-block>.form__radio + label:before, .dealer-block>.form__checkbox + label:before,
.registration-block>.form__radio + label:before, .registration-block>.form__checkbox + label:before,
form>.form__radio + label:before, form>.form__checkbox + label:before {
    width: 25px;
    height: 25px;
}
.remember-forgot>.form__radio + label, .remember-forgot>.form__checkbox + label,
.dealer-block>.form__radio + label, .dealer-block>.form__checkbox + label,
.registration-block>.form__radio + label, .registration-block>.form__checkbox + label,
form>.form__radio + label, form>.form__checkbox + label {
    padding-left: 40px;
    font-size: 12px;
    color: #737373;
    margin: 20px 0;
}

.footer__link._telegram {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer__link._telegram::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19-.14.75-.42 1-.68 1.03-.58.05-1.02-.38-1.58-.75-.88-.58-1.38-.94-2.23-1.5-.99-.65-.35-1.01.22-1.59.15-.15 2.71-2.48 2.76-2.69.01-.03.01-.14-.07-.2-.08-.06-.19-.04-.27-.02-.12.02-1.96 1.25-5.54 3.69-.52.36-1 .53-1.53.52-.5-.01-1.47-.28-2.19-.52-.88-.29-1.58-.44-1.52-.94.03-.26.39-.52 1.07-.79 4.16-1.81 6.94-3.01 8.33-3.59 3.98-1.67 4.8-1.96 5.34-1.97.12 0 .38.03.56.18.14.12.18.28.2.42-.02.13-.02.29-.04.45z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}