/* spoiler */
div.spoiler {
    padding: 5px;
    line-height: 1.6;
}

div.spoiler div.spoiler-title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #bbbbbb;
    border-bottom-color: #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 14px;
    margin-left: 4px;
    margin-right: 6px;
    cursor: pointer;
    -webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
    background: url('/admin/ckeditor/plugins/spoiler/images/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
    background: url('/admin/ckeditor/plugins/spoiler/images/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
    font-size: 13px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 4px 10px;
}

.spoiler-content:after {
    content: '';
    display: block;
    clear: both;
}

/*dropdown menu */

/* main catalog */
#main_catalog.dropdown,
#main_catalog.dropdown ul {
    position: relative;
    width: 266px;
    padding: 0;
    overflow: unset;
}

#main_catalog.dropdown ul ul {
    background-color: #fff;
}

#main_catalog.dropdown ul .show > ul {
    background-color: transparent;
}

#main_catalog.dropdown {
    background-color: #fff;
}

#main_catalog.dropdown li {
    width: 266px;
    padding: 0;
}

#main_catalog.dropdown {
    margin-top: -40px;
    border-top-width: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    z-index: 1100;
}

#main_catalog.dropdown ul,
#main_catalog.dropdown li {
    display: block;
    list-style-type: none;
}

#main_catalog.dropdown a {
    display: block;
    position: relative;
    width: 206px;
    padding: 10px 30px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 1px;
}

#main_catalog.dropdown a:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 15px;
    width: 236px;
    height: 1px;
    background-color: #ddd;
}

#main_catalog.dropdown > li:last-child > a:after {
    display: none;
}

#main_catalog.dropdown ul ul:after {
    content: unset;
}

#main_catalog.dropdown li.strong a,
#main_catalog.dropdown nav.main a,
#main_catalog.dropdown li.current > a {
    font-weight: 700;
}

#main_catalog.dropdown > .main > ul:first-child > li:last-child > a:after {
    display: block;
}

#main_catalog.dropdown li.strong a,
#main_catalog.dropdown li.current > a {
    font-weight: 700;
}

#main_catalog.dropdown li:last-child > a {
    margin-bottom: 0;
}

#main_catalog.dropdown li:last-child > a:after {
    display: none;
}

#main_catalog.dropdown ul ul {
    position: absolute;
    left: 270px;
    margin-top: -39px;
    display: none;
    z-index: 999;
    margin-left: -4px;
}

#main_catalog.dropdown ul li:hover > ul {
    display: block;
}

#main_catalog.dropdown li.bottom > ul {
    top: auto;
    bottom: 0;
}

#main_catalog.dropdown li.show > a {
    font-weight: bold;
}

#main_catalog.dropdown:hover + .decorate_block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#main_catalog.dropdown .show > ul {
    display: block;
    position: relative;
    left: 0;
    margin-top: unset;
    margin-left: unset;
}

#main_catalog.dropdown .show ul li a, #main_catalog.show .current ul li a {
    width: 196px;
    padding-left: 40px;
}

/*Begin style for .features */

#shop_goods .position .features {
    padding-top: 20px;
}

.ul, ol {
    margin-left: 20px;
}

/*for images loading*/

body #shop_goods .goods-card .gallery img {
    text-indent: 100vw;
    height: auto;
}

.disabledOption {
    color: #aaaaaa;
}

/*for brands on main*/

.brands_logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 34px;
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.brands_item {
    width: 200px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.brands_item a img,
.brands_item a span {
    width: 160px;
    padding: 0 20px;
    border-radius: 10px;
    display: block;
}

.brands_item:hover {
    border-color: #333e48;
}

@media all and (max-width: 860px) {
    body .domain {
        font-size: 14px !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    body .domain a {
        position: unset !important;
        display: unset !important;
        margin: unset !important;
    }

    body .list .favorite {
        top: 5px;
        right: 5px;
    }

    body.main #content h1 {
        padding: 20px 50px 20px 0;
    }

    /*cat number columns*/
    body .two_cat ul, body main ul.two_cat, body .two_cat #shop_cats ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    body .two_cat li, body main ul.two_cat li, body .two_cat #shop_cats ul li {
        width: 46%;
        height: 216px;
    }

    body .two_cat li .name, body ul.two_cat li .name {
        bottom: 5px !important;
    }

    body .reviews {
        border-radius: 4px;
    }

    /*******/
}


@media all and (max-width: 480px) {
    body .brands_logo_list {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
        overflow-y: hidden
    }

    body .brands_logo_list .brands_item {
        width: 160px;
        height: 80px;
    }

    body .brands_logo_list .brands_item img {
        padding: unset;
    }

    body .reviews .wrapReviews {
        padding: 0 20px;
    }

    body .reviews h2 {
        padding: 20px 20px 0 20px;
        width: unset;
    }

    body .reviews .slick-slide {
        padding: unset;
    }

    body .reviews .slick-track {
        margin: unset;
    }

    body .reviews .slick-prev, body .reviews .slick-next {
        display: none !important;
    }

    body .reviews .slick-dots {
        position: relative;
    }
}

/**/
#map {
    width: 600px;
    height: 600px;
    display: none;
}

#shop_goods .goods-card .goods-gallery {
    display: none;
}

.subscription .subscription_captcha .title:before {
    display: none;
}

.subscription .subscription_captcha {
    display: none;
}

#shop_goods .filters input[type=button_lite] {
    color: #fff;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    border-width: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    background-color: #333e48;
    outline: none;
    text-decoration: none;
    border-width: 0;
    opacity: 0.8;
    width: 68px;
}

.favorite, .favorite_as {
    position: absolute;
    left: 160px;
    top: -2px;
    height: 25px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.goods_wrapper .favorite, .goods_wrapper .favorite_as {
    left: unset;
    top: -5px;
    right: 10px;
}

.compare, .compare_as {
    display: block;
    position: absolute;
    right: 44px;
    top: -5px;
    padding: 5px;
    z-index: 1;
}

.compare:after, .compare_as:after {
    content: '\e918';
    font-family: 'Unisiter-Icons';
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.compare_as:after {
    content: '\e919';
}

.compare:before, .compare_as:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    background: #fff;
    filter: blur(4px);
}

.compare_as {
    color: #df1d32;
}

#shop_goods .list .compare, #shop_goods .list .compare_as {
    right: 200px;
    top: 10px;
}


#shop_goods .list .favorite, #shop_goods .list .favorite_as {
    right: 160px;
    top: 10px;
    position: absolute;
}

header a.toFavorite, header a.toCompare {
    position: absolute;
    right: 252px;
    top: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333e48;
}

header a.toCompare {
    right: 188px;
}

header a.toCompare:before {
    content: '\e918';
    font-family: 'Unisiter-Icons';
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    position: relative;
    bottom: 1px;
    color: inherit;
}

header a.toFavorite:before {
    content: '\e916';
    font-family: 'Unisiter-Icons';
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    position: relative;
    bottom: 1px;
    color: inherit;
}

.three_columns .favorite, .three_columns .favorite_as, .four_columns .favorite,
.four_columns .favorite_as, .five_columns .favorite, .five_columns .favorite_as {
    position: absolute;
    left: unset;
    top: 0;
    right: 0;
}

.goods-card .favorite, .goods-card .favorite_as {
    left: 280px;
    top: 20px;
}

.goods-card .compare, .goods-card .compare_as {
    left: 246px;
    top: 20px;
    right: unset;
}

.goods-card .compare:after, .goods-card .compare_as:after {
    font-size: 23px;
}

.goods-card .favorite:after, .goods-card .favorite_as:after {
    font-size: 30px;
}

.favorite:after, .favorite_as:after {
    content: '\e916';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

/**/
.favorite:before, .favorite_as:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    background: #fff;
    filter: blur(4px);
}

.favorite_as:after {
    content: '\e917';
    color: #cf0120;
}

.favorite:hover:after, .favorite_as:hover:after, .compare:hover {
    color: #cf0120;
}

.favorite:hover:after, .favorite_as:hover:after {
    color: #cf0120;
}

.favorite_as:hover:after, compare_as:hover:after {
    color: #333e48;
}

/*bnr left*/
.left_col .bnr img[fetchpriority=high] {
    z-index: 1;
}

.left_col .bnr img[fetchpriority=low] {
    z-index: 0;
}

/*score*/

.rate {
    display: flex;
    align-items: center;
    /*display: none;*/
}

.rate p {
    width: 112px;
}

.score {
    background: #f5f5f5;
    padding: 6px 10px;
    width: max-content;
    border-radius: 4px;
    display: flex;
    gap: 3px;
    /*display: none;*/
}

.score input, .score span {
    width: 15px;
    height: 15px;
    background: url("/engine/public/img/score-items.png");
    display: block;
    background-size: cover;
}

.score input.score_10, .score span.score_10 {
    background-position: 0 16px;
}

.score input.score_05, .score span.score_05 {
    background-position: 0 37px;
}

.score input.score_00, .score span.score_00 {
    background-position: 0 0;
}

.score a {
    margin: -2px 5px;
}

.forms .rate .score {
    flex-direction: row-reverse;
    gap: 5px;
}

.forms .rate .score input {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.forms .rate input[type="radio"] {
    display: none;
}

.forms .rate label {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.forms .rate label:before {
    content: '';
    display: inline-block;
    background: url("/engine/public/img/score-items.png");
    width: 25px;
    height: 25px;
    cursor: pointer;
}


input[type=radio]:checked,
input[type=radio]:checked ~ .labelScore:before {
    background-position: 0 27px;
}

.forms .rate label.labelScore:hover:before,
.labelScore:hover ~ .labelScore:before,
input[type=radio]:checked ~ .labelScore:hover:before {
    background-position: 0 27px;
}

.forms .rate .score span:nth-child(1):hover {
    background-position: 0 23px;
}

.forms .rate .score span:hover,
.forms .rate .score span:hover ~ span {
    background-position: 0 23px;
}

.forms .rate .score span.score_10 {
    background-position: 0 23px;
}

.forms .rate .score span.score_05 {
    background-position: 0 54px;
}

.main h1 {
    padding: 50px 50px 20px 0;
}

body #banner .sl_a img {
    position: unset;
}

.left_col #left_banner .bnr,
.left_col #left_banner .bnr img {
    overflow: unset;
}

.sl_a .slick-dots {
    bottom: 2px;
}

.sl_a .slick-dots li button:before {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 12px;
    background: transparent url(/engine/public/templates/default/mobilyslider/gfx/dots6.png) no-repeat -40px 0;
    background-size: cover;
    color: transparent;
    font-size: 1px;
    text-decoration: none;
    opacity: 1;
    content: '';
}

/**/

.sl_a .slick-dots li.slick-active button::before {
    background-position: 0 0;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    background-position: -19px 0;
}

/*showMoreFeatures*/

#shopping_cart_table .features div {
    overflow: hidden;
}

#shopping_cart_table .features .showMoreFeatures {
    cursor: pointer;
    display: flex;
    align-items: baseline;
    gap: 4px;
    border-bottom: dotted 1px;
    width: max-content;
}

#shopping_cart_table .features .showMoreFeatures:hover {
    border-bottom: solid 1px;
}

#shopping_cart_table .features .showMoreFeatures:after {
    content: '\e90a';
    display: block;
    font-family: 'Unisiter-Icons';
    font-size: 6px;
    font-weight: bold;
    transition: 0.3s;
}

/*reviews*/

.reviews {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding-bottom: 40px;
    margin-top: 40px;
}

.reviews h2 {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.wrapReviews {
    width: 100%;
    max-width: 1230px;
    margin: 40px auto 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.reviews h2 a:after {
    background-color: #fff;
}

.reviews .item-review {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
    margin: 0 auto;
}

.reviews .item-review span {
    color: #888;
}

.reviews .item-review h3 {
    font-weight: 500;
    font-size: 22px;
    position: relative;
}

.reviews .item-review p {
    color: #666666;
    font-size: 16px;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 24px;
}

.reviews .item-review h3:before {
    content: '\201C';
    font-family: none;
    font-size: 50px;
    font-weight: bold;
    color: #d6d6d6;
    position: absolute;
    left: -60px;
    top: 60px;
}

.reviews .item-review a {
    border: 2px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 10px 20px;
    text-decoration: none;
    width: max-content;
    font-size: 18px;
    border-radius: 4px;
    transition: 0.3s;
}

.reviews .item-review a:hover {
    background-color: var(--main-bg-color-hover);
    border: 2px solid var(--main-bg-color-hover);
    color: #fff;
}

.reviews .slick-prev {
    left: 0;
    z-index: 1;
}

.reviews .slick-next {
    right: 7px;
}

.reviews .slick-prev:before, .reviews .slick-next:before {
    font-size: 15px;
    color: #555;
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    background-color: #fff;
    padding: 10px;
    transition: 0.3s;
}

.reviews .slick-prev:hover:before, .reviews .slick-next:hover:before {
    background-color: #eee;

}

.reviews .slick-prev:before {
    transform: rotate(90deg);
}

.reviews .slick-next:before {
    transform: rotate(270deg);
}

.reviews .slick-track {
    margin: 0 -40px;
}

.reviews .slick-slide {
    padding: 0 40px;
}

.reviews .slick-dots {
    bottom: -40px;
}

/*social*/

footer ul.social {
    display: block;
    position: absolute;
    left: 0;
    margin-left: -4px;
    top: 321px;
    width: 200px;
    height: 37px;
    list-style-type: none;
}

footer ul.social li {
    display: inline-block;
    margin: 4px;
}

ul.social li a {
    display: block;
    width: 29px;
    height: 29px;
    background: transparent url(/engine/public/img/services.png) -6px -6px no-repeat;
    border-radius: 14px;
    background-color: #333e48; /*colorButton_demo*/
    overflow: hidden;
    font-size: 1px;
    color: transparent;
}

ul.social li a:hover {
    background-color: #0062bd;
}

footer ul.social li.fb a {
    background-position: 1px 1px;
}

footer ul.social li.ig a {
    background-position: 1px -25px;
}

footer ul.social li.vk a {
    background-position: 1px -50px;
}

footer ul.social li.tw a {
    background-position: 2px -76px;
}

footer ul.social li.ok a {
    background-position: 1.5px -103px;
}

footer ul.social li.dr a {
    background-position: 1.5px -128px;
}

footer ul.social li.yt a {
    background-position: 1.5px -154px;
}

footer ul.social li.yl a {
    background-position: 1.5px -181px;
}

footer ul.social li.tg a {
    background-position: 1.5px -206px;
}

footer ul.social li.fp a {
    background-position: 1.5px -233px;
}

footer ul.social li.ym a {
    background-position: 1.5px -259px;
}

footer ul.social li.oz a {
    background-position: 1.5px -285px;
}

footer ul.social li.wb a {
    background-position: 1.5px -311px;
}

footer ul.social li.sm a {
    background-position: 1.5px -337px;
}

footer ul.social li.av a {
    background-position: 1.5px -363px;
}

footer ul.social li.wa a {
    background-position: 1.5px -389px;
}

footer ul.social li.vi a {
    background-position: 1.5px -414px;
}

footer ul.social li.rt a {
    background-position: 1.5px -439px;
}

footer ul.social li.dz a {
    background-position: 1.5px -466px;
}

footer ul.social li.pt a {
    background-position: 1.5px -499px;
}

/**/

/*cookie_notes*/

section.cookie_notes {
    position: fixed;
    width: 100%;
    bottom: 40px;
    margin: 0 auto;
    text-align: center;
    z-index: 1111;
}

section.cookie_notes div {
    position: relative;
    overflow: hidden;
    max-width: 1260px;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 23px -3px rgb(0 0 0 / 30%);
    padding: 20px;
}

section.cookie_notes .button {
    float: right;
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 14px 8px 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    background-color: #333e48; /*colorButton_demo*/
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
    transition: background-color 0.3s;
}

section.cookie_notes .button:hover {
    background-color: #0062bd;
}

#goods_desc {
    margin-top: 40px;
    text-align: justify;
}

@media (min-width: 860px) {
    body .uw-whatsapp, body .uw-telegram {
        padding: 5px 10px 5px 45px;
        font-size: 12px;
        line-height: 14px;
        border-top-right-radius: 20px;
    }

    body .uw-whatsapp:before, body .uw-telegram:before {
        left: 10px;
        bottom: 5px;
        width: 30px;
        height: 30px;
    }

    body .uw-whatsapp span, body .uw-telegram span {
        font-size: 16px;
        line-height: 16px;
    }

    body .uw-whatsapp div, body .uw-telegram div {
        right: -20px;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    body .uw-whatsapp.tr, body .uw-telegram.tr {
        top: 0 !important;
    }

    body .uw-whatsapp.tr div, body .uw-telegram.tr div {
        bottom: unset !important;
        left: -1vw !important;
    }
}


/*compare list*/

.compare-wrap {
    overflow: auto;
}

.compare-list {
    width: max-content;
}

.listGoods {
    display: flex;
}

.listGoods h3 {
    width: max-content;
}

.listGoods .compare {
    position: unset;
    padding: unset;
    max-width: 245px;
    min-width: unset;
    height: unset;
    width: 100%;
}

.listGoods .compare a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset;
}

.listGoods .compare input {
    display: none;
}

.listGoods .compare .name {
    padding: 20px 10px 0 10px;
}

.listGoods .compare:after {
    content: unset;
    display: none;
}

.compare-list .valueFeatures {
    width: 100%;
    padding: 10px 0;
    display: flex;
}

.valueFeatures:nth-child(1n) {
    background-color: #f5f5f5;
}

.compare-list div.valueFeatures span {
    width: 100%;
    max-width: 245px;
    padding-left: 10px;
}

.compare-list div {
    margin: 10px 0;
    padding-left: 10px;
}

.compare-list h3 {
    margin: 20px 0;
    width: max-content;
    padding-left: 10px;
}

.compare-list .compare_as {
    position: relative;
    right: -175px;
    top: unset;
}

.compare-list .price {
    position: unset;
}

.buttons .recall_form_list {
    display: block;
    position: relative;
    width: 90px;
    height: 18px;
    line-height: 18px;
    padding: 10px;
    background: #ef1c1c;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 6px;
    outline: none;
    margin-bottom: 20px
}

.buttons .recall_form_goods {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 18px;
    line-height: 18px;
    padding: 10px;
    background: #ef1c1c;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 6px;
    outline: none;
    margin-bottom: 20px
}

#recall_form img {
    display: none;
}

#recall_form input[type=text], #recall_form input[type=email], #recall_form input[type=tel] {
    display: block;
    position: relative;
    width: 218px;
    height: 20px;
    line-height: 30px;
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #171616;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    margin-bottom: 20px;
}

#recall_form input[type="file"] {
    margin: 0 0 20px 0;
    width: 100%;
}

#recall_form input::-webkit-input-placeholder {
    color: #4e3920;
}

#recall_form input::-moz-placeholder {
    color: #4e3920;
}

#recall_form input:-moz-placeholder {
    color: #4e3920;
}

#recall_form input:-ms-input-placeholder {
    color: #4e3920;
}

#recall_form input[type=text]:focus, #recall_form input[type=tel]:focus {
    background: #fff;
}

#recall_form .bm-button {
    display: block;
    margin: 0 auto 20px auto;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    color: #fff;
    background-color: #2c3959;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#recall_form input[type=submit] {
    display: block;
    margin: 0 auto 20px auto;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #df1d32;
    cursor: pointer;
    color: #fff;
    background-color: #df1d32;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#recall_form input[type=submit]:hover {
    background-color: #8a2727;
    border-color: #8a2727;
}

#recall_form h4 {
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

#recall_form .description {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
}

#recall_form .result {
    color: #000;
}

#recall_form .result span {
    width: 13px;
    height: 19px;
    background: transparent url('/images/icons.png') 0 -216px no-repeat;
}

#recall_form .result img {
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
}

.recall input.inputerror, #recall_form input.inputerror {
    background: #fff3f3;
    border-color: #f00;
}

body .recall input[type=submit]:disabled {
    color: #eee;
    background: #aaa;
}

#recall_form input:disabled {
    padding-left: 20px;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ ВСЕХ КОНТЕЙНЕРОВ === */
.array-container,
.variables-container,
.postprocessing-container,
.abouts-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ ВСЕХ ЭЛЕМЕНТОВ === */
.array-item,
.variable-item,
.postprocessing-item,
.about-item {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.3s ease-out;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ ЗАГОЛОВКОВ ЭЛЕМЕНТОВ === */
.postprocessing-header,
.about-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.postprocessing-header h6,
.about-item-header h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ КНОПОК УДАЛЕНИЯ === */
.remove-array-item,
.remove-variable-item,
.remove-postprocessing-item,
.remove-about-item {
    background: #ff4757;
    color: white;
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.remove-array-item:hover,
.remove-variable-item:hover,
.remove-postprocessing-item:hover,
.remove-about-item:hover {
    background: #ff3742;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ КНОПОК ДОБАВЛЕНИЯ === */
.add-array-item,
.add-variable-item,
.add-postprocessing-item,
.add-about-item {
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.add-array-item:hover,
.add-variable-item:hover,
.add-postprocessing-item:hover,
.add-about-item:hover {
    background: #218838;
}

.add-array-item:before,
.add-variable-item:before,
.add-postprocessing-item:before,
.add-about-item:before {
    content: "+";
    font-weight: bold;
    font-size: 16px;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ ПОЛЕЙ ВВОДА === */
.array-inputs input,
.variable-inputs input,
.variable-inputs select,
.postprocessing-inputs input,
.postprocessing-inputs select,
.postprocessing-inputs textarea,
.about-fields input,
.about-fields select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.array-inputs input:focus,
.variable-inputs input:focus,
.variable-inputs select:focus,
.postprocessing-inputs input:focus,
.postprocessing-inputs select:focus,
.postprocessing-inputs textarea:focus,
.about-fields input:focus,
.about-fields select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

/* === СПЕЦИФИЧЕСКИЕ СТИЛИ ДЛЯ ARRAY CONTAINER === */
.array-inputs {
    display: flex;
    gap: 15px;
    align-items: center;
}

.array-inputs input.array-key {
    flex: 0.4;
}

.array-inputs input.array-value {
    flex: 0.6;
}

/* === СПЕЦИФИЧЕСКИЕ СТИЛИ ДЛЯ VARIABLES CONTAINER === */
.variable-inputs {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.variable-inputs select,
.variable-inputs input {
    min-width: 120px;
}

.variable-inputs .variable-name,
.variable-inputs .variable-value {
    flex: 1;
    min-width: 150px;
}

/* === СПЕЦИФИЧЕСКИЕ СТИЛИ ДЛЯ POSTPROCESSING CONTAINER === */
.postprocessing-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.postprocessing-inputs .item.setting-item {
    margin-bottom: 0;
    padding: 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid #eee;
}

.postprocessing-inputs textarea {
    min-height: 80px;
    resize: vertical;
    font-family: monospace;
    width: 100%;
}

/* === СПЕЦИФИЧЕСКИЕ СТИЛИ ДЛЯ ABOUNTS CONTAINER === */
.about-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: start;
}

.about-fields .form-group {
    display: flex;
    flex-direction: column;
}

.about-fields .form-group label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #555;
    font-size: 13px;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ ГРУПП ПОЛЕЙ === */
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #555;
    font-size: 13px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.input-group label {
    font-weight: bold;
    color: #555;
}

/* === СКРЫТЫЕ ПОЛЯ === */
.array-data {
    display: none;
}

/* === ПУСТЫЕ СОСТОЯНИЯ === */
.array-fields:empty:before,
.variables-fields:empty:before,
.postprocessing-fields:empty:before,
.abouts-items:empty:before {
    content: "Нет добавленных элементов";
    display: block;
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 30px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 6px;
}

/* === АНИМАЦИИ === */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === СОСТОЯНИЯ ВАЛИДАЦИИ === */
input.error,
select.error,
textarea.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

input.success,
select.success,
textarea.success {
    border-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

/* === ОСОБЫЕ СТИЛИ ДЛЯ ЧИСЛОВЫХ ПОЛЕЙ === */
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* === АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ === */
@media (max-width: 768px) {
    .array-container,
    .variables-container,
    .postprocessing-container,
    .abouts-container {
        padding: 15px;
    }

    .array-item,
    .variable-item,
    .postprocessing-item,
    .about-item {
        padding: 12px;
    }

    .array-inputs,
    .variable-inputs {
        flex-direction: column;
        gap: 10px;
    }

    .array-inputs input,
    .variable-inputs select,
    .variable-inputs input {
        width: 100%;
        min-width: auto;
    }

    .about-fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .postprocessing-header,
    .about-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .postprocessing-header h6,
    .about-item-header h4 {
        font-size: 15px;
    }
}

/* === СТИЛИ ДЛЯ DRAG & DROP (ЕСЛИ ПОНАДОБИТСЯ) === */
.array-item.dragging,
.variable-item.dragging,
.postprocessing-item.dragging,
.about-item.dragging {
    opacity: 0.5;
    border: 2px dashed #007cba;
}

.array-item.drop-zone,
.variable-item.drop-zone,
.postprocessing-item.drop-zone,
.about-item.drop-zone {
    border: 2px dashed #28a745;
    background: #f8fff9;
}

/* === ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ УЛУЧШЕНИЯ ВИЗУАЛА === */
.array-inputs,
.variable-inputs {
    align-items: stretch;
}

.postprocessing-inputs .item.setting-item .title {
    font-weight: 600;
    margin-bottom: 8px;
}

.postprocessing-inputs .item.setting-item .input {
    width: 100%;
}

.postprocessing-inputs textarea {
    font-family: 'Courier New', monospace;
    line-height: 1.4;
}

/* === СТИЛИ ДЛЯ ATTRBYTAG === */
.attrbytag-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}

.attrbytag-items {
    margin-bottom: 15px;
}

.attrbytag-item {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.3s ease-out;
}

.attrbytag-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.attrbytag-item-header h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.remove-attrbytag-item {
    background: #ff4757;
    color: white;
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.remove-attrbytag-item:hover {
    background: #ff3742;
}

.attrbytag-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: start;
}

.attrbytag-fields .form-group {
    display: flex;
    flex-direction: column;
}

.attrbytag-fields .form-group label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #555;
    font-size: 13px;
}

.attrbytag-fields .form-group input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.attrbytag-fields .form-group input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.add-attrbytag-item {
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.add-attrbytag-item:hover {
    background: #218838;
}

.add-attrbytag-item:before {
    content: "+";
    font-weight: bold;
    font-size: 16px;
}
.status-uploadyml-1 {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-uploadyml-0 {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Адаптивность */
@media (max-width: 768px) {
    .attrbytag-fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .attrbytag-container {
        padding: 15px;
    }

    .attrbytag-item {
        padding: 12px;
    }

    .attrbytag-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Пустое состояние */
.attrbytag-items:empty:before {
    content: "Нет добавленных атрибутов по тегам";
    display: block;
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 20px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 6px;
}

ul.dots li .name.text-truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--truncate-lines, 2);
    height: auto;
    line-height: 21px;
    overflow: hidden;
}

.goods span.name.text-truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--truncate-lines, 2);
    height: auto;
    line-height: 20px;
    overflow: hidden;
}