@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;
    background: transparent url(/images/bg.png) top center no-repeat;
}

* html body {
    height: 100%;
}

a {color: #686868;}
a:hover {color: #fe4813;}

input {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
}

/* base layout styles */

#wrapper {min-height: 100%;}

#wrapper:before,
#wrapper:after {
    display: block;
    content: "";
    position: fixed;
    right: 50%;
    margin-right: 680px;
    top: 0;
    width: 1000px;
    min-height: 100%;
    background: #f3f3f3 url(/images/bg-left-border.jpg) right 0 repeat-y;
    z-index: -1;
}

#wrapper:after {
    right: auto;
    left: 50%;
    margin-right: auto;
    margin-left: 680px;
    background: #f3f3f3 url(/images/bg-right-border.jpg) left 0 repeat-y;
}

#content {
    position: relative;
    padding: 24px 0 323px 0;
}

#content .left_col {
    float: left;
    width: 206px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: -39px;
}

.has_left_col main {position: relative; margin-left: 274px;}
body .has_left_col main div p img {max-width: 100%; height: auto !important;}

footer {
    position: relative;
    margin-top: -263px;
    height: 263px;
    clear: both;
    width: 100%;
    background: #2e3d6d url(/images/footer-bg.png) 69% -11px no-repeat;
}

header {
    position: relative;
    width: 100%;
    height: 190px;
}

.top_note {
    position: relative;
    width: 100%;
    padding: 4px 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #2e3d6d;
    font-weight: bold;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

/* 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: 32px;
    padding: 30px 0 0 0;
    font-family: "PTSerif", Sans-Serif;
    font-weight: bold;
    color: #30353a;
    max-width: 625px;
}

h2 {
    display: block;
    position: relative;
    font-size: 32px;
    padding: 0;
    font-family: "PTSerif", Sans-Serif;
    font-weight: bold;
    color: #30353a;
    margin-bottom: 10px;
}

h4 {
    display: block;
    position: relative;
    font-size: 32px;
    padding: 0;
    font-family: "PTSerif", Sans-Serif;
    font-weight: bold;
    color: #30353a;
    margin-bottom: 10px;
}

.left_col h4 {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
}

h2 a,
h4 a {
    position: relative;
    text-decoration: none;
}

h2 a:after,
h4 a:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
}
    /* search hints */

#search_hints {
    display: none;
    position: absolute;
    top: 35px;
    left: 12px;
    border: solid 1px #eee;
    border-top: none;
    width: 90%;
    min-width: 340px;
    max-width: 560px;
    z-index: 55;
    background-color: #fff;
    padding-bottom: 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 5% 4px 5%;
    height: 16px;
    overflow: hidden;
}

#search_hints .result:hover {
    background-color: #fdf4f1;
}

#search_hints .result .parent:after {
    content: " → ";
}

#search_hints h2 {
    padding-left: 5%;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 0 0;
    font-weight: 600;
    color: #686868;
}

header .top {
    position: relative;
    height: 140px;
    line-height: 45px;
}

/*header .top p {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 20%;
    line-height: 23px;
}

header .top nav.user {
    display: block;
    position: relative;
    float: right;
    height: 45px;
    overflow: hidden;
    color: #ddd;
}*/

header .top nav.user a {
    color: #fff;
    text-decoration: none;
}

header .top nav.user a:hover {
    text-decoration: underline;
    color: #ef2f24;
}

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: #aaa;
    border-right: 1px solid #ebefef;
}

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.login {
    background: transparent url('/images/icons.png') 0 4px no-repeat;
    padding-left: 20px;
}

header .top nav.user a.login:hover {
    background-position: 0 -41px;
}

header .top nav.user .mail a {
    background: transparent url('/images/icons.png') 0 -85px no-repeat;
    padding-left: 24px;
}

header .top nav.user .mail a:hover {
    background-position: 0 -130px;
}

header .top nav.user .phone a {
    background: transparent url('/images/icons.png') 0 -176px no-repeat;
    padding-left: 20px;
}

header .top nav.user .phone a:hover {
    background-position: 0 -221px;
}

header .logo {
    display: block;
    position: absolute;
    left: 3px;
    top: 24px;
    width: 200px;
    height: 100px;
    background: transparent url('/images/logo.png') 0 0 no-repeat;
}

header .bottom {
    display: none;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background-color: #ef2f24;
}

header nav.main {
   /* padding: 36px 0 0 320px;*/
}

header nav.main ul {
    display: block;
    list-style-type: none;
}

header nav.main ul li {
    display: block;
    position: relative;
    float: left;
}

header nav.main a {
    display: block;
    font-family: "PTSerif", Sans-Serif;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 31.5px;
    font-size: 15px;
    color: #fff;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
}

header nav.main a:hover {
    color: #a7baf5;
}

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 > a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    width: 15px;
    height: 10px;
    background: transparent url('/images/icons.png') 0 -270px no-repeat;

}

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: 0 20px 20px 20px;
}

header nav.main ul li:hover ul {
    display: block;
}

.catalog_wrapper {
    position: relative;
    float: left;
    width: 270px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 16px 0 24px 0;
    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;
    float: right;
    width: 27%;
    margin-right: 1.5%;
    margin-top: 5px;
    padding: 6px 0;
}

header .search form {
    display: block;
    position: relative;
    width: 100%;
    height: 28px;
    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 6%;
    font-size: 12px;
    color: #686868;
    height: 28px;
    line-height: 48px;
    background-color: #f7f8f8;
    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:hover {
    background-color: #eff3ff;
}
#search_form_input:hover + input[type=submit] {
    background-color: #eff3ff;
}

#search_form_input:focus {
    background-color: #fdf4f1;
    box-shadow: inset 0 0 1px #686868;
}

#search_form_input:focus + input[type=submit] {
    background-color: #fdf4f1;
}

header .search input[type=submit] {
    display: block;
    width: 80px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f7f8f8; 
    background-image: url(/images/sprite.png);
    background-position: 50px -102px;
    background-repeat: no-repeat;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 12px;
    color: #fe4813;
    text-indent: 81px;
    z-index: 100;
    outline: none;
    /*transition: 0.5s;*/
}

header .search input[type=submit]:hover {
    background-position: 0 -134px;
    text-indent: 8px;
}

header .search input[type=submit]:active {
    background-position: 0 -166px;
    color: #b93914;
}

#cart {
    position: absolute;
    top: 31px;
    right:29px;
    width: 224px;
    height: 28px;
    display: block;
    background: transparent url(/images/sprite.png) 0px -64px no-repeat;
    color: #000;
}


#cart .cartEmpty_m {
    font-size: 1px;
    color: transparent;
}

#cart .cart_m {
    display: table-cell;
    vertical-align: middle;
    height: 39px;
    line-height: 48px;
    font-size: 0;
    color: transparent;
    padding-left: 55px;
}

#cart .cart_m div {
    height: 28px;
}

#cart .cartEmpty_m:before {
    display: block;
    content: "В корзине пусто.";
    position: absolute;
    left: 33px;
    top: 5px;
    width: 187px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
}

#cart .cartEmpty_m:after {
    display: block;
    content: "Положите сюда что-нибудь ;)";
    position: absolute;
    left: 33px;
    top: 22px;
    width: 199px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
}

#cart .cart_m div strong:first-child {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: -25px;
    background-color: #e46d4a;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 9px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

#cart .cart_m strong:last-child {
    display: block;
    float: left;
    height: 48px;
    margin-top: -54px;
    margin-left: -4px;
    line-height: 48px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 14px;
}

#cart .cart_m strong:last-child:after {
    content: " руб";
    display: inline;
}

#cart a {
    display: block;
    margin-top: 19px;
    margin-left: -53px;
    padding: 8px 43px 9px 49px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background-color: #e46d4a;
    border-radius: 5px;
    text-decoration: none;
}

#cart a:hover {
    background-color: #fe4813;
}

#cart a:active {
    background-color: #b93914;
}
/* main catalog */

#main_catalog,
#main_catalog ul,
#main_catalog li {
    position: relative;
    width: 206px;
    padding: 0;
}

#main_catalog {
    /*margin-top: -39px;*/
    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;*/
}

#main_catalog ul,
#main_catalog li {
    display: block;
    list-style-type: none;
}

#main_catalog a {
    display: block;
    position: relative;
    line-height: 19px;
    text-decoration: none;
}
/*
#main_catalog a:after,
#main_catalog ul ul:after {
    display: none;
    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> li:last-child > a:after {
    display: none;
}

#main_catalog li.strong a,
#main_catalog li.current > a {
    font-weight: 700;
}
/*
#main_catalog li:last-child > a {
    margin-bottom: 0;
}
*/
#main_catalog ul ul a:hover {
    color: #e46d4a;
    background-color: #fdf4f1;
    border-radius: 5px;
}

#main_catalog ul ul ul {
    display: none;
}

#main_catalog ul li.show ul {
    display: block;
}

#main_catalog ul ul a {
    width: 174px;
    font-size: 13px;
    padding: 7px 0 7px 32px;
}

#main_catalog ul ul ul a {
    width: 186px;
    padding-left: 50px;
}

footer a {
    font-family: "PTSerif", Sans-Serif;
    color: #fff;
    text-decoration: none;
}

footer .subscription {
    position: relative;
    width: 100%;
    height: 68px;
    line-height: 60px;
}

footer .subscription .title {
    position: relative;
    float: left;
    width: 30%;
    margin-top: 23px;
    margin-left: 46px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
}

footer .subscription .title span {
    padding-left: 30px;
    font-size: 15px;
}

footer .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #686868;
    line-height: 60px;
    color: #f7f8f8;
}

footer .bottom img {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}

footer .unisiter {
    /*position: absolute;
    left: 50%;
    bottom: 0;
    color: #a8a9ad;*/
}

footer .bottom a:hover {
    background-position: 0 -45px;
    color: #fff;
}

.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 {
    position: relative;
    margin: 0 0 0 172px;
    padding: 6px 0;
}

footer .subscription form {
    display: block;
    width: 100%;
    height: 28px;
    padding-top: 14px;
    border: none;
}

footer .subscription .input {
    /*margin-right: 130px;*/
}

footer .subscription input[type=email] {
    position: absolute;
    display: block;
    width: 53%;
    padding: 0 3%;
    font-size: 14px;
    color: #686868;
    height: 28px;
    font-family: 'Roboto', Sans-serif;
    line-height: 20px;
    background-color: #f7f8f8;
    border: none;
    border-width: 0;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    -moz-border-radius-bottomleft: 24px;
    -moz-border-radius-bottomright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    outline: none;
    transition: 0.5s;
}

footer .subscription input[type=email]:focus {
    background-color: #fff;
    box-shadow: inset 0 0 1px #686868;
}

footer .subscription input[type=submit] {
    display: block;
    width: 126px;
    height: 32px;
    position: absolute;
    right: 42px;
    top: 18px;
    background-color: #e46d4a;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Roboto", Sans-serif;
    color: #fff;
    border-radius: 5px;
    outline: none;
}

footer .subscription input[type=submit]:hover {
    background-color: #fe4813;
}

footer .subscription input[type=submit]:active {
    background-color: #b93914;
}

footer ul.contacts {
    display: block;
    float: left;
    padding: 39px 0 0 0;
    width: 23%;
    list-style-type: none;
}

footer ul.contacts li {
    display: block;
    padding-left: 56px;
    line-height: 20px;
    color: #fff;
}

footer ul.contacts li:nth-child(2) {
    margin-bottom: 17px;
}

footer ul.contacts li:nth-child(3), footer ul.contacts li:nth-child(4) {
    padding-left: 57px;
}

footer ul.contacts li:nth-child(4) {
        background: transparent url(/images/sprite.png) 32px 1px no-repeat;
}

footer ul.contacts li:nth-child(4) a {
    text-decoration: underline;
}

footer ul.partner li.title {
    font-weight: bold;
}

footer ul.contacts a, footer ul.partner a {
    font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    line-height: 20px;
}

footer ul.partner {
    display: block;
    float: left;
    padding: 39px 0 0 0;
    width: 32%;
    list-style-type: none;
}

footer ul.partner li {
    display: block;
    padding-left: 42px;
    padding-top: 4px;
    line-height: 20px;
    color: #fff;
}

footer ul.partner li:first-child {
    padding-top: 0px;
}

footer ul.author {
    float: right;
    width: 16.9%;
    margin-top: 40px;
    list-style-type: none;
}

footer ul.author li {
    font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color: #acb0bf;
}

footer ul.author a {
    font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #acb0bf;
}

footer ul.author a:hover {
    color: #fe4813;
}

footer ul.author a.unisiter {
    display: inline-block;
    margin-left: 3px;
    padding-left: 20px;
    background-color: transparent;
    background-image: url('/images/unisiter.png');
    background-position: 0 -17px;
    background-repeat: no-repeat;
    transition: color 0.3s;
}

footer ul.author a.unisiter:hover {
    background-position: 0 -67px;
}


footer nav {
    display: block;
    position: relative;
    padding-top: 16px;
    float: left;
    font-size: 14px;
    line-height: 35px;

}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 26px;
}

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;
}

/* goods */

.goods_wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px; 
}

.goods {
    position: relative;
    float: left;
    width: 222px;
    height: 369px;
    margin: 0 10px 40px 10px;
    border: 1px solid #bebebe;
}

.goods:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.goods:nth-of-type(4) {
    margin-right: 0px;
}

/*.goods:after {
    display: block;
    content: " ";
    position: absolute;
    top: 20px;
    right: -10%;
    height: 130px;
    width: 1px;
    background-color: #ddd;
}*/

.goods img {
    display: block;
    width: 222px;
    height: 158px;
}

.goods a {
    display: block;
    width: 100%;
    height: 170px;
    text-decoration: none;
}

.goods span.name {
    display: block;
    color: #000;
    text-decoration: none;
    padding-top: 12px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    height: 73px;
    overflow: hidden;
}

.goods span.info {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 30px;
    background-color: #ffdd00;
    padding: 0 10px;
    color: #000;
    border-radius: 4px;
}

.goods a:hover span.name {
    color: #ef2f24;
    /*text-decoration: underline;*/
}

.goods p {
    display: block;
    margin-left: 20px;
    font-size: 12px;
    line-height: 20px;
}

.goods p.goods_article {
    margin-top: 73px;
}

.goods p.goods_weight {
    display: none;
}

.goods p.goods_article::-moz-selection {
    color: #30353a;
    background-color: #cedaff;
    cursor: pointer;
}

.goods p.goods_article::selection {
    color: #30353a;
    background-color: #cedaff;
    cursor: pointer;
}

.goods .price {
    position: absolute;
    left: 0;
    bottom: 49px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #30353a;
}

body .discounted_goods .price {
    color: #e46d4a;
}

.goods .price + a {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.goods .price .old {
    position: absolute;
    left: 0;
    top: -10px;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
    font-weight: normal;
}

.goods .price .old:after {
    display: inline;
    font-family: 'ALSRubl-Verdana';
    content: " Р";
    font-size: 12px;
    line-height: 12px;
    /*padding-left: 4px;*/
}

.goods a.buy,
.goods input.buy {
    display: block;
    position: absolute;
    right: 27px;
    bottom: 3px;
    width: 92px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    outline: none;
    border: none;
    background-color: #e46d4a;
    border-radius: 5px;
    color: #fff;
}

.in-cart a.buy {
    background-color: #cde7cd;
    color: #137413;
}

.goods a.buy:hover,
.goods input.buy:hover {
    background-color: #ef2f24;
    color: #fff;
    cursor: pointer;
}

.goods a.buy:active,
.goods input.buy:active {
   background-color: #b93914;
   cursor: pointer;      
}

.goods span.rouble {
    font-family: 'ALSRubl-Verdana';
}

.goods .buttons {
    position: absolute;
    left: 19px;
    bottom: 17px;
    width: 210px;

}

.goods .qt {
    display: block;
    position: relative;
    float: left;
    height: 34px;
    width: 100px;
    overflow: hidden;
}

.goods .decr, .goods .incr {
    display: block;
    float: left;
    width: 25px;
    height: 29px;
    background-color: #f6f6f6;
    text-align: center;
    color: #000;
    transition: background-color 0.3s;
    border: 1px solid #bebebe;
}

.goods .decr {
    left: 55px;
    line-height: 23px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.goods .incr {
    left: 0px;
    line-height: 27px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.goods .qt a {
    color: #000;
    text-decoration: none;
    font-size: 27px;
    font-weight: 600;
    position: absolute;
}

.goods .qt input {
    display: block;
    position: absolute;
    left: 27px;
    width: 28px;
    height: 29px;
    border: 1px solid #bebebe;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    background-color: #fff;
    outline: none;
}

.goods .decr:hover, .goods .incr:hover {
    color: #fe4813;
    background-color: #fdf4f1;
}

 .goods .decr:active, .goods .incr:active {
    color: #fff;
    background-color: #b93914;
}
/* articles */

section.articles ul,
section.articles li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.articles li {
    height: 100px;
    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: #686868;
    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;
}

/* categories */

.main_categories ul,
div.category ul.dots {
    display: block;
    list-style-type: none;
    margin-left: -28px;
    margin-right: -10px;
    margin-top: 0;
    overflow: hidden;
}

.main_categories li,
div.category ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 300px;
    height: 280px;
    margin: 0 0 28px 28px;
}

/*.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,
div.category ul.dots li a {
    display: block;
    width: 300px;
    height: 280px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #2e3d6d;
    border: 1px solid #e5e5e5;
}

div.category  ul.dots li a:hover {
    color: #fe4813;
    box-shadow: 1px 3px 20px rgba(143, 143, 143, 0.1),
               -1px 3px 20px rgba(143, 143, 143, 0.1);
}

.main_categories li img,
div.category  ul.dots li img {
    display: block;
    position: relative;
    width: 300px;
    height: 213px;
}

.main_categories li .name,
div.category  ul.dots li .name {
    display: block;
    position: absolute;
    height: 23px;
    bottom: 13px;
    padding-left: 40px;
    line-height: 26px;
    overflow: hidden;
    background: transparent url(/images/sprite.png) 8px -203px no-repeat;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div.category  ul.dots li:nth-of-type(2) .name {
    background-position: 8px -263px;
}

div.category  ul.dots li:nth-of-type(3) .name {
    background-position: 8px -330px;
}

div.category  ul.dots li:nth-of-type(4) .name {
    background-position: 8px -394px;
}

.main_categories li a:hover .name,
div.category ul.dots li a:hover .name {
    color: #fe4813;
}

div.category ul.dots li a:hover .name {
    background-position: 9px -439px;
}

div.category  ul.dots li:nth-of-type(2) a:hover .name {
    background-position: 7px -472px;
}

div.category  ul.dots li:nth-of-type(3) a:hover .name {
    background-position: 8px -507px;
}

div.category  ul.dots li:nth-of-type(4) a:hover .name {
    background-position: 7px -546px;
}

/*.main_categories li a:hover img,
ul.dots li a:hover img{
    border-color: #ef2f24;
}*/

/* Подкатегории */

ul.dots {
    display: block;
    list-style-type: none;
    margin-left: -20px;
    margin-right: -10px;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
}

ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 223px;
    height: 207px;
    margin: 0 0 20px 20px;
}

ul.dots li a {
    display: block;
    width: 223px;
    height: 207px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #2e3d6d;
    border: 1px solid #e5e5e5;
}

ul.dots li img {
    display: block;
    position: relative;
    width: 223px;
    height: 159px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

ul.dots li .name {
    display: block;
    position: absolute;
    height: 49px;
    bottom: -26px;
    line-height: 15px;
    overflow: hidden;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-align: center;
}

ul.dots li a:hover {
color: #fe4813;
box-shadow: 1px 3px 20px rgba(143, 143, 143, 0.1), -1px 3px 20px rgba(143, 143, 143, 0.1);
}
/* 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;
}

/* Стили редизайна */

/* header */

.desk-list {
    list-style: none;
    float: left;
    margin-left: 276px;
    margin-top: 32px;
    width: 20%;
}

.desk-list a {
    font-size: 28px;
    text-decoration: none;
}

.desk-list li:first-child a {
    color: #000;
    font-weight: 600;
    font-family: PTSerif, "Open Sans", sans-serif;
}  

.desk-list li:first-child a:hover {
    color: #000;
}

.desk-text {
    width: 84%;
    margin-top: -1px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    color: #909090;
}

.contacts-list {
    list-style: none;
    float: left;
    line-height: 20px;
    margin-top: 38px;
}
.contacts-list li {
    display: block; 
    height: 20px;
}

.contacts-list li a {
    padding-left: 20px;
}

.contacts-list li:first-child a {
    width: 14px;
    height: 19px;
    background: transparent url(/images/sprite.png) -5px 0px no-repeat;
    color: #e46d4a;
}

.contacts-list li:nth-child(2) {
    margin-top: 6px;
}

.contacts-list li:nth-child(2) a {
    text-decoration: none;
    color: #30353a;
    width: 14px;
    height: 19px;
    background: transparent url(/images/icons.png) 0 -64px no-repeat;
    background-size: 28%;
}

.contacts-list li:nth-child(2) a:hover {
    color: #fe4813;
    background: transparent url(/images/icons.png) 0 -98.5px no-repeat;
    background-size: 28%;
}

.contacts-list li:nth-child(3) {
    margin-top: 6px;
}

.contacts-list li:nth-child(3) a {
    text-decoration: none;
    color: #30353a;
    width: 14px;
    height: 19px;
    background: transparent url(/images/icons.png) 0 -861px no-repeat;
}

.contacts-list li:nth-child(3) a:hover {
    color: #fe4813;
    background-position: 0 -890px;
}




header .top .user {
    float: left;
    font-size: 14px;
    line-height: 25px;
    list-style: none;
    margin-top: 35px;
    margin-left: 55px;
}

header .top .user ul {
    list-style: none;
}
header .top .user ul a {
    padding-left: 25px;
    text-decoration: none;
}
header .top .user ul .login {
    background: transparent url(/images/sprite.png) -2px -21px no-repeat;
}

header .top .user ul .login:hover {
   background-position: -2px -44px;   
}

header .top .user_cabinet {
    margin-top: -21px;
}

header .top .user_cabinet strong {
    display: block;
    padding-left: 25px;
    background: transparent url(/images/sprite.png) -4px -40px no-repeat;
}

header .top .user_cabinet li a {
    line-height: 23px;
    color: #000;
}

header .top .user_cabinet li:last-child a {
    font-size: 12px;
    color: #a3a3a3;
}

header .top .user_cabinet li:last-child {
    margin-top: -5px;
}

header .top .user_cabinet li:nth-child(3) {
    margin-top: -3px;
}

.wrapper {
    min-height: 48px;
    margin-top: 2px;
    margin-left: 274px;
    background-color: #2e3d6d;
    border-radius: 5px;
}

/* left_col */

#main_catalog > ul > li > a,
#main_catalog > ul > li > a:hover {
    width: 67%;
    padding-left: 31px;
    padding-top: 11px;
    font-family: "PTSerif", Sans-Serif;
    font-size: 16px;
    color: #2e3d6d;
    text-transform: uppercase;
    background: transparent url(/images/sprite.png) -2px -195px no-repeat;
    margin-bottom: 4px;
}

#main_catalog > ul > li:nth-of-type(2).sub > a {
    background-position: -2px -257px;
}

#main_catalog > ul > li:nth-of-type(3).sub > a {
    background-position: -2px -322px;
}

#main_catalog > ul > li:nth-of-type(4).sub > a {
    background-position: -2px -387px;
}

/* footer */

footer .subscription::after {
    display: block;
    content: " ";
    position: absolute;
    left: 337px;
    bottom: -1px;
    width: 63%;
    height: 1px;
    background-color: #535e83;
}

.mailing {
    float: right;
    width: 50%;
}

.wrap_container {
    margin-top: 40px;
    float: left;
    width: 20%;
}

.wrap {
    width: 84%;
    font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.wrap_desk {
    list-style: none;
    margin-top: 18px;
    
}

.wrap_desk a {
    font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    line-height: 19px;
    color: #acb0bf;
}

.wrap_desk a:hover {
    color: #fe4813;
}

.ontop {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 62px;
    height: 62px;
    background: url(/images/ico-ontop.png) 50% 50% no-repeat;
    z-index: 9;
    cursor: pointer;
}

#downloadFiles a[href*='/uploaded/files/pricePdf/'] {
    pointer-events: none;
    color: transparent;
    position: relative;
}

#downloadFiles a[href*='/uploaded/files/pricePdf/']:after {
    content: 'Сформировано';
    display: block;
    color: #686868;
    position: absolute;
    top: 0;
}