html {
    height: 100%;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #323232;
    background-color: #fff;
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
    padding-top: 20px;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #000;
}
.h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active {
    color: #ffb000;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none!important;
}
.center_align {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}
.table th,
.table td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
    }
.table_bordered {
    border: 1px solid #eceeef;
}
.table_bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}
.table_bordered thead th,
.table_bordered thead td {
    border-bottom-width: 2px;
}
.table_striped tbody tr:nth-of-type(odd) {
  background-color: #efefef;
}
.table_hover tbody tr:hover {
    background-color: #f5f5f5;
}
.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Form */
.form_label {
    display: block;
    margin-bottom: 3px;
}
.form_group {
    margin-bottom: 20px;
}
.form_input,
.input_captcha {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 33px;
    width: 100%;
    padding: 0 7px;
    font-weight: 300;
    font-family: inherit;
    font-size: 14px;
}
.form_textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    padding: 12px 7px;
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
}
.input_captcha {
    width: 130px;
}
.secret_number {
    border: 1px solid #ccc;
    padding: 7px 8px;
    border-radius: 4px;
    background: #f5f8f9;
    display: inline-block;
    line-height: 17px;
    position: relative;
    font-weight: 500;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
#sm_logo {
    float: right;
    margin-left: 25px;
    font-size: 0;
}
/* Сообщение с ошибкой */
.message_error{
    clear: both;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    color: #000;
    background-color: #ffcc00;
    border: 1px dotted #000;
}
.error{
    color: #f00;
}
.ya_map {
    width: 100%;
    min-height: 400px;
    margin: 25px 0;
}
.image {
    position: relative;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.fright {
    float: right;
}
.text_block {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.header a,
.callback,
.search_button,
.button,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* @group Header */
.header {
    position: relative;
}
#top_header{
    background-color: #323232;
}
#wishlist {
    float: right;
    margin: 20px 25px 0;
    color: #fff;
}
#comparison {
    float: right;
    margin: 20px;
}
#language_selector {
    margin: 0;
}
.language_dropdown {
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #ffcc00;
    cursor: pointer;
 	margin-top: 18px;
}
.language_dropdown:hover {
    background: #e8e8e8;
}
.wishlist_info,
.comparison_info  {
    display: block;
    color: #fff;
    font-size: 15px;
}
.wishlist_info::before,
.comparison_info::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background-image: url(../images/sprite.png);
    background-repeat:  no-repeat;
}
.wishlist_info::before {
    background-position: 0px -904px;
    top: 4px;
}
.comparison_info::before {
    background-position: 2px -928px;
}
#menu_icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    margin-right: 5px;
    background-image: url(../images/sprite.png);
    background-repeat:  no-repeat;
    background-position: 0px -91px;
}
#menu_icon {
    width: 40px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    position: relative;
}
#cart_informer{
    float: right;
}
.cart_info {
    display: block;
    padding: 18px 24px 16px 25px;
    font-size: 18px;
    background-color: #ffcc00;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.cart_name{
    color: #323232;
    border-bottom: 1px solid transparent;
}
a.cart_info:hover {
    color: #323232;
}
a.cart_info:hover .cart_name {
    border-bottom-color: #323232;
}
.icon_cart {
    width: 24px;
    height: 24px;
    vertical-align: top;
}
#cart_informer .icon_cart {
    margin-right: 7px;
}
.cart_count {
    display: block;
    position: absolute;
    top: 13px;
    left: 40px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 100%;
    background-color: #ed1c24;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #fff;
}
#header {
    padding-top: 10px;
	padding-bottom: 10px;
    //margin-bottom: 20px;
}
#header_container {
/*    background: url(../images/header_small.png) repeat-x;*/
    background: rgb(138, 138, 138);
}
.logo {
    display: block;
    text-align: center;
    margin: 10px 0 15px;
}
.logo img {
   border-radius: 7px;
}
#top_contacts {
    color:  #fff;
    text-align: center;
}
.phones_container {
    display: inline-block;
    padding: 3px 0 0 28px;
    position: relative;
}
.phones_container::after {
    content: "";
    display: block;
    position:  absolute;
    width:  23px;
    height: 28px;
    top:13px;
    left: 0;
    background: url(../images/sprite.png) 0px 0px no-repeat;
}
.phone {
    display: block;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
.phone:hover,
.phone:active {
    color: #fff;
}
.phone span {
    font-weight: bold;
    font-size: 18px;
    color: #ffcc00;
}
.callback {
    color: #fff;
    border-bottom: 1px dashed #ffcc00;
}
.callback:hover {
    border-color:  transparent;
}
/*Поиск*/
#search {
    position:relative;
    border:2px solid #fff;
    border-radius:4px;
    width: 515px;
    max-width: 100%;
    margin: 25px auto 15px;
}
.search_button {
    position: absolute;
    right: 0;
    top: 0;
    width:35px;
    height:31px;
    border: none;
    background: url(../images/sprite.png) repeat-x 7px -300px;
    cursor:  pointer;
}
.search_button:hover {
    background-position: 7px -331px;
}
.search_input {
    font-size: 13px;
    height:31px;
    width: 100%;
    max-width: 100%;
    margin:0;
    padding: 0 40px 0 15px;
    background-color:transparent;
    border: none;
    color: #fff;
}
/*Меню каталога*/
#nav_container {
    background-color: #ffcc00;
}
#catalog_menu > ul > li > a {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
#catalog_menu .submenu li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #ffcc00;
    margin-right: 10px;
    vertical-align: middle;
}
#menu_heading {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    cursor:  pointer;
}
#menu_heading::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #2b2b2b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active#menu_heading::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#menu_heading span {
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    color: #2b2b2b;
    text-transform: uppercase;
}
.main_banner {
    position: relative;
}
.main_banner a {
    display: block;
    text-decoration: none;
}
.main_banner img {
    width: 100%;
}
.main_banner .banner_text .container {
    position: relative;
    height: 100%;
    text-align: left;
}
.banner_text {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.banner_details {
    position: absolute;
    left: 15px;
    bottom: 45px;
    font-weight:  500;
    font-size: 18px;
    text-transform: uppercase;
    width: 195px;
    height: 49px;
    line-height: 47px;
    background: #ffcc00 url(../images/sprite.png) 144px -393px no-repeat;
    border: 2px solid #fff;
    border-radius: 7px;
    text-align: left;
    padding-left: 25px;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner_details:hover {
    background: #fff url(../images/sprite.png) 144px -393px no-repeat;
    border-color: #181818;
    color: #000;
}
.banner_header {
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    margin-bottom: 8px;
 	display: none;
}
.banner_text p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    max-width: 480px;
}
/*Кнопки*/
.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #ffcc00;
    border: 2px solid #ffcc00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:  pointer;
    padding: 10px 35px;
    font-size: 17px;
    font-weight: 500;
    color: #323232;
    text-align: center;
}
.button:hover {
    border: 2px solid #181818;
    color: #323232;
}
/*Каталог*/
.look a {
    display: inline-block;
    border-bottom: 2px solid #ffcc00;
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.block_name {
    display: block;
    font-size: 36px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 300;
}
.product {
    position: relative;
}
.image img {
    max-height:  100%;
}
.product_name {
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    margin-bottom: 5px;
    max-height: 58px;
    overflow: hidden;
}
.price_container {
    font-size: 18px;
    color: #000;
    overflow: hidden;
    margin-bottom: 10px;
}
.price {
    white-space: nowrap;
}
.fn_price{
    font-weight: bold;
    font-size: 24px;
}
.old_price {
    font-size: 18px;
    white-space: nowrap;
    color: #eb3952;
}
.preview .old_price {
    float: left;
    padding-top: 6px;
}
.fn_old_price {
    font-size: 18px;
    text-decoration: line-through;
}
.fn_variants .button {
    padding: 14px 0 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.fn_variants .button span {
    letter-spacing: .5px;
    color: #323232;
    vertical-align: middle;
}
.fn_variants .icon_cart {
    margin-right: 4px;
}
.not_in_stock {
    margin: 7px 0 0;
}
.preview .variant_select {
    width: 100%;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.product_label {
    display: block;
    max-width: 225px;
    position: relative;
    margin: 15px 0;
}
.product_label::before {
    content: '';
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #dfdfdf;
    background-color: #efefef;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
}
.product_label::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 14px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #a1a1a1 transparent transparent transparent;
    pointer-events: none;
}
/*Главная страница*/
#new_products,
#home_bottom {
    padding-top: 30px;
}
#home_body {
    margin-bottom: 25px;
}
#home_body a {
    font-weight: bold;
}
#blog_main {
    line-height: 18px;
    position: relative;
}
.blog_list {
    margin-bottom: 25px;
}
.blog_link {
    display: block;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.blog_link span {
    border-bottom: 1px solid #ffcc00;
    transition: all 0.3s ease;
}
.blog_link:hover span {
    border-color: transparent;
}
.blog_date {
    margin-bottom: 8px;
}
.blog_date span {
    font-size: 12px;
    color: #a4a4a4;
    border-bottom: 1px dotted #a4a4a4;
}
.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_annotation {
    line-height: 20px;
}
.brand_list {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.brand_link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100px;
    text-decoration: none;
    font-size: 12px;
}
.brand_list img {
    max-height: 100%;
}
/* футер */
#foot_contacts {
    float: right;
    color: #fff;
    position: relative;
    z-index: 5;
}
#foot_center {
    margin-bottom: 5px;
}
#foot_menu {
	max-width: 600px;
}
#foot_menu a:hover,
#foot_menu .selected a {
    text-decoration: none;
}
#foot_menu a {
    color:#363636;
    display: inline-block;
    padding: 5px 8px;
    text-decoration: underline;
}
.foot_social {
    display: inline-block;
    padding-top: 1px;
}
.vk {
    text-decoration: underline;
}
.vk::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius:  100%;
    background: #fff url(../images/sprite.svg) no-repeat 0px -100px;
    vertical-align: middle;
    margin-left: 3px;
}
#copyright {
    float: left;
    line-height: 18px;
    padding-top: 4px;
}
#copyright a {
    color:#235786;
}
#copyright a:hover {
    color:#fff;
}
/* @group Сортировка */
.cat_toolbar {
    overflow: hidden;
    margin: 17px 0;
}
.sort {
    float: right;
}
.sort a {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #efefef;
    color: #242424;
    margin-left: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.sort a.selected,
.sort a:hover {
    border-color: #ffcc00;
    background-color: #ffcc00;
}
/*Фильтры*/
#filters {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 15px 0;
    width: 100%;
    border-collapse: separate;
    line-height: 1.5;
}
#filters td {
    padding: 6px 8px;
    vertical-align: top;
}
#filters a {
    border-bottom: 1px dotted;
    margin-right: 8px;
}
#filters a.selected {
    color: #ffb000;
    border-color:  #ffb000;
}
.slider_container {
    max-width: 280px;
    margin: 10px 0 5px;
}
.slider_label {
    display: block;
    width: 60px;
    height: 29px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
}
.label_min{
    float: left;
    margin-left: 5px;
}
.label_max {
    float: right;
    margin-right: 5px;
}
.slider_label::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 50%;
    display: block;
    z-index: 99;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
    border-bottom: 8px solid #ccc;
}
.slider_label::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 50%;
    display: block;
    z-index: 99;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
    border-bottom: 8px solid #fff;
}
.slider_label input {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    background:  #fff;
}
/*Карточка товара*/
#single {
    padding-top: 20px;
}
#gallery {
    margin-bottom: 35px;
}
#product_info {
    margin-bottom: 25px;
}
#gallery .image {
    text-align: center;
    padding: 10px;
}
.images {
    max-height: 105px;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
    text-align: left;
}
.tall .images {
    max-height: 400px;
}
.images a {
    vertical-align: bottom;
    display: inline-block;
    height: 95px;
    line-height: 95px;
    font-size: 0;
    margin-bottom: 10px;
}
.images a img {
    vertical-align: middle;
}
.all_photos {
    float: right;
    border-bottom: 1px dotted #ffcc00;
    cursor: pointer;
}
.stock {
    color: #ababab;
    padding: 17px 0;
    line-height: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}
.stock .available {
    float: right;
    color: #050505;
}
.sklad {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/sprite.png) no-repeat 0 -445px;
}
.no_sklad {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/sprite.png) no-repeat 0 -472px;
}
#single .price {
    line-height: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
}
#single .fn_price {
    font-size: 60px;
}
#single .old_price {
    display: inline-block;
    margin: 10px 0 1px 10px;
    vertical-align: bottom;
}
.select_label {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.select_label::before {
    content: '';
    width: 51px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #dfdfdf;
    background-color: #efefef;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
}
.select_label::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 21px;
    right: 17px;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #a1a1a1 transparent transparent transparent;
    pointer-events: none;
}
.variant_select option {
    background: #efefef;
}
#single .variant_select {
    width: 100%;
    height: 54px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 0 55px 0 10px;
    cursor: pointer;
}
#single .button {
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}
#single .amount {
    display: inline-block;
    width: 118px;
    background-color: #efefef;
    height: 52px;
    line-height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align:  center;
    overflow: hidden;
    margin-bottom: 15px;
}
.amount_input {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 28px;
    text-align: center;
    background-color:  #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom: none;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    color: #323232;
    font-size: 16px;
}
.plus,
.minus  {
    display: block;
    float: left;
    width: 24px;
    font-size: 20px;
    line-height: 30px;
    color: #a1a1a1;
    cursor: pointer;
}
.plus:hover,
.minus:hover {
    color: #323232;
}
#single .amount_input {
    height: 52px;
    line-height: 52px;
    width: 54px;
    font-size: 30px;
}
#single .plus,
#single .minus  {
    width: 31px;
    line-height: 52px;
    font-size: 34px;
}
#info_left {
    width: 405px;
    float: left;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f3f3f3;
    padding: 10px 20px 15px 20px;
}
.brend {
    margin-bottom: 5px;
    line-height: 40px;
    overflow: hidden;
}
.brend .b_link {
    border-bottom: 1px dotted #323232;
    margin-left:  3px;
}
.brend_img{
    float: right;
    height: 40px;
    line-height: 0;
    max-width: 150px;
}
.brend img {
    max-height: 100%;
    vertical-align: middle;
}
.annotation {
    overflow:  hidden;
    height: 160px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.annotation p {
    margin-bottom: 0;
}
.brend + .annotation {
    height: 120px;
    margin-top: 0;
}
.social_block {
    margin-bottom: 15px;
}
.social_block > div {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.product_wish {
    float: left;
    color: #000;
    padding: 12px 0px 8px 50px;
    background: url(../images/sprite.png) no-repeat 0px -788px;
}
.product_compare {
    float: right;
    color: #000;
    padding: 12px 0px 8px 54px;
    background: url(../images/sprite.png) no-repeat 0px -849px;
}
#info_left .button_container {
    overflow: hidden;
}
#single .var_buttons {
    max-width: 100%;
    width: 285px;
    display: inline-block;
}
.product_wish span,
.product_compare span{
    border-bottom: 1px dotted #000;
}
#info_right {
    width: 285px;
    min-height: 285px;
    float: right;
}
.tabs_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info_content {
    display: none;
    padding: 0 20px 12px 20px;
    overflow: hidden;
    border: 2px dotted #000;
    border-top:  none;
    border-radius: 4px;
    background-color: #fafafa;
}
.info_content span {
    display: block;
    padding-left: 45px;
    background: url(../images/sprite.png) no-repeat 4px -623px;
    color: #5f5f5f;
    line-height: 20px;
    margin-top: 18px;
}
.info_content a {
    display: block;
    float: right;
    margin-top: 7px;
    border-bottom: 1px dotted #000;
}
.info_content a:hover {
    border-color: transparent;
}
#info_right .accord_heading {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #323232;
    height: 55px;
    line-height: 51px;
    text-align:  center;
    border: 2px dotted #000;
    background-color: #fafafa;
    border-radius: 4px;
    margin: 0;
}
#info_right .accord_heading ~ .accord_heading {
    margin-top: 20px;
}
#info_right .accord_heading.tab_active,
#info_right .accord_heading:hover {
    background-color: #323232;
    color: #fff;
}
#delivery_title   {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 0px -519px;
    padding-left: 50px;
    padding-right: 30px;
}
#payment_title {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 1px -569px;
    padding-right: 20px;
    padding-left: 40px;
}
/* Хлебные крошки */
.breadcrumbs {
    list-style: none;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    font-size:  12px;
    color: #323232;
	font-weight: 400;
}
.breadcrumbs li {
    display: inline-block;
    position: relative;
    padding: 7px 0;
    margin-right: 1px;
    vertical-align: top;
}
.breadcrumbs > li + li::before {
    content: "/";
    margin-right: 1px;
}
.breadcrumbs a {
    color: #a1a1a1;
}
.breadcrumbs .bread_home {
    padding: 2px 0;
}
.bread_home a {
    font-size: 0;
}
.breadcrumbs li a:hover,
.breadcrumbs > li:last-child a {
    color: #323232;
}
/* @group Постраничная навигация */
.pagination {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.page_item {
    display: inline-block;
    margin-right: 17px;
}
.page_link,
.disabled .page_link:hover {
    display: block;
    width: 38px;
    height: 38px;
    line-height:  36px;
    border-radius: 50%;
    color: #242424;
    background-color: #efefef;
    border: 1px solid #ccc;
}
.page_link:hover,
.active .page_link {
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: #242424;
}
#password {
    display: none;
}
.change_pass {
    display: inline-block;
    margin-bottom:  15px;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.user_form input.button {
    margin-right: 15px;
}
/* Комментарии */
.fancybox-slide .popup {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}
.callback_form,
.callback_sent {
    width: 290px;
    background-color: #dededc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    max-width: 100%;
}
.callback_form .form_label,
.comment_form .form_label {
    font-weight: 500;
    font-size: 15px;
}
.comment_form {
    background-color: #dededc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    max-width: 100%;
}
.callback_sent {
    font-size: 16px;
    text-align: center;
}
.callback_title {
    font-size:  20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.comment_form .form_group,
.callback_form .form_group {
    margin-bottom: 15px;
}
.comment_form .form_input,
.callback_form .form_input{
    height: 44px;
}
.comment_form .button,
.callback_form .button {
    width: 100%;
    font-size: 20px;
    padding: 8px 0;
}
.callback_form .button {
    margin: 5px 0 3px;
}
#comments_container a.button {
    display: block;
    width: 343px;
    max-width: 100%;
    padding: 10px 0;
    font-size: 18px;
}
#comments_container a.button span {
    display: inline-block;
    padding: 5px 35px 5px 60px;
    text-align: left;
    line-height: 24px;
    background: url(../images/sprite.png) no-repeat 1px -29px;
}
.comment_list {
    margin: 0 0 15px 0;
}
.comment_header {
    font-size: 18px;
}
.post_page #comments {
    padding: 25px;
    border: 2px solid #ffcc00;
    margin: 0 0 30px 0;
}
.admin_note {
    margin-top: 15px;
    padding-left: 20px;
}
#comments_heading {
    margin: 25px 0 0 0;
}
.no_comments {
    margin-bottom: 15px;
}
.comment_name {
    font-weight: bold;
}
#comments_heading span{
    display: inline-block;
    padding: 12px 35px 12px 60px;
    border-radius: 4px 4px 0 0;
    color: #ffcc00;
    font-weight: 500;
    font-size: 16px;
    background: #323232 url(../images/sprite.png) no-repeat 15px -1000px;
}
/*Контакты*/
#contact_info .h1 {
    margin-bottom: 15px;
}
.contact_group {
    margin-bottom: 20px;
    overflow: hidden;
}
.contact_group i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.contact_group .icon_tel {
    background-position: 0px -128px;
}
.contact_group .icon_mail {
    background-position: 0px -170px;
}
.contact_group .icon_work {
    background-position: 1px -252px;
}
.contact_group .icon_address {
    background-position: 0px -214px;
}
.contact_label {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    line-height: 40px;
}
.contact_data {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.contact_data.two_lines {
    margin-top: 3px;
}
.two_lines > span {
    display: block;
}
#contact_form form {
    margin-top: 20px;
}
#contact_form .button {
    padding: 11px 55px 10px;
}
#contact_body  {
    margin: 15px 0;
}
/* @group Корзина */
#cart_form {
    margin-bottom: 25px;
}
.marked::after {
    content: "*";
    color: #ffcc00;
    margin-left: 3px;
}
.cart_form .marked {
    display: inline-block;
}
.form_subhead {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.cart_payment {
    margin-bottom: 10px;
    overflow: hidden;
}
.delivery_list {
    margin-bottom: 20px;
}
.delivery_list:nth-child(odd) {
    clear: both;
}
.input_delivery {
    position: absolute;
    z-index: -1;
    height: 0;
    width: 0;
    opacity: 0;
}
.delivery_label {
    display: block;
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
}
.delivery_label::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width  : 13px;
    height : 13px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    margin : 0 3px 0 0;
}
.active.delivery_label::before{
    box-shadow: inset 0 0 0 2px #fff;
    background-color: #ffcc00;
}
.delivery_list .delivery_description {
    padding-left: 20px;
}
.delivery_description {
    margin: 15px 0;
}
.delivery_name img {
    margin-top: -5px;
    vertical-align: middle;
    margin-right: 5px;
}
.purchase_list {
    border: 1px solid #d6d6d6;
    border-radius: 4px 4px 0 0;
    margin-top: 20px;
    font-size: 16px;
}
.purchase_row > div {
    padding: 6px;
    text-align: center;
}
.total_row  {
    padding: 5px;
    text-align: right;
}
.purchase_row + .purchase_row  {
    border-top: 1px solid #d6d6d6;
}
.purchase_name a{
    font-size: 16px;
    text-decoration: underline;
}
.purchase_name a:hover {
    text-decoration: none;
}
.cart_preorder {
    color: #EB4B0C;
    font-weight: bold;
}
.purchase_list .amount {
    display: inline-block;
    width: 78px;
    background-color: #efefef;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align:  center;
    overflow: hidden;
}
.purchase_amount,
.purchase_remove {
    line-height: 0;
}
.remove_icon {
    width: 14px;
    height: 14px;
    color: #EB4B0C;
}
.total_wrap {
    padding: 5px;
    text-align:  center;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
#cart_form .button {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.coupon {
    margin: 20px 0;
}
.input_coupon {
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 33px;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 300;
    margin: 4px 5px 5px 0;
}
.coupon_button {
    vertical-align: top;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 5px;
    background-color: #efefef;
    height: 33px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
    color: #a1a1a1;
}
.coupon_button:hover {
    color: #000;
}
.coupon_discount {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 31px;
    padding: 0 7px;
    margin-top: 4px;
}
.pay_del {
    margin-bottom: 10px;
}
.cart_form .form_input,
.login_form .form_input,
.register_form .form_input,
.user_form .form_input,
.cart_form .form_textarea {
    width: calc(100% - 100px);
}
.cart_form  label,
.login_form  label,
.register_form label,
.user_form label {
    width: 95px;
    display: inline-block;
    vertical-align: middle;
}
.cart_form  .textarea_label {
    vertical-align: top;
    margin-top: 10px;
}
.registration_block {
    margin-bottom: 30px;
}
.reg_text {
    margin: 15px 0;
    line-height: 1.5;
}
.order_details{
    margin: 25px 0;
}
table.order_info{
    width: 100%;
    margin: 20px 0 25px;
}
table.order_info td {
    padding: 10px;
    border: 1px dotted #dfdfdf;
}
.method {
    margin: 20px 0 10px;
    font-size: 18px;
}
.method_form {
    margin: 20px 0 0;
}
.receipt {
    max-width: 496px;
}
.password_remind label {
    display: block;
    margin-bottom: 5px;
}
.password_remind .form_input {
    max-width: 360px;
}
.password_remind .button {
    margin: 0 0 25px;
}
/*Кнопка вверх*/
.to_top {
    width: 42px;
    height: 26px;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9999;
    display: block;
    margin-bottom: 7px;
    background: url(../images/up-arrow.png) no-repeat left 0px;
    cursor: pointer;
}
.to_top:hover {
    background-position: left bottom;
}
.post_text {
    line-height: 1.5;
}
/*Вкладки в катрочке товара*/
#description {
    line-height: 1.4;
}
#tabs {
    margin-bottom: 30px;
}
#tabs .tabs_list li {
    display: inline-block;
    padding: 9px 35px;
    margin: 0 1px 0 0;
    list-style: none;
    cursor: pointer;
    background-color: #323232;
    border-radius: 4px 4px 0 0;
    color: #ffcc00;
    font-weight: 500;
    font-size: 16px;
}
#tabs li.tab_active,
#tabs .accord_heading.tab_active {
    background-color: #ffcc00;
    color: #323232;
}
 #tabs .accord_heading {
    display: none;
    cursor: pointer;
    padding: 10px;
    background-color: #323232;
    color: #ffcc00;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 2px solid #ffcc00;
}
#tabs .tab_content {
    display: none;
    padding: 30px;
    border: 2px solid #ffcc00;
}
#tabs .tab_content_active {
    display: block;
}
#tabs .tabs_list span,
#tabs .accord_heading span {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 5px;
}
.t_desc {
    padding-left: 35px;
    background: url(../images/sprite.png) no-repeat -2px -646px;
}
.t_comment {
    padding-left: 42px;
    background: url(../images/sprite.png) no-repeat 1px -689px;
}
.t_features {
    padding-left: 34px;
    background: url(../images/sprite.png) no-repeat 0 -729px;
}
#tabs .accord_heading .accord_arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ffcc00;
    padding: 0;
}
#tabs .tab_active .accord_arrow  {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #323232;
}
#tabs .accord_heading:first-child {
    border-top: 2px solid #ffcc00;
}
.features {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features li {
    padding: 8px 5px 8px 5px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}
.features label {
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 30%;
    float: left;
    font-size: 12px;
    line-height: 18px;
}
.features span {
    float: left;
    display: block;
    width: 70%;
    padding-left: 15px;
    line-height: 18px;
}
#related_products{
    margin: 25px 0 0px;
}
#related_products .h1 {
    margin-bottom: 15px;
}
#call_bottom {
    margin-bottom: 20px;
}
#call_bottom form {
    width: 100%;
    border-radius: 4px;
    background-color: #dededc;
    padding: 20px 25px 25px;
    overflow: hidden;
}
#call_bottom .call_group {
    float: left;
    padding-right: 15px;
    width: 33.333333%;
}
#call_bottom label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #323232;
    margin-bottom: 15px;
}
#call_bottom .form_input {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    height: 48px;
    padding: 0 7px;
    margin-bottom: 15px;
}
#call_bottom .button {
    float: right;
    width: 28%;
    padding: 10px 0;
    font-size: 20px;
    margin-top: 39px;
}
/*Страницы*/
.remind_pass {
    display: block;
    margin-bottom:  15px;
}
.remind_pass span {
    text-decoration: underline;
    color: #edbe00;
}
.remind_pass:hover span {
    text-decoration: none;
}
.login_form ,
.register_form,
.user_form {
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 460px;
}
.register_form .button {
    padding: 10px 20px;
    margin-bottom: 10px;
}
/* Рейтинг товара */
.products .rating {
    margin-bottom: 10px;
}
.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;
}
/* Сравнение */
.remove_link {
    display: inline-block;
    color: #ff3100;
    margin-bottom: 10px;
}
.comparison_left {
    float: left;
    width: 30%;
    margin-bottom: 30px;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin-bottom: 30px;
}
.compare_controls {
    position: relative;
}
.compare_show{
    position: absolute;
    left: 0;
    bottom: 0;
}
.comparison_item {
    text-align: center;
}
.cell {
    padding: 7px;
    border-bottom: 1px solid #d6d6d6;
}
.cprs_rating {
    padding: 7px 0 10px;
    border-bottom: 1px solid #d6d6d6;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.comparison_page .slick-prev,
.comparison_page .slick-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 160px;
}
.comparison_page .slick-prev{
    left: 5px;
}
.comparison_page .slick-next {
    right: 5px
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 0;
}
.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    color: #000;
}
.compare_show a span {
    border-bottom: 1px dashed #ffb000;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}