/* Шрифты */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
    url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Общие стили */
/* ------------------------------------------------------------------------------------------------------------------ */

html,
body {
    height: 100%;
    font-display: swap;
}

body {
    font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #252525;
    line-height: 1.7
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1, .h1 {
    font-size: 38px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 13px
}

h5 {
    font-size: 11px
}

h6 {
    font-size: 8px
}

h1, .h1 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    line-height: 1;
    font-weight: normal;
}

h2.margin-bottom, .h2.margin-bottom {
    margin-bottom: 30px;
    font-size: 38px;
}

h1.center, .h1.center {
    text-align: center
}

@media screen and (max-width: 992px) {
    h2.margin-bottom {
        font-size: 28px;
    }
}

@media screen and (max-width: 400px) {
    h2.margin-bottom {
        font-size: 22px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Нельзя выделить */
/* ------------------------------------------------------------------------------------------------------------------ */

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Убрать эффекты движка */
input, input:hover, input:focus, select, select:hover, select:focus {
    box-shadow: none !important
}

.form-control:focus {
    border-color: #CCC
}

a, input, button, textarea {
    outline: none !important
}

.vcenter {
    display: table;
}

.vcenter > div {
    display: table-cell;
    vertical-align: middle;
}

/* стилизованный select */
.select-open-arrow {
    overflow: hidden;
    background: url(../upload/images/icon/arrow-down-60x60.png) 96% 50% no-repeat;
    background-size: 15px
}

.select-open-arrow select {
    border: none;
    background: transparent;
    width: calc(100% + 30px)
}


/* Шрифт рубль */
/* @font-face {
font-family: 'rouble';
src: url(/fonts/rouble.eot);
src: url(/fonts/rouble.eot?#iefix) format('embedded-opentype'),
    url(/fonts/rouble.woff2) format('woff2'),
    url(/fonts/rouble.woff) format('woff'),
    url(/fonts/rouble.ttf) format('truetype');
    font-style: normal; font-weight: 400
}
.rub { font-family: 'rouble' !important; text-transform: none }
*/
/* Шрифт рубль */


.wrap {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 auto;
}

/* ie11 */
@media all and (-ms-high-contrast: none) {
    .wrap {
        display: block;
    }
}


/* Уменьшение скругления */
.form-control, .btn {
    border-radius: 2px
}

/* Увеличение размера шрифта */
.form-control, .btn {
    font-size: inherit
}

/* Уменьшение высоты управляющих элементов */
.form-control {
    height: 30px
}

.form-control, .btn {
    padding-top: 4px;
    padding-bottom: 4px
}

/* Группа для поля ввода */
.form-group {
    position: relative
}


/* Тело страницы выдавливает footer */
.wrap > .container {
    padding: 15px;
    flex: 1;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Контейнер на всю ширину */
.container {
    width: 100%;
    min-width: 300px;
    position: relative
}

.container.main-seo-text, .container.main-subscribe {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 30px;
    width: 100%;
}

@media screen and (min-width: 1217px) {
    .container {
        width: 1200px
    }
}

/* Отцепить навигационную панель от верха */
.navbar-fixed-top {
    top: auto
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}


/* Подчёркивание */
.dotted {
    text-decoration: underline;
    cursor: pointer
}

/* Курсор */
.pointer {
    cursor: pointer
}

/* Непрерывный текст */
.no-wrap {
    white-space: nowrap
}

/* Не декорировать */
.no-decorate, .no-decorate:hover, .no-decorate:focus {
    text-decoration: none
}

/* Увеличение */
.scale-x0 {
    transform: scale(0);
    display: none !important
}

.scale-more {
    transform: scale(1.4)
}

/* Отображение блоком */
.block {
    display: block
}

/* Отступ */
.margin {
    height: 30px
}


/* Чистая линия */
.cl {
    clear: both;
    width: 100%;
    white-space: normal
}

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

/* ------------------------------------------------------------------------------------------------------------------ */
/* Покрывало ожидания */
/* ------------------------------------------------------------------------------------------------------------------ */

#cover-waiting {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* arcticmodal */
/* ------------------------------------------------------------------------------------------------------------------ */

.arcticmodal-container {
    overflow-y: scroll !important
}

.arcticmodal-container_i2 > div {
    position: relative;
    background: white;
    border: 1px solid #252525
}

.arcticmodal-close {
    position: absolute;
    z-index: 2;
    padding: 10px 10px;
    line-height: 0;
    top: 20px;
    right: 10px;
    cursor: pointer;
    border-radius: 2px
}

.arcticmodal-close.arcticmodal-close-left {
    right: auto;
    left: 0
}

.arcticmodal-icon-close {
    width: 24px;
    height: 24px
}

.arcticmodal-container .arcticmodal-image {
    border: none;
    min-width: 270px;
    display: flex
}

@media screen and (max-width: 999px) {
    .arcticmodal-container_i2 {
        padding: 0 !important
    }

    .arcticmodal-container_i2 > div {
        border: none
    }
}

.arcticmodal-close .arrow-svg {
    width: 10px
}

.arcticmodal-close .text-after {
    float: right;
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin-left: 8px
}

.arcticmodal-close .text-before {
    float: left;
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin-right: 8px
}

/* Ссылки чёрные */
a, a:hover, a:focus {
    color: #252525
}

.btn-red {
    background: #B54F62;
    border-color: #9C4454;
    color: white
}

.btn-red:hover, .btn-red:focus {
    border-color: #9C4454;
    color: white
}

.btn-orange {
    /*background-color: #BF0865;*/
    /*border-color: #BF0865;*/
    background-color: #252525;
    color: white
}

.btn-orange:hover, .btn-orange:focus {
    /*background-color: #BF0865;*/
    background-color: #252525;
    color: white
}

.btn-gray {
    background: #C0C0C0;
    border-color: #A7A7A7;
    color: white
}

.btn-gray:hover, .btn-gray:focus {
    border-color: #A7A7A7;
    color: white
}

.btn-green {
    background: #5E9275;
    border-color: #4D7860;
    color: white
}

.btn-green:hover, .btn-green:focus {
    border-color: #4D7860;
    color: white
}

.btn-blue {
    background: #81C4E0;
    border-color: #73AEC7;
    color: white
}

.btn-blue:hover, .btn-blue:focus {
    border-color: #73AEC7;
    color: white
}

.btn-white {
    background: white;
    border: 1px solid #CCC;
    color: #AAA
}

.btn-white:hover, .btn-white:focus {
    border: 1px solid #CCC;
    color: #AAA
}

.btn-white-blk-txt {
    background: white;
    border: 1px solid #CCC;
    color: #000
}

.btn-white-blk-txt:hover, .btn-white-blk-txt:focus {
    border: 1px solid #CCC;
    color: #1c1c1c;
}

.btn-white-333 {
    background: white;
    border: 1px solid #252525;
    color: #252525
}

.btn-white-333:hover, .btn-white-333:focus {
    border: 1px solid #252525;
    color: #252525
}

.btn-black {
    background: #CC223F;
    border-radius: 3px;
    color: white;
    border: 1px solid #fff;
}

.btn-black:hover, .btn-black:focus {
    border: 1px solid white;
    color: white
}

.btn-transparent {
    background: transparent;
    border-color: transparent;
    color: #252525
}

.btn-transparent:hover, .btn-transparent:focus {
    border-color: transparent;
    color: #252525
}

.btn-rounded {
    border-radius: 20px
}

.btn-return{
    display: block;
    width: fit-content;
    margin: 10px 0 0 auto;
}

.rounded {
    border-radius: 2px
}

.btn-no-border {
    border: none !important;
    border-radius: 0
}

.btn-no-border:hover, .btn-no-border:focus {
    border: none
}

@media screen and (max-width: 600px) {
    .btn-black {
        margin: 20px 0;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ГЛАВНАЯ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* Плитка */
.tile-row {
    padding: 0;
    margin: 0;
    text-align: center
}

.tile-row .tile {
    display: inline-block;
    min-width: 31.333%;
    max-width: 290px;
    padding: 2%;
    margin: 1%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    transition: 0.25s;
    cursor: pointer
}

.tile-row .tile:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5)
}

.tile-row .tile h2 {
    margin-bottom: 2%
}

.tile-row .tile .description {
    text-align: justify;
    text-indent: 40px
}


/* Верхнее меню */
.quick-catalog-content {
    display: none;
    position: absolute;
    bottom: 0;
    height: 0
}

.btn-quick-catalog {
    width: 100%;
    text-align: left
}

@media screen and (max-width: 400px) {
    .navbar-default .navbar-brand {
        font-size: 14px;
        max-width: 200px;
        overflow: visible;
        white-space: nowrap
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Отладка */
/* ------------------------------------------------------------------------------------------------------------------ */

.debugging {
    position: relative;
    max-width: 100%;
    font-size: 14px;
    line-height: 1;
    z-index: 1;
    transform: scale(0.2);
    cursor: pointer;
    transition: 0.3s
}

.debugging-left {
    float: left;
    margin: 0 -100% -100% 0;
    transform-origin: 100% 0
}

.debugging-right {
    float: right;
    margin: 0 0 -100% -100%;
    transform-origin: 100% 0
}


/* slick slider */
.slick-slide {
    outline: none
}

.slick-prev, .slick-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    border-width: 0;
    color: transparent;
    cursor: pointer;
    z-index: 1;
    outline: none
}

.slick-prev {
    left: 0;
    background: url(../upload/images/icon/arrows.png) 0 50% no-repeat
}

.slick-next {
    right: 0;
    background: url(../upload/images/icon/arrows.png) -80px 50% no-repeat
}

.slick-prev:hover {
    background: url(../upload/images/icon/arrows.png) -40px 50% no-repeat
}

.slick-next:hover {
    background: url(../upload/images/icon/arrows.png) -120px 50% no-repeat
}

.slick-dots {
    position: relative;
    white-space: nowrap;
    height: 20px;
    margin-top: -20px;
    z-index: 1;
    padding: 0;
    text-align: center
}

.slick-dots li {
    width: 16px;
    height: 16px;
    background: url(../js/slick/dots.png) 0 0 no-repeat;
    display: inline-block;
    margin: 0 2px
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background-position: 0 -16px
}

.slick-dots li * {
    display: none
}

/* arrow svg */
.slider-container {
    position: relative
}

.slider-container .arrow-svg {
    position: absolute;
    width: 45px;
    height: 60px;
    z-index: 2;
    cursor: pointer;
    margin: -45px -15px;
    padding: 15px
}

.slider-container .arrow-svg.arrow-prev {
    left: 0;
    top: 50%
}

.slider-container .arrow-svg.arrow-up {
    left: 50%;
    top: 0
}

.slider-container .arrow-svg.arrow-next {
    right: 0;
    top: 50%
}

.slider-container .arrow-svg.arrow-down {
    left: 50%;
    bottom: 0
}

.slider-container .arrow-svg.arrow-half {
    width: 30px;
    height: 40px;
    margin: -20px -10px;
    padding: 10px
}

.slider-container .arrow-svg.arrow-third {
    width: 32px;
    height: 36px;
    margin: -20px -10px;
    padding: 10px
}

.arrow-svg.arrow-up {
    transform: rotate(90deg)
}

.arrow-svg.arrow-next {
    transform: rotate(180deg)
}

.arrow-svg.arrow-down {
    transform: rotate(270deg)
}

.slider-arrows-hover .arrow-svg {
    opacity: 0;
    transition: 0.3s
}

.slider-arrows-hover:hover .arrow-svg {
    opacity: 1
}

@media screen and (min-width: 1200px) {
    .arrow-push-max .arrow-svg.arrow-prev {
        left: -15px
    }

    .arrow-push-max .arrow-svg.arrow-next {
        right: -15px
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ВЕРХНИЕ ПАНЕЛИ */
/* ------------------------------------------------------------------------------------------------------------------ */

.top-layout-container {
    position: relative;
    height: fit-content;
    z-index: 1000
}

/* Часть 1 */
.top-layout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    margin: 0 -7.5px
}

/*noinspection CssFloatPxLength*/
.top-layout > div {
    position: relative;
    padding: 7.5px;
    margin: 0;
    line-height: 1
}

.top-layout > div + div {
    margin-left: 5px;
}

.top-layout .space {
    flex-basis: 100%;
    margin: 0;
    padding: 0
}

.top-layout a {
    color: inherit;
    cursor: pointer;
}

.top-layout a[href] {
    cursor: pointer;
    text-decoration: none
}

.top-layout .half {
    flex-basis: 100%;
    padding: 0
}

.top-layout .shop {
    margin-left: 0;
}

/* Описание компании */
.top-layout .header-description-company {
    display: flex;
    align-items: center;
}

.top-layout .header-description-company > strong {
    color: #cbcbcb;
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px;
    margin-left: 5px;
    line-height: 120%;
}

.top-layout-panel-2 .header-description-company-mobile {
    display: none;
}

@media screen and (max-width: 999px) {
    .top-layout-panel-2 .header-description-company-mobile {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 -15px;
        height: 30px;
        color: #fff;
        background: #252525;
        /*background-image: url("/upload/images/layout/bg_description_company.jpg");*/
        /*background-size: 100% 100%;*/
        /*background-repeat: no-repeat;*/
    }

    .top-layout-panel-2 .header-description-company-mobile .snow-container {
        background-image: url(../upload/images/layout/flower-1.png), url(../upload/images/layout/flower-3.png), url(../upload/images/layout/flower-2.png);
        height: 30px;
        animation: snow 20s linear infinite;
        z-index: 5;
        position: absolute;
        width: 100%;
        display: none;
    }

    @keyframes snow {
        0% {
            background-position: 0 0, 0 0, 0 0;
        }
        100% {
            background-position: 500px 1000px, 400px 400px, 300px 300px;
        }
    }
}

@media (max-width: 340px) {
    .top-layout-panel-3 .strong {
        font-size: 13px;
    }

    .top-layout > div + div {
        margin-left: 9px;
    }
}
/* Выпадающее меню */
.drop-menu-wrapper {
    position: relative;
    z-index: 1000
}

.drop-menu-container {
    position: absolute;
    min-width: 100%;
    top: 1px;
    right: 0;
    padding: 5px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    display: none
}

.drop-menu-container a.drop-menu-link {
    display: block;
    padding: 5px
}

.drop-menu-container button {
    margin: 5px
}

@media screen and (max-width: 479px) {
    .drop-menu-wrapper {
        position: initial
    }

    .drop-menu-container {
        top: 61px
    }
}

/* Панель 1 */
.top-layout-panel-1 {
    position: relative;
    /*background: #1b1b1b;*/
    background: #252525;
    color: #717171;
    z-index: 1
}

.top-layout-panel-1 .top-layout {
    height: 50px;
}

.top-layout .phone {
    color: #fff;
    font-size: 23px;
    cursor: default;
    margin-top: -3px;
}

.top-layout .half .back-call {
    display: flex;
    align-items: center;
    padding: 3px 0 3px;
    margin: 0;
}

.top-layout .half .back-call .back-call-text {
    color: #fff;
    margin-left: 8px;
    font-size: 16px;
    border-bottom: 1px dotted #fff;
}

.top-layout .email,
.top-layout .help {
    position: relative;
}

.top-layout .word {
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
}

.top-layout-panel-2 .back-call {
    display: none;
}

.top-layout-panel-1 .top-layout .half {
    display: flex;
    justify-content: flex-end;
}

.top-layout .both-whatsapp {
    display: flex;
    align-items: center;
    padding: 3px 8px;
    margin: 0 0 0 30px;
}

.top-layout .both-whatsapp > a > img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.top-layout .both-whatsapp > a {
    display: flex;
    align-items: center;
}

.top-layout .both-whatsapp > a > span {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.top-layout .chat-phone {
    line-height: 0;
    margin-top: 2px
}

.top-layout .city-name {
    cursor: pointer
}

.top-layout .whatsapp {
    display: none
}

.top-layout .viber {
    display: none
}

/* Панель 2 */
.top-layout-panel-2 {
    position: relative;
    background: white;
    color: #252525
}

.top-layout-panel-2 .menu-bars-container {
    display: none;
}

.top-layout-panel-2 .menu-bars-container{
    padding: 8.5px 10px;
}

.top-layout-panel-2 .menu-bars-container .bar{
    background: #fff;
}

.top-layout-panel-2 .item-menu-block{
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 10;
}

.top-layout-panel-2 .top-layout {
    height: 120px;
}

.top-layout-panel-2 .top-layout .shop a,
.top-layout-panel-2 .top-layout .shipping a,
.top-layout-panel-2 .top-layout .market a{
    position: relative;
}

.top-layout-panel-2 .top-layout .shop a:after,
.top-layout-panel-2 .top-layout .shipping a:after,
.top-layout-panel-2 .top-layout .market a:after{
    content: "";
    position: absolute;
    height: 1px;
    top: 100%;
    left: 0;
    background: #717171;
    width: 100%;
}

.top-layout .logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-layout .logo-container > strong {
    font-family: 'EB Garamond', serif;
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 2px;
}

.top-layout .logo-container span {
    font-size: 23px;
    font-style: normal;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

/*noinspection CssFloatPxLength*/
.top-layout .img-logo {
    width: 164px;
    height: 40.5px
}

.top-layout .username {
    display: block;
    position: absolute;
    right: 55px;
    line-height: 25px;
    max-width: 150px;
    text-align: right;
    overflow: hidden
}

.top-layout .cart {
    cursor: default
}

/* Выбор города во всплывающем облачке */
.select-geo-cloud {
    position: absolute;
    top: -100%;
    left: 40px;
    margin-top: -5px;
    display: none;
    z-index: 2
}

.cloud-container {
    position: relative;
    background: white;
    color: #717171;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.cloud-container a.cloud-link {
    font-weight: bold;
    text-decoration: underline;
}

.cloud-triangle {
    position: absolute;
    background: white;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: -6px;
    transform: rotate(-45deg);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25)
}

.cloud-triangle-top {
    position: absolute;
    background: white;
    width: 12px;
    height: 12px;
    top: -6px;
    left: calc(50% - 6px);
    transform: rotate(45deg);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25)
}


.cloud-close {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 15px;
    font-size: 30px;
    cursor: pointer
}

.cloud-container .cloud-dialog {
    line-height: 1.5
}

.cloud-container .cloud-bottom-dialog {
    line-height: 1.5;
    padding-top: 5px;
}

.cloud-container .btn-block {
    display: flex
}

.cloud-container .btn-block .btn + .btn {
    margin-left: 15px
}

/* Список с городами */
.select-geo-container {
    position: relative;
    background: #252525;
    color: white;
    height: 0;
    display: none
}

.select-geo-container .geo-hide-city {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #717171;
    font-size: 30px;
    line-height: 15px;
    cursor: pointer
}

.select-geo-container .city-container {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 15px -15px
}

.select-geo-container .city-block {
    flex: 1;
    padding-left: 15px;
    overflow: hidden
}

.select-geo-container .city {
    display: block;
    padding: 5px 0;
    color: inherit;
    overflow: hidden;
    cursor: pointer
}

.select-geo-container .city .city-name {
    color: inherit;
    white-space: nowrap
}

.select-geo-container .city .region-name {
    white-space: nowrap;
    color: #717171;
    cursor: default
}

.select-geo-container .my-city-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 15px
}

.select-geo-container .my-city {
    width: 180px
}

.select-geo-container .select-city {
    width: 75px;
    margin-left: 15px
}

/* Панель поиска */
.layout-search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    z-index: 10001
}

.layout-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: -100%;
    background: #fff;
    padding: 25px 0 25px;
    z-index: 10002
}

.layout-search .container {
    background: #fff;
}

.layout-search .close-search {
    text-align: center;
    color: #717171;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
}

.layout-search .search-form {
    display: flex;
}

.layout-search .search-text {
    height: 35px
}

.layout-search .search-submit {
    margin-left: 15px
}

/* Панель 3 */
.top-layout-panel-3 {
    position: relative;
    top: 0;
    width: 100%;
    background: white;
    color: #252525;
    white-space: nowrap;
}

.top-layout-panel-3.fixed {
    position: fixed;
    box-shadow: 0 2px 4px -2px rgba(113, 113, 113, 0.5);
    z-index: 10;
}

.top-layout-panel-3 .item-menu-block {
    top: -1px;
    left: 15px;
    height: 50px;
    display: none;
    position: absolute;
    z-index: 3;
}

.top-layout-panel-3 .top-layout {
    height: 50px;
    margin-left: -17.5px
}

.top-layout-panel-3 .item-catalog {
    display: none
}

/*noinspection ALL*/
.top-layout-panel-3 .strong {
    position: relative;
    display: block;
    margin: -7.5px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold
}

/*noinspection CssFloatPxLength*/
.top-layout-panel-3 .panel-menu-item .strong:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    border-bottom: 3px solid #252525;
    transition: 0.15s;
    z-index: 1
}

.top-layout-panel-3 .hover .strong:after {
    opacity: 1
}

.top-layout-panel-3 .space.mebel-space {
    display: none
}

.top-layout-panel-3 .red .strong {
    color: #DE5347
}

.top-layout-panel-3 .red .strong:after {
    border-color: #DE5347
}

@media screen and (max-width: 999px) {
    .top-layout-panel-3 .item-menu-block {
        display: block
    }

    .top-layout-panel-3 .top-layout {
        /*padding-left: 20px;*/
        margin-left: 20px;
    }

    .top-layout-panel-3 .space.mebel-space {
        display: block
    }
}

@media screen and (max-width: 479px) {
    .top-layout-panel-3 .item-catalog {
        display: block
    }
}

/* Иконка меню */
.menu-bars-container {
    display: inline-block;
    margin-left: -10px;
    /*noinspection CssFloatPxLength*/
    padding: 16.5px 10px;
    vertical-align: middle;
    cursor: pointer
}

.menu-bars-container .bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background-color: #212121
}

.menu-bars-container .bar + .bar {
    margin-top: 4px
}

/* Поиск */
.layout-search-container {
    position: relative;
    margin: 0 65px 0 0;
    z-index: 1
}

.layout-search-text {
    position: absolute;
    top: 6px;
    right: 0;
    height: 37px;
    padding: 0 60px 0 16px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    background: white;
    display: none
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Верхнее меню */
/* ------------------------------------------------------------------------------------------------------------------ */

.top-menu-rel {
    position: relative;
    left: -15px;
    z-index: 1000
}

.top-menu-abs {
    position: absolute;
    width: 300px
}

.top-menu-container {
    position: relative;
    padding: 4px 0;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1;
    overflow: auto;
    display: none
}

.top-menu-item {
    position: relative;
    cursor: default
}

.top-menu-item:hover {
    background: #F5F5F5
}

@media screen and (min-width: 1000px) {
    .top-menu-container .item-active::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 1px;
        z-index: 1;
        margin-top: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #ccc
    }

    .top-menu-container .item-active::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #fff;
        margin-top: -14px
    }
}

@media screen and (max-width: 479px) {
    .top-menu-abs {
        width: 100%
    }
}

.top-menu-item > a, a.top-menu-item {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px
}

.top-menu-item:hover > a {
    text-decoration: none
}

.top-menu-item:hover > a[href], a.top-menu-item:hover {
    cursor: pointer;
    text-decoration: underline
}

.top-menu-item .delimiter {
    position: relative;
    height: 13px
}

.top-menu-item .delimiter:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    height: 1px;
    background: #CCC
}

.top-menu-sub {
    display: none;
    position: absolute;
    width: 300px;
    top: 0;
    bottom: 0;
    left: 300px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)
}

.top-menu-flex {
    display: flex;
    flex-flow: column wrap;
    height: 100%
}

@media screen and (max-width: 1150px) {
    .top-layout .header-description-company > strong {
        font-size: 15px;
    }

    .top-layout .phone {
        font-size: 20px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Иконки */
/* ------------------------------------------------------------------------------------------------------------------ */

.icon-search {
    width: 25px;
    height: 25px;
    cursor: pointer
}

.icon-back-call {
    width: 25px;
    height: 25px;
    cursor: pointer
}

.icon-email {
    width: 27px;
    height: 27px;
    margin-top: -1px
}

.icon-help {
    width: 22px;
    height: 22px;
    margin-top: -2px
}

.icon-tube {
    width: 28px;
    height: 28px;
}

.icon-whatsapp {
    width: 27px;
    height: 27px
}

.icon-viber {
    width: 27px;
    height: 27px
}

.icon-cloud {
    width: 27px;
    height: 27px
}

.icon-location {
    width: 17px;
    height: 17px;
    margin-top: -5px;
    margin-right: 10px
}

.icon-user {
    width: 25px;
    height: 25px;
    cursor: pointer
}

.icon-cart {
    width: 25px;
    height: 25px
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Адаптив */
/* ------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 999px) {
    .top-layout .email .word {
        display: none
    }

    .top-layout .help .word {
        display: none
    }

    .top-layout .chat-phone {
        display: none
    }

    .top-layout .whatsapp {
        display: block
    }

    .top-layout .viber {
        display: block
    }

    .top-layout .logo-container {
        padding: 20px 0px
    }

    .top-layout .username {
        display: none
    }

    .top-layout-panel-1 .top-layout.left {
        display: none;
    }

    .top-layout .half .back-call {
        border-right: 1px solid #272727;
        border-left: 1px solid #272727;
        justify-content: center;
        padding: 3px 30px 3px;
    }

    .top-layout .both-whatsapp {
        padding: 3px 15px 0 0;
    }

    .top-layout-panel-1 .top-layout {
        margin-left: -7.5px
    }

    .top-layout .phone {
        margin: 0;
    }
}

@media screen and (max-width: 860px) {
    .top-layout .shop {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .top-layout .both-whatsapp {
        padding: 0;
        margin-right: 10px;
    }

    .top-layout .bff {
        display: none
    }
}

@media screen and (max-width: 639px) {
    .top-layout .bff {
        display: none
    }

    .top-layout .shipping {
        display: none
    }

    .top-layout-panel-2 .top-layout .logo {
        margin-left: 0
    }

    .top-layout .phone {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .top-layout-panel-2 .top-layout.left {
        display: none
    }

    .top-layout .both-whatsapp > a > span {
        display: none;
    }

    .top-layout .half .back-call {
        font-size: 15px;
        padding: 3px 10px 3px;
    }

    .top-layout .both-whatsapp {
        margin: 0 7px 0 10px;
    }

    .top-layout .both-whatsapp > a > img {
        margin-right: 0;
    }
}

/*@media screen and (max-width: 500px) {*/
/*    .top-layout-panel-1 .top-layout {*/
/*        margin: 0 5px;*/
/*    }*/

/*    .top-layout{*/
/*        margin: 0 5px;*/
/*    }*/
/*}*/

@media screen and (max-width: 479px) {
    .top-layout-panel-2 .top-layout {
        height: 90px;
    }

    .top-layout .logo-container {
        padding: 15px 0px;
    }

    .top-layout .img-logo {
        width: 115px;
        height: 28px
    }

    .top-layout .logo-container > strong {
        font-size: 27px;
        margin-bottom: 0;
    }

    .top-layout .logo-container span {
        font-size: 16px;
    }
}

@media screen and (max-width: 430px) {
    .top-layout .back-call-text {
        display: none;
    }
}

@media screen and (max-width: 319px) {
    .top-layout .user {
        display: none
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ХЛЕБНЫЕ КРОШКИ */
/* ------------------------------------------------------------------------------------------------------------------ */

.breadcrumb {
    padding: 10px 0 10px;
    margin: 0;
}

.breadcrumb, .breadcrumb a {
    color: #717171;
    font-size: 13px;
    background: transparent;
    position: relative;
}

.breadcrumb a:after {
    content: "";
    position: absolute;
    height: 1px;
    top: 100%;
    left: 0;
    background: #717171;
    width: 100%;
}

.breadcrumb, .breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb > .active {
    color: #717171;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    color: #717171
}

@media (max-width: 700px) {
    .breadcrumb {
        margin-top: 25px;
    }
}

@media (max-width: 850px) {
    .breadcrumb {
        display: flex;
        margin: 10px 0 0;
        overflow-x: auto;
    }

    .breadcrumb > li {
        min-width: fit-content;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ЗАГОЛОВКИ */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-italic {
    font-size: 22px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    text-align: center;
    margin: 30px 0
}

@media screen and (max-width: 999px) {
    .header-italic {
        font-size: 18px
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* СПИСОК ИКОНОК ВНИЗУ СТРАНИЦЫ */
/* ------------------------------------------------------------------------------------------------------------------ */

.container.main-icon-bottom {
    font-family: 'Montserrat';
    padding: 10px 0;
    width: 100%;
}

.icon-bottom-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    vertical-align: top;
    padding-left: 0;
    position: relative;
    overflow: hidden;
}

.icon-bottom-list > li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 25%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.icon-bottom-list > li .icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.icon-bottom-list > li .icon-1 {
    background-position: 0 0
}

.icon-bottom-list > li .icon-2 {
    background: url(../upload/images/site/index/delivery.svg) center / contain no-repeat;
}

.icon-bottom-list > li .icon-3 {
    background: url(../upload/images/site/index/pay.svg) center / contain no-repeat;
}

.icon-bottom-list > li .icon-4 {
    background-position: 0 -148px
}

.icon-bottom-list > li .icon-5 {
    background: url(../upload/images/site/index/house.svg) center / contain no-repeat;
}

.icon-bottom-list > li .icon-6 {
    background: url(../upload/images/site/index/users.svg) center / contain no-repeat;
}

.icon-bottom-list > li header {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3
}

.icon-bottom-list > li article {
    margin-bottom: 20px;
    color: #717171;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .icon-bottom-list > li {
        width: 45%;
        margin: 10px;
        padding: 10px;
    }

    .icon-bottom-list{
        position: relative;
        flex-wrap: wrap;
    }

    .icon-bottom-list:before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #252525;
        height: 1px;
        width: 20%;
    }

    .icon-bottom-list:after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        background: #252525;
        height: 1px;
        width: 20%;
    }
}

@media screen and (max-width: 550px) {
    .icon-bottom-list > li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .icon-bottom-list:after{
        display: none;
    }

    .icon-bottom-list:before{
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ПРОКРУТКА ЭКРАНА ВВЕРХ */
/* ------------------------------------------------------------------------------------------------------------------ */

.scroll-up-sticky {
    display: none;
    position: sticky;
    bottom: 100px;
    z-index: 999;
    cursor: pointer
}

.scroll-up-sticky .width {
    position: relative;
    max-width: 1170px;
    margin: 0 auto
}

.scroll-up-sticky .square {
    position: absolute;
    right: 0;
    bottom: -15px;
    padding: 15px 10px 5px 10px;
    transition: 0.3s;
    background: #F3F3F3
}

.scroll-up-sticky .page-scroll-up {
    position: relative;
    width: 20px;
    height: 20px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #717171;
    transform: rotate(45deg)
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Декоративная разделительная горизонтальная черта */
/* ------------------------------------------------------------------------------------------------------------------ */

.line-through-block {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0
}

.line-through-block .line {
    flex-basis: 50%;
    height: 1px;
    background: #717171
}

.line-through-block .text {
    padding: 0 15px;
    white-space: nowrap;
    line-height: 1;
    text-align: center
}

.line-through {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    color: #252525;
    line-height: 30px
}

.line-through:before {
    content: "";
    flex-basis: 100%;
    height: 1px;
    background: #717171;
    margin-right: 10px
}

.line-through:after {
    content: "";
    flex-basis: 100%;
    height: 1px;
    background: #717171;
    margin-left: 10px
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ЗАКАЗ ОБРАТНОГО ЗВОНКА */
/* ------------------------------------------------------------------------------------------------------------------ */

.order-back-call {
    cursor: pointer
}

#back-call-modal {
    padding: 40px 30px 30px
}

#back-call-modal .hello-container {
    display: flex
}

#back-call-modal .hello-container .image-container {
    flex-basis: 240px;
    text-align: center
}

#back-call-modal .hello-container .image {
    max-width: 100%
}

#back-call-modal .hello-container .content {
    flex-basis: 500px;
    margin-left: 30px
}

#back-call-modal .hello-container header {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}

#back-call-modal .hello-container .subheader {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

#back-call-modal .hello-container .reserve {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center
}

#back-call-modal .hello-container article {
    max-width: 500px;
    color: #717171
}

@media screen and (max-width: 639px) {
    #back-call-modal .hello-container {
        flex-wrap: wrap;
        justify-content: center
    }

    #back-call-modal .hello-container .content {
        margin-left: 0
    }
}

@media screen and (max-width: 479px) {
    #back-call-modal .hello-container header {
        font-size: 18px
    }

    #back-call-modal .hello-container .reserve {
        font-size: 18px
    }
}

#back-call-modal .form-container {
    margin-bottom: -30px
}

#back-call-modal .form-container .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px
}

#back-call-modal .field-backcallform-name {
    flex-basis: 50%;
    padding: 0 15px
}

#back-call-modal .field-backcallform-phone {
    flex-basis: 40%;
    padding: 0 15px
}

#back-call-modal .field-backcallform-date {
    flex-basis: 25%;
    padding: 0 15px
}

#back-call-modal .field-backcallform-hour {
    flex-basis: 25%;
    padding: 0 15px
}

#back-call-modal .submit-container {
    padding: 25px 15px 0;
    text-align: right
}

#back-call-modal .personal-hint {
    margin-bottom: 30px;
    color: #717171
}

@media screen and (max-width: 639px) {
    #back-call-modal .form-container .flex {
        flex-wrap: wrap
    }

    #back-call-modal .field-backcallform-phone {
        flex-basis: 50%
    }

    #back-call-modal .submit-container {
        padding: 0 15px 15px
    }
}

@media screen and (max-width: 479px) {
    #back-call-modal .field-backcallform-name {
        flex-basis: 100%
    }

    #back-call-modal .field-backcallform-phone {
        flex-basis: 100%
    }

    #back-call-modal .field-backcallform-date {
        flex-basis: 50%
    }

    #back-call-modal .field-backcallform-hour {
        flex-basis: 50%
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ПРОЧТЕНИЕ ТЕКСТА ВО ВСПЛЫВАЮЩЕМ ОКНЕ */
/* ------------------------------------------------------------------------------------------------------------------ */

#read-modal {
    padding: 60px 30px;
    min-width: 150px;
    max-width: 800px
}

@media screen and (max-width: 479px) {
    #read-modal {
        padding: 60px 15px
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ВСПЛЫВАЮЩАЯ ПОДСКАЗКА */
/* ------------------------------------------------------------------------------------------------------------------ */

.help-balloon {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: left
}

.help-balloon .balloon-ancher {
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 10px;
    color: #717171;
    border: 1px solid #717171;
    cursor: pointer
}

.help-balloon .balloon-ancher .arrow-down {
    width: 20px;
    height: 20px;
    padding: 6px 7px
}

.help-balloon .balloon-content {
    display: none;
    position: absolute;
    top: 30px;
    right: -10px;
    width: 300px;
    padding: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background: white;
    z-index: 3;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.25);
    white-space: normal
}

.help-balloon .balloon-triangle {
    position: relative
}

.help-balloon .balloon-triangle:before {
    content: "";
    position: absolute;
    top: -35px;
    right: -5px;
    border: 10px solid transparent;
    border-bottom-color: #CCC
}

.help-balloon .balloon-triangle:after {
    content: "";
    position: absolute;
    top: -34px;
    right: -5px;
    border: 10px solid transparent;
    border-bottom-color: white
}

.help-balloon .balloon-content .balloon-close {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    margin: -15px -15px 0 0;
    cursor: pointer
}

.help-balloon .balloon-content .no-margin {
    margin-bottom: 0
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ВЕРХНИЕ ПАНЕЛИ - ВЫПАДАЮЩЕЕ МЕНЮ */
/* ------------------------------------------------------------------------------------------------------------------ */

.top-dropmenu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%;*/
    /*border-width: 1px 0;*/
    /*border-style: solid;*/
    /*border-color: #E0E0E0;*/
    /*padding: 30px;*/
    padding-left: 30px;
    background: white;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 8px 5px -5px rgb(0 0 0 / 17%);
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    width: fit-content;
}

.col-menu-block {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
}

.top-dropmenu .image-pod {
    position: relative;
    height: 100%;
}

.top-dropmenu > div {
    width: 100%;
}

.link-pod {
    margin-top: 15px;
}

.link-pod2 {
    margin-left: 30px;
    margin-top: 15px;
}

.top-dropmenu .image-pod-menu {
    margin-right: 0px;
    width: 100%;
    min-height: max-content;
}

.top-dropmenu .one {
    display: block;
    line-height: 28px
}

@media (any-hover: hover) {
    .top-dropmenu .one:hover {
        text-decoration: underline;
    }
}

.top-dropmenu .image {
    width: 450px;
    height: 335px;
}

@media screen and (max-width: 1199px) {
    .top-dropmenu {
        padding-left: 30px
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Выезжающее меню */
/* ------------------------------------------------------------------------------------------------------------------ */

.slide-menu-bg {
    position: fixed;
    background: black;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -100;
    transition: 0.5s;
}

.slide-menu-wrapper {
    font-family: 'Montserrat';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1111
}

.slide-menu-panel {
    position: absolute;
    left: -90vw;
    top: 0;
    width: 90vw;
    height: 100%;
    background: white;
    border-right: 1px solid #E0E0E0;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.5s;
}

.slide-menu-panel .slidemenu {
    position: absolute;
    top: 100px;
    bottom: 0;
    width: 90vw;
    padding: 20px;
    overflow: auto;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}

.slide-menu-header {
    position: relative;
    background: #fff;
}

.slide-menu-header .name {
    text-align: center;
    color: #000000;
    line-height: 120%;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.slide-menu-panel .slidemenu .one {
    position: relative;
    /*display: flex;*/
    cursor: pointer;
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px solid #E0E0E0;
}

.slide-menu-panel .slidemenu .arrow-next {
    position: absolute;
    width: 6px;
    top: 0;
    right: 8px;
}

@media screen and (max-width: 479px) {
    .slide-menu-header .name {
        font-size: 17px
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Адаптивные изображения */
/* ------------------------------------------------------------------------------------------------------------------ */

[data-image-mode] {
    display: none;
}

@media screen and (min-width: 1000px) {
    [data-image-mode="desktop"] {
        display: inline;
    }
}

@media screen and (max-width: 999px) {
    [data-image-mode="tablet"] {
        display: inline;
    }

    [data-image-mode="desktop"] {
        display: inline;
    }

    [data-image-mode="tablet"] ~ [data-image-mode] {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    [data-image-mode="mobile"] {
        display: inline;
    }

    [data-image-mode="tablet"] {
        display: inline;
    }

    [data-image-mode="desktop"] {
        display: inline;
    }

    [data-image-mode="mobile"] ~ [data-image-mode] {
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Блок узнать о снижении цены */
/* ------------------------------------------------------------------------------------------------------------------ */

.learn-offer-block {
    font-size: 13px;
    margin-bottom: 20px;
}

.learn-offer-button-grid {
    cursor: pointer;
    display: table;
    line-height: 20px;
    text-align: left;
}

.learn-offer-button-grid .grid-row {
    display: flex;
    align-items: center;
}

.learn-offer-button-grid .grid-icon {
    width: 26px;
    height: 28px;
    text-align: center;
}

.learn-offer-button-grid .grid-icon i {
    margin-top: 0;
    margin-right: 7px;
}

.learn-offer-button-grid .grid-title {
    margin-left: 7px;
    line-height: 120%;
    text-decoration: underline dotted;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Модальные окна */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc-modal {
    padding: 40px 30px 30px;
}

.bgc-modal._tight {
    padding: 0;
}

.bgc-modal ._header {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 32px;
}

.bgc-modal ._description {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 20px;
}

/*.bgc-modal ._submit {*/
/*    border: 1px solid #000;*/
/*    background: #FAAD3D;*/
/*    color: #fff;*/
/*}*/

.bgc-modal ._answer {
    border: 1px solid #000;
    background: #FAAD3D;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
}

.bgc-modal ._table {
    display: table;
    margin-bottom: 20px;
}

.bgc-modal ._table-cell {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

@media screen and (max-width: 639px) {
    .bgc-modal ._mobile-hidden {
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Slider с YouTube */
/* ------------------------------------------------------------------------------------------------------------------ */

.slider-youtube-video {
    position: relative;
    max-width: 600px;
}

.slider-youtube-video img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.slider-youtube-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 639px) {
    .slider-youtube-video iframe {
        height: 300px;
    }
}

.add-to-cart-wrapper._added .cart-count-value {
    animation-name: number-first;
    animation-duration: 1s;
    position: absolute;
}

@keyframes number-first {
    0%, 100% {
        font-size: 21px;
    }
}

.add-to-cart-wrapper._added {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Плавающая кнопка "Добавить в корзину" */
/* ------------------------------------------------------------------------------------------------------------------ */

.floating-fixed-button {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid #252525;
    border-radius: 50%;
    background-color: #252525;
    color: #fff;
    box-shadow: 4px 4px 16px #a2a2a28a;
    cursor: pointer;
}

.floating-add2cart-button {
    left: 50%;
    bottom: 20px;
    margin-left: -32px;
}

.floating-add2cart-button ._inner {
    text-align: center;
}

.floating-add2cart-button ._text {
    vertical-align: middle;
    margin-right: -3px;
    font-size: 28px;
}

.floating-add2cart-button ._icon {
    max-width: 40px;
    vertical-align: middle;
    padding: 0 0 0 3px;
}

.floating-cart-button {
    display: none;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #252525;
    border-radius: 50%;
    background-color: #252525;
    color: #000;
    z-index: 1000;
    transition: width 0.4s, top 0.4s;
    opacity: 0;
}

.floating-cart-button._fixed {
    position: fixed;
    top: 60px;
    width: 64px;
    height: 64px;
    box-shadow: 3px 4px 18px #a2a2a28a;
    opacity: 1;
}

.floating-cart-button a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.floating-cart-button img {
    display: block;
    position: absolute;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 3%;
    transition: width 0.5s, height 0.5s;
}

.floating-cart-button._fixed img {
    height: 70%;
    width: 70%;
    left: 15%;
    top: 10%;
}

.floating-cart-button ._text {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: -8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.floating-cart-button._fixed ._text {
    margin-top: -12px;
    font-size: 20px;
}

.fixed-floating-order-button {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 20px;
    font-family: Arial, 'PT Sans', Helvetica, sans-serif;
    z-index: 1000;
}

.fixed-floating-order-button button {
    display: block;
    text-align: center;
    padding: 10px 35px;
    color: #fff;
    background-color: #252525;
    border-radius: 30px;
    border-width: 0;
    box-shadow: 5px 10px 15px #8a8a8a;
}

.fixed-floating-order-button button ._price {
    font-size: 12px;
}

.top-layout-panel-2 .back-call,
.top-layout-panel-3.fixed .back-call {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .floating-fixed-button {
        display: block;
    }

    .floating-cart-button {
        display: block;
    }

    .fixed-floating-order-button {
        display: block;
    }

    .top-layout-panel-1 .top-layout .back-call img {
        height: 27px;
        width: 27px;
        position: relative;
    }

    .top-layout-panel-3.fixed .back-call {
        display: block !important;
    }

    .top-layout .both-whatsapp > a > img {
        width: 24px;
    }
}

@media  screen and (max-width: 580px) {
    .top-layout-panel-3 .panel-menu-item[width-priority="2"] {
        display: none !important;
    }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* Анимации */
/* ------------------------------------------------------------------------------------------------------------------ */

@keyframes trambling-animation {
    0%, 100% {
        opacity: 0;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
    }
    20%, 40% {
        opacity: 1;
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Настройка контейнера визуализации */
/* ------------------------------------------------------------------------------------------------------------------ */

body.m_visualizer.c_page.a_view > .wrap > .container {
    width: auto;
    padding: 0;
    margin: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Запрет на выделение текста */
/* ------------------------------------------------------------------------------------------------------------------ */

._unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Общие стили для формы ввода промокода */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc-promo-code-form {
    max-width: 425px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.bgc-promo-code-form .promo-code-input {
    flex: 1;
    margin: 0 10px 0 0;
}

.bgc-promo-code-form .promo-code-input > input {
    text-transform: uppercase;
}

.bgc-promo-code-form ._success,
.bgc-promo-code-form ._error {
    display: none;
}

.bgc-promo-code-form.-success ._success,
.bgc-promo-code-form.-success-text ._success {
    display: block;
    margin-top: 15px;
}

.bgc-promo-code-form ._error {
    color: #C33025;
}

.bgc-promo-code-form.-error ._error {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-left: 30px;
}

.bgc-promo-code-form.-success .promo-code-input > input {
    /*border: 1px solid #5F9D4B;*/
}

.bgc-promo-code-form.-error .promo-code-input > input {
    border: 1px solid #a42929;
}

.bgc-promo-code-form .activate-promo-code {
    margin: 10px 0 0;
    padding: 1px 20px;
    max-height: 30px;
    color: #444;
    background: #ffffff;
    border: 2px solid #444;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.bgc-promo-code-form .activate-promo-code:hover {
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

.bgc-promo-code-form .result-message-block {
    flex-basis: 100%;
    min-height: 25px;
}

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

    .bgc-promo-code-form .result-message-block {
        color: #fff;
    }

    .bgc-promo-code-form ._error {
        color: #C33025;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Общие стили кнопки "Добавить в избранное" */
/* ------------------------------------------------------------------------------------------------------------------ */

.item-favorite-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.item-favorite-button.-is-favorite svg path{
    fill: #252525;
    stroke: #252525;
}

.item-favorite-button .amount-favorites {
    font-size: 18px;
    color: #A2A2A2;
    line-height: 1;
    margin: 0 0 0 5px;
}

.item-favorite-button .heart {
    display: flex;
}

.item-favorite-button.-is-favorite .amount-favorites {
    color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение стилей Живосайта для mobile версии */
/* ------------------------------------------------------------------------------------------------------------------ */

.a_card .__jivoMobileButton {
    bottom: 80px !important;
    right: -15px !important;
}

body._active #jvlabelWrap {
    display: none !important;
}

body._active .__jivoMobileButton {
    display: none !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Стили для уникальных особенностей в карточке товаров */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-container .block-unique-features {
    border-top: 1px solid #E0E0E0;
    padding: 15px 0 0;
    margin-top: 15px;
}

.card-container .title-unique-features {
    margin-bottom: 10px;
}

.card-container .item-properties {
    position: relative;
    white-space: nowrap;
    width: 48%;
    min-width: 195px;
    border: 1px solid #c1c1c182;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.card-container .item-properties img {
    width: 16px;
}

.card-container .item-properties:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Всплывающее окно */
/* ------------------------------------------------------------------------------------------------------------------ */

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.card-container .hidden-clue {
    display: none;
    position: absolute;
    bottom: 130%;
    left: 0;
    line-height: 120%;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    white-space: initial;
    max-width: 400px;
    width: 100%;
    border-radius: 4px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    animation: fade 0.3s ease;
    z-index: 1;
}

.card-container .focus {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Дополнительное оформление скрытого элемента(необязательно) */
.card-container .focus + .hidden-clue:before {
    content: " ";
    position: absolute;
    top: 98%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 2;
}

/* Дополнительное оформление скрытого элемента(необязательно) */
.card-container .focus + .hidden-clue:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 10%;
    height: 0;
    width: 0;
    margin-left: -5px;
    border: 7px solid transparent;
    z-index: 1;
}

/* Появление скрытого элемента при клике */
.card-container .focus:focus + .hidden-clue {
    display: block;
}

.card-container .title-unique-features > h2 {
    margin-bottom: 13px;
    font-size: 18px;
    color: #979797;
}

.card-container .vb-items-properties {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: flex-start;
}

@media screen and (max-width: 1100px) {
    .card-container .item-properties{
        font-size: 13px;
    }
    .card-container .hidden-clue{
        font-size: 13px;
    }
}

@media screen and (max-width: 999px) {
    .card-container .item-properties {
        font-size: 12px;
        padding: 0 5px;
    }

    .card-container .vb-items-properties {
        gap: 2%;
    }

    .card-container .item-properties {
        width: 46%;
        min-width: 167px;
        font-size: 11px;
    }
}

@media screen and (max-width: 920px) {
    .card-container .col-md-6 {
        width: 100%;
        /*margin-bottom: 10px;*/
    }

    /*.card-container .learn-offer-block {*/
    /*    margin-bottom: 0;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .card-container .col-xs-6 {
        width: 50%;
        margin-bottom: 10px;
    }

    .card-container .vb-items-properties {
        justify-content: center;
        flex-direction: row;
    }
}

@media screen and (max-width: 435px) {
    .card-container .vb-items-properties {
        gap: 2%;
    }

    .card-container .item-properties {
        min-width: 185px;
        padding: 0 6px;
    }
}

@media screen and (max-width: 410px) {
    .card-container .vb-items-properties {
        gap: 3%;
    }

    .card-container .item-properties {
        min-width: 160px;
        padding: 0 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 380px) {
    .card-container .vb-items-properties {
        gap: 3%;
    }

    .card-container .item-properties {
        min-width: auto;
        padding: 0 5px;
        font-size: 15px;
        max-width: 100%;
        width: 100%;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Стили для партнёрских цен (общие!) */
/* ------------------------------------------------------------------------------------------------------------------ */

.partner-prise-block.slider {
    display: flex;
    justify-content: center;
}

.partner-retail-price,
.partner-personal-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.margin-top {
    margin-top: 15px;
}

.partner-retail-price.client {
    justify-content: center;
}

.partner-prise-block .retail-price-discount {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #afafaf;
    line-height: 1;
    text-decoration: line-through;
}

.partner-prise-block .retail-price-final {
    /*color: #e11b1b;*/
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

.partner-prise-block .retail-price-final-red {
    color: #252525;
}

.partner-prise-block .partner-price-final {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
}

.partner-prise-block ._price-type-name {
    min-width: 105px;
    font-size: 16px;
    text-align: left;
    margin-right: 10px;
}

@media screen and (max-width: 350px) {
    .partner-prise-block .retail-price-discount {
        font-size: 15px;
    }

    /*.partner-prise-block .retail-price-final {*/
    /*    font-size: 15px;*/
    /*}*/
    .partner-prise-block ._price-type-name {
        font-size: 14px;
    }
}

/* Верстка страницы с акциями */
.action-list .action-block {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    box-shadow: 0 0 20px 0 rgba(34, 60, 80, 0.2);
    transition: 0.3s;
}

.action-list .box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.action-list .action-block-text {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90.22deg, #1B1B1B 66.66%, rgba(3, 2, 2, 0.79) 105.79%);
    color: #E0E0E0;
    padding: 15px 20px 15px;
    border-bottom: 1px solid #3D3D3D;
    z-index: 5;
}

.action-list .action-title-link {
    position: relative;
    text-transform: uppercase;
    color: #E0E0E0;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
}

.action-list .action-title-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 6px;
    background: #E0E0E0;
    bottom: -5px;
    opacity: 0;
    transform: scale(0.1);
    transition: 0.3s;
}

.action-list .action-time {
    font-size: 24px;
    line-height: 120%;
}

.action-list .action-block-img img {
    width: 100%;
}

.action-list .action-block-link {
    width: 100%;
    height: 100%;
}

.action-list .action-block-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.action-list .action-link-hidden {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(23, 23, 23, 0.86);
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
}

.action-list .action-link {
    position: absolute;
    text-align: center;
    text-decoration: none;
    pointer-events: all;
    opacity: 0;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    max-width: 300px;
    font-size: 24px;
    top: 50%;
    left: 50%;
    background: #BF0865;
    transform: translate(-50%, -50%);
    z-index: 6;
    transition: 0.3s;
}

.action-list .action-link:hover {
    transform: translate(-50%, -55%);
}


@media (any-hover: hover) {
    .action-list .action-block:hover .action-link {
        pointer-events: all;
        opacity: 1;
    }

    .action-list .action-block:hover .action-link-hidden {
        opacity: 1;
    }

    .action-list .action-title-link:hover {
        text-decoration: none;
    }

    .action-list .action-title-link:hover:before {
        opacity: 1;
        bottom: 0;
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .action-list .action-title-link {
        font-size: 20px;
    }

    .action-list .action-time {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .action-list .action-block {
        margin-bottom: 30px;
    }

    .action-list .action-block-text {
        flex-direction: column;
        align-items: center;
        padding: 10px 15px 10px;
    }

    .action-list .action-title-link {
        text-align: center;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .action-list .action-time {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .action-list .action-block {
        margin-bottom: 25px;
    }

    .action-list .action-time {
        font-size: 16px;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Адаптив слайдеров 480px */
/* ------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 479px) {
    .custom-slider .slick-list {
        padding: 0 25% 0 0;
    }

    .custom-slider .item-slider .name {
        font-size: 14px;
    }

    .custom-slider .item-slider .img .image {
        width: 100%;
        max-width: 250px;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение контекста в модальном окне, "Вступить в клуб" */
/* ------------------------------------------------------------------------------------------------------------------ */

._text_sm_discount_percent {
    width: 80%;
}

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

@media (max-width: 500px) {
    ._text_sm_discount_percent {
        width: 100%;
    }
}

@media (max-width: 440px) {
    ._text_sm_discount {
        width: 70%;
    }

    ._text_sm_discount_percent {
        width: 70%;
    }
}

@media (max-width: 404px) {
    ._text_sm_discount {
        width: 80%;
    }

    ._text_sm_discount_percent {
        width: 70%;
    }
}

@media (max-width: 375px) {
    ._text_sm_discount {
        width: 90%;
    }

    ._text_sm_discount_percent {
        width: 90%;
    }
}

@media (max-width: 335px) {
    ._text_sm_discount {
        width: 100%;
    }
}

@media (max-width: 309px) {
    ._text_sm_discount {
        width: 90%;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение позиций блоков при 550px */
/* ------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 550px) {
    .bgc-main-page {
        display: flex;
        flex-direction: column;
    }

    .bgc-main-page .action-slider-container {
        order: -1;
    }

    .bgc-main-page #vb-separator-40 {
        order: 2;
        height: 20px;
    }

    .bgc-main-page .slider-one {
        order: 3;
        overflow: hidden;
    }

    .bgc-main-page #vb-separator-2525 {
        order: 4;
        height: 0;
    }

    .bgc-main-page .bgc-advantages {
        order: 3;
    }

    .bgc-main-page #vb-separator-220 {
        order: 6;
        height: 20px;
    }

    .bgc-main-page .bgc-full-image-block {
        order: 7;
    }

    .bgc-main-page #vb-separator-41 {
        order: 8;
        height: 10px;
    }

    .bgc-main-page .slider-two {
        order: 9;
    }

    .bgc-main-page #vb-separator-42 {
        order: 10;
        height: 20px;
    }

    .bgc-main-page #vab-2671 {
        order: 11;
        height: 20px;
    }

    .bgc-main-page #vab-1097 {
        order: 12;
    }

    .bgc-main-page #vb-separator-49 {
        order: 13;
        height: 0;
    }

    .bgc-main-page .bgc-bedroom-index {
        order: 14;
    }

    .bgc-main-page #vb-separator-45 {
        order: 15;
        height: 20px;
    }

    .bgc-main-page #vab-1098 {
        order: 16;
    }

    .bgc-main-page #vb-separator-43 {
        order: 17;
        height: 20px;
    }

    .bgc-main-page .block-header {
        order: 18;
    }

    .bgc-main-page .insta-shopping-container {
        order: 19;
        margin-left: 0;
    }

    .bgc-main-page .main-icon-bottom {
        order: 20;
    }

    .bgc-main-page #vb-separator-47 {
        order: 21;
        height: 0;
    }

    /* Отступ у слайдеров */
    .item-slider .one {
        padding: 15px 0;
    }

    /* Изменение виджета с одной картинкой во весь блок */
    .bgc-bedroom-index .big-img {
        border-radius: 4px;
        overflow: hidden;
    }

    .bgc-bedroom-index .big-img img {
        min-height: 244.44px;
        object-fit: cover;
    }

    .bgc-bedroom-index .for_you {
        text-transform: uppercase;
    }

    /* Изменение виджетов с двумя блоками + картинки */
    .bgc-interactive-image-block img {
        max-height: 244.44px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение шапки сайта при 1000px < */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 4px 15px;
}

.header-mobile .back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    opacity: 0;
    transition: 0.3s;
}

.header-mobile .back._active{
    opacity: 1;
}

.header-mobile .back img {
    max-width: 20px;
    max-height: 20px;
    width: 100%;
}

.header-mobile .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    opacity: 0.8;
}

.header-mobile .close img {
    max-width: 20px;
    max-height: 20px;
    width: 100%;
}

.header-mobile .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 16;
}

.header-mobile .header-button {
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    padding: 7px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    transition: 0.5s;
    border-bottom: 1px solid #252525;
    border-top: 1px solid #252525;
}

.header-mobile .header-button._active {
    color: rgb(255, 255, 255);
    background: #252525;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}

.header-mobile .slidemenu:not(:first-child) .one {
    padding-left: 5px;
}

.ancher-main-menu .one {
    padding-left: 53px !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Адаптив мобильного меню */
/* ------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 500px) {
    .slide-menu-header .name {
        font-size: 18px;
    }

    .header-mobile .header-button {
        font-size: 16px;
    }

    .slide-menu-panel {
        width: 100vw;
        left: -100vw;
    }

    .room-main-menu {
        top: 90px;
        width: 100vw;
        left: -100vw;
    }

    .slide-menu-panel .slidemenu {
        width: 100vw;
        top: 90px;
    }

    .slidemenu .ancher-main-menu {
        width: 100vw;
    }

    .ancher-catalog-2 {
        left: -100vw;
    }

    .ancher-catalog-7 {
        left: -100vw;
    }

    .ancher-catalog-9 {
        left: -100vw;
    }

    .ancher-catalog-35 {
        left: -100vw;
    }

    .ancher-catalog-36 {
        left: -100vw;
    }

    .ancher-catalog-60 {
        left: -100vw;
    }

    .ancher-catalog-69 {
        left: -100vw;
    }

    .ancher-item-list-filter {
        left: -100vw;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение всех заголовков */
/* ------------------------------------------------------------------------------------------------------------------ */

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

@media (max-width: 992px) {
    .main-title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .main-title {
        font-size: 26px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Адаптация для container и body */
/* ------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 500px) {
    .wrap .container {
        padding: 0 10px;
        overflow: hidden;
    }

    .container{
        padding: 0 10px;
    }

}
/* ------------------------------------------------------------------------------------------------------------------ */
/* Постоянный показ модального окна лояльности */
/* ------------------------------------------------------------------------------------------------------------------ */

/*.vb-modal_customer-survey {*/
/*    display: block;*/
/*}*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* В моих желаниях стиль для "Снят с производства"*/
/* ------------------------------------------------------------------------------------------------------------------ */

.out-of-production {
    width: 100%;
    text-align: right;
    margin-right: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Стили для меню с поисковым запросом Мебель */
/* ------------------------------------------------------------------------------------------------------------------ */

.furnituree {
    max-width: 1170px;
    margin: 30px auto 50px;
    position: relative;
    border-radius: 5px;
}

.furniture ul {
    background-blend-mode: multiply;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    border-radius: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.furniture li {
    max-width: 253px;
    min-width: 253px;
    margin: 3px 3px;
    z-index: 2;
}

.furniture a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 120%;
    padding: 7px 10px;
    margin-bottom: 5px;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.furniture a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    background-color: #fd4c4c;
    content: "";
    transition: width 0.3s ease-out;
}

.furniture a:hover:after,
.furniture a:focus:after {
    width: 100%;
}

.furniture a:hover {
    color: #fd4c4c;
}

.furniture .shop-link {
    color: #fff;
    background-color: #000000d9;
    border: 1px solid #ffffff00;
    text-decoration: none;
    line-height: 120%;
    padding: 7px 10px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Медиа запросы */
/* ------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 1100px) {
    .furniture ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .furniture ul li {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 807px) {
    .furniture {
        margin: 25px auto;
    }

    .furniture ul {
        grid-template-columns: 1fr 1fr;
        background-color: inherit;
        padding: 10px 0;
    }

    .furnitureli {
        min-width: auto;
        margin: 5px 8px;
    }

    .furniture li a {
        font-size: 16px;
        padding: 3px 8px;
        border-radius: 1px;
    }

    .furniture .shop-link {
        padding: 3px 8px;
        font-size: 16px;
        border-radius: 1px;
    }
}

@media (max-width: 550px) {
    .furniture ul {
        display: flex;
        flex-wrap: wrap;
    }

    .furniture li {
        text-align: center;
        width: fit-content;
        min-width: unset;
    }

    .furniture li a {
        font-size: 16px;
    }

    .furniture {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .furniture li {
        margin: 5px 3px;
    }

    .furniture li a {
        font-size: 14px;
        padding: 3px 8px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Плавное появление картинки в навигации */
/* ------------------------------------------------------------------------------------------------------------------ */

.show-images-navigation {
    position: relative;
    transition: 0.2s;
    animation: 0.4s show-images-navigation-animation ease-out;
    border: none;
}

.show-images-navigation > img {
    margin-right: 0px;
}

@keyframes show-images-navigation-animation {
    from { opacity: 0 }
    to { opacity: 1 }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение ширины выпадающего меню */
/* ------------------------------------------------------------------------------------------------------------------ */

.show-menu-block {
    margin: 0 auto;
    position: relative;
    justify-content: center;
    width: fit-content;
}

.col-list {
    margin: 2%;
    width: 70%;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Изменение цвета на остатках в зависимости от количества */
/* ------------------------------------------------------------------------------------------------------------------ */

.quantity-price-green {
    margin: 0;
    /*background: #1D6641;*/
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    padding: 5px 10px;
    color: #6c6c6c;
}

@media screen and (max-width: 350px){
    .quantity-price-green {
        padding: 5px;
        font-size: 13px;
    }
}

.quantity-price-yallow {
    margin: 0;
    /*background: #FF7A20;*/
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    padding: 5px 10px;
    color: #6c6c6c;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Убрал блок в карточке товара "Цена товара не указана" */
/* ------------------------------------------------------------------------------------------------------------------ */

#w0-error-0 {
     display: none;
}



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

.order-delivery-payment {
    max-height: 1px;
    overflow: hidden;
}

.delivery-and-payment-option {
    width: 100%;
    display: flex;
}

.delivery-and-payment-option p {
    width: 100%;
    font-size: 18px;
    background: #e3e3e3;
    padding: 5px 13px;
    border-radius: 3px;
    margin: 0;
}

@media screen and (max-width: 400px){
    .delivery-and-payment-option p{
        font-size: 14px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Стили формы для дизайнеров */
/* ------------------------------------------------------------------------------------------------------------------ */

.designer-registration {
    margin-top: 10px;
    width: 50%;
}

@media screen and (max-width: 1020px){
    .learn-offer-block {
        display: flex;
        flex-direction: column;
    }
    .col-sm-6 {
        width: 100%;
    }
    .offer-your-price-icon {
        margin-top: 10px;
    }
}

@media screen and (max-width: 435px) {
    .learn-offer-button-grid .grid-row {
        width: 200px;
    }
}
/* Модальное окно ВСТУПАЙ В BOGACHO CLUB */
/* ------------------------------------------------------------------------------------------------------------------ */

#vb-modal_first-order-discount-registration ._sub_description {
    margin-top: 20px;
}

#vb-modal_first-order-discount-registration ._link {
    margin: 8px 0;
}

#vb-modal_first-order-discount-registration ._sub_description {
    margin: 20px 0 0 0;
}

.designer-registration {
    margin-top: 10px;
}

.icon-for-designer {
    width: 100%;
    height: 100%;
}

.car-animation {
    position: relative;
    animation: 0.5s carDriving ease infinite ;
}

.car-animation img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.car-animation .card-line{
    height: 1px;
    background: #252525;
    position: absolute;
    left: -13px;
}

.car-animation .card-line:nth-child(1){
    top: 9px;
    width: 4px;
    left: -8px;
}
.car-animation .card-line:nth-child(2){
    top: 13px;
    width: 9px;
    left: -13px;
}
.car-animation .card-line:nth-child(3){
    top: 17px;
    width: 15px;
    left: -18px;
}

@keyframes carDriving {
    0%{
        top: 0;
    }
    50%{
        top: 1px;
    }
    100%{
        top: 0;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Рейтинг и артикул в карточке товара */
/* ------------------------------------------------------------------------------------------------------------------ */
.card-artAndRating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rating-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.vertical-line {
    border-left: 2px solid #454545;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.card-feedback {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 1px;
    cursor: pointer;
}

.card-middle-rating {
    margin-left: 5px;
    font-size: 16px;
    margin-bottom: 1px;
}

@media screen and (max-width: 350px){
    .vertical-line {
        display: none;
    }
    .card-feedback {
        font-size: 15px;
        margin-left: 10px;
    }
}

.offer-cart {
    color: #717171;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Стили артикул и баркод */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-parameter-article {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 72%;
}

.card-parameter-article .articul-block {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 10px;
    max-width: 160px;
    height: 30px;
}

.card-parameter-article .articul-block::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
}

.card-parameter-article .articul-block::-webkit-scrollbar-track {
    background: #ffffff;
}

.card-parameter-article .articul-block::-webkit-scrollbar-thumb {
    background-color: #252525;
    border-radius: 5px;
    height: 3px;
}

.card-parameter-article .articul-block {
    margin-bottom: -5px;
    scrollbar-width: thin;          /* "auto" или "thin" */
    scrollbar-color: #e3e3e3 #fff;
}

.card-parameter-article  .articul-link {
    margin-left: 5px;
}

.card-parameter-article .articuls-link {
    text-decoration: underline;
    margin-left: 5px;
}

.card-parameter-barcode  .barcode-number{
    margin-left: 5px;
    font-size: 15px;
}

@media screen and (max-width: 1000px){
    .card-parameter-article .articul-block {
        max-width: 100px;
    }
}

@media screen and (max-width: 900px){
    .card-parameter-article  .articul-link {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px){
    .card-parameter-article .articul-block {
        max-width: 200px;
    }
}

@media screen and (max-width: 500px){
    .card-parameter-article .articul-block {
        max-width: 144px;
    }
}


@media screen and (max-width: 450px){
    .card-parameter-article  .key-article,
    .card-parameter-article .articul-link{
        font-size: 15px;
    }
}

@media screen and (max-width: 430px){
    .rating-card {
        align-items: baseline;
    }
    .card-parameter-article .articul-block {
        max-width: 100px;
    }
}

@media screen and (max-width: 400px){
    .card-parameter-barcode  .key-barcode {
        font-size: 14px;
    }
    .card-parameter-barcode .barcode-number {
        font-size: 14px;
    }
}

@media screen and (max-width: 370px){
    .rating-card {
        align-items: baseline;
    }
    .card-parameter-article .articul-block {
        max-width: 50px;
    }
}

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

@media screen and (max-width: 900px){
    .margin-bottom {
        font-size: 32px;
    }
}

@media screen and (max-width: 450px){
    .margin-bottom {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Страница 404 */
/* ------------------------------------------------------------------------------------------------------------------ */

.page-error {
    display: block;
}

.site-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-error .site-error-img {
    width: 100%;
}

.site-error .site-error-content {
    display: flex;
    flex-direction: column;
}

.site-error .site-error-text {
    font-size: 28px;
    line-height: 47px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.site-error .site-error-return {
    font-size: 22px;
}

.site-error .site-error-link {
    text-decoration: underline;
}

.slider-error {
    margin-top: 20px;
}

.slider-error .vb-items-slider:before {
    display: none;
}

@media screen and (max-width: 700px){
    .site-error {
        margin-top: 20px;
    }
    .site-error .site-error-text {
        font-size: 24px;
    }
    .site-error .site-error-return {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px){
    .site-error {
        margin-top: 40px;
    }
    .site-error .site-error-text {
        font-size: 22px;
    }
    .site-error .site-error-return {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px){
    .site-error {
        margin-top: 10px;
    }
}

@media screen and (max-width: 430px){
    .site-error .site-error-text{
        font-size: 18px;
    }
    .site-error .site-error-return {
        font-size: 15px;
    }
}

@media screen and (max-width: 350px){
    .site-error .site-error-text{
        font-size: 16px;
    }
    .site-error .site-error-return {
        font-size: 15px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Фикс, чтобы заголовок всегда был первым */
/* ------------------------------------------------------------------------------------------------------------------ */

.container.m_app-retail{
    display: flex;
    flex-direction: column;
}

.margin-bottom{
    order: -1;
}

/* Страница доставки */

.delivery-table {
    display: none;
}

@media (max-width: 760px) {
    .delivery-table-img {
        display: none;
    }
    .delivery-table p{
        margin: 0px;
    }
    .delivery-table {
        display: block;
    }
    .deliveyMap {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .deliveyMap {
        margin-top: 100px;
    }
}

.item-favorite-button.load {
    opacity: 0.6;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Плашка на соглашение использования cookie */
/* ------------------------------------------------------------------------------------------------------------------ */

.accept-cookie,
.your-promo-code {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 22%;
    padding: 25px;
    z-index: 9999999999;
}
.accept-cookie .only-mobile {
    display: none;
}
.your-promo-code {
    left: 0px;
    right: inherit;
}
.accept-cookie a,
.your-promo-code a {
    color: white;
    text-decoration: underline;
}
.accept-cookie .acc-block,
.your-promo-code .acc-block {
    padding: 25px;
    background: #1e1e1e;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}
.your-promo-code .acc-block {
    justify-content: left;
}
.accept-cookie .acc-title,
.your-promo-code .acc-title {
    display: block;
    font-size: 0.94vw;
    line-height: 28px;
    margin-bottom: 10px;
}
.accept-cookie .acc-info,
.your-promo-code .acc-info {
    display: block;
    line-height: 23px;
    margin-bottom: 14px;
    font-size: 0.8vw;
}
.accept-cookie .acc-button,
.your-promo-code .acc-button {
    display: block;
    color: #1e1e1e;
    width: 100%;
    border-radius: 5px;
    border: 0px;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
}
.your-promo-code .acc-button {
    color: white;
    background-color: #AE8C58;
}
.accept-cookie .acc-button:hover,
.your-promo-code .acc-button:hover {
    opacity: 0.7;
}
.your-promo-code .acc-header {
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: flex-end;
}
.your-promo-code .acc-header .close-modal-promo-code {
    cursor: pointer;
    width: 24px;
    margin: 10px;
}
@media (min-width: 280px) and (max-width: 480px) {
    .accept-cookie,
    .your-promo-code {
        width: 100%;
        padding: 20px 15px;
    }
    .accept-cookie .acc-title {
        font-size: 2.8vw;
    }
    .accept-cookie .acc-info,
    .your-promo-code .acc-info {
        font-size: 3.8vw;
        line-height: normal;
        text-align: center;
    }
    .your-promo-code .acc-info {
        margin-top: 15px;
    }
    .accept-cookie .acc-button,
    .your-promo-code .acc-button {
        width: 20%
    }
    .your-promo-code .acc-button {
        width: 100%
    }
}
@media (min-width: 480px) and (max-width: 1024px) {
    .accept-cookie,
    .your-promo-code {
        width: 55%;
        padding: 20px 15px;
    }
    .accept-cookie .acc-title,
    .your-promo-code .acc-title {
        font-size: 2.3vw;
    }
    .accept-cookie .acc-info,
    .your-promo-code .acc-info {
        font-size: 1.8vw;
    }
}

@media screen and (min-width: 901px) {
    .accept-cookie .acc-block.only-desktop {
        display: block;
    }
    .accept-cookie .acc-block.only-mobile {
        display: none;
    }
    .accept-cookie, .your-promo-code {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 400px;
        padding: 25px;
        z-index: 9999999999;
    }
    .accept-cookie .acc-title, .your-promo-code .acc-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .accept-cookie .acc-info, .your-promo-code .acc-info {
        line-height: 1.4;
        font-size: 15px;
    }
    .accept-cookie .acc-button, .your-promo-code .acc-button {
        font-weight: 500;
    }
}

@media (max-width: 900px) {
    .boot-noty {
        position: fixed;
        display: flex;
        width: 100%;
        z-index: 99999999;
        bottom: 0;
        justify-content: flex-start;
        flex-direction: column-reverse;
        padding: 5px 15px;
    }
    .accept-cookie,
    .your-promo-code {
        position: static;
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .your-promo-code .acc-info {
        margin: 5px 0;
    }
    .accept-cookie .acc-block,
    .your-promo-code .acc-block {
        padding: 10px;
    }

    .accept-cookie .acc-title {
        font-size: 12px;
        line-height: 1.3;
    }

    .accept-cookie .acc-block {
        background: #AE8C58;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .accept-cookie .only-desktop {
        display: none;
    }
    .accept-cookie .only-mobile .acc-button {
        color: white;
        background-color: black;
        width: 25%;
        align-self: center;
    }
    .accept-cookie .only-mobile .acc-title {
        font-weight: 400;
        padding-right: 15px;
    }
    .your-promo-code .acc-block {
        background-image: url(../img/background-noty-promocode.jpeg);
        background-size: cover;
        align-items: center;
        flex-direction: column;
    }
    .your-promo-code .acc-block .acc-title {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .your-promo-code .acc-block .acc-info {
        text-align: center;
        font-size: 13px;
        line-height: 1.3;
    }
    .your-promo-code .acc-block .acc-button {
        width: unset;
        font-size: 15px;
        font-weight: 400;
        padding: 8px 15px;
    }
    .jv-desktop {
        opacity: 0;
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .accept-cookie, .your-promo-code {
        width: 45%;
    }
    .accept-cookie .acc-title, .your-promo-code .acc-title {
        font-size: 15px;
    }
    .accept-cookie .acc-info, .your-promo-code .acc-info {
        font-size: 15px;
    }
}

.wrap_deb0 {
    z-index: 99999 !important;
}

.policy-of-confidential label {
    font-weight: 200;
    text-align: left;
    font-size: 13px;
    margin-left: 18px;
}

.policy-of-confidential.policy-error input {
    outline: 2px solid #c00 !important;
}

.policy-of-confidential a {
    text-decoration: underline;
}

.policy-of-confidential input[type=checkbox] {
    height: 18px;
    width: 18px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Recaptcha */
/* ------------------------------------------------------------------------------------------------------------------ */

.captcha-img img {
    padding-bottom: 10px;
    z-index: 10 !important;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 530px) {
    #cart-drop-down .loading {
        display: none;
    }
}

.banner-image {
    width: 100%;
    height: auto;
}

/* Стили личного кабинета */
.field-user-phone .edit-phone[data-v-39b05578] {
    background: #252525;
    padding: 6px 12px;
    display: inline-block;
}
.modal__ver-img {
    display: none;
}
.modal__order-close {
    /*display: none;*/
}
.modal__order-reg {
    align-items: flex-start;
    margin-top: 20px;
}
button.modal__order-btn {
    padding: 15px 30px;
    margin-top: 15px;
    background: #252525;
    color: #fff;
    border-radius: 5px;
}

/* //Стили личного кабинета */
/* Стили корзины */
@media (max-width: 900px) {
    .margin-bottom.cart-title {
        margin-bottom: 5px;
        padding: 0;
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        margin-top: 0;
    }
    .top-display {
        justify-content: space-between !important;
    }
    .top-display p {
        font-size: 13px;
    }
    .bgc-order .btn {
        height: auto !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        font-size: 13px;
    }
    .top-display button {
        border: 1px solid #a8a8a8 !important;
        border-radius: 3px !important;
        color: #515151 !important;
        margin-left: 5px !important;
    }
    .bgc-order {
        padding: 0 0 !important;
    }
    .bgc-order .basket-item {
        padding: 0 0 20px 0 !important;
        border-bottom: 1px dashed #DFD1BC !important;
    }
    .bgc-order .order-card-main {
        box-shadow: none;
        margin-top: 20px;
    }
    .cart-item .basket-content {
        flex-direction: row !important;
        align-items: flex-start !important;
    }
    .bgc-order .card-basket-content {
        margin-left: 20px;
    }
    .bgc-order .card-basket-content-name {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }

    .cart-item .card-basket-item-images .discount-percent {
        border-radius: 0 0 0 5px !important;
        padding: 0 4px !important;
        top: 0 !important;
        font-weight: 500 !important;
    }
    .cart-item .block-info .spp-total-price .basket-card-total-cost {
        margin-right: 10px !important;
        padding: 2px 8px !important;
        font-size: 15px;
    }
    .bgc-order .basket-card-price,
    .bgc-order .basket-card-total-cost,
    .bgc-order .card-basket-content-discounts {
        font-size: 15px;
    }
    .cart-item .card-basket-content-icon {
        bottom: 20px !important;
        left: 0 !important;
    }
    .bgc-order [data-tooltip-favorites] {
        opacity: .7 !important;
    }
    .bgc-order [data-tooltip-favorites]:hover {
        opacity: 1 !important;
    }
    .bgc-order .card-basket-content-calc-item {
        margin-top: 5px !important;
    }
    .cart-item .block-info .block-info-left .item-price {
        font-size: 12px !important;
        text-align: right;
    }
    /* Подытог */
    .bgc-order .order-block {
        padding: 0;
        transition: .3s;
    }
    .fa-info-custom {
        border: 1px solid #219653;
        border-radius: 3px;
        color: #219653;
        margin-right: 8px;
        padding: 2px 6px;
        font-size: 13px;
    }
    .order-place-total-discounts span,
    .order-place-total-discounts.modifiers span,
    .order-place-without-spp .price {
        white-space: normal;
        font-size: 13px;
        line-height: 1.5;
    }
    .order-place-total-discounts.modifiers p {
        font-size: 13px;
        line-height: 1.5;
    }
    /* Плашки с промо ценой */
    .club-discount-info .order-place-with-spp,
    .club-discount-info .order-place-without-spp {
        margin-right: 5px !important;
    }
    .club-discount-info .order-place-with-spp .price,
    .club-discount-info .order-place-without-spp .price {
        font-size: 20px;
        font-weight: 700;
        line-height: 22px !important;
    }
    .bgc-order .order-place-price {
        font-size: 13px !important;
    }
    /* Кнопка оформления */
    .bgc-order .order-place-button {
        max-width: 100% !important;
        padding: 15px 30px !important;
        height: auto !important;
        max-height: unset !important;
        font-size: 15px !important;
    }
    /* Итог */
    .bgc-order .order-place-total-price {
        margin: 0 0 10px;
        font-size: 15px;
        line-height: 1.3;
        color: #252525;
        border-bottom: 1px dashed #a8a8a8;
    }
    .order-place-total-discounts {
        border-bottom: 1px dashed #a8a8a8;
        display: flex;
        font-size: 13px;
        font-weight: 400;
        justify-content: space-between;
        margin-bottom: 10px !important;
    }
    /* Чекбоксы */
    .policy-of-confidential label {
        margin-left: 10px;
        font-size: 13px;
        font-weight: 400;
    }
    .policy-of-confidential .vb-new-modal-link-wrapper {
        align-items: flex-start;
    }
    /* Подсказка акций */
    .bgc-order .card-basket-content-active-actions-popup {
        border-radius: 5px;
        padding: 10px;
        width: 290px;
        left: -40px;
        font-size: 12px;
        line-height: 1.3;
    }
    .card-basket-content-active-actions-popup li {
        margin-bottom: 5px;
    }
    .order-place-total-discounts span,
    .order-place-total-discounts.modifiers span,
    .order-place-without-spp .price {
        white-space: normal !important;
    }
    .order-place-total-discounts.modifiers br {
        display: none !important;
    }
}
/* //Стили корзины */

/* Стили статических страниц */
.page-wrapper a {
    text-decoration: underline;
}

.page-wrapper a:hover,
.page-wrapper a:focus {
    color: #AA0061;
}

/* //Стили статических страниц */