@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;
    color: #10499e;
}

* html body {
    height: 100%;
}

a {color: #10499e;}/*231f20 */
a:hover {color: #ff5a00;}

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

/* base layout styles */

#wrapper {min-height: 100%;}

#content {
    position: relative;
    padding: 0 0 430px 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: -390px;
    height: 390px;
    clear: both;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    color: #10499e;
}

header {
    position: relative;
    width: 100%;
    height: 230px;
}

.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;
    top: 5px;
    font-size: 10px;
    line-height: 10px;
    color: transparent;
}

#content h1,
#content h4 {
    font-family: Montserrat;
    color: #10499e;
    line-height: 20px;
    font-size: 18px;
    padding-top: 40px; /*  добавлено, чтоб сдвинуть h1 немного вниз  */
}

/* search hints */

#search_hints {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    border: solid 1px #eee;
    border-top: none;
    width: 100%;
    min-width: 340px;
    max-width: 560px;
    z-index: 100;
    background-color: #fff;
    padding: 5px 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: 4px 0 4px 0;
    height: 16px;
    overflow: hidden;
}

#search_hints .result .parent:after {
    content: " → ";
}

#search_hints h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 0 0;
    font-weight: 600;
    color: #3b4256;
}

/* header */

header .top {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

header ul.about {
    display: block;
    position: relative;
    float: left;
    height: 40px;
    list-style-type: none;
    color: #10499e;
}

header ul.about li {
    display: block;
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
}

header ul.about li:before {
    display: block;
    position: relative;
    float: left;
    content: "/";
    margin: 0;
    padding: 0 6px;
}

header ul.about li:first-child:before {
    display: none;
}

header ul.about a {
    color: #10499e;
}

header ul.about a:hover {
    color: #ff5a00;
}

header ul.about .phone a {
    text-decoration: none;
}

#wrapper > .line {
    position: relative;
    width: 100%;
    /*height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;*/
    height: 40px;
    border-top: 1px solid #e5e5e5;
}

nav.user,
nav.user ul {
    display: block;
    position: relative;
    float: right;
    height: 40px;
}

nav.user ul {
    margin: 0;
    text-align: center;
    list-style-type: none;
}

nav.user li {
    display: inline-block;
}

nav.user li a {
    color: #10499e;
}

nav.user li a:hover {
    color: #ff5a00;
}

header nav.user li:before {
    display: block;
    position: relative;
    float: left;
    content: "/";
    margin: 0;
    padding: 0 4px 0 2px;
}

header nav.user ul li:first-child:before {
    display: none;
}

header ul.social {
    display: none;
    position: relative;
    float: right;
    height: 40px;
    list-style-type: none;
}

header ul.social li {
    display: block;
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 10px 10px;
    padding: 0;
}

header ul.social a {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url("/images/social.png") 0 0 no-repeat;
}

header ul.social a.fb {background-position: 0 0}
header ul.social a.fb:hover {background-position: 0 -20px}
header ul.social a.tw {background-position: 0 -40px}
header ul.social a.tw:hover {background-position: 0 -60px}
header ul.social a.ig {background-position: 0 -80px}
header ul.social a.ig:hover {background-position: 0 -100px}
header ul.social a.vk {background-position: 0 -120px}
header ul.social a.vk:hover {background-position: 0 -140px}
header ul.social a.ok {background-position: 0 -160px}
header ul.social a.ok:hover {background-position: 0 -180px}

header .logo {
    display: block;
    width: 352px;
    height: 100px;
    position: absolute;
    left: 44%;
    top: 14px;
    margin-left: -100px;
    background: transparent url("/images/logo.png") 0 0 no-repeat;
}

header nav.main {
    display: block;
    position: absolute;
    left: 0;
    top: 128px;
    width: 100%;
    height: 60px;
    font-family: Montserrat;
    border-top: 1px solid #e5e5e5;
    z-index: 99;
}

header:before {
    display: block;
    content: " ";
    position: absolute;
    top: 169px;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

header nav.main ul {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    list-style-type: none;
    text-align: center;
}

header nav.main li {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}

header nav.main li.sub {
    padding-right: 46px;
}

header nav.main li.sub:after {
    display: block;
    content: " ";
    position: absolute;
    right: 30px;
    top: 24px;
    width: 10px;
    height: 10px;
    background: transparent url("/images/icons.png") -1px -120px no-repeat;
}

header nav.main a {
    position: relative;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    text-decoration: none;
    color: #10499e;
}

header nav.main a:hover {
    color: #ff5a00;
}
/*
header nav.main a[href="/shop/category/"]:after {
    display: block;
    content: " ";
    position: absolute;
    right: -10px;
    top: -6px;
    width: 34px;
    height: 22px;
    background: transparent url("/images/icons.png") 0 -135px no-repeat;
}
*/
header nav.main ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    height: auto;
    background: transparent url("/images/opacity-white.png") 0 0 repeat;
}

header nav.main li:hover ul {
    display: block;
}

header nav.main ul ul li {
    display: block;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
}

header nav.main ul ul li a {
    line-height: 20px;
    height: auto;
}

#cart {
    position: absolute;
    right: 0;
    top: 33px;
    line-height: 15px;
    padding-left: 45px;
    padding-top: 10px;
    min-height: 50px;
    background: transparent url(/images/icons.png) 0 -4px no-repeat;
    font-weight: 600;
    color: #10499e;
}

header form.search {
    display: block;
    position: absolute;
    left: -15px;
    top: 41px;
    width: 180px;
    height: 40px;
    margin: 0;
    padding: 0;
}

header form.search input[type=text] {
    display: block;
    position: relative;
    width: 130px;
    padding: 5px 30px 5px 10px;
    height: 20px;
    line-height: 20px;
    border: 5px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    overflow: hidden;
    transition: border-color 0.3s;
    color: #34358b;
}

header form.search input[type=text]:focus {
    border-color: #34358b;
}

header form.search input[type=submit] {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 150px;
    top: 10px;
    border: none;
    background: transparent url("/images/icons.png") 0 -80px no-repeat;
    cursor: pointer;
}

header form.search input[type=submit]:hover {
    background-position: 0 -100px;
}

header form.search:after {
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 35px;
    width: 155px;
    height: 1px;
    background-color: #34358b;
}

#search_form_input::-webkit-input-placeholder {color: #10499e;}
#search_form_input::-moz-placeholder          {color: #10499e;}
#search_form_input:-moz-placeholder           {color: #10499e;}
#search_form_input:-ms-input-placeholder      {color: #10499e;}




#banner,
#banner .sl_a,
#banner .sl_a > div,
#banner .sl_a > div > a {
    display: block;
    position: relative;
    width: 1230px;
    height: 500px;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

/*#banner .sl_a > div {
    position: absolute; /* block scroll while changing
}*/

footer .about {
    position: absolute;
    left: 0;
    top: 50px;
    padding-top: 107px;
    width: 200px;
    background: transparent url("/images/logo-mail.png") 0 0 no-repeat;
    line-height: 26px;
    color: #10499e;
}

footer nav,
footer .contacts {
    display: block;
    list-style-type: none;
    position: relative;
    padding-top: 70px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

footer .contacts {
    margin-left: 120px;
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    float: left;
    color: #999;
    font-size: 15px;
    margin-left: 120px;
    list-style-type: none;
}

footer nav > ul > li:first-child {
    margin-left: 0;
}

footer nav > ul > li span,
footer .contacts li span {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    height: 60px;
    line-height: 16px;
    font-size: 16px;
    font-family: Montserrat;
    color: #10499e;
}

footer nav > ul > li ul {
    list-style-type: square;
    color: #10499e;
}

footer nav > ul > li ul  li:hover {
    color: #ff5a00;
}

footer nav a {
    color: #10499e;
}

footer nav a:hover {
    color: #ff5a00;
}

footer .contacts {
    max-width: 280px;
}

footer .contacts ul {
    list-style-type: none;
}

footer .contacts a,
footer .contacts p {
    display: block;
    padding: 0 0 0 26px;
    margin: 0;
    background: transparent url("/images/icons.png") 0 0 no-repeat;
    color: #10499e;
}

footer .contacts .location p {background-position: 0 -162px}
footer .contacts .phone a {background-position: 0 -219px; text-decoration: none;}
footer .contacts .mail a {background-position: 0 -276px}

footer .contacts a:hover {
    color: #ff5a00;
    text-decoration: underline;

}

footer .bottom {
    position: absolute;
    left: 0;
    top: 329px;
    width: 100%;
    height: 60px;
    border-top: 1px solid #e5e5e5;
    line-height: 75px;
}

footer .unisiter {
    float: right;
}

footer .unisiter a {
    display: inline-block;
    color: #10499e;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    background: transparent url(/images/unisiter.png) 0 1px no-repeat;
    transition: color 0.3s;
}

footer .unisiter a:hover {
    color: #ff5a00;
    background-position: 0 -19px;
}

/* goods & categories */

ul.dots {
    display: block;
    padding-top: 21px;
}

.goods,
ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 380px;
    margin: 0 0 60px 50px;
}

ul.dots li {
    height: 342px;
    margin-bottom: 10px;
}

.goods img,
ul.dots li img {
    width: 268px;
    height: 268px;  /* 360 */
    border: 1px solid #ccc;
}

.goods a:first-of-type {
    display: block;
    width: 270px;
    height: 376px;
    text-decoration: none;
}

.goods a:hover img,
ul.dots li a:hover img {
    border: 1px solid #ff5a00;
}

.goods .name,
ul.dots li .name {
    display: block;
    height: 47px;
    line-height: 15px;
    padding: 15px 0 0 0;
    margin: 0;
    text-align: center;
    font-family: Montserrat;
    /*text-transform: uppercase;
    font-weight: bold;*/
    overflow: hidden;
}

ul.dots li .name {
    position: absolute;
    width: 270px;
    height: 32px;
    left: 0;
    top: 272px;
}

.goods .price {
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 0;
    top: 336px;
    font-size: 16px;
    font-weight: bold;
    color: #10499e;
    z-index: -1;
}

.goods a.buy,
.goods a.more,
.goods input.buy {
    display: block;
    float: left;
    width: 76px;
    margin-left: 20px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #ccc;
    padding: 0 10px;
}

.goods input.buy {
    width: 76px;
    color: #10499e;
    text-align: center;
}

.goods a.more {
    right: auto;
    left: 51%;
    content: "Подробнее";
    cursor: pointer;
}

.goods a.buy:hover,
.goods a.more:hover,
.goods input.buy:hover {
    background-color: #34358b;
    border-color: #34358b;
    color: #fff;
}

.goods span.info {
    position: absolute;
    left: 10px;
    top: 240px;
    height: 20px;
    line-height: 20px;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    color: #10499e;
    background-color: #fff;
    font-weight: bold;
    padding: 0 10px;
}

ul.dots {
    margin-left: -50px;
}

/* main catalog */

#main_catalog {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 1;
}

#content .main_catalog h4 {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #ff5a00;
    color: #fff;
    padding: 0 0 0 20px;
}

.main_catalog ul {
    list-style-type: none;
    /*border: 1px solid #ccc;*/
}

.main_catalog > ul {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.main_catalog ul ul {
    display: none;
}

.main_catalog ul li {
    display: block;
    /*position: relative;*/
    /*border: 1px solid #ccc;*/
    border-bottom-width: 0;
    border-top-width: 0;
}

/*.main_catalog ul li:after {
    position: absolute;
    display: block;
    content: " ";
    background-color: #ccc;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}*/

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

.main_catalog ul ul li {
    padding-left: 20px;
}

.main_catalog .show > ul {
    /*display: block;*/
}

.main_catalog .current > a {
    color: #10499e;
    font-weight: 600;
}

.main_catalog a {
    display: block;
    width: 220px;
    position: relative;
    /*color: #666;*/
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 20px;
    -webkit-transition: all 0.5s ease;
}

.main_catalog ul ul a {
    width: 200px;
}

.main_catalog ul ul ul a {
    width: 180px;
}

.main_catalog ul ul ul ul a {
    width: 160px;
}

.main_catalog .menu_0 > li > a:hover {
    color: #34358b;
    margin-left: 20px;
}

#main_catalog li.bottom > ul {
    top: auto;
    bottom: 0;
}

#main_catalog > ul > li.top > ul {
    top: 160px;
    bottom: auto;
}

#main_catalog ul li:hover > ul {
    display: block;
}

#main_catalog li.bottom > ul {
    top: auto;
    bottom: 0;
}

/* + и - для покупки в карточке товара */
.goods .buttons {
    margin-left: 9.5%;
    width: 90.5%;
}

/* Скрываем + и - в списке товаров*/
.goods_wrapper .goods .buttons {
    margin-left: 25%;
}

.goods_wrapper .goods .buttons .qt {
    display: none;
}

/*
.goods-card .qt {
    float: left;
    display: block;
    height: 32px;
    width: 100px;
    overflow: hidden;
}
*/
#shop_goods .decr,
#shop_goods .incr,
#shopping_cart_table .decr,
#shopping_cart_table .incr {
    display: block;
    float: left;
    width: 22px;
    height: 28px;
    background-color: #fff;
    text-align: center;
    line-height: 28px;
    color: #10499e;
    transition: background-color 0.3s;
    border: 2px solid #ccc;
    font-size: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}


#shop_goods .decr:hover, #shop_goods .incr:hover,
#shopping_cart_table .decr:hover,
#shopping_cart_table .incr:hover {
    background-color: #10499e;
    border-color: #10499e;
    color: #fff;
}

.goods .qt a,
#shopping_cart_table div.qt a {
    text-decoration: none;
}

.goods .qt input,
.goods-card .qt input,
#shopping_cart_table .qt input {
    display: block;
    float: left;
    width: 48px;
    height: 28px;
    border: 2px solid #ccc;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    color: #10499e;
    background-color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bold;
}

#shopping_cart_table .buttons {
    display: inline-block;
}

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

.goods .buttons .desc_buy {
    display: block;
    float: left;
    width: 76px;
    margin-left: 14px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #ccc;
    padding: 0 18px 0 10px;
}

.goods .buttons .desc_buy:hover {
    background-color: #34358b;
    border-color: #34358b;
    color: #fff;
}