@charset "utf-8";

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: Ubuntu, Sans-Serif;
    font-size: 14px;
}

* html body {
    height: 100%;
}

#wrapper {min-height: 100%;}

a {color: #4b8c33;}
a:hover {color: #dca115;}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

.devider, .divider {
    position: relative;
    height: 20px;
}

.hidden {
    display: none;
}

input, select {
    font-family: Ubuntu;
    font-size: 14px;
}

.top_note {
    position: relative;
    width: 100%;
    padding: 4px 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #4b8c33;
    border-bottom: 2px solid #000;
    background-color: #fff999;
    font-weight: bold;
}

header {
    position: relative;
    width: 100%;
    height: 110px;
    background: url("/uploaded/images/bg.png");
}

header .top {
    display: block;
    position: relative;
    width: 100%;
    height: 39px;
    /*background: #fafafa;*/
}

header .top ul {
    display: block;
    position: relative;
    float: right;
    list-style-type: none;
    overflow: hidden;
}

header .top li {
    display: block;
    float: left;
    margin-left: 20px;
}

header .login a {
    padding-left: 22px;
}

header .login a:before {
    content: "\e90b";
    font-family: 'Unisiter-Icons';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #555;
    line-height: 13px;
}

header .top a {
    color: #555;
    font-size: 13px;
    line-height: 39px;
    position: relative;
    font-weight: bold;
}

header .top a:hover,
header .login a:hover:before {
    color: #4b8c33;
}

header .top .slogan {
    display: block;
    position: absolute;
    left: 270px;
    top: 0;
    line-height: 40px;
    font-weight: bold;
}

header .logo {
    position: absolute;
    left: 0;
    top: -36px;
    width: 230px;
    height: 100px;
    background: url('/images/logo.png') 0 0 no-repeat;
}

header .city {
    position: absolute;
    left: 16px;
    top: 40px;
    width: 200px;
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    text-align: left;
}

header .phone {
    position: absolute;
    left: 270px;
    top: 24px;
    font-size: 18px;
    color: #555555;
    font-weight: 600;
}

header .phone span {
    font-size: 14px;
    font-weight: normal;
}

header .mail {
    display: block;
    position: absolute;
    left: 37%;
    top: 24px;
    font-size: 18px;
    color: #555555;
    font-weight: 600;
}

header .mail span {
    color: #4b8c33;
}

header .container .main {
    display: block;
    position: absolute;
    right: -10px;
    top: 20px
}

header .container .main ul {
    list-style-type: none;
}

header .container .main li {
    display: inline-block;
}

header .container .main a,
header .container .main li span {
    display: block;
    color: #555;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s;
    text-decoration: underline;
}

header .container .main a:hover,
header .container .main li span:hover {
    background-color: #4b8c33;
    color: #fff;
}

/* main line */

#line {
    position: relative;
    width: 100%;
    height: 40px;
    background: #fafafa;
    border: 1px solid #eee;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 40px;
}

#line .cat_title {
    position: relative;
    float: left;
    width: 230px;
    height: 40px;
    margin-right: 10px;
}

#line .cat_title > a:first-child {
    display: block;
    background: #4b8c33 url('/images/bg-lines.png') 0 0 repeat;
    color: #fff;
    line-height: 40px;
    font-size: 120%;
    font-weight: 600;
    text-indent: 35px;
    cursor: pointer;
    text-decoration: none;
}

#line .cat_title > a:first-child:after {
    position: absolute;
    right: 38px;
    top: 1px;
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 7px;
    font-weight: bold;
}

/* search */

#line form {
    position: relative;
    margin: 0 250px 0 260px;
    height: 28px;
    padding: 6px;
    width: auto;
}

form.search .input {
    position: relative;
    width: auto;
    margin-right: 70px;
    background: #fff;
    border: 1px solid #aaa;
    /*padding-left: 4px;*/
    -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;
    overflow: hidden;
}

form.search input[type=text] {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-width: 0;
    background: #fff;
    outline: none;
    text-indent: 4px;
}

form.search input[type=text]:focus {
    -webkit-box-shadow:inset 0 0 1px #4b8c33;
    -moz-box-shadow:inset 0 0 1px #4b8c33;
    box-shadow:inset 0 0 1px #4b8c33;
}

form.search input[type=submit] {
    position: absolute;
    right: 0;
    top: 6px;
    width: 77px;
    height: 28px;
    line-height: 28px;
    outline: none;
    background: #dca115;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #4b8c33;
    cursor: pointer;
}

form.search input[type=submit]:hover {
    background: #c81519 url(/images/bg-lines.png) 0 0 repeat;
}

#cart {
    position: relative;
    float: right;
    max-width: 160px;
    height: 64px;
    display: table;
    padding-left: 47px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-weight: normal;
    color: #333;
}

#cart:before {
    content: '\e8fe';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 29px;
    line-height: 15px;
    font-weight: 500;
    position: absolute;
    left: 5px;
    top: 12px;
    height: 32px;
    color: #dca115;
}

#cart > div {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-bottom: 24px;
}

#cart a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: #dca115;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px 0 5px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#cart a:hover {
    background: #c81519 url(/images/bg-lines.png) 0 0 repeat;
}

/* banner */

.banner_line {
    position: relative;
    width: 100%;
    height: 250px;
    clear: both;
}

/* goods item */

.goods {
    position: relative;
    float: left;
    width: 198px;
    height: 262px;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 0 20px 20px;
}

.goods:hover {
    border: 1px solid #4b8c33;
    -webkit-box-shadow:inset 0 0 1px #4b8c33;
    -moz-box-shadow:inset 0 0 1px #4b8c33;
    box-shadow:inset 0 0 1px #4b8c33;
}

.goods a {
    display: block;
    width: 198px;
    height: 197px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.1;
}

.goods a:hover {
    color: #4b8c33;
}

.goods img {
    border-width: 0;
    width: 150px;
    height: 150px;
    margin: 0 24px 0 24px;
}

.goods .price {
    font-size: 140%;
    margin-top: 4px;
    font-weight: 600;
}

.goods .buy {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 6px;
    padding: 8px;
    background: #dca115;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 8px 11px 7px 11px;
    border: 1px solid #dca115;
}

.goods .buy:hover {
    color: #fff;
    background: #c81519 url(/images/bg-lines.png) 0 0 repeat;
    border: 1px solid #dca115;
}

.goods span.info, .gallery span.info {
    position: absolute;
    top: 12px;
    left: -5px;
    line-height: 30px;
    background: #4b8c33 url('/images/bg-lines.png') 0 0 repeat;
    padding: 0 9px;
    color: #fff;
}

.gallery span.info {
    left: 0;
    z-index: 1;
}

.goods span.info:after, .gallery span.info:after  {
    content: '';
    border-left: 5px solid transparent;
    border-top: 5px solid #700f1a;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.banner_line .goods {
    position: relative;
    float: right;
    margin: 0;
}

#content {
    padding: 0 0 160px 0;
}

#content .left_col {
    float: left;
    width: 240px;
    box-sizing: border-box;
}

footer {
    position: relative;
    margin-top: -120px;
    height: 119px;
    clear: both;
    width: 100%;
    background: #fafafa url("/uploaded/images/bg.png");
    border-top: 1px solid #eee;
    overflow: hidden;
}

footer .container {
    height: 119px;
}

#main_catalog {
    position: absolute;
    left: 0;
    width: 228px;
    top: 40px;
    z-index: 9;
}

#line .cat_title:hover nav.main > ul,
#line .cat_title:hover #main_catalog > ul {
    display: block;
}

#line .cat_title nav.main > ul {
    border-radius: 0;
    border-bottom-width: 0;
    overflow: hidden;
}

#main_catalog ul {
    margin: 0;
    padding: 0;
    width: 228px;
    z-index: 9;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
}

#main_catalog li:hover > ul {
    display: block;
}

#main_catalog ul ul {
    position: absolute;
    left: 228px;
    margin: -7px 0 0 0;
}

#main_catalog li.bottom > ul {
    top: auto;
    margin: 0;
    bottom: -1px;
    left: 228px;
}

#main_catalog li.top > ul {
    top: 0;
    margin: 0;
    left: 228px;
    bottom: auto;
}


#main_catalog li {
    width: 218px;
    margin: 6px 0 6px 10px;
    height: 32px;
    padding: 0;
    list-style-type: none;
    vertical-align: middle;
    display: table;
}

#main_catalog a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #000;
    text-decoration: none;
    padding-right: 20px;
    -webkit-transition: color 0.5s ease;
}

#main_catalog li.sub > a:before {
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    position: absolute;
    left: 200px;
    top: 12px;
    width: 5px;
    height: 7px;
    font-size: 7px;
    transform: rotate(-90deg);
}

#main_catalog li:hover > a {
    color: #4b8c33;
}

#main_catalog li:hover > a:before {
    background-position: 0 -930px;
}

/* user menu */

#user_menu {
    position: absolute;
    right: 0;
    top: 20px;
}

#user_menu ul {
    margin: 0;
    padding: 0;
}

#user_menu li {
    float: left;
    padding: 0 30px 0 30px;
    border-left: 2px solid #000;
}

#user_menu li:first-child {
    border-width: 0;
}

#user_menu a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

#user_menu a:hover {
    color: #333;
    text-decoration: underline;
}

/* footer elements */

footer .description {
    display: none;
    width: 270px;
    float: right;
    text-align: right;
    padding-top: 40px;
}

footer .contacts .title {
    display: none;
}

footer .copyright {
    position: absolute;
    left: 15px;
    top: -100px;
    line-height: 20px;
    color: #555;
    font-weight: 600;
}

footer .ways_to_pay {
    display: none;
    position: absolute;
    left: 35.5%;
    top: -37px;
    font-size: 0;
    width: 80px;
    height: 20px;
    padding-right: 200px;
    background: transparent url('/images/ways-to-pay.png') right 0 no-repeat;
}

footer .ways_to_pay img {
  display: none;
}

footer a {
    color: #555;
}

footer a:hover {
    color: #4b8c33;
}

footer nav {
    display: block;
    position: relative;
    padding-top: 19px;
    float: right;
    line-height: 20px;
    /*margin-left: 300px;*/
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    float: left;
    margin-left: 40px;
    margin-bottom: 80px;
}

footer nav > ul > li span {
    display: block;
    font-weight: bold;
}

footer nav > ul > li li {
    font-size: 14px;
}


footer ul.contacts {
    display: block;
    position: absolute;
    left: 0;
    top: 39px;
    list-style-type: none;
}

footer ul.contacts li {
    display: block;
    line-height: 20px;
}

footer ul.contacts a,
footer ul.contacts span {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
}

footer ul.contacts li a:before,
footer ul.contacts li span:before {
    font-family: 'Unisiter-Icons';
    display: inline-block;
    padding-right: 3px;
}

footer ul.contacts li.address a:before,
footer ul.contacts li.address span:before {
    content: '\e904';
}

footer ul.contacts li.phone a:before,
footer ul.contacts li.phone span:before {
    content: '\e902';
}

footer ul.contacts li.mail a:before,
footer ul.contacts li.mail span:before {
    content: '\e906';
}

footer .metrika {
    position: absolute;
    left: -9999px;
}

/* footer sub */

footer .subscription {
    display: none;
    width: 270px;
    height: 60px;
    float: right;
    text-align: right;
    margin-top: 20px;
}

footer .subscription form {
    position: relative;
    width: 100%;
}

footer .subscription .title {
    height: 18px;
    width: 187px;
    overflow: hidden;
    text-align: right;
    margin: 0 0 10px 0;
}

footer .subscription .input input {
    display: block;
    margin-right: 50px;
    width: 90%;
    padding: 0 5%;
    font-size: 12px;
    color: #392a25;
    height: 25px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    border-width: 0;
    outline: none;
}

footer .subscription form input[type=submit] {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 10px 7px 15px;
    border-width: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    background: #666666;
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 0;
}

/*иконки социальных сетей в footer*/

footer ul.social {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 17px;
    width: 200px;
    height: 26px;
    list-style-type: none;
}

footer ul.social li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

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;
    background-color: #666;
}

footer ul.social li a:hover {
    background-color: #dca115;
}

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;}

.clear {
    clear: both;
}

.rouble {
    font-family: 'ALSRubl-Verdana';
    font-style: normal;
}

#content h4 {
    font-size: 20px;
}


.basic_table {
    width: 100%;
    border-collapse: collapse;
}

.basic_table th {
    text-align: center;
    border-bottom: 2px solid #999;
    padding: 2px;
}

.basic_table td {
    border-bottom: 1px solid #aaa;
    padding: 2px;
    vertical-align: middle;
}

.lines_table tr:hover td {
    background-color: #eee;
}

.pagination {clear: both;}
.pagination span {margin-right: 10px;}
#shop_goods .pagination {margin-left: 20px;}

.script_time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    color: #fafafa;
}

/* логотип платформы */

footer .unisiter {
    position: absolute;
    right: 15px;
    top: -35px;
}

footer .unisiter a {
    display: inline-block;
    padding-left: 18px;
    background: transparent url(/images/unisiter.png) 0 -17px no-repeat;
    transition: color 0.3s;
    color: #334141;
    text-decoration: none;
}

footer .unisiter a:hover {
    background-position: 0 -67px;
    text-decoration: underline;
    color: #000;
}

/* search hints */

#search_hints {
    display: none;
    position: absolute;
    top: 33px;
    left: 246px;
    border: solid 1px #eee;
    width: 50%;
    min-width: 220px;
    z-index: 55;
    background: transparent url('/images/cat_opacity.png') 0 0 repeat;
    padding: 15px 20px 20px 20px;
    -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: 2px 0 2px 0;
    height: 16px;
    overflow: hidden;
}

#search_hints .result .parent {
    margin-right: 6px;
}

#search_hints h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0;
    font-weight: normal;
}

span.parent:after {
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    top: 12px;
    width: 5px;
    height: 7px;
    font-size: 7px;
    font-weight: bold;
    transform: rotate(-90deg);
    margin-left: 5px;
    color: #4b8c33;
}

/*недавно посещённые товары*/

.container-view-products {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.goods_viewed {
    position: relative;
    clear: both;
    width: 100%;
    height: 226px;
    background: #fff;
    padding: 47px 0 20px 0;
    margin-top: 32px;
}

.goods_viewed .title {
    display: block;
    position: absolute;
    top: -8px;
    font-weight: 600;
    color: #555;
    text-shadow: 0 0 2px #fff;
    font-size: 20px;
}

.goods_viewed > div {
    padding: 0 10px;
}

.goods_viewed .item {
    position: relative;
    float: left;
    width: 150px;
    height: 226px;
    margin: 0 0px 20px 0px;
    background-color: #fff;
    border: 1px solid #999;
    border: none;
}

.goods_viewed .item:not(:first-of-type) {
    margin-left: 68px;
}

.goods_viewed .item:nth-of-type(7) {
    margin-left: 0px;
}

.goods_viewed .name {
    position: relative;
    padding: 10px 0px 14px 0px;
    width: 150px;
    height: 63px;
    font-size: 13px;
    line-height: 11px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.goods_viewed .item a {
    text-decoration: none;
}

.goods_viewed img {
    width: 150px;
    height: 150px;
    border: 0;
    display: block;
}

.goods_viewed a {
    color: #000;
}

.goods_viewed a:hover {
    color: #4b8c33;
}

/**/
buy-wrapper .qt,
.goods .buttons .qt {
    display: block;
    position: relative;
    float: left;
    height: 32px;
    width: 92px;
    margin-left: 21px;
    overflow: hidden;
}

.goods .buttons {
    float: none;
    position: absolute;
    left: -5px;
    bottom: 15px;
    height: 32px;
    overflow: hidden;
    width: 224px;
}

.buy-wrapper .decr, .buy-wrapper .incr,
.goods .buttons .decr, .goods .buttons .incr {
    display: block;
    position: absolute;
    width: 19px;
    height: 30px;
    background-color: #f6f6f6;
    text-align: center;
    color: #000;
    transition: background-color 0.3s;
    border: 1px solid #bebebe;
}

.buy-wrapper .decr,
.goods .buttons .decr {
    right: 71px;
    line-height: 27px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.buy-wrapper .incr,
.goods .buttons .incr {
    right: 2px;
    line-height: 27px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left-width: 1px;
    border-right-width: 1px;
}

.buy-wrapper .qt a,
.goods .buttons .qt a {
    top: 0px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    font-weight: 600;
}

.buy-wrapper .qt input,
.goods .buttons .qt input {
    display: block;
    position: absolute;
    left: 20px;
    width: 48px;
    height: 30px;
    border: 1px solid #bebebe;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    color: #000;
    background-color: #fff;
    outline: none;
}

.buy-wrapper .qt a:hover,
.goods .buttons .qt a:hover {
    background-color: #fad9dc;
    color: #4b8c33;
}

.buy-wrapper .qt a:active,
.goods .buttons .qt a:active {
    background-color: #fad9dc;
}

form.form_small input[type=submit],
.goods .buttons input.buy {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 10px 7px 15px;
    border-width: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    background: #c81519;
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
}

#buy-wrap #buy_btn_cont input{
    background: #c81519;
}

#buy-wrap #buy_btn_cont input:hover{
    background: #dca115;
}

.goods_wrapper .orderBtn, .similar-goods .orderBtn{
    padding: 0;
    position: relative;
    right: auto;
    bottom: auto;
    left: 120px;
    width: 90px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #888;
    color: #fff;
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
    border-radius: 4px;
}

.goods_wrapper .orderBtn:hover, .similar-goods .orderBtn:hover{
    background: #dca115 url(/images/bg-lines.png) 0 0 repeat;
    color: #fff;
}

.goods-card #buy-wrap #buy_btn_cont .orderBtn{
    background: #888;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 14px 8px 14px;
    border-width: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
    position: relative;
    top: -10px;
    left: 0;
}

#buy-wrap #buy_btn_cont .orderBtn:hover{
    background: #dca115;
}

form.form_small input[type=submit]:hover,
.goods .buttons input.buy:hover {
    background: #dca115 url(/images/bg-lines.png) 0 0 repeat;
}

.goods .buttons input.buy,
#shop_goods .buttons input.buy {
    padding: 0;
    position: relative;
    right: auto;
    bottom: auto;
    left: 14px;
    width: 90px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

form.filters .disabled {
    opacity: .3;
}

/*list*/

.list {width: 100%;}

.list .goods {
    display: table;
    float: none;
    width: 100%;
    min-width: 380px;
    height: 51px;
    margin: 0;
    padding: 0;
}

.list .goods a {
    display: block;
    position: relative;
    width: unset;
    height: 120px;
    overflow: hidden;
    text-decoration: none;
}

.list .goods img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    margin: 0;
}

.list .goods .name {
    position: absolute;
    left: 160px;
    top: 20px;
    font-size: 20px;
    line-height: 22px;
    color: #262626;
    height: 45px;
    width: 60%;
    overflow: hidden;
}

.list .goods .buttons .decr {
    right: unset;
    left: 10px;

}

.list .goods .buttons .incr {
    left: 79px;
}

.list .goods .buttons .qt input {
    left: 30px;
}

.list .goods .buttons input.buy {
    left: 10px;
    width: 90px;
}

.list .goods .buy {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #dca115;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 8px 10px 7px 10px;
    border: 1px solid #dca115;
}

.list .goods .price {
    position: absolute;
    right: 135px;
    top: 32px;
    font-size: 20px;
    line-height: 20px;
    color: #262626;
    font-weight: 800;
}

.list .goods_wrapper {
    margin: 0 0 0 20px;
    width: 77%;
    float: right;
}

.ontop:before {
    position: fixed;
    content: "\e90e";
    font-size: 56px;
    font-family: 'Unisiter-Icons';
    right: 30px;
    bottom: 30px;
    width: 62px;
    height: 62px;
    z-index: 9;
    cursor: pointer;
    color: #4b8c33;
}

.fastWA:before {
    position: fixed;
    content: '';
    right: 26px;
    bottom: 110px;
    width: 65px;
    height: 50px;
    z-index: 9;
    cursor: pointer;
    background: url("/images/icons-mess.png");
    background-size: cover;
}

.headerAddress{
    display: block;
    padding-top: 3px;
}

.popMess{
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.popMess a{
    text-decoration: none;
    color: #333e48;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    height: 100%;
    align-items: center;
    max-width: 110px;
}

.popMess a:hover{
    text-decoration: underline;
}

.popMess a:before{
    content: '';
    width: 110px;
    display: block;
    height: 100px;
    background: url("/images/icons-mess.png");
}


.popMess a.email:before{
    background-position: 113px 0;
}