@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: "Open Sans", Sans-Serif;
    font-size: 14px;
}

* html body {
    height: 100%;
}

a {color: #334141;}
a:hover {color: #d60200;}

input, select {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
}

/* base layout styles */

#wrapper {min-height: 100%; max-width: 1920px; overflow: hidden;}

#content {
    position: relative;
    padding: 40px 0 530px 0;
}

#content .left_col {
    float: left;
    width: 270px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.has_left_col main {position: relative; margin-left: 320px;}

footer {
    position: relative;
    margin-top: -490px;
    height: 490px;
    clear: both;
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}

header {
    position: relative;
    width: 100%;
    height: 220px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

.container.products {
    margin: 0px;
}

/* usefull elements */

.devider, .divider {
    position: relative;
    height: 20px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.rouble {
    font-family: 'ALSRubl-Verdana';
    font-style: normal;
}

.script_time {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 10px;
    line-height: 10px;
    color: transparent;
}

#content h1 {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    color: #334141;
    border-bottom: 1px solid #ddd;
}

h4 {
    display: block;
    position: relative;
    font-size: 24px;
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333e48;
}

.left_col h4 {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
}

h1:after,
h4:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 2px;
    background-color: #d60200;
}
    /* search hints */

#search_hints {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    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 .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;
    font-weight: 600;
    color: #3b4256;
}

header .top {
    position: relative;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

header .top p {
    font-size: 14px;
    color: #888;
    float: left;
    flex: 1;
    line-height: 16px;
    word-break: break-word;
}

.top .container .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}

/* BEGIN header about */

header .top ul.about {
    display: none;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 114px;
}

/* END header about*/

/* BEGIN header user nav */

header .top nav.user {
    display: flex;
    position: relative;
    float: right;
    height: 45px;
    overflow: hidden;
    color: #999;
    margin-left: 14px;
    justify-content: right;
}

header .top nav.user a {
    text-decoration: none;
}

header .top nav.user a:hover {
    text-decoration: underline;
    color: #d60200;
}

header .top nav.user ul {
    display: block;
    position: relative;
    height: 45px;
    list-style-type: none;
}

header .top nav.user ul li {
    display: block;
    position: relative;
    height: 45px;
    float: left;
    padding: 0 26px;
}

header .top nav.user ul li:after {
    display: block;
    content: " ";
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 15px;
    background-color: #ddd;
}

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;
}

header .top nav.user a:before {
    display: block;
    float: left;
    font-family: 'Unisiter-Icons';
    font-size: 16px;
    margin-right: 6px;
    line-height: 48px;
    margin-top: -1px
}

header .top nav.user a.login:before {
    content: "\e90c";
    font-size: 13px;
}

header .top nav.user .mail a:before {
    content: "\e905";
}

header .top nav.user .phone a:before {
    content: "\e902";
    font-size: 15px;
}

/* END header user nav */

header .logo {
    display: block;
    margin-left: 0;
    width: 270px;
    height: 100px;
    background: transparent url('/images/logo.png') 0 0 no-repeat;
}

header .bottom {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background-color: #d60200;
}

/* BEGIN header main nav */

header nav.main {
    display: flex;
    width: 100%;
    max-width: 910px;
}

header nav.main ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    column-gap: 40px;
    row-gap: 15px;
}

header nav.main ul li {
    display: block;
    position: relative;
    float: left;
}

header nav.main a,
header nav.main li span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333e48;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    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 {
    text-decoration: underline;
}

header nav.main > ul > li:first-child > a {
    padding-left: 0;
}

header nav.main li.sub > a {
    position: relative;
    padding-right: 22px;
}

header nav.main li.sub:after {
    position: absolute;
    right: 6px;
    top: 6px;
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 10px;
    font-weight: bold;
    transition: 0.3s;
}

header nav.main ul li ul {
    display: none;
    float: none;
    position: absolute;
    margin: 0 0 0 -20px;
    z-index: 100;
    background: transparent url('/images/opacity-white.png') 0 0 repeat;
    padding: 20px 20px 20px 20px;
}

header nav.main ul li ul li{
    cursor: pointer;
}

header nav.main ul li:hover ul {
    display: block;
}

header nav.main li.sub:hover:after{
    transform: rotate(180deg);
}

/* END header main nav */

.catalog_wrapper {
    position: relative;
    float: left;
    width: 270px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 16px 0 24px 0;
    color: #333e48;
    font-weight: bold;
    font-size: 16px;
}

.catalog_wrapper:after {
    display: inline-block;
    content: " ";
    width: 24px;
    height: 20px;
    background: transparent url('/images/icons.png') 4px -308px no-repeat;

}

.catalog_wrapper a,
.catalog_wrapper a:hover {
    text-decoration: none;
    color: #fff;
}

header .search {
    position: relative;
    margin: 0 320px;
    padding: 6px 0;
}

header .search form {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    border: none;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}

header .search .input {
    margin-right: 80px;
}

#search_form_input {
    display: block;
    width: 90%;
    padding: 0 5%;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: none;
    border-width: 0;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    outline: none;
    transition: 0.5s;
}

#search_form_input:focus {
    box-shadow: inset 0 0 1px #333e48;
}

header .search input[type=submit] {
    display: block;
    width: 80px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #333e48 url(/images/icons.png) 26px -356px no-repeat;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.5s;
}

header .search input[type=submit]:hover {
    background-color: #8c0503;
}

#cart {
    position: absolute;
    right: 0;
    top: 14px;
    height: 32px;
    line-height: 15px;
    background: transparent url('/images/icons.png') 0 -430px no-repeat;
    padding-left: 32px;
    font-weight: 700;
    font-size: 0;
    color: transparent;
}


#cart .cartEmpty_m {
    font-size: 14px;
    color: #fff;
}

#cart .cart_m {
    position: relative;
}

#cart .cart_m div {
    height: 28px;
}

#cart .cart_m:before {
    content: "Корзина ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
}

#cart .cart_m strong:first-child{
    display: block;
    position: absolute;
    left: -20px;
    top: 18px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #334141;
    padding: 3px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#cart .cart_m strong:last-child {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

#cart .cart_m strong:last-child:before {
    content: "на ";
    display: inline;
    font-weight: 400;
}

#cart .cart_m strong:last-child:after {
    content: " Р";
    display: inline;
    font-family: 'ALSRubl-Verdana';
}

#cart a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

#cart a:hover {
    text-decoration: none;
}

/* main catalog */

#main_catalog,
#main_catalog ul,
#main_catalog li {
    position: relative;
    width: 266px;
    padding: 0;
}

#main_catalog {
    margin-top: -40px;
    border: 2px solid #d60200;
    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;
    overflow: hidden;
    z-index: 1;
    background: #fff;
}

#main_catalog ul,
#main_catalog li {
    display: block;
    list-style-type: none;
}

#main_catalog a {
    display: block;
    position: relative;
    width: 206px;
    padding: 10px 30px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 1px;
}

#main_catalog a:after,
#main_catalog ul ul:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 15px;
    width: 236px;
    height: 1px;
    background-color: #ddd;
}

#main_catalog ul ul:after {
    bottom: auto;
    top: -1px;
}

#main_catalog > ul:last-child > li:last-child > a:after {
    display: none;
}

#main_catalog li.strong a,
#main_catalog nav.main a,
#main_catalog li.current > a {
    font-weight: 700;
}

#main_catalog li:last-child > a {
    margin-bottom: 0;
}

#main_catalog a:hover {
    color: #fff;
    background-color: #d60200;
}

#main_catalog ul ul {
    display: none;
}

#main_catalog ul li.show > ul {
    display: block;
}

#main_catalog ul ul a {
    width: 196px;
    padding-left: 50px;
    font-style: italic;
    color: #666;
}

#main_catalog ul ul ul a {
    width: 186px;
    padding-left: 50px;
}

/* goods_viewed*/

.goods_viewed {
    position: relative;
    clear: both;
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}

.goods_viewed .title {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    color: #334141;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.goods_viewed .title:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 2px;
    background-color: #d60200;
}

.goods_viewed > div {
    margin-left: -30px;
}

.goods_viewed .item {
    position: relative;
    float: left;
    width: 180px;
    height: 230px;
    margin: 0 0 30px 30px;
    background-color: #fff;
}

.goods_viewed .name {
    position: absolute;
    left: 10px;
    top: 180px;
    width: 160px;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
}

.goods_viewed img {
    display: block;
    position: relative;
    width: 180px;
    height: 170px;
    border: 0;
}

/*footer*/

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .subscription {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #d60200;
    line-height: 60px;
}

footer .subscription:before {
    content: " ";
    display: block;
    width: 300%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #d60200;
    height: 100% /*780px;; */;
}

footer .subscription .title {
    display: none;
    position: relative;
    float: left;
    font-size: 20px;
    font-weight: 400;
    background: transparent url('/images/icons.png') 0 -518px no-repeat;
    padding-left: 44px;
    color: #fff;
}

footer .subscription .title span {
    padding-left: 30px;
    font-size: 15px;
}

footer .description {
    display: none;
    position: absolute;
    left: 0;
    top: 257px;
    padding-top: 107px;
    width: 200px;
    line-height: 26px;
    color: #555;
    font-size: 13px;
}

footer .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #eaeaea;
    line-height: 60px;
    color: #333e48
}

footer .bottom img {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}

footer .unisiter {
    position: absolute;
    left: 50%;
    bottom: 0;
}

footer .unisiter a {
    display: inline-block;
    padding-left: 18px;
    background: transparent url('/images/unisiter.png') 0 5px no-repeat;
    transition: color 0.3s;
}

footer .ways_to_pay {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    background: url(/images/payment_methods.png) no-repeat;
    background-size: 100%;
    height: 20px;
    width: 224px;
    font-size: 0;
}

footer .bottom a:hover {
    background-position: 0 -45px;
}

.left_col .bnr,
.left_col .bnr img {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
}

footer .subscription .form_wrapper {
    display: none;
    position: relative;
    margin: 0 0 0 740px;
    padding: 6px 0;
}

footer .subscription form {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    border: none;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}

footer .subscription .input {
    margin-right: 130px;
}

footer .subscription input[type=email] {
    display: block;
    width: 90%;
    padding: 0 5%;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: none;
    border-width: 0;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    outline: none;
    transition: 0.5s;
}

footer .subscription input[type=email]:focus {
    box-shadow: inset 0 0 1px #333e48;
}

footer .subscription input[type=submit] {
    display: block;
    width: 130px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333e48;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
}

footer .subscription input[type=submit]:hover {
    background-color: #8c0503;
}

footer ul.contacts {
    display: block;
    position: absolute;
    left: 0;
    top: 92px;
    background: transparent url('/images/logo.png') 0 0 no-repeat;
    padding: 114px 0 0 0;
    width: 270px;
    list-style-type: none;
}

footer .contacts .address {
    display: none;
}

footer ul.contacts li {
    display: block;
    line-height: 35px;
    color: #333e48;
}

footer ul.contacts li.title {
    font-weight: bold;
}

footer ul.contacts a{
    background: transparent url('/images/icons.png') 0 -590px no-repeat;
    padding-left: 22px;
}

footer ul.contacts li.phone a{
    background-position: 0 -590px;
}

footer ul.contacts li.phone a:hover {
    background-position: 0 -710px;
}

footer ul.contacts li.mail a {
    background-position: 0 -670px;
}

footer ul.contacts li.mail a:hover {
    background-position: 0 -790px;
}

footer nav {
    display: block;
    position: relative;
    padding-top: 60px;
    float: right;
    font-size: 14px;
    line-height: 35px;
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    float: left;
    color: #333e48;
    font-size: 16px;
    margin-left: 100px;
}

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;
}


/* иконки социальных сетей в footer */

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;
}

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: 14px;
    background-color: #666;
}

footer ul.social li a:hover {
    background-color: #d60200;
}

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;}

/* goods */

.goods_wrapper {
    position: relative;
    /*overflow: hidden;*/
    margin-left: -10%;
}

.list .goods_wrapper {
    margin-left: 0;
}

.goods {
    position: relative;
    float: left;
    width: 41%;
    min-width: 380px;
    height: 190px;
    margin: 0 0 40px 9%;
}

.list .goods {
    display: table;
    float: none;
    width: 100%;
    min-width: 380px;
    height: 51px;
    margin: 0;
}

.goods:after {
    display: block;
    content: " ";
    position: absolute;
    top: 20px;
    right: -10%;
    height: 130px;
    width: 1px;
    background-color: #ddd;
}

.list .goods:after {
    top: auto;
    bottom: 0;
    left: 10%;
    height: 1px;
    width: 80%;
}

.goods img {
    display: block;
    position: relative;
    float: left;
    width: 180px;
    height: 170px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 20px;
}

.list .goods img {
    width: 54px;
    height: 51px;
}

.goods a {
    display: block;
    width: 100%;
    height: 170px;
    text-decoration: none;
}

.list .goods a {
    display: block;
    width: 70%;
    height: 51px;
    text-decoration: none;
}

.goods span.name {
    display: block;
    color: #343f49;
    text-decoration: none;
    padding-top: 28px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.list .goods span.name {
    display: table-cell;
    padding-top: 10px;
    height: 31px;
    line-height:15px;
    max-width: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.goods .info-line {
    position: absolute;
    left: 200px;
    top: 0;
}

.goods span.info {
    font-size: 12px;
    line-height: 12px;
    padding: 1px 4px;
    background-color: #fc8507;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
}

.goods span.info.new {
    background-color: #66cc00;
}

.goods span.info.action,
.goods span.info.discount {
    background-color: #d60200;
}

.goods span.info.on_order {
    background-color: #120a8f;
}

.goods span.info.discounted {
    background-color: #ffff00;
    color: #333e48;
}

.goods a:hover span.name {
    text-decoration: underline;
}

.goods .price {
    position: absolute;
    left: 200px;
    bottom: 4px;
    font-size: 20px;
    line-height: 22px;
    color: #343f49;
}

.list .goods .price {
    left: auto;
    right: 50px;
    bottom: 14px;
}

.goods .price .old {
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 14px;
    line-height: 14px;
    color: #878787;
    text-decoration: line-through;
}

.goods .price .old:after {
    display: inline;
    font-family: 'ALSRubl-Verdana';
    content: "Р";
    padding-left: 4px;
}

.goods a.buy,
.goods div.buy{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #d60200 url('/images/icons.png') 5px -483px no-repeat;
    font-size: 1px;
    color: transparent;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.list .goods a.buy {
    bottom: 8px;
}

.goods a.buy:hover,
.goods div.buy.not-store {
    background-color: #333e48;
}

.goods span.rouble {
    font-family: 'ALSRubl-Verdana';
}

/* articles */

section.articles ul,
section.articles li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.articles li {
    height: 120px;
    padding: 10px 0;
    overflow: hidden;
}

section.articles li:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 20px;
    height: 1px;
    width: 230px;
    background-color: #ddd;
}

section.articles li:last-child:after {
    display: none;
}

section.articles a {
    text-decoration: none;
    color: #333e48;
    font-weight: 600;
    line-height: 18px;
}

section.articles a:hover {
    text-decoration: underline;
}

section.articles a.img {
    display: block;
    float: left;
    width: 100px;
    height: 93px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

section.articles a.img img {
    display: block;
    width: 100px;
    margin-top: -4px;
    height: 93px;
}

/* categories */

.main_categories ul,
ul.dots {
    display: block;
    list-style-type: none;
    margin-left: -50px;
    overflow: hidden;
}

.main_categories li,
ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 280px;
    margin: 0 0 50px 50px;
}

.main_categories li:after,
ul.dots li:after {
    display: block;
    content: " ";
    position: absolute;
    right: -25px;
    top: 40px;
    width: 1px;
    height: 240px;
    background-color: #ddd;
}

.main_categories li:last-child:after,
ul.dots li:last-child:after {
    display: none;
}

.main_categories li a,
ul.dots li a {
    display: block;
    width: 270px;
    height: 280px;
    text-decoration: none;
    color: #333e48;
}

.main_categories li img,
ul.dots li img {
    display: block;
    position: relative;
    width: 266px;
    height: 236px;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main_categories li .name,
ul.dots li .name {
    display: block;
    position: absolute;
    width: 270px;
    max-height: 40px;
    bottom: 0;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
}

.main_categories li a:hover .name,
ul.dots li a:hover .name {
    color: #000;
    text-decoration: underline;
}

.main_categories li a:hover img,
ul.dots li a:hover img{
    border-color: #d60200;
}

/* 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;
}

footer .subscription input[type=email].error {
    background-color: #e9999f;
}

form.filters .disabled {
    opacity: .3;
}
/*скрытие*/
.hide {
    display: none;
}

.list .info {
    display: none;
}

.goods a.arroy {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    background: #666666;
    text-align: center;
}

/* filters hide button */

#shop_goods .filters .close {
    display: none;
    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);
}

/* new category style */
section.category {
    text-align: center;
    margin-top: 20px;
    margin-right: -40px;
}

section.category .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 276px;
    padding: 20px 0 20px 0px;
    margin: 0 40px 18px 0;
    border-width: 0;
    text-decoration: none;
    color: #333;
    text-align: left;
}

section.category .item .main div > a {
    display: block;
    /*background: url("/images/icons-category.png") 0 0 no-repeat;*/
    padding-left: 80px;
    position: relative;
}

section.category .item .main div > a:before {
    content: '';
    display: block;
    background: url("/images/icons-category.png") 0 0 no-repeat;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

section.category .item .main div > a[href="/shop/drevesnoplitnyie_materialyi/"]:before {
    background-position: 0 -69px;
}

section.category .item .main div > a[href="/shop/fasadnyie_materialyi1/"]:before {
    background-position: 0 -138px;
}

section.category .item .main div > a[href="/shop/stoleshnitsyi_mebelnyie_schityi_i_komplektuyuschie/"]:before {
    background-position: 0 -208px;
}

section.category .item .main div > a[href="/shop/kromochnyie_materialyi1/"]:before {
    background-position: 0 -278px;
}

section.category .item .main div > a[href="/shop/osnaschenie_garderobnyih_komnat_i_shkafov/"]:before {
    background-position: 0 -836px;
}

section.category .item .main div > a[href="/shop/mebelnoe_osveschenie/"]:before {
    background-position: 0 -1043px;
}

section.category .item .main div > a[href="/shop/reklamnaya_produktsiya1/"]:before {
    background-position: 0 -1725px;
}

section.category .item .main div > a[href="/shop/krepejnaya_furnitura/"]:before {
    background-position: 0 -1400px;
}

section.category .item .main div > a[href="/shop/kuhonnyie_komplektuyuschie/"]:before {
    background-position: 0 -562px;
}

section.category .item .main div > a[href="/shop/instrumentyi/"]:before {
    background-position: 0 -1541px;
}

section.category .item .main div > a[href="/shop/rashodnyie_materialyi/"]:before {
    background-position: 0 -1788px;
}

section.category .item .main div > a[href="/shop/opora_zamki_polkoderjateli/"]:before {
    background-position: 0 -973px;
}

section.category .item .main div > a[href="/shop/petli_podyemnyie_mehanizmyi/"]:before {
    background-position: 0 -1184px;
}

section.category .item .main div > a[href="/shop/sistemyi_razdvijeniya_dverey/"]:before {
    background-position: 0 -757px;
}

section.category .item .main div > a[href="/shop/moyki_i_posudosushiteli/"]:before {
    background-position: 0 -622px;
}

section.category .item .main div > a[href="/shop/shkafyi_kupe/"]:before {
    background-position: 0 -684px;
}

section.category .item .main div > a[href="/shop/ruchki_mebelnyie_kryuchki/"]:before {
    background-position: 0 -905px;
}

section.category .item .main div > a[href="/shop/remontnyie_materialyi/"]:before {
    background-position: 0 -1468px;
}

section.category .item .main div > a[href="/shop/sistemyi_vyidvijeniya/"]:before {
    background-position: 0 -1110px;
}

section.category .item .main div > a[href="/shop/plintus_tsokol_i_komplektuyuschie/"]:before {
    background-position: 0 -348px;
}

section.category .item .main div > a[href="/shop/trubyi_i_soedinitelnyie_elementyi/"]:before {
    background-position: 0 -1329px;
}

section.category .item .main div > a[href="/shop/furnitura_dlya_kompyuternyih_stolov/"]:before {
    background-position: 0 -1259px;
}

section.category .item .main div > a[href="/shop/mebelnyie_tkani_i_napolnenie1/"]:before {
    background-position: 0 -1657px;
}

section.category .item .main div > a[href="/shop/mehanizmyi_i_komplektuyuschie2/"]:before {
    background-position: 0 -1598px;
}

section.category .item .main div > a[href="/shop/iskustvennyiy_kamen_i_komplektuyuschie1/"]:before {
    background-position: 0 -420px;
}

section.category .item .main div > a[href="/shop/matrasyi_karkasyi_komplektuyuschie1/"]:before {
    background-position: 0 -492px;
}

section.category a {
    text-decoration: none;
}

section.category .item .main a {
    text-wrap: normal;
}

section.category ul {
    list-style-type: none;
}

section.category .main {
    font-size: 16px;
    font-weight: 600;
    min-height: 18px;
    line-height: 18px;
    /*overflow: hidden;*/
    margin-bottom: 10px;
}

section.category li {
    min-height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 2px;
    padding-left: 80px;
    font-size: 13px;
}

header .bottom.scroll-bottom {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 1398;
    top: 0;
    height: 60px;
    background-color: #d60200;
}

/*слайдер на главной странице*/
section.goods_set .goods_wrapper.owl-carousel .owl-prev {
    background: #fff url(/images/prev_next.png) -6px -57px no-repeat;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 70px;
    left: 33px;
}

section.goods_set .goods_wrapper.owl-carousel .owl-next {
    background: #fff url(/images/prev_next.png) -58px -57px no-repeat;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 70px;
}
section.goods_set .goods_wrapper.owl-carousel .owl-prev:hover{
    background-position: -6px -57px;
}
section.goods_set .goods_wrapper.owl-carousel .owl-next:hover{
    background-position: -58px -57px;
}
/*слайдер на главной странице*/

/*banner fancybox*/

.button_banner {
    display: none;
}

#banner-m {
    display: none;
}

.sale{
    background-color: #fc8507!important;
}

.goods .sale ~ span.info.discount {
    background-color: #fc8507;
}
/*слайдер на главной странице*/

.goods .goods_attr {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
}

.goods .goods_attr .item div {
    float: left;
    margin-right: 4px;
}

.similar-goods .goods .goods_attr{
    position: absolute;
    left: 200px;
}

body.main .goods .goods_attr, .dots .two_columns .goods .goods_attr {
    position: absolute;
    left: 200px;
    bottom: 45px;
}
.list .goods.goods_btn_qt .goods_attr{
    position: unset;
}

.list .goods .goods_attr{
    position: absolute;
    right: 200px;
    top: 20px;
}

section.cookie_notes {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1111;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

section.cookie_notes img{
    width: 100%;
    max-width: 850px;
    border-radius: 10px;
}

section.cookie_notes div {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

section.cookie_notes .button {
    position: absolute;
    right: 10px;
    top: 10px;
    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: #8c0503;
}