﻿html {
    height: 100%;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", Helvetica,sans-serif;
    line-height: 1.4;
    color: #707070;
    letter-spacing: 0.5px;
    background-color: #fff;
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
    padding-bottom: 40px;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    color: #1f2022;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.h1 {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    font-size: 18px;
    background: url(../images/heading_bg.png) no-repeat 0 1px;
}
.h1 .look_products {
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
    color: #ff9c00;
    white-space: nowrap;
    transition: all 0.2s ease;
    vertical-align: 1px;
}
.h1 .look_products:hover {
    color: #1f2022;
}
.h2 {
    font-size: 18px;
}
.h3 {
     font-size: 15px;
}
a {
    color: #1f2022;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none!important;
}
.center,
.center_align {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}
.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e5e5e5;
}
.table_bordered {
  border: 1px solid #e5e5e5;
}
.table_bordered th,
.table-bordered td {
  border: 1px solid #e5e5e5;
}
.table_bordered thead th,
.table_bordered thead td {
  border-bottom-width: 2px;
}
.table_striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table_hover tbody tr:hover {
  background-color: #f5f5f5;
}
/* Form */
.form_input:disabled,
.disabled {
    cursor: default;
}
.form_group {
    margin-bottom: 15px;
}
.form_label {
  margin-bottom: 2px;
}
.form_input {
    color: #707070;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    height: 32px;
    padding: 0 8px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
}
.form_textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 8px;
    font-family: inherit;
    font-size: inherit;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 15px 0;
}
.popup .captcha {
    margin-right: 0;
}
.input_captcha {
    width: 130px;
    margin-left: 5px;
}
.secret_number {
    border: 1px solid #e8e8e1;
    padding: 6px 9px;
    line-height: 18px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}
.error{
    color: #f00;
}
#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
}
#sm_logo img {
    vertical-align: top;
}
#map {
    width:100%;
    height: 400px;
    margin-top: 20px;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.content {
    padding-top: 12px;
}
.home .content {
    padding-top: 0;
}
.popup {
    width: 310px;
    text-align: center;
    font-size: 14px;
}
.popup .h3 {
    text-align: center;
    margin-bottom: 15px;
}
.block,
.mb {
    margin-bottom: 25px;
}
.fright {
    float: right;
}
/*Header*/
.top_nav {
  background: #f0f0f0;
  padding: 7px 0;
  position: relative;
}
.top_select {
    float: right;
    position: relative;
}
.dropdown {
    display: none;
}
.top_select .dropdown {
    position: absolute;
    top: 26px;
    right: -10px;
    min-width: 100%;
    background: #f0f0f0;
    padding: 3px 10px;
}
.top_select .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #707070;
    text-align: center;
}
.top_select .dropdown_item:hover {
    color: #ff9c00;
}
.nav_link {
    text-decoration: none;
    text-transform: uppercase;
    color: #707070;
}
.nav_link:hover {
    color: #ff9c00;
}
.top_select .switch {
    padding: 0 14px 0 10px;
    line-height: 15px;
    position: relative;
    cursor: pointer;
}
.switch::after {
    content: "";
    width: 9px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 0;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0px -2px;
}
.active.switch::after {
    transform: rotate(180deg);
}
#currencies .switch {
    padding: 0 12px 0 10px;
    border-left: 1px solid #707070;
    margin-left: 10px;
}
#catalog_nav {
    position: relative;
}
#nav_heading {
    padding: 10px 15px 10px;
    background-color: #3e6eb6;
    color: #ffffff;
    text-transform: uppercase;
    font: 15px/24px "Roboto";
    position: relative;
}
.catalog_switch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
}
.catalog_switch::after {
    content: "";
    width: 24px;
    height: 24px;
    float: right;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -100px -1px;
    margin: 10px 15px 0 0;
}
.search {
    width: calc(100% - 54px);
    float: left;
    border: 1px solid #3e6eb6;
    background: #06355c;
    position: relative;
}
.search_input {
    width: 100%;
    padding: 0 48px 0 12px;
    height: 42px;
    border: none;
    font-size: 13px;
    color: #fff;
    background: none;
}
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    background-color: transparent;
    width: 43px;
    height: 43px;
    line-height: 41px;
    font-size: 0;
    text-align: center;
}
.search_button:hover {
    color: #a9a9a9;
}
.search_icon {
    width: 15px;
    height: 16px;
    vertical-align: middle;
}
#cart_informer {
    width: 155px;
}
.cart_info {
    display:block;
    padding: 9px 0 5px;
    text-align: center;
    background-color: #3e6eb6;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.cart_info span {
    display: inline-block;
    padding: 6px 0 6px 25px;
    background-image: url(../images/header-cart.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
a.cart_info:hover,
.account:hover {
    background-color: #305c9e;
}
.account {
    height: 44px;
    width: 44px;
    float: right;
    margin: 0 0 0 10px;
    background-color: #3e6eb6;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 16px -36px;
}
.logo {
    display: block;
    line-height: 0;
    text-align: center;
}

#free_shipping {
    float: left;
    background: url(../images/dostavka.png) no-repeat right 3px;
    padding-right: 85px;
    text-transform: uppercase;
    padding-bottom: 7px;
    padding-top: 15px;
}

#free_shipping span {
    display: block;
}

@media (min-width:768px) {
#top_phones {
    background: url(../images/tel.png) no-repeat right 0px;
    padding-right: 75px;
    padding-bottom: 7px;
    padding-top: 3px;
    line-height: 1.2;
}}


.ship_heading {
    color: #3e6eb6;
    font-size: 14px;
    font-weight: 700;
}
#top_phones a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 2px;
}

#free_shipping {
color: #000;
}
#top_phones a:hover {
    color: #1f2022;
}
.callback {
display: inline-block;
color: #040405;
padding: 15px 32px;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
border: 2px solid #ffa20f;
border-radius: 6px;
}

.callback:hover {
    border: 2px solid #db8e15;
}

.callback:hover span{
    border-color: transparent;
}
#comparison,
#wishlist {
    display: inline-block;
}
#wishlist {
    border-left: 1px solid #707070;
    padding-left: 10px;
    margin-left:5px;
}
.comparison_info,
.wishlist_info {
    text-decoration: none;
}
.menu_switch {
    float: left;
    width: 28px;
    height: 28px;
    background: url(../images/sprite.svg) no-repeat 1px -198px;
    cursor: pointer;
    margin-top: -6px;
    margin-bottom: -6px;
}
/*Footer*/
.footer {
    background-color: #06355c;
    color: #fff;
    padding: 30px 0 20px;
    line-height: 1.8;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.foot_heading {
    font-size: 16px;
    font-weight: 500;
    color: #d9d9d9;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.foot_block {
    margin-bottom: 20px;
}
.subscribe_input {
    width: 100%;
    background: transparent;
    border: 1px solid #3e6eb6;
    height: 33px;
    padding: 0 8px;
    margin-bottom: 10px;
}
.subscribe_button {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    background: #3e6eb6;
    border: none;
    color: #252525;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.subscribe_button:hover {
    background: #ff9c00;
    color: #fff;
}
.subscribe_text {
    line-height: normal;
}
.foot_social {
    margin-bottom: 20px;
}
.foot_social a {
    text-decoration: none;
    color: #fff;
    margin-right: 2px;
}
.foot_social a:hover {
    color: #ff9c00;
}
.social_icon {
    width: 28px;
    height: 28px;
}
.foot_payments > div {
    display: inline-block;
    height: 30px;
    width: 46px;
    background-image: url(../images/payments.png);
    margin-right: 3px;
}
.payment_1 {
    background-position: 0 0;
}
.payment_2 {
    background-position: 0 -30px;
}
.payment_3 {
    background-position: 0 -60px;
}
.payment_4 {
    background-position: 0 -90px;
}
.payment_5 {
    background-position: 0 -120px;
}
.foot_address,
.foot_mail,
.foot_phone {
    padding-left: 20px;
    position: relative;
}
.foot_address::before,
.foot_mail::before,
.foot_phone::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
}
.foot_address::before {
    background-position: -150px -50px;
    left: 2px;
    top: 4px;
}
.foot_mail::before {
    background-position: -50px -50px;
    left: 0;
    top: 5px;
}
.foot_phone::before {
    background-position: -200px -50px;
    left: -1px;
    top: 5px;
}
.copyright {
    padding: 20px 0 0;
    border-top: 1px solid #06233a;
}
/*РљРЅРѕРїРєРё*/
.button {
    display: inline-block;
    padding: 7px 19px;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    border: none;
    background-color: #3e6eb6;
    text-decoration: none;
}
.button:hover,
.comparison_button:hover,
.wishlist_button:hover {
    background-color: #1f2022;
}
.comparison_button,
.wishlist_button {
    height: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    border: none;
    background-color: #3e6eb6;
    text-align: center;
}
.comparison_button::before,
.wishlist_button::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -97px -97px;
}
.wishlist_button::before {
  background-position: 2px -99px;
}
/*РџСЂРµРІСЊСЋ С‚РѕРІР°СЂР°*/
.preview .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding-bottom: 35px;
}
.preview_image_link {
    display: flex;
    position: relative;
    width: 100%;
    height: 250px;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.image_link img {
    max-height: 100%;
}
.hover_block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease 0s;
    background-color: #3e6eb6;
}
.hover_block  .button {
    display: block;
    float: left;
    margin: 0;
    padding: 8px 10px;
    width: 100%;
    height: 35px;
}
.button span::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: -2px;
    background: url(../images/sprite.svg) no-repeat -150px 0;
}
.hover_block .comparison_button,
.hover_block .wishlist_button {
    float: left;
    width: 17.5%;
    font-size: 0;
    line-height: 35px;
    border-left: 1px solid #fff;
}
.product_info {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-top: none;
    text-align: center;
}
.main_product,
.product_item {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.product_name {
    display: block;
    text-decoration: none;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
.product_name:hover {
    color: #1f2022;
}
.price_container {
    margin: 5px 0;
}
.price {
    white-space: nowrap;
    font-weight: bold;
    color: #1f2022;
    margin-right: 10px;
}
.old_price {
    white-space: nowrap;
    font-weight: 300;
    color: #b5b5b5;
    text-decoration: line-through;
}
/*РњРµРЅСЋ РєР°С‚Р°Р»РѕРіР°*/
.level_1 {
    background-color: #fff;
    padding: 12px 0;
    border: 1px solid #e5e5e5;
}
.catalog_item {
    position: relative;
}
.catalog_link {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: relative;
}

.catalog_menu .selected {
    color: #ea3a3c;
}



.catalog_link:hover {
    color: #ea3a3c;
}
.level_1 > .catalog_item > .catalog_link  {
    text-transform: uppercase;
}
.cat_icon img {
    vertical-align: top;
    margin-top: -6px;
    margin-right: 5px;
}
#main_banners,
.banner_item {
    line-height: 0;
}
.banner_item img,
#main_banners img {
    width: 100%;
}
/*Р‘Р»РѕРєРё РЅР° РіР»Р°РІРЅРѕР№*/
#featured_products,
#new_products {
    margin: 20px 0;
}
#discounted_products {
    padding: 20px 0;
    background-color: #f8f8f8;
}
#all_brands {
    padding: 20px 0;
}
.all_brands {
    padding-left: 25px;
    padding-right: 25px;
}
.all_brands_link,
.brand_link {
  display: flex;
  height: 100px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
}
.brand_list {
    margin-bottom: 20px;
    padding: 0 10px;
}
#last_news {
    margin: 15px 0 25px;
}
.news_item {
    padding: 0 10px;
}
.news_img {
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hover_news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    overflow: hidden;
    background: #3e6eb6;
    padding: 10px;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.news_item:hover .hover_news {
    bottom: 0;
}
.news_data {
    float: left;
}
.news_more {
    float: right;
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
    background: url(../images/sprite.svg) -200px -100px no-repeat;
}
.news_more:hover span {
    border-bottom: 1px dotted;
}
.news_name {
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
    color: #1f2022;
    font-weight: bold;
    font-size: 14px;
}
.news_name:hover {
    text-decoration: underline;
}
.news_annotation {
    height: 40px;
    overflow: hidden;
}
/*РҐР»РµР±РЅС‹Рµ РєСЂРѕС€РєРё*/
.breadcrumbs {
    margin: 0 0 10px 0;
    padding: 10px 0;
    list-style: none;
    color: #707070;
    font-size: 11px;
    text-transform: uppercase;
}
.breadcrumbs li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 4px;
    background: url(../images/breadSep.png) no-repeat 100% 3px;
}
.home_bread_icon {
    vertical-align: top;
    margin-top: -4px;
}
.breadcrumbs a {
    color: #707070;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #1f2022;
}
.breadcrumbs li:last-child {
    background: none;
    color: #3e6eb6;;
}
/* Р‘Р»РѕРі */
.blog_list {
    margin-bottom: 25px;
}
.blog_list .h2 a {
    color: #1f2022;
    text-decoration: none;
}
.blog_list .h2 a:hover {
    color: #ff9c00;
}
.blog_image {
    display: block;
    height: 0;
    padding-bottom: 55%;
    position: relative;
    margin-bottom: 10px;
}
.blog_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* @group РљРѕСЂР·РёРЅР° */
.purchases {
    margin: 20px 0 25px;
    text-align: center;
}
.cart_preorder {
    color: #f00;
}
.purchase_row > div {
    padding: 5px;
}
.purchase_row {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 5px;
}
.total_row  > span {
    display: inline-block;
    padding: 5px;
}
.purchase_name a {
    color: #1f2022;
    text-decoration: none;
}
.purchase_remove a {
    text-decoration: none;
    color: #707070;
}
.purchase_remove a:hover {
    color: #EB4B0C;
}
.purchase_name a:hover {
    color: #ff9c00;
}
.remove_icon {
    width: 14px;
    height:14px;
    vertical-align: middle;
}
.body_row .purchase_image,
.body_row .purchase_amount {
    font-size: 0;
}
.amount {
    width: 86px;
    display: inline-block;
}
.plus,
.minus {
    font-size: 14px;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
}
.plus:hover,
.minus:hover {
    color: #1f2022;
}
.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
    height: 28px;
    width: 30px;
    text-align: center;
}
.input_coupon {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0 10px;
    width: 200px;
    height: 32px;
    margin: 0 5px 5px 0;
}
.coupon {
    border: 1px solid #e5e5e5;
    padding: 10px 10px 5px;
    margin-bottom: 15px;
}
#total {
    border: 1px solid #e5e5e5;
    padding: 15px;
    overflow: hidden;
}
.price_total {
    font-size: 16px;
}
.price_total .total_sum {
    color: #3e6eb6;
    font-size: 18px;
    font-weight: bold;
}
.purchase_price,
.purchase_sum {
    white-space: nowrap;
}
.deliveries {
    margin-top: 20px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 15px 20px;
    list-style: none;
}
.delivery_list {
    margin-bottom: 15px;
}
.delivery_description {
    margin-left: 22px;
    display: none;
}
.active + .delivery_description {
    display: block;
}
.input_delivery {
    position: absolute;
    top: 3px;
    left: 0;
}
.delivery_name  img {
   vertical-align: text-bottom;
   margin-top: -7px;
}
.delivery_label {
    display: block;
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 22px;
}
.delivery_label.active {
    font-weight: bold;
}
.order_details {
    margin-bottom: 25px;
}
.order_details .table {
    margin: 0 0 25px 0;
}
.order_details .button {
    margin: 10px 0;
}
.method_name {
    font-weight: bold;
    font-size: 14px;
}
/* @group РџРѕСЃС‚СЂР°РЅРёС‡РЅР°СЏ РЅР°РІРёРіР°С†РёСЏ */
.pagination {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.page_item {
    display: inline-block;
    margin-right: 3px;
}
.page_link {
    display: block;
    padding:4px;
    min-width: 28px;
    text-align: center;
    text-decoration: none;
    color: #707070;
    border: 1px solid #e5e5e5;
}
.page_link:hover,
.active .page_link {
    color: #1f2022;
    background-color: #f6f6f6;
}
.disabled .page_link:hover {
    background-color: transparent;
}
.side_heading {
    display: block;
    position: relative;
    font-size: 15px;
    color: #fff;
    background: #1f2022;
    padding: 12px 20px;
    text-transform: uppercase;
}
/* @group РЎРѕСЂС‚РёСЂРѕРІРєР° */
.products_sort {
    padding: 5px 0;
    margin: 0 0 10px;
}
.sort {
    display: inline-block;
}
.sort a {
    text-decoration: none;
    margin-right: 5px;
}
.sort a:hover,
.sort a.active_up {
    color: #3e6eb6;
}
/*РўРѕРІР°СЂ*/
.products .preview {
    margin: 0 0 20px;
}
#gallery,
#product_info {
    margin-bottom: 30px;
}
#gallery .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 0;
}
#gallery img {
    vertical-align: middle;
}
.images {
    margin: 10px 0 0;
    padding: 0 20px;
}
.images .slick-slide {
    padding: 0 5px;
}
.images a {
    display: block;
    border: 1px solid #e5e5e5;
    font-size: 0;
    line-height: 95px;
}
.brand,
.sku,
.availble {
    margin: 0 0 9px;
}
.available span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #e5e5e5;
}
.in_stock {
    color: #1f2022;
}
.no_stock {
    color: #EB4B0C;
}
#product .price_container {
    margin: 15px 0;
}
#product .price {
    font-size: 20px;
}
#product .fn_price {
    font-size: 32px;
}
#product .old_price {
    font-size: 16px;
}
.select_container {
    margin-bottom: 10px;
}
#product .variant_select {
    height: 35px;
    padding: 0 6px;
    border: 1px solid #e5e5e5;
    min-width: 170px;
}
#product .amount {
    width: 110px;
}
#product .input_amount {
    height: 35px;
    width: 40px;
}
#product .plus,
#product .minus {
    height: 35px;
    width: 35px;
    line-height: 33px;
}
.product_var,
.product_num {
    display: inline-block;
    vertical-align: top;
}
.product_num  {
    margin: 0 5px 10px 0;
}
#product .wishlist_button,
#product .comparison_button {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: top;
    line-height: 33px;
}
#product .wishlist_button {
    margin-right: 5px;
}
#product .button {
    height: 35px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 200px;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.features li {
    padding: 10px 5px 10px 5px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}
.features li:nth-child(odd){
    background-color: #f7f7f7;
}
.features_name {
    font-style: normal;
    display: block;
    width: 30%;
    float: left;
}
.features_value {
    float: left;
    display: block;
    width: 70%;
    padding-left: 15px;
}
.tabs {
    margin-bottom: 25px;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
}
.tab_navigation a {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    border: 1px solid #e5e5e5;
    color: #1f2022;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
    background-color: #1f2022;
    border-color: #1f2022;
    color: #fff;
}
.tab_container {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0;
    font-size: 12px;
}
.tab {
    display: none;
    padding: 10px;
}
/* @group РљРѕРјРјРµРЅС‚Р°СЂРёРё */
#comments {
    margin: 0 0 30px 0;
}
.comment_list {
    margin-bottom: 15px;
}
.admin_note {
    padding-left: 20px;
}
.comment_list .comment_list {
    margin-top: 10px;
}
.author {
    color: #1f2022;
    font-weight:bold;
    font-size: 16px;
}
.comment_text {
    padding-left: 20px;
}
.comment_form {
    margin: 20px 0 0;
}
.reg_link {
    text-decoration: none;
    color: #3e6eb6;
}
.reg_link:hover {
    color: #1f2022;
}
.label {
    display: block;
    margin: 0 0 3px;
}
.social_share {
    margin: 15px 0 0;
}
.pass_remind {
    float: right;
    margin-top: 5px;
}
.change_pass {
    margin-bottom: 3px;
}
.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.change_pass span:hover {
    border-color: transparent;
}
.user_logout {
    margin-bottom: 30px;
}
.related_posts {
    margin: 25px 0;
}
/*РљРЅРѕРїРєР° РІРІРµСЂС…*/
.to_top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 35px;
    right: 12px;
    z-index: 9999;
    display: block;
    margin-bottom: 7px;
    background: url(../images/back-top.png) no-repeat center center #333;
    cursor: pointer;
}
.to_top:hover {
    background-color: #3e6eb6;
}
/*Р¤РёР»СЊС‚СЂС‹*/
.filters {
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    margin-bottom: 25px;
}
.switcher {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    padding-top: 14px;
}
.filter_group {
    margin-bottom: 15px;
}
.filter_name {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #1f2022;
    margin: 0 0 5px;
}
.filter_item {
    padding: 4px 0;
}
.filter_link {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
}
.filter_link::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #e5e5e5;
}
.checked.filter_link::before {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -101px -201px;
}
.min_input,
.max_input {
    width: 50%;
    padding: 0 3px;
    border: none;
    float: left;
}
.max_input {
    text-align: right;
}
/*РџСЂРѕСЃРјРѕС‚СЂРµРЅРЅС‹Рµ С‚РѕРІР°СЂС‹*/
.browsed_list {
    margin: 5px -5px 25px;
    overflow: hidden;
}
.browsed_item {
    padding: 5px;
    float: left;
    width: 25%;
}
.browsed_item a {
    display: block;
    height: 56px;
    padding: 2px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 0;
    overflow: hidden;
}
.browsed_item img {
    vertical-align: middle;
    max-height: 100%;
}
/* Р РµР№С‚РёРЅРі С‚РѕРІР°СЂР° */
.products .rating {
    margin-bottom: 10px;
}
#products .rating {
    margin-bottom: 8px;
}
.product_rating {
    position:relative;
    margin: 0px 0 10px;
}
.rating_starOff,
.rating_starOn {
    display:inline-block;
    vertical-align: top;
    width: 90px;
    height:18px;
    background:url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
/* Comparison_page */
.comparison_page {
    padding-bottom: 30px;
}
.comparison_left {
    float: left;
    width: 30%;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
}
.comparison_product {
    padding: 0 10px;
}
.comparison_product .button,
.wishlist_product .button {
    width: 82.5%;
}
.cell {
    padding: 7px;
    border-bottom: 1px solid #eee;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 7px 0 10px;
    border-bottom: 1px solid #eee;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 7px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 5px;
}
.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    color: #000;
}
.compare_show a span {
    border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}
.preview .remove_link {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
}
.preview .remove_link span {
    vertical-align: middle;
}
.preview .remove_icon {
    color: #EB4B0C;
}
.preview .remove_link:hover {
    color: #EB4B0C;
}


.fn-fast_order_button  {
    text-align: center;
}


/*sitemap-html*/
#menu_sitemap{
    margin-left: -10px;
    float: left;
    margin-top: 7px;
    /*max-width: 700px;*/
    width: 100%;
}

#menu_sitemap li{
    height: 30px;
    display: block;
    float: left;
    list-style: none;
}
#menu_sitemap li a{
    margin-right: 5px;
    font-size: 12px;
    display: block;
    float: left;
    padding: 6px 11px 6px 11px;
    color: #606060;
}
#menu_sitemap li:hover a{
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    padding: 5px 10px 6px 10px;
    border-radius: 20px;
    text-decoration: none;
}


#listpage_content {
    margin: 50px 0 20px 20px;
}
#listpage_content div.categTree {
    float: left;
    width: 60%;
}

#listpage_content div.categTree ul.tree li {
    background: url("../images/sitemap-horizontal.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    list-style-type: none;
    border-left: 1px dotted #999999;
    margin-left: 11px;
    padding-left: 20px;
}
#listpage_content div.categTree ul.tree ul.sitemap_products li a {
    color: #408080;
}
#listpage_content div.sitemap_list {
    float: left;
    min-height: 120px;
    padding: 0;
    width: 30%;
}
#listpage_content div.sitemap_list ul {
    list-style-type: none;
}

#listpage_content div.sitemap_list li a {
    background: url("../images/arrow_right_2.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding: 2px 0 2px 10px;
}

/*/sitemap-html*/

.popup_heading {
text-align: center;
color: #1f2022;
text-transform: uppercase;
padding-bottom:15px;
}

#fastorder_product {
    padding-bottom:10px;
}



/* 
Правки май 2020
1. новый дизайн кнопок */


.hover_block .button {
    width: 65%!important;
}


.hover_block {
    bottom: 0px!important;
}

@media (min-width: 1200px){
.hover_block {
    bottom: 0px!important;
}

.preview_image_link {
    margin-bottom: 30px;
}

}

/*

2. удалении лишнего*/


#free_shipping {
    background:none!important;
}

.foot_social {
    display:none!important;
}


@media (min-width: 992px) {
#nav_heading::before {
    display:none!important;
}
}

/*

3. retina-лого */

.logo {
    max-width: 295px;
    margin: 0 auto;
}

@media (min-width: 768px) {
.logo {
    max-width: 200px;
}
}

@media  (min-width: 992px) {
.logo {
    max-width: 295px;
}
}

/*
.logo img {
    width: 50%;
}


4. категории на главной*/

/*

.fc_img {
    width: 100%;
    height: 215px;
    margin-bottom: 5px;
    display: table-cell;
    vertical-align: middle;
} */

.h1main {
    font-family: "Roboto", Helvetica,sans-serif;
    text-align: center;
    color: #3e6eb6;
    font-size: 1.62rem;
    margin: 2em 0;
}

.main_product {
    min-height: 260px!important;
}

/* 5. шапка отступ */

#free_shipping {
    margin-right: 0px!important;
    margin-top: 3px!important;
    padding-right: 0px!important;
    text-transform: none!important;
    padding-bottom: 0px!important;
    padding-top: 13px!important;
}

@media (min-width: 1200px) {
#free_shipping {
    margin-left: 280px!important;
}
}

.ship_heading {
    font-size: 15px!important;
    color: #a1a7af!important;
    font-weight: 400!important;
}