@import url("reset.css");

/* @group Общий стиль */

html{
	width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #f2f2f6;
}
body {
    width: 100%;
    height: 100%;
    min-width: 1190px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #f2f2f6;
}

p {
    margin-bottom: 15px;
}
.brand{
	display: inline-block;
    vertical-align: top;
    width: 250px;
 	height: 150px;
    border: 1px solid #DEDEDE;
    margin: 10px;
	background: #fff;
}
.brand:hover{
	-webkit-box-shadow:0px 0px 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow:0px 0px 1px 2px rgba(0,0,0,.15);
	-o-box-shadow:0px 0px 1px 2px rgba(0,0,0,.15);
	-ms-box-shadow:0px 0px 1px 2px rgba(0,0,0,.15);
	box-shadow:0px 0px 1px 2px rgba(0,0,0,.15);
}
.brand a{
    text-align: center;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 40px;
}
.brand a img{
	max-width: 180px;
	max-height: 80px;
}
h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    text-shadow: 0px 1px 0px #fff;
    color: #202136;
    text-align: center;
}

h2 {
    clear: both;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    /*color: #49495a;*/
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover {
    color: #f98300;
}

e[type="button"] {
    cursor: hand;
    cursor: pointer;
}


/* @end — Общий стиль */

#address-email {
    font-size: 16px;
}


/* @group Верхняя строка */

#top_background {
    min-height: 50px;
    width: 100%;
    /*overflow: hidden;*/
    background: #FFF;
}

#top {
    margin: 0px auto;
    width: 940px;
}

.menu {
    background: #202136;
}

#menu {
    float: left;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
    list-style: none;
    padding-right: 62px;
}

#menu li:last-child {
    padding-right: 0;
}

#menu li a {
    border-top: 6px solid #202136;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    float: left;
    padding: 12px 0px 12px 0px;
    color: #FFF;
}

#menu li.selected a,
#menu li:hover a {
    border-top: 6px solid #0088e7;
    text-decoration: none;
    color: #0088e7;
}

#blog {
    list-style: none;
}
#blog li{
	margin-bottom: 20px;
}
#blog h3{
	font-size: 20px;
}
#currencies {
    margin-bottom: 15px;
}

#currencies ul {
    margin-top: 10px;
}

#currencies ul li {
    font-size: 12px;
    display: inline;
    padding-right: 5px;
    list-style: none;
}

#currencies ul li a {
    white-space: nowrap;
    color: #505050;
}

#currencies ul li.selected a {
    text-decoration: none;
}

#cart_informer {
    padding: 5px 44px 2px 60px;
    float: left;
    margin-left: 40px;
    background: url('/design/default_1/images/cart-main.png') no-repeat left;
    height: 50px;
    color: #FFF;
    width: 228px;
}

#cart_informer_text {
	color: #ffffff;
}

.uslov {
    float: left;
    display: block;
    margin-left: -42px;
    height: 50px;
    overflow: hidden;
}


/* @group Шапка сайта */

#header {
    margin: 0px auto;
    width: 940px;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.head {
    background: #FFF;
    padding: 15px 0;
    height: 100px;
}


/* @group Футкр сайта */

#footer {
    padding-top: 40px;
        padding-bottom: 40px;
    background: #202136;
}

.slogan {
    font-style: italic;
    background: url('/design/default_1/images/line.png') no-repeat left;
    padding: 15px 0px 20px 20px;
    color: #7e7f91;
    margin-left: 10px;
}

#account {
    float: right;
    font-size: 12px;
    margin: 12px 10px 10px 0px;
    text-align: right;
    color: #505050;
}

#account #login {
    padding-left: 7px;
}

#account #logout {
    padding-left: 7px;
}

#account #logout,
#account #login {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #0088e7;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

#account #logout:hover,
#account #login:hover {
    background: #f98300;
}

#login img {
    padding-right: 10px;
}

#logo {
    margin-top: 5px;
    padding-left: 0px;
    float: left;
    clear: left;
}

#contact {
    float: right;
    vertical-align: top;
    text-align: right;
    margin-top: 15px;
    margin-right: 0px;
    font-style: inherit;
    color: #428bca;
    font-size: 14px;
}

#contact #phone {
    font-size: 18px;
    color: #428bca;
}

#main {
    padding-top: 20px;
}

#content {
	min-height: 300px;
    background: #FFF;
    border-top: 1px solid #dcdce0;
    padding-bottom: 30px;
    padding-top: 35px;
}
#content-a{
	    min-height: 300px;

    padding-bottom: 30px;
    padding-top: 35px;
}

#left {
    width: 260px;
    float: left;
    overflow: hidden;
}

#search {
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}

#search .input_search {
    padding: 10px;
    width: 340px;
    height: 40px;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #cccccc;
    display: block;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#search .button_search {
    width: 111px;
    height: 40px;
    background-position-y: middle;
    background: url(../images/button-search.png) no-repeat;
    border-style: none;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
}


/* @group Меню каталога*/

#catalog_menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

#catalog_menu ul {
    padding-left: 0px;
    padding-bottom: 5px;
    list-style: none;
}

#catalog_menu ul ul {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#catalog_menu ul li {
    font-size: 16px;
    margin-top: 8px;
}

#catalog_menu ul li img {
    vertical-align: middle;
}

#catalog_menu ul li a.selected {
    color: #ffffff;
    background-color: #0095eb;
    padding: 3px;
}

#catalog_menu ul ul li {
    font-size: 14px;
}

#catalog_menu ul ul ul li {
    font-size: 12px;
}


/* @end — Меню каталога*/

#all_brands {
    width: 100%;
    margin-bottom: 15px;
     text-align: center;

}


/* @group Brands */

#brands {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}

#brands a {
        color: #0088E7;
    font-size: 12px;
    margin-right: 10px;
}

#brands img {
    vertical-align: middle;
}

#brands a:hover {
    color: #000;
}

#brands a.selected {
    background-color: #0088E7;
    color: #fffeff;
    padding: 2px 2px 2px 2px;
}


/* @end */


/* Хлебные крошки */

#path {
    margin-top: -20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #9d9daa;
}

#path a {
    color: #202136;
}
#path a:last-child{
	color: #9d9daa
}

/* @end */


/* @group Товар подробно */

.product .image {
	overflow: hidden;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    float: left;
    padding: 5px;
    margin-right: 20px;
}

.product .image img {
    max-width: 300px;
}

.product .images {
    float: left;
    clear: left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product .images img {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    float: left;
    padding: 5px;
    margin: 4px 10px 10px 0px;
}
.product .images img:hover{
	border-color: #0088e7;
}

.product .description {

}

.product .features {
    list-style: none;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.product .features li {
    padding: 10px 5px 10px 5px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    background-color: #f0f0f0;
}

.product .features li.even {
    background-color: #e9e9e9;
}

.product .features label {
    font-style: normal;
    display: block;
    width: 30%;
    float: left;
}

.product .features span {
    float: left;
    display: block;
    width: 70%;
}

.product .variants {
    float: left;
    font-size: 12px;
        width: 100%;
}

.product .variant td {
    padding-bottom: 6px;
    vertical-align: middle;
}

.product .compare_price {
    font-size: 14px;
    text-decoration: line-through;
    white-space: nowrap;
    color: #707070;
}

.product .price {
    font-size: 30px;
    white-space: nowrap;
    color: #0088e7;
}
ul.products .product .price {
    font-size: 20px;
    white-space: nowrap;
    color: #0088e7;
}
.product .variant_name {
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.product .variant_radiobutton {
    margin-right: 5px;
    margin-left: 0px;
}

#back_forward {
    font-size: 14px;
    margin-bottom: 20px;
    clear: both;
}

#back_forward a.prev_page_link {
    margin-right: 20px;
}


/* @end — Товар подробно*/

.tiny_products {
    list-style: none;
    display: block;
}

.tiny_products .product {
    width: 210px;
    margin-right: 10px;
    margin-bottom: 30px;
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    word-spacing: normal;
    vertical-align: top;
}

.tiny_products .product .image {
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 200px;
    line-height: 200px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 10px;
}

.tiny_products .product .image img {
    vertical-align: middle;
    max-width: 200px;
}

.tiny_products .product h3 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}

.tiny_products .product h3.featured {
    background: url(../images/star.png) no-repeat;
    background-position: left middle;
    padding-left: 20px;
}

.products {
    list-style: none;
    display: block;
}

.products .product {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
 	margin-bottom: 30px;
}
.products .product:nth-child(4n+4){
	margin-right: 0;
}
.products .product .image {
    text-align: center;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    float: left;
    padding: 5px;
    margin: 4px 0px 20px 0px;
}

.products .product .image img {
    max-width: 200px;
 	/*min-*/height: 150px;
}

.products .product .product_info {
    margin-bottom: 40px;
}

.products .product h3 {
 	height: 260px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
 	border-bottom: 1px solid #ccc;
}

.products .product h3.featured {
    background: url(../images/star.png) no-repeat;
    background-position: left middle;
    padding-left: 20px;
}

.products .product .annotation {
    font-size: 12px;
    color: #505050;
    margin-bottom: 5px;
}


/* Кнопка */

.button {
    float: left;
    clear: left;
    cursor: pointer;
}

.button {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #0088e7;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.button:hover {
background: #f98300;
}

.button:active {
    position: relative;
    top: 1px;
}


/* @group Фильтр по свойствам */

#features {
    background-color: #f0f0f0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

#features .feature_name {
    padding: 7px;
}

#features .feature_values {
    padding: 7px;
}

#features a {
    padding-right: 6px;
    white-space: nowrap;
}

#features a.selected {
    color: #505050;
    text-decoration: none;
}


/* @end — Фильтр по свойствам*/


/* @group Сортировка */

.sort {
    color: #505050;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-style: normal;
}

.sort a {
    margin-right: 5px;
}

.sort .selected {
    color: #505050;
    text-decoration: none;
    margin-right: 5px;
}


/* @end */


/* @group Постраничная навигация */

.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    overflow: hidden;
}

.pagination a {
    display: block;
    float: left;
    background-color: #fffeff;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 4px;
    min-width: 22px;
    text-align: center;
    border: 1px solid #d7d7d7;
    text-decoration: none;
}

.pagination a.selected:hover,
.pagination a.selected {
    background-color: #0088E7;
    color: #ffffff;
    border-color: #0088E7;
}

.pagination a:hover {
    background-color: #f8f8f8;
}

.pagination a.next_page_link,
.pagination a.prev_page_link {
    border: none;
    background: none;
}


/* @end */


/* @group Просмотренные товары */

#browsed_products {
    margin-bottom: 20px;
    overflow: hidden;
}

#browsed_products li {
    display: block;
    float: left;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin: 0 7px 7px 0;
    width: 50px;
    height: 50px;
}

#browsed_products li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
}


/* @end — Просмотренные товары */


/* @group Формы */

input[type="text"],
input[type="password"] {
    width: 100%;
    font-size: 18px;
}

.form {
    width: 400px;
    margin-bottom: 20px;
}

.form textarea {
    width: 100%;
    height: 100px;
    font-size: 18px;
    border: 1px solid #E0E0E0;
}

.form label {
    display: block;
    font-size: 14px;
}

.form input[type="text"] {
    display: block;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
}
.form input[type="text"]:focus {
    border: 1px solid #0088e7;
}


/* @group Комментарии */

.comment_list {
    margin-top: 15px;
    list-style: none;
}

.comment_list li {
    padding-bottom: 15px;
}

.comment_header {
    font-size: 18px;
}

.comment_header i {
    font-weight: normal;
    font-style: normal;
    color: #878787;
    font-size: 13px;
}


/* @end — Комментарии*/


/* @group Форма отправки комментария */

.comment_form {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.comment_form h2 {
    margin-bottom: 0px;
}

.comment_form .comment_textarea {
    width: 100%;
    height: 100px;
    font-size: 12px;
        border: 1px solid #E0E0E0;
}

.comment_form label {
    display: block;
    float: left;
    width: 100px;
    font-size: 18px;
    margin-top: 15px;
}

.comment_form .input_name {
        border: 1px solid #E0E0E0;
    font-size: 16px;
    width: 250px;
    margin-top: 15px;
}

.comment_form .input_captcha,
.cart_form .input_captcha {
        border: 1px solid #E0E0E0;
    float: left;
    width: 150px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    height: 36px;
}
.comment_form .comment_textarea:focus, .comment_form .input_name:focus, .comment_form .input_captcha:focus{
        border: 1px solid #0088e7;
}
.comment_form .captcha,
.cart_form .captcha {
    float: left;
    display: block;
    margin-top: 15px;
    margin-right: 10px;
}

.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button {
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 0px;
}


/* @end — Форма отправки комментария */


/* @group Форма отправки обратной связи */

.feedback_form {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.feedback_form .input_captcha,
.register_form .input_captcha {
    float: left;
    width: 150px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    height: 36px;
}

.feedback_form .captcha,
.register_form .captcha {
    float: left;
    display: block;
    margin-top: 15px;
    margin-right: 10px;
}

.feedback_form .button_send {
    font-size: 18px;
    float: right;
    margin-top: 25px;
}


/* @end — Форма отправки комментария */


/* @group Корзина */

#purchases {
    width: 100%;
}

#purchases tr {
    border-top: 1px solid #d5d5d5;
    height: 70px;
}

#purchases th {
    vertical-align: top;
    padding-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

#purchases .image {
    width: 50px;
    text-align: center;
}

#purchases .image a {
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin: 0 7px 7px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
}

#purchases .name {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#purchases td.name {
    font-size: 14px;
}

#purchases td .download_attachment {
    white-space: nowrap;
    color: #3b8500;
    padding: 5px 10px 7px 10px;
    border-bottom-color: 1px dotted green;
    background-color: #ccff72;
    line-height: 30px;
}

#purchases .price {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    text-align: right;
}

#purchases td.price {
    font-size: 14px;
}

#purchases .remove {
    padding-left: 15px;
    text-align: right;
}

#purchases .amount {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

#purchases .amount select {
    font-size: 12px;
}

#purchases .coupon .name {
    font-size: 14px;
}

#purchases .coupon .name input.coupon_code {
    width: 200px;
}

#purchases .coupon .name input {
    font-size: 16px;
}

ul#deliveries {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px 20px 0 20px;
    list-style: none;
}

ul#deliveries li {
    margin-bottom: 20px;
}

ul#deliveries li div.checkbox {
    float: left;
}

ul#deliveries li h3,
ul#deliveries li .description {
    display: block;
    margin-left: 25px;
}


/* @end */


/* @group Кабинет */

#orders_history {
    list-style: none;
}

#orders_history li {
    margin-bottom: 10px;
}

#orders_history li a {
    font-size: 16px;
}


/* @end — Кабинет */


/* @group Детали заказа */

table.order_info {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

table.order_info td {
    padding: 10px;
    border: 1px dotted #e0e0e0;
    font-size: 14px;
}

.checkout_button {
    padding: 10px 20px 10px 20px;
    border: 1px solid #51a400;
    background-color: #d3ffa9;
    color: #2e5e00;
    font-size: 14px;
}


/* @end */


/* Сообщение с ошибкой */

.message_error {
    clear: both;
    height: 18px;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}


/* @end */

.katalog {
    float: left;
    position: relative;
    /*overflow: hidden;*/
    height: 50px;
}

.kat-butt {
    background: #0088e7;
    float: left;
    padding: 15px 30px 12px 30px;
    color: #FFF;
    text-transform: uppercase;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.kat-butt:hover {
    background: #f98300;
    cursor: pointer;
}

.kat-butt img {
    padding-right: 20px;
}

.catalog-menu {
    border: 1px solid #e5e5e5;
    z-index: -99;
    position: absolute;
    top: 100px;
    opacity: 0;
    background: #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.katalog:hover .catalog-menu {
    top: 50px;
    opacity: 1;
    z-index: 99;
}

.catalog-menu>ul {
    width: 260px;
    list-style: none;
}

.catalog-menu ul li {
    list-style: none;
    position: relative;
}

.catalog-menu ul li a {
    color: #202136;
    padding: 10px;
    display: block;
    width: 100%;
}

.catalog-menu ul li a:hover {
    color: #0088e7;
}


/*second ur*/

.catalog-menu ul li ul {
	    min-width: 200px;
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #FFF;
    left: 300px;
    top: 0;
    opacity: 0;
    -webkit-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.catalog-menu ul li:hover ul {
    left: 260px;
    opacity: 1;
    z-index: 99;
}
.catalog-menu ul li ul li ul{
	display: none;
}
.news {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #FFF;
}

.news .title {
    color: #202136;
    font-size: 26px;
    font-weight: 600;
    padding: 10px 20px;
}

#blog_menu {
    border-top: 1px solid #e5e5e5;
    padding: 20px;
}

#blog_menu ul {
    list-style: none;
}

#blog_menu ul li {
    list-style: none;
}

.date {
    background: #b6b6c0;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px;
    float: left;
}

#blog_menu ul li a {
    color: #0088e7;
    font-size: 14px;
    padding: 10px 0;
    display: block;
}

.all-news {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #0088e7;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.all-news:hover {
    background: #f98300;
    color: #FFF;
}

.catalog-main {
    text-align: center;
}

.catalog-main ul {
    list-style: none;
}

.catalog-main>ul>li {
	min-height: 210px;
    margin: 0;
    vertical-align: top;
    float: none;
    display: inline-block;
    list-style: none;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #FFF;
    margin: 0 9px 16px 0;
    width: 280px;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.catalog-main>ul>li:nth-child(4n+4) {
    margin-right: 0;
}

.catalog-main>ul>li:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.09);
}

.catalog-main>ul>li>a {
    padding: 10px;
    /*text-align: left;*/
    font-size: 15px;
    color: #202136;
    display: block;
    width: 100%;
    /*border-bottom: 2px solid #0088e7;*/
}
.catalog-main>ul>li>a:hover{
	color: #F98300;
}
.catalog-main>ul>li>img {
    float: left;
        max-width: 140px;
    padding: 20px;
}

.catalog-main>ul>li>ul {
    float: left;
    padding-top: 10px;
        text-align: left;
 width: 40%;
}
.catalog-main>ul>li>ul>li>ul{
	display: none;
}
.catalog-main>ul>li>ul>li>img {
    display: none;
}

.catalog-main>ul>li>ul>li>a {
    color: #0088e7;
    font-size: 14px;
}

.catalog-main>ul>li>ul>li>a:hover {
    color: #f98300;
}
.catalog-main>ul>li.img-center>a>img{
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 220px;
    float: none;
    max-height: 150px;
 	margin-top: 15px;
}

#footer .title {
    color: #0088e7;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px solid #16406b;
}
#footer ul{
	list-style: none;
}
#footer ul li{
	width: 267px;
	float: left;
}
#footer ul li a{
	color: #FFF;
	text-transform: uppercase;
	display: block;
	padding: 5px;
	font-size: 14px;
}
#footer ul li a:hover{
	 color: #0088e7;
}
.tel{
	color: #FFF;
	font-size: 26px;
}
.e-mail{
	font-size: 18px;
	    margin-bottom: 40px;
}
.e-mail a{
	color: #FFF;
}
.e-mail a:hover{
	 color: #0088e7;
}
.price-list img{
	padding-right: 10px;
}
.price-list a{
	color: #FFF;
	font-size: 14px;
}
.price-list a:hover{
	 color: #0088e7;
}
.palitra-block{
	    text-align: right;
	        padding-bottom: 10px;
}
.palitra-txt{
    font-size: 9px;
    margin-top: -2px;
    display: block;
}
.palitra {
    opacity: 1;
}
.palitra:hover {
    opacity: .7;
}

.foot{
	background: #131424;
	padding: 20px 0;
}
.foot .title{
	color: #0088e7;
	font-size: 14px;
}

.mceContentBody {
	    min-width: 200px;
}


.catalog-main-prod {
    text-align: center;
}

.catalog-main-prod ul {
    list-style: none;
}

.catalog-main-prod>ul>li {
	/*height: 278px;*/
	min-height: 210px;
    margin: 0;
    vertical-align: top;
    float: none;
    display: inline-block;
    list-style: none;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #FFF;
    margin: 0 9px 16px 0;
    width: 278px;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.catalog-main-prod>ul>li:nth-child(3n+3) {
    margin-right: 0;
}

.catalog-main-prod>ul>li:hover {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px  rgba(0, 0, 0, 0.3);
}

.catalog-main-prod>ul>li>a {
    padding: 10px;
    /*text-align: left;*/
    /*font-size: 17px;*/
    color: #333;
    display: block;
    width: 100%;
    /*border-bottom: 2px solid #0088e7;*/
}
.catalog-main-prod>ul>li>a:hover{
	color: #F98300;
}
.catalog-main-prod>ul>li>a>img {
 	height: 166px;
 	max-width: 256px;
    float: left;
    width: 100%;
    padding: 20px;
}

.catalog-main-prod>ul>li>ul {
    float: left;
    padding-top: 10px;
    text-align: left;
 	display: none;
}
.catalog-main-prod>ul>li>ul>li>ul{
	display: none;
}
.catalog-main-prod>ul>li>ul>li>img {
    display: none;
}

.catalog-main-prod>ul>li>ul>li>a {
    color: #0088e7;
    font-size: 14px;
}

.catalog-main-prod>ul>li>ul>li>a:hover {
    color: #f98300;
}
.catalog-main-prod>ul>li.img-center>img{
	margin: 0 auto;
display: block;
text-align: center;
width: 180px;
float: none;
}

.kat-img img{
	max-width: 100%;
}
.kat-img{
	position: relative;
	margin-bottom: 20px;
}
.kat-img h1{
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #202136;
	font-weight: 600;
	font-size: 42px;
	    margin: 0;
}
.prod-page{
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.recomend{
	background: #FFF;
	border: 1px solid #e5e5e5;
}
.recomend h2{
	    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 26px;
        margin-bottom: 0;
}
.recomend .tiny_products .product {
    width: 24%;
    margin-right: 0px;
    margin-bottom: 0px;
    display: -moz-inline-box;
    display: inline-block;
    word-spacing: normal;
    vertical-align: top;
    border-right: 1px solid #e0e0e0;
    padding: 10px;

}
.recomend .tiny_products .product:nth-child(4){
	border: none;
}
.recomend .tiny_products .product .image {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 200px;
    line-height: 200px;
    background-color: #ffffff;
    margin: 0 0 10px 0;
    padding: 5px;
    border: none;
}
.recomend .product .price {
    font-size: 18px;
    white-space: nowrap;
    color: #202136;
    font-weight: 600;
    border-bottom: 3px solid #0088e7;

}
.recomend .tiny_products .product h3 {
    font-size: 16px;
    color: #202136;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
#comments{
margin-top: 20px;	
}
#comments h2 {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 26px;
    margin-bottom: 0;
    margin-bottom: 10px;
}
#comments .comment_form h2{
	border-bottom: none;
	padding-top: 0;
}

.catalog-menu-side {
    border: 1px solid #e5e5e5;
    background: #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.katalog:hover .catalog-menu-side {
    top: 50px;
    opacity: 1;
    z-index: 99;
}

.catalog-menu-side>ul {
    width: 260px;
    list-style: none;
}

.catalog-menu-side ul li {
    list-style: none;
    position: relative;
}
.catalog-menu-side>ul>li{
    border-bottom: 1px solid #e5e5e5;
}
.catalog-menu-side>ul>li.selected{
    padding-bottom: 10px;
}
.catalog-menu-side ul li a {
    color: #202136;
    padding: 10px;
    display: block;
    width: 100%;
}
.catalog-menu-side>ul>li.selected>a{
	color: #0088e7;
}

.catalog-menu-side ul li a:hover {
    color: #0088e7;
}


/*second ur*/

.catalog-menu-side>ul>li>ul {
border-left: 2px solid #f2f2f6;
    margin-left: 20px;
display: none;
    background: #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.catalog-menu-side>ul>li.selected>ul{
	display: block;
}
.catalog-menu-side ul li ul li a{
	color: #a0a1b9;
}


.catalog-menu-side ul li ul li ul{
min-width: 200px;
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #FFF;
    left: 300px;
    top: 0;
    opacity: 0;
    -webkit-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.catalog-menu-side ul li ul li:hover ul {
left: 240px;
    opacity: 1;
    z-index: 99;
    display: block;
}
.catalog-menu-side>ul>li>ul>li.selected>a{
	color: #0088e7;
}

#username{
	font-size: 18px;
padding-right: 10px;
font-style: italic;
}

#register {
 margin-top: 10px;
}
.description>p>img {
	max-width: 489.45px;
	max-height: 650px;
}
.description>div>p>img {
    max-width: 489.45px;
    max-height: 650px;
}.description>p>span>img {
    max-width: 489.45px;
    max-height: 650px;
}
.description>ul>li>span>img {
    max-width: 489.45px;
    max-height: 650px;
}
.h-header {
 border-bottom: 2px solid #0088e7;
 padding-bottom: 5px;
}
.col-xs-4>div>p {
	margin-bottom: 7px;
}
.selected>ul>li>ul>li>ul {visibility: hidden;}