:root {
    --main-bg-color: #ff9b00;
    --main-bg-color-hover: #b80014;
}

@charset "utf-8";

/* default styles */

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

* {
    margin:0;
    padding:0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "Inter", Sans-Serif;
    font-size: 14px;
}

* html body {
    height: 100%;
}

a {color: #333e48;}
a:hover {color: var(--main-bg-color);}

input, select {
    font-family: "Inter", Sans-Serif;
    font-size: 14px;
    max-width: 100%;
}

/* base layout styles */

#content {
    position: relative;
}

footer {
    position: relative;
    clear: both;
    width: 100%;
    background-color: #333333;
    overflow: hidden;
    margin-top: 40px;
}

header {
    width: 100%;
}

.scroll {
    position: fixed;
    top: 0;
    z-index: 2;
    height: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}

.scroll .wrapHeader{
    background-color: rgba(247, 247, 247, 0.8);
    height: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

.main_categories, .goods_set, .text-main .wrapBlock, .seo-text, main, .brands_logo_list{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

main{
    margin-top: 40px;
}

#content > main:first-child{
    max-width: unset;
    margin-top: unset;
}

#content .container .container > main{
    margin-top: unset;
}

body.main main{
    max-width: unset;
    margin-top: unset;
}

.container.products {
    margin: 0;
}

header .container .container-header{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}

/* usefull elements */

.devider, .divider {
    position: relative;
    height: 20px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.script_time {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 10px;
    line-height: 10px;
    color: transparent;
}

/* BEGIN h1, h2, h3, h4*/

h1 {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 50px 20px 0;
    color: #333e48;
    border-bottom: 1px solid #ddd;
}

h4 {
    display: block;
    position: relative;
    font-size: 24px;
    padding: 40px 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333e48;
}

/* END h1, h2, h3, h4*/

header .top {
    margin: 10px 0 0 0;
}

header .top p {
    font-size: 14px;
    color: #888;
    float: left;
    flex: 1 200px;
    word-break: break-word;
    flex-shrink: 0;
    max-width: 200px;
}

.domain{
    width: 100%;
    max-width: 200px;
}

/* BEGIN header about */

header .top ul.about {
    display: none;
}

/* END header about*/

/* BEGIN header user nav */

header .top nav.user {
    flex-shrink: 0;
}

header .top nav.user a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: normal;
    font-size: 14px;
}

header .top nav.user .phone a {
    font-size: 16px;
    font-weight: bold;
}

header .top nav.user .phone > a:after {
    content: '\e90a';
    display: block;
    font-family: 'Unisiter-Icons';
    font-size: 8px;
    font-weight: bold;
    transition: 0.3s;
}

header .top nav.user a:hover {
    color: var(--main-bg-color);
    text-decoration: none;
}

.titleInfo{
    display: block;
    font-size: 12px;
    color: #888;
}

header .top nav.user ul {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

header .top nav.user .popUpContacts ul{
    align-items: start;
}

header .top nav.user .popUpContacts ul a.orderCall{
    font-size: 16px;
    color: #fff;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 10px;
    justify-content: center;
    transition: 0.3s;
    box-sizing: border-box;
}

header .top nav.user .popUpContacts ul a.orderCall:hover{
    background-color: var(--main-bg-color-hover);
}

header .top nav.user ul li {
    display: block;
    z-index: 3;
    font-size: 16px;
}

header .top nav.user ul li:first-child {
    padding-left: 0;
}

header .top nav.user ul li:last-child {
    padding-right: 0;
}

header .top nav.user ul li:last-child:after {
    display: none;
}

/* END header user nav */

/* header pop-up catalog */

.popUpCatalog{
    box-shadow: 0 5px 30px rgba(34, 34, 34, .1);
    width: 100%;
    z-index: 2;
    max-width: 1230px;
    background-color: #fff;
    position: fixed;
    top: 140px;
    border-radius: 4px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.popUpCatalog.showCatalog{
    opacity: 1;
    visibility: visible;
}

header.scroll ~ #content .popUpCatalog{
    top: 90px;
}

.popUpCatalog #main_catalog{
    padding: 40px;
}

.popUpCatalog #main_catalog ul{
    gap: 40px;
    align-items: start;
}

.popUpCatalog #main_catalog ul a{
    font-weight: 600;
    font-size: 16px;
}

.popUpCatalog #main_catalog ul ul{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    max-width: 280px;
    margin-top: 10px;
}

.popUpCatalog #main_catalog ul ul > li ul{
    display: none;
}

span.showMore{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

span.showMore:hover{
    color: var(--main-bg-color);
}

span.showMore:after {
    content: '\e90a';
    display: block;
    font-family: 'Unisiter-Icons';
    font-size: 8px;
    font-weight: bold;
    transition: 0.3s;
}

span.showMore.showElems:after{
    transform: rotate(180deg);
}

.popUpCatalog #main_catalog ul ul li{
    transition: 0.3s;
}

.popUpCatalog #main_catalog ul ul li:nth-child(n+4) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;

}.popUpCatalog #main_catalog ul ul li.showElems:nth-child(n+4) {
    opacity: 1;
    visibility: visible;
    height: unset;
    display: block;
}

.popUpCatalog #main_catalog ul ul a{
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
}

/*end pop-up catalog*/

/* BEGIN header main nav */

header .logo {
    display: block;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
    height: 100px;
    background: transparent url('/images/logo.png') 0 0 no-repeat;
}

header nav.main {
    display: flex;
    flex-grow: 1;
}

header nav.main ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    column-gap: 40px;
    row-gap: 15px;
}

header nav.main ul li{
    position: relative;
}

header nav.main a,
header nav.main li span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #333e48;
    text-decoration: none;
}

header nav.main li.sub li a,
header nav.main li.sub li span {
    height: auto;
}

header nav.main a:hover,
header nav.main li span:hover {
    color: var(--main-bg-color)
}

header nav.main li.sub > a {
    position: relative;
    padding-right: 22px;
    z-index: 111;
}

header nav.main li.sub:after {
    position: absolute;
    right: 6px;
    top: 4px;
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 10px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 111;
}

header nav.main ul li ul {
    display: none;
    float: none;
    position: absolute;
    top: -20px;
    margin: 0px 0 0 -20px;
    z-index: 100;
    background: transparent url(/images/opacity-white.png) 0 0 repeat;
    padding: 60px 20px 20px 20px;
    border-radius: 4px;
    width: 100%;
}

header nav.main ul li ul li{
    cursor: pointer;
}

header nav.main ul li:hover ul {
    display: block;
    box-shadow: 0 5px 30px rgba(34, 34, 34, .1);
}

header nav.main li.sub:hover:after{
    transform: rotate(180deg);
}

header .container-header .headerBtns a{
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height: 50px;
    font-weight: normal;
}

header .container-header .headerBtns a:before{
    content: '';
    font-family: 'Unisiter-Icons';
    font-size: 20px;
    font-weight: bold;
}

header .container-header .headerBtns a.login:before{
    content: '\e90c';
}

header .container-header .headerBtns a.toFavorite:before{
    content: '\e916';
    font-size: 26px;
    position: relative;
    bottom: 1px;
}

.popUpContacts{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    top: -15px;
    left: -20px;
    z-index: -1;
    box-shadow: 0 5px 30px rgba(34, 34, 34, .1);
    border-radius: 4px;
    padding: 60px 20px 20px 20px;
    background: #fff;
}

.popUpContacts .about{
    flex-direction: column;
}

header .top .popUpContacts .about a{
    font-size: 16px;
    font-weight: bold;
}

header .top .popUpContacts .about .phone a:after{
    content: unset;
}

header .top nav.user ul > li.phone:hover .popUpContacts {
    opacity: 1;
    visibility: visible;
}

header .top nav.user ul > li.phone:hover a:after {
    transform: rotate(180deg);
    text-decoration: none;
}

/* END header main nav */

/* BEGIN header catalog */

.catalog_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px 0 46px;
    height: 48px;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.catalog_wrapper:hover{
    background-color: var(--main-bg-color-hover);
}

.catalog_wrapper:before {
    content: '\e914';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 16px;
    font-weight: 400;
    color: #fff;/*whiteText_demo*/
    position: absolute;
    left: 20px;
}

.catalog_wrapper.close:before, .catalog_wrapper.close:after {
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 23px;
}
.catalog_wrapper.close:before {
    transform: rotate(45deg);
}
.catalog_wrapper.close:after {
    transform: rotate(-45deg);
}

.catalog_wrapper a {
    text-decoration: none;
    color: #fff;/*whiteText_demo*/
    font-weight: bold;
    font-size: 16px;
}

/* END header catalog */

/* BEGIN header search */

header .search {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 4px
}

header .search form {
    display: block;
    position: relative;
    width: 100%;
    height: 46px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

header #search_form_input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    outline: none;
    border: none;
    transition: 0.5s;
    text-indent: 20px;
}

header #search_form_input::placeholder{
    color: #bbb;
    font-weight: 500;
}

header .search label:after {
    content: '\e908';
    display: block;
    font-family: 'Unisiter-Icons';
    color: #333e48;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 22px;
    line-height: 47px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

header .search label:hover:after {
    color: var(--main-bg-color);
}


#search_hints {
    display: none;
    position: absolute;
    top: 75px;
    left: 406px;
    border: solid 1px #eee;
    border-top: none;
    width: 90%;
    min-width: 340px;
    max-width: 560px;
    z-index: 55;
    background-color: #fff;
    padding: 5px 5% 5% 5%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow:         0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

#search_hints h2:after{
    display: none;
}

#search_hints .result {
    padding: 4px 0 4px 0;
    height: 16px;
    overflow: hidden;
}

#search_hints .result .parent:after {
    content: " → ";
}

#search_hints h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 0 0;
    padding: 4px 0 4px 0;
    font-weight: 600;
    color: #333e48;
}

/* END header search */

/* BEGIN header cart */

#cart {
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height: 50px;
    font-weight: normal;
}

#cart:before {
    content: '\e900';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 20px;
    font-weight: bold;
    color: #333e48;/*whiteText_demo*/
}

#cart .cartEmpty_m {
    font-size: 14px;
    color: #333e48;/*whiteText_demo*/
}

#cart .cart_m {
    position: relative;
}

#cart .cart_m:before {
    content: "Корзина ";
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #333e48;/*whiteText_demo*/
    font-weight: normal;
}

#cart .cart_m strong:first-child{
    display: block;
    position: absolute;
    right: 30px;
    top: -30px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #333e48;/*colorButton_demo*/
    padding: 3px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#cart a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    height: 24px;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    margin-top: 3px;
}

#cart a:hover {
    background-color: var(--main-bg-color-hover);
}

/* END header cart */

/* BEGIN header lines */

.header_lines {
    display: none;
}

/* END header lines */

/* BEGIN main catalog */

#main_catalog {
    display: flex;
    gap: 20px;
}

#main_catalog nav.main{
    display: none;
}

#main_catalog ul{
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    flex-wrap: wrap;
}

#main_catalog li{
    list-style: none;
}

#main_catalog a {
    text-decoration: none;
    font-weight: normal;
}

#main_catalog li.strong a,
#main_catalog nav.main a,
#main_catalog li.current > a {
    font-weight: bold;
}

#main_catalog a:hover {
    color: var(--main-bg-color);/*whiteText_demo*/
}

#main_catalog ul ul {
    display: none;
    color: #333e48;/*whiteText_demo*/
}

#main_catalog ul li.show > ul {
    display: none;
}

#main_catalog ul ul a {
    width: 196px;
    padding-left: 40px;
}

/* END main catalog */

/* BEGIN footer minor elements */

footer a {
    text-decoration: none;
    color: #999;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #999;
    padding: 20px 0;
}

footer .bottom .container .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .description {
    display: none;
    position: absolute;
    left: 0;
    top: 257px;
    padding-top: 107px;
    width: 200px;
    line-height: 26px;
    color: #555;
    font-size: 13px;
}

footer .subscription .agreement {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
}

footer .subscription .agreement a {
    text-decoration: underline;
}

/* BEGIN footer unisiter */

footer .unisiter a:before {
    content: '\e90f';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 12px;
    font-weight: 500;
    margin-right: 3px;
}

/* END footer unisiter */

footer .ways_to_pay {
    display: block;
    background: url(/images/payment_methods.png) no-repeat;
    background-size: 100%;
    height: 28px;
    width: 333px;
    font-size: 0;
}

/* END footer minor elements */

/* BEGIN footer subscription */

footer .subscription {
    margin-bottom: 10px;
}

footer .subscription .title {
    padding-bottom: 10px;
}

footer .subscription .title span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
}

footer .subscription .form_wrapper {
    position: relative;
}

footer .subscription form {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    position: relative;
    color: #fff;
}

footer .subscription form .input{
    width: 100%;
}

footer .subscription input[type=email] {
    display: block;
    border: none;
    width: 100%;
    text-indent: 20px;
    font-size: 16px;
    color: #fff;
    height: 48px;
    background-color: #494949;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none;
    transition: 0.5s;
}

footer .subscription input[type=email]:focus {
    box-shadow: inset 0 0 1px #333e48;
}

footer .subscription input[type=email]::placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

footer .subscription input[type=submit] {
    display: block;
    width: 50px;
    height: 48px;
    background-color: transparent;
    border: unset;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    z-index: 1;
}

footer .subscription input[type=submit] ~ footer .subscribe:after{
    display: block;
}

footer .subscription form .input:after{
    content: '\e906';
    font-family: 'Unisiter-Icons';
    color: #999;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 48px;
    background: #494949;
    text-align: center;
    line-height: 48px;
}

footer .subscription input[type=email].error {
    background-color: #e9999f;
}

/* END footer subscription */

/* BEGIN footer contacts */

footer ul.contacts {
    width: 270px;
    list-style-type: none;
    margin-top: 60px;
    flex-grow: 1;
}

footer ul.contacts li {
    display: block;
    line-height: 34px;
    color: #fff;
}

footer ul.contacts li.title {
    font-weight: bold;
}

footer ul.contacts a{
    font-weight: 600;
    color: #fff;
}

footer ul.contacts a.orderCall{
    color: #999;
}

footer ul.contacts a.orderCall:hover{
    color: #fff;
}

footer ul.contacts li a:before {
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-weight: bold;
    margin-right: 5px;
    left: 0;
    font-size: 16px;
}

footer ul.contacts li.phone a:before {
    content: '\e902';
}

footer ul.contacts li.mail a:before {
    content: '\e906';
}

/* END footer contacts */

/* BEGIN footer navigation */

footer > .container .container{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

footer nav {
    display: block;
    padding-top: 60px;
    font-size: 14px;
    line-height: 35px;
    flex-grow: 1;
}

footer nav > ul{
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    color: #fff;
    font-size: 16px;
}

footer nav > ul > li span/*,
footer nav > ul > li a */{
    display: block;
    font-weight: 600;
    height: 50px;
    line-height: 16px;
}

footer nav > ul > li li {
    font-size: 14px;
}

/* END footer navigation */

/* BEGIN footer services (soc) icons */

footer ul.social {
    flex: 1 100%;
    text-align: center;
    position: relative;
    background-color: #333;
    width: unset;
    height: unset;
    top: unset;
    left: unset;
}

footer ul.social:before, footer ul.social:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: -1px;
}

footer ul.social:after{
    left: unset;
    right: 0;
}

footer ul.social li {
    display: inline-block;
    margin: 4px;
}

footer ul.social li a {
    display: block;
    width: 29px;
    height: 29px;
    background: transparent url(/engine/public/img/services.png) -6px -6px no-repeat;
    border-radius: 4px;
    border: 1px solid #999;
}

footer ul.social li a:hover {
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
}

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;}

/* END footer services (soc) icons */

/* BEGIN footer on top */

footer .ontop {
    display: none;
}

footer .ontop:before {
    position: fixed;
    content: "\e90e";
    font-size: 28px;
    font-family: 'Unisiter-Icons';
    text-align: center;
    line-height: 48px;
    right: 15px;
    bottom: 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    z-index: 9;
    cursor: pointer;
    color: #fff;
    background-color: var(--main-bg-color);/*colorButton_demo*/
    box-shadow: 0 8px 20px rgba(58,10,58,.15);
}

footer .ontop:hover:before {
    background-color: var(--main-bg-color-hover)
}

/* END footer on top */

/*left bnr*/

#left_banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 178px;
}

#left_banner  img{
    width: 100%;
    height: auto;
}

.left_col .bnr,
.left_col .bnr img {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/* goods */

.list .goods_wrapper {
    margin-left: 0;
}

/* BEGIN goods item */

.goods_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.goods {
    width: 20%;
    min-width: 245px;
    border: 1px solid #ececec;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: box-shadow ease-out 0.2s;
    margin: 0 -1px -1px 0;
}

.goods:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.goods:hover .buttons, #shop_goods .goods_wrapper .goods:hover .buttons, .goods:hover a.buy{
    opacity: 1;
    visibility: visible;
}

.goods .buttons,
#shop_goods .goods_wrapper .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.goods img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.goods a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.goods .score{
    margin-top: 10px;
    background-color: unset;
    padding: unset;
}

.goods .score a{
    width: unset;
}

.goods span.name {
    display: block;
    color: #333;
    text-decoration: none;
    padding-top: 20px;
    font-size: 15px;
    height: 100px;
    overflow: hidden;
}

.goods .buttons,
#shop_goods .goods_wrapper .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.goods .qt,
#shop_goods .goods_wrapper .qt,
#shop_goods .right .forms .qt{
    display: block;
    position: relative;
    height: 34px;
    width: 100px;
    overflow: hidden;
    border-radius: 4px;
}

.goods span.info {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;/*white_text_demo*/
    display: block;
    padding: 4px 6px;
    background-color: var(--main-bg-color);
    border-radius: 4px;
}

.goods_set .goods span.info{
    display: none;
}

.goods .price .old {
    position: absolute;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #888;
    text-decoration: line-through;
}

.goods .price {
    font-size: 20px;
    line-height: 22px;
    color: #333e48;
    font-weight: 600;
    padding-top: 30px;
    position: relative;
}

/*list goods*/

.list .goods {
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 10px;
    box-sizing: unset;
}

.list .goods.goods_btn_qt {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods_btn_no a.buy.more{
    display: none;
}

.list .goods:after {
    top: auto;
    bottom: 0;
    left: 10%;
    height: 1px;
    width: 80%;
}

.list .goods img {
    width: 54px;
    height: 51px;
    margin: unset;
}

.list .goods.goods_btn_qt img {
    width: 100px;
    height: 100px;
}

.list .goods a {
    display: flex;
    gap: 40px;
    align-items: center;
}

.list .goods.goods_btn_qt a {
    height: 100px;
    display: flex;
    align-items: center;
}

.list .goods span.name {
    height: unset;
    padding-top: unset;
}

.list .goods.goods_btn_qt span.name {
    height: 47px;
    line-height:15px;
    max-width: 50%;
    overflow: hidden;
}

.list .goods .score{
    margin-top: unset;
}

.list .goods .info {
    display: block;
    left: 105px;
    top: 2px;
    padding: 1px 4px;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    color: #fff;/*white_text_demo*/
    line-height: 1;
    z-index: -1;
}

.list .goods.goods_btn_qt .info {
    left: 120px;
    top: 5px;
}

.goods div.buttons a.buy, .goods div.buttons input.buy{
    position: unset;
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: var(--main-bg-color);/*colorButton_demo*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    cursor: pointer;
    float:left;
    text-decoration: none;
}

.goods div.buttons a.buy:hover, .goods div.buttons input.buy:hover,
form.forms input[type=submit]:hover, form.forms input[type=button]:hover, form.forms .button:hover{
    background-color: var(--main-bg-color-hover);
    color: #fff;
}

/*goods_attr*/

.goods .goods_attr {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    color: #888;
    margin-top: 10px;
}

.goods .goods_attr .item div {
    float: left;
    margin-right: 4px;
}

.list .goods.goods_btn_qt .goods_attr{
    position: unset;
}

.list .goods .goods_attr, .list .goods .price{
    flex-shrink: 0;
    margin: unset;
    padding: unset;
}

.list .goods .price .old {
    top: -12px;
}

.goods a.buy {
    display: block;
    position: absolute;
    transition: 0.3s;
    right: 20px;
    bottom: 15px;
    width: 34px;
    height: 34px;
    opacity: 0;
    visibility: hidden;
}

.goods a.buy.more {
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #333e48;/*colorButton_demo*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    cursor: pointer;
    right: unset;
}

.main .goods a.buy.more {
    right: 0;
    bottom: 15px;
}

.goods_btn_one a.buy.more {
    right: 0;
}

.goods_btn_one a.more {
    display: none;
}

.main .goods_btn_one a.buy.more {
    right: 0;
    bottom: 20px;
}

.two_columns .goods_btn_qt a.buy.more {
    bottom: 15px;
    right: 10px;
}

.goods a.buy.more:hover {
    background-color: var(--main-bg-color);
}

.list .goods a.buy.more{
    position: unset;
    justify-content: center;
}

.dots .general-styles-columns .goods_btn_one a.buy.more, .list .goods_btn_one a.buy.more{
    display: none;
}

.goods a.buy:before {
    content: '\e901';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    color: #fff;
    position: absolute;
    right: 0;
    padding-left: 8px;
    bottom: 0;
    width: 26px;
    height: 34px;
    border-radius: 17px;
    line-height: 35px;
    background-color: var(--main-bg-color);/*colorButton_demo*/
    font-size: 17px;
    transition: 0.3s;
}

.goods a.buy.more:before {
    content: '';
    display: none;
}

.goods div.buttons a.buy:before {
    display: none;
}

.goods a.buy:hover:before {
    background-color: var(--main-bg-color-hover);
}

.list .goods a.buy {
    position: relative;
    bottom: unset;
    right: unset;
    margin-right: 20px;
    opacity: 1;
    visibility: visible;
}

.goods a.arrow {
    color: #fff;
    font-size: 23px;
    line-height: 34px;
    background: var(--main-bg-color);/*colorButton_demo*/
    text-align: center;
    border-radius: 17px;
}

.goods a.arrow:hover{
    background: var(--main-bg-color-hover);/*colorButton_demo*/
}

.goods a.arrow:before {
    display: none;
}

#shop_goods .list .goods_btn_qt .buttons {
    position: unset;
    height: auto;
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 1px;
    padding-top: unset;
}

.list .goods.goods_btn_qt div.buttons input.buy{
    position: unset;
}

.list .goods div.buttons a.buy{
    justify-content: center;
    position: unset;
}

#shop_goods .list .goods .qt {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 100px;
    margin-top: 15px;
    margin-right: 0;
    border-radius: 4px;
    overflow: hidden;
}

#shop_goods .list .goods.goods_btn_qt .qt {
    position: unset;
    margin-top: unset;
}

#shop_goods .list .goods .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

#shop_goods .list .goods .decr, #shop_goods .list .goods .incr {
    display: block;
    width: 26px;
    height: 34px;
    background-color: var(--main-bg-color);/*colorButton_demo*/
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
}

#shop_goods .list .goods .qt input {
    position: absolute;
    top: 0;
    right: 26px;
    display: block;
    width: 48px;
    height: 32px;
    border: 1px solid var(--main-bg-color);/*colorButton_demo*/
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}

#shop_goods .list .goods.goods_btn_qt .qt input {
    position: unset;
}

#shop_goods .list .goods .incr {
    position: absolute;
    top: 0;
    right: 0;
}

#shop_goods .list .goods.goods_btn_qt .incr {
    position: unset;
}

.list .goods input.buy {
    position: absolute;
    right: 0;
    border: none;
    cursor: pointer;
    left: unset;
    top: 55px;
    width: 72px;
}

#shop_goods .list .goods.goods_btn_qt div.buttons a.buy,
#shop_goods .list .goods.goods_btn_qt div.buttons input.buy {
    left: 0;
    top: 56px;
    width: 100px;
}

.goods .decr, .goods .incr,
#shop_goods .goods_wrapper .decr, #shop_goods .goods_wrapper .incr,
#shop_goods .decr, #shop_goods .incr,
#shopping_cart_table .decr, #shopping_cart_table .incr {
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    background-color: var(--main-bg-color);/*colorButton_demo*/
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
    text-decoration: none;
}

.goods .decr:hover, .goods .incr:hover,
#shop_goods .goods_wrapper .decr:hover, #shop_goods .goods_wrapper .incr:hover,
#shop_goods .decr:hover, #shop_goods .incr:hover,
#shopping_cart_table .decr:hover, #shopping_cart_table .incr:hover,
form.forms input[type=submit]:hover, form.forms input[type=button]:hover, form.forms .button:hover {
    background-color: var(--main-bg-color-hover);
}

.goods .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.goods .qt input {
    display: block;
    float: left;
    width: 48px;
    height: 32px;
    border: 1px solid var(--main-bg-color);/*colorButton_demo*/
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}

.goods .qt input[disabled] {
    background-color: #fff;
}

/* END goods item */

/* BEGIN goods viewed */

.goods_viewed {
    position: relative;
    clear: both;
    width: 100%;
    margin: 40px 0;
}

.goods_viewed .title {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    color: #333e48;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.goods_viewed > div {
    margin-left: -30px;
}

.goods_viewed .item {
    position: relative;
    float: left;
    width: 180px;
    height: 240px;
    margin: 0 0 40px 10px;
    background-color: #fff;
    transition: 0.3s;
    padding: 10px;
}

.goods_viewed .item a{
    text-decoration: none;
}

.goods_viewed .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.goods_viewed .name {
    max-height: 60px;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 10px;
}

.goods_viewed img {
    display: block;
    position: relative;
    width: 180px;
    height: 170px;
    border: 0;
}

.goods_viewed a:hover {
    color: #333e48;
}

/* END goods viewed */

/* articles */

section.articles{
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-top: 40px;
}

section.articles ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

section.articles ul, section.articles h2{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 40px;
}

section.articles li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ececec;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
}

section.articles li:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

section.articles li:last-child:after {
    display: none;
}

.articles h4 {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 40px;
}

section.articles a {
    text-decoration: none;
    font-weight: 400;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.articles > a {
    display: none;
}

section.articles h2 a {
    height: unset;
    flex-direction: unset;
}

section.articles a.img{
    max-height: 160px;
}

section.articles a.img img {
    width: 100%;
    max-width: 280px;
    height: 100%;
}

section.articles a span {
    display: block;
    margin: 0 20px 24px 20px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

section.articles a span.date {
    padding-top: 22px;
    color: #888;
    font-size: 14px;
}

/* BEGIN categories */

ul.dots {
    display: flex;
    flex-wrap: wrap;
}

ul.dots li {
    list-style: none;
    width: 20%;
    min-width: 240px;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    margin: 0 -1px -1px 0;
}

ul.dots li:hover {
    border-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #fff;
    z-index: 1;
}

ul.dots li a {
    text-decoration: none;
    color: #333e48;
    padding: 20px;
    height: 100%;
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

ul.dots li img {
    display: block;
    width: 140px;
    height: 140px;
}

ul.dots li .name {
    font-size: 18px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

/* END categories */

/* animated */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

form.filters .disabled {
    opacity: .3;
}

/*скрытие*/

.hide {
    display: none;
}

/* filters hide button */

#shop_goods .filters .close {
    display: block; /* depends on template and logic */
    position: absolute;
    right: 20px;
    top: 21px;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    cursor: pointer;
}

#shop_goods .filters .close:hover {
    opacity: 1.0;
}

.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #000;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

/*header*/

ul > li::marker {
    margin-left: 20px;
}

/*general styles for columns*/

.dots .general-styles-columns{
    display: flex;
    flex-wrap: wrap;
    margin: unset;
    justify-content: flex-start;
}

#content #shop_goods  .dots .general-styles-columns .goods{
    float: unset;
    width: 30%;
    min-width: unset;
    height: unset;
    margin: unset;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.dots .general-styles-columns .goods a{
    height: unset;
    display: flex;
    flex-direction: column;
}

.dots .general-styles-columns .goods:after{
    right: -20px;
}

.dots .general-styles-columns .goods span.name{
    margin-top: 10px;
    height: 60px;
    padding: unset;
}

.dots .general-styles-columns .goods .price .old{
    top: 5px;
}

.dots .general-styles-columns .goods span.info {
    left: 0;
    top: 30px;
}

.dots .general-styles-columns .goods img{
    margin: 0 auto;
}

.dots .general-styles-columns .goods .price{
    position: relative;
    left: unset;
    bottom: unset;
    font-size: 20px;
    line-height: 22px;
    color: #333e48;
    height: 40px;
    top: 10px;
}

#shop_goods .dots .general-styles-columns .goods .buttons{
    position: unset;
    left: unset;
    bottom: unset;
    padding-top: 10px;
}

.dots .three_columns .goods div.buttons a.buy,
.dots .general-styles-columns .goods div.buttons input.buy{
    position: unset;
    left: unset;
    top: unset;
}

.dots .five_columns .goods:last-child:after,
.dots .four_columns .goods:last-child:after,
.dots .three_columns .goods:last-child:after{
    content: none;
}

/*two columns*/


.dots .two_columns .goods_btn_one .price {

}

/*three_columns*/

#content #shop_goods .dots .three_columns{
    gap: 40px;
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(276px, 1fr));
    margin-left: unset;
}

#content #shop_goods .dots .three_columns .goods{
    width: 100%;
}

/*four_columns*/

#content #shop_goods .dots .four_columns{
    gap: 40px;
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(197px, 1fr));
    margin-left: unset;
}

.dots .four_columns .goods:after{
    right: -20px;
}

#content #shop_goods .dots .four_columns .goods{
    width: 100%
}

/*five_columns*/

#content #shop_goods .dots .five_columns{
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(220px, 1fr));
    gap: 32px;
    margin-left: 0;
}

#content #shop_goods .dots .five_columns .goods{
    width: 100%;
    /*max-width: max-content;*/
    margin-left: unset;
}

.five_columns .left_col {
    display: none;
}

.five_columns main {
    margin: 0;
}

.dots .five_columns .goods:after{
    right: -16px;
}

/*price old*/

#shop_goods .goods-card .price .old{
    top: 0;
}

#shop_goods .goods-card .price{
    padding-top: 20px;
}

/**/

.catalog_wrapper #main_catalog{
    margin-top: 20px;
    background-color: #ffffff;
    z-index: 17;
    display: none;
}

.catalog_wrapper:hover > #main_catalog{
    display: block;
}

.catalog_wrapper:hover > #main_catalog .bottom{
    background-color: unset;
}


.catalog_wrapper #main_catalog .main a{
    overflow: unset;
}

.catalog_wrapper #main_catalog a{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.catalog_wrapper #main_catalog .bottom{
    height: unset;
}

/*articles*/

#content main ul.news_list li.news_list_image:after {
    left: 295px;
}

#content main ul.news_list li:after {
    background-color: #999;
}

body:not(.main) #content main ul.news_list a.img {
    float: left;
    width: 275px;
    height: 160px;
    border: 3px solid #999;
    border-radius: 4px;
}

body:not(.main) #content main ul.news_list a.img:hover {
    border-color: #999;
}

body.main  #content main ul.news_list a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#content main ul.news_list li img {
    width: 275px;
    height: 160px;
}

body.main #content main ul.news_list li p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

body.main #content main ul.news_list a{overflow: unset!important;}

body #content > main #main_catalog{
    padding: 20px;
    background-color: #2e3234 ;
}

body #content > main #main_catalog a{
    color: #fff;
}

body #content > main #main_catalog ul{
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.popUpCatalog #main_catalog li {
    flex: 1 20%;
}

body header a.toFavorite, body header a.toCompare{
    position: unset;
}