@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: #2c3959;}
a:hover {color: #46b2b1;}

input, select {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
}

/* base layout styles */

#wrapper {min-height: 100%;}

#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: #f4f4f9;
    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: 0;
}

/* 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;
}

/* BEGIN h1, h2, h3, h4*/

h1 {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 50px 20px 0;
    color: #2c3959;
    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: #2c3959;
}

.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: #50cbc9;
}

/* END h1, h2, h3, h4*/

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: 22px;
    word-break: break-word;
}

/* BEGIN header about */

header .top ul.about {
    display: none;
}

/* 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: #46b2b1;
}

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 16px;
}

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;
    position: absolute;
    left: 30px;
    top: 7px;
    width: 200px;
    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: #50cbc9;
}

/* BEGIN header main nav */

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,
header nav.main li span {
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    color: #2c3959;
    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: 16px;
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 10px;
    font-weight: bold;
}

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;
}

/* END header main nav */

/* BEGIN header catalog */

.catalog_wrapper {
    position: relative;
    float: left;
    width: 270px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 20px 0 20px 0;
    color: #ffffff;/*whiteText_demo*/
    font-weight: bold;
    font-size: 16px;
}

.catalog_wrapper:after {
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 10px;
    font-weight: bold;
    width: 24px;
    height: 20px;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*/
}

.catalog_wrapper a,
.catalog_wrapper a:hover {
    text-decoration: none;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
}

/* END header catalog */

/* BEGIN header search */

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;
}

header #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;
}

header .search input[type=submit] {
    display: block;
    width: 80px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.5s;
    background-color: #2c3959;/*colorButton_demo*/
}

header .search input[type=submit]:hover {
    background-color: #46b2b1;
}

header .search label:after {
    content: '\e908';
    display: block;
    font-family: 'Unisiter-Icons';
    color: #fff;
    width: 55px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    line-height: 47px;
    font-weight: normal;
    padding-left: 25px;
    cursor: pointer;
}

#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;
    padding: 4px 0 4px 0;
    font-weight: 600;
    color: #2c3959;
}

/* END header search */

/* BEGIN header cart */

#cart {
    position: absolute;
    right: 0;
    top: 14px;
    height: 32px;
    line-height: 15px;
    padding-left: 32px;
    font-weight: 700;
    font-size: 0;
}

#cart:before {
    content: '\e900';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 29px;
    line-height: 15px;
    font-weight: 500;
    position: absolute;
    left: -2px;
    top: 8px;
    height: 32px;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
}

#cart .cartEmpty_m {
    font-size: 14px;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
}

#cart .cart_m {
    position: relative;
}

#cart .cart_m div {
    height: 28px;
}

#cart .cart_m:before {
    content: "Cart ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
    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: #2c3959;/*colorButton_demo*/
    padding: 3px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#cart .cart_m strong:last-child {
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
    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: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
    font-size: 14px;
    line-height: 14px;
}

#cart a:hover {
    text-decoration: none;
}

/* END header cart */

/* BEGIN header lines */

.header_lines {
    display: none;
}

/* END header lines */

/* BEGIN main catalog */

#main_catalog,
#main_catalog ul,
#main_catalog li {
    position: relative;
    width: 266px;
    padding: 0;
}

#main_catalog {
    margin-top: -40px;
    border: 2px solid #50cbc9;
    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;
    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: #ffffff;/*whiteText_demo*/
    background-color: #50cbc9;
}

#main_catalog ul ul {
    display: none;
}

#main_catalog ul li.show > ul {
    display: block;
}

#main_catalog ul ul a {
    width: 196px;
    padding-left: 40px;
}

#main_catalog ul ul ul a {
    width: 186px;
    padding-left: 50px;
}

/* END main catalog */

/* BEGIN footer minor elements */

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #2c3959;
    line-height: 60px;
    color: #fff
}

footer .description {
    display: none;
    position: absolute;
    left: 0;
    top: 257px;
    padding-top: 107px;
    width: 200px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
}

footer .ways_to_pay {
    display: none;
    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 .copyright {
}

/* END footer minor elements */

/* BEGIN footer subscription */

footer .subscription {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #50cbc9;
    line-height: 60px;
}

footer .subscription:before {
    content: " ";
    display: block;
    width: 300%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #50cbc9;
    height: 100% /*780px;; */;
}

footer .subscription .title {
    position: relative;
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding-left: 44px;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
}

footer .subscription .title:before {
    content: '\e906';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 32px;
    font-weight: normal;
    width: 36px;
    color: #ffffff;/*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*//*whiteText_demo*/
    position: absolute;
    left: 0;
}

footer .subscription .title span {
    padding-left: 30px;
    font-size: 15px;
}

footer .subscription .form_wrapper {
    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 #2c3959;
}

footer .subscription input[type=submit] {
    display: block;
    width: 130px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2c3959;/*colorButton_demo*//*colorButton_demo*/
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
}

footer .subscription input[type=submit]:hover {
    background-color: #46b2b1;
}

footer .subscription input[type=email].error {
    background-color: #e9999f;
}

/* END footer subscription */

/* BEGIN footer contacts */

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: #2c3959;
}

footer ul.contacts li.title {
    font-weight: bold;
}

footer ul.contacts a{
    padding-left: 22px;
    font-weight: 600;
}

footer ul.contacts li a:before {
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 16px;
}

footer ul.contacts li.phone a:before {
    content: '\e902';
}

footer ul.contacts li.mail a:before {
    content: '\e906';
}

/* END footer contacts */

/* BEGIN footer navigation */

footer 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: #2c3959;
    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;
}

/* END footer navigation */

/* BEGIN footer services (soc) icons */

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: #2c3959;/*colorButton_demo*//*colorButton_demo*//*colorButton_demo*/
}

footer ul.social li a:hover {
    background-color: #46b2b1;
}

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;}

/* END footer services (soc) icons */

/* BEGIN footer unisiter */

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;
    color: #fff;
}

footer .unisiter a:hover {
    background-position: 0 -45px;
    color: #46b2b1;
}

/* END footer unisiter */

/* BEGIN footer on top */

footer .ontop {
    display: none;
}

footer .ontop:before {
    position: fixed;
    content: "\e90e";
    font-size: 28px;
    font-family: 'Unisiter-Icons';
    text-align: center;
    line-height: 48px;
    right: 15px;
    bottom: 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    z-index: 9;
    cursor: pointer;
    color: #fff;
    background-color: #46b2b1;/*colorButton_demo*/
    box-shadow: 0 8px 20px rgba(58,10,58,.15);
}

/* END footer on top */

.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;
}

/* goods */

.goods_wrapper {
    position: relative;
    /*overflow: hidden;*/
    margin-left: -10%;
}

.list .goods_wrapper {
    margin-left: 0;
}

/* BEGIN goods item */

.goods {
    position: relative;
    float: left;
    width: 41%;
    min-width: 380px;
    height: 180px;
    margin: 0 0 40px 9%;
}

.list .goods {
    display: table;
    float: none;
    width: 100%;
    min-width: 380px;
    height: 51px;
    margin: 0;
}

.list .goods.goods_btn_qt {
    height: 100px;
}

.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: 180px;
    -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: 180px;
    text-decoration: none;
}

.list .goods a {
    display: block;
    width: 70%;
    height: 51px;
    text-decoration: none;
}

.list .goods.goods_btn_qt a {
    height: 100px;
}

.goods span.name {
    display: block;
    color: #333;
    text-decoration: none;
    padding-top: 40px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    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 span.info {
    position: absolute;
    left: 200px;
    top: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #aaa;
}

.list .goods .info {
    display: block;
    left: 75px;
    top: 1px;
    padding: 1px 4px;
    background-color: #50cbc9;
    border-radius: 4px;
    color: #2c3959;
    line-height: 1;
    z-index: -1;
}

.goods div.buttons a.buy, .goods div.buttons input.buy {
    display: block;
    position: absolute;
    left: 120px;
    top: 0;
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #2c3959;/*colorButton_demo*//*colorButton_demo*//*colorButton_demo*//*colorButton_demo*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    cursor: pointer;
}

.goods div.buttons a.buy:hover, .goods div.buttons input.buy:hover {
    background-color: #46b2b1;
    color: #fff;
}

.goods a:hover span.name {
    text-decoration: underline;
}

.goods .price {
    position: absolute;
    left: 200px;
    bottom: 24px;
    font-size: 20px;
    line-height: 22px;
    color: #2c3959;
}

.goods.goods_btn_qt .price {
    bottom: 35px;
}

.list .goods .price {
    left: auto;
    right: 50px;
    bottom: 14px;
}

.list .goods.goods_btn_qt .price {
    left: auto;
    right: 13%;
    top: 28px;
}

.goods .price .old {
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 14px;
    line-height: 14px;
    color: #888;
    text-decoration: line-through;
}

.list .goods .price .old {
    top: -12px;
}

.goods .price .old:after {
    display: inline;
    font-family: 'ALSRubl-Verdana';
    content: "Р";
    padding-left: 4px;
}

.goods a.buy {
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 34px;
    height: 34px;
}

.goods a.buy.more {
    display: none;
}

.goods a.buy:before {
    content: '\e901';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    color: #fff;
    position: absolute;
    right: 0;
    padding-left: 8px;
    bottom: 0;
    width: 26px;
    height: 34px;
    border-radius: 17px;
    line-height: 35px;
    background-color: #666;/*colorButton_demo*/
    font-size: 17px;
}

.goods div.buttons a.buy:before {
    display: none;
}

.goods a.buy:hover:before {
    background-color: #46b2b1;
}

.list .goods a.buy {
    bottom: 8px;
}

.goods span.rouble {
    font-family: 'ALSRubl-Verdana';
}

.goods a.arrow {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    background: #666;/*colorButton_demo*/
    text-align: center;
    border-radius: 17px;
}

.goods a.arrow:before {
    display: none;
}

.goods .buttons,
#shop_goods .goods_wrapper .buttons {
    width: auto;
    position: absolute;
    left: 200px;
    bottom: 0;
    width: 210px;
}

.goods .qt,
#shop_goods .goods_wrapper .qt {
    display: block;
    position: relative;
    float: left;
    height: 34px;
    width: 100px;
    overflow: hidden;
}

#shop_goods .list .buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    left: unset;
}

#shop_goods .list .goods .qt {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 100px;
    margin-top: 15px;
    margin-right: 0;
    border-radius: 4px;
    overflow: hidden;
}

#shop_goods .list .goods .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

#shop_goods .list .goods .decr, #shop_goods .list .goods .incr {
    display: block;
    width: 26px;
    height: 34px;
    background-color: #2c3959;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
}

#shop_goods .list .goods .qt input {
    position: absolute;
    top: 0;
    right: 26px;
    display: block;
    width: 48px;
    height: 32px;
    border: 1px solid #2c3959;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
}

#shop_goods .list .goods .incr {
    position: absolute;
    top: 0;
    right: 0;
}

.list .goods input.buy {
    position: absolute;
    right: 0;
    border: none;
    cursor: pointer;
    left: unset;
    top: 55px;
    width: 72px;
}

#shop_goods .list .goods.goods_btn_qt div.buttons a.buy,
#shop_goods .list .goods.goods_btn_qt div.buttons input.buy {
    left: 0;
    top: 56px;
    width: 100px;
}

.goods .decr, .goods .incr,
#shop_goods .goods_wrapper .decr, #shop_goods .goods_wrapper .incr {
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    background-color: #2c3959;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
}

.goods .decr:hover, .goods .incr:hover,
#shop_goods .goods_wrapper .decr:hover, #shop_goods .goods_wrapper .incr:hover {
    background-color: #46b2b1;
}

.goods .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.goods .qt input {
    display: block;
    float: left;
    width: 48px;
    height: 32px;
    border: 1px solid #2c3959;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
}

.goods .qt input[disabled] {
    background-color: #fff;
}

/* END goods item */

/* BEGIN 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: #2c3959;
    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: #50cbc9;
}

.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: 15px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
}

.goods_viewed img {
    display: block;
    position: relative;
    width: 180px;
    height: 170px;
    border: 0;
}

.goods_viewed a:hover {
    color: #2c3959;
    text-decoration: underline;
}

/* END goods viewed */

/* 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: #2c3959;
    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;
}

section.articles a span {
    display: block;
    height: 92px;
    overflow: hidden;
}

/* BEGIN categories */

ul.dots {
    display: block;
    list-style-type: none;
    margin-left: -14px;
    overflow: hidden;
}

ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 217px;
    height: 260px;
    margin: 0 0 14px 14px;
}

ul.dots li:after {
    display: block;
    content: " ";
    position: absolute;
    right: -7px;
    top: 40px;
    width: 1px;
    height: 137px;
    background-color: transparent;
}

ul.dots li:last-child:after {
    display: none;
}

ul.dots li a {
    display: block;
    width: 217px;
    height: 280px;
    text-decoration: none;
    color: #2c3959;
}

ul.dots li img {
    display: block;
    position: relative;
    width: 213px;
    height: 213px;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ul.dots li .name {
    display: block;
    position: absolute;
    width: 217px;
    height: 36px;
    bottom: 0;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

ul.dots li a:hover .name {
    color: #000;
    text-decoration: underline;
}

ul.dots li a:hover img{
    border-color: #50cbc9;
}

/* END categories */

/* animated */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

form.filters .disabled {
    opacity: .3;
}

/*скрытие*/

.hide {
    display: none;
}

/* filters hide button */

#shop_goods .filters .close {
    display: block; /* depends on template and logic */
    position: absolute;
    right: 20px;
    top: 21px;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    cursor: pointer;
}

#shop_goods .filters .close:hover {
    opacity: 1.0;
}

.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #000;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

/*slogan*/

.top .container .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}