@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('Open Sans Regular'), url(../fonts/Open Sans-Regular.ttf) format('ttf');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Italic'), url(../fonts/Open Sans-Italic.ttf) format('ttf');
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), url(../fonts/Open Sans-Bold.ttf) format('ttf');
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold Italic'), url(../fonts/Open Sans-BoldItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 700
}


@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans-SemiBold'), url(../fonts/Open Sans-SemiBold.ttf) format('ttf');
    font-style: italic;
    font-weight: 700
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a {
    background: 0 0
}

:active, :focus, :hover {
    outline: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

ol, ul {
    list-style: none
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button {
    overflow: visible
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

button, input, select[multiple], textarea {
    background-image: none
}

input, select, textarea {
    border-radius: 0;
    box-shadow: none
}

input, textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

[placeholder]:focus::-moz-placeholder {
    color: transparent
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

[placeholder]:focus::placeholder {
    color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b, strong {
    font-weight: 700
}

body {
    max-width: 1200px;
    color: #fff;
    background: #1A1A1A;
    font-family: "Open Sans", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    background-image: url(../images/body-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.main__catalog.grid p,
.main__catalog.grid h1,
.main__catalog.grid h2 {
    color: #ccc;
}

.disabled {
    display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, .wysiwyg blockquote::before, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-family: 'Open Sans', Tahoma, sans-serif;
    color: #fff
}

.h1, .wysiwyg h1 {
    font-size: 32px;
    line-height: 40px
}

.h2, .wysiwyg h2 {
    font-size: 26px;
    line-height: 40px
}

.h3, .wysiwyg blockquote::before, .wysiwyg h3 {
    font-size: 20px;
    line-height: 30px
}

.h4, .wysiwyg h4 {
    font-size: 16px;
    line-height: 20px
}

.h5, .wysiwyg h5 {
    font-size: 14px
}

.h_upcase {
    text-transform: uppercase
}

.checkbox:disabled + label, .radio:disabled + label {
    color: #d2d2d2
}

.select2 {
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100%
}

.select2-container {
    width: 100%
}

.select2-container + select {
    display: block;
    margin: -21px 12px 0 0;
    visibility: hidden;
    height: 20px;
    z-index: -1
}

.select2-container .select2-choice {
    height: 40px;
    padding: 7px 8px;
    border: 1px solid #999;
    color: #272727;
    border-radius: 0;
    background-color: #2b2b2b;
    background-image: none
}

.select2-container .select2-choice:hover {
    border: 2px solid #22b5cd;
    padding: 6px 7px
}

.select2-container-disabled .select2-choice:hover {
    border: 1px solid #ddd;
    padding: 7px 8px
}

.select2-container-disabled .select2-arrow:hover {
    right: 0;
    top: 0
}

.select2-dropdown-open .select2-choice {
    border: 2px solid #22b5cd;
    border-bottom: none;
    padding: 6px 7px
}

.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 2px solid #22b5cd;
    border-top: none
}

.select2-container.select2-drop-above .select2-choice {
    border: 2px solid #22b5cd;
    border-radius: 0
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none
}

.select2-drop, .select2-drop.select2-drop-above {
    box-shadow: none;
    color: #bfbfbf;
}

.select2-drop-active {
    border: 2px solid #f68827;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 2px solid #22b5cd
}

.select2-container .select2-choice .select2-arrow {
    width: 18px;
    border-left: none;
    border-radius: 0;
    background-image: none;
    background-color: #2b2b2b;
}

.select2-container .select2-choice:hover .select2-arrow {
    right: -1px;
    top: -1px
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 3px 16px;
    background-image: url(../images/icon-arrow_down.png) !important;
    background-size: 60% !important;
}

.select2-search {
    margin-bottom: 8px
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-dropdown-open .select2-choice, .select2-search input {
    box-shadow: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -96px 16px
}

.select2-results {
    padding: 0;
    margin: -3px 0 0
}

.select2-results .select2-result-label {
    padding: 8px 7px 6px
}

.select2-results .select2-highlighted {
    background: #009fff;
    color: #fff
}

.select2-results li {
    list-style: none;
    display: list-item;
    background: #404040;
}

.select2-container-multi .select2-choices .select2-search-choice, .select2-container-multi.select2-container-active .select2-choices {
    box-shadow: none
}

.select2-drop.select2-drop-above {
    border-radius: 0
}

.select2-drop.select2-drop-above .select2-results {
    margin-top: 0
}

.select2-container .select2-choice .select2-chosen {
    margin-right: 10px
}

.select2-container.noborder:hover .select2-choice {
    border-color: #f68827
}

.select2-container.noborder .select2-choice {
    border-color: transparent
}

.select2-container.select2-dropdown-open.noborder .select2-choice {
    border-color: #f68827
}

/*----------------main__header------------------*/

.main__header {
    background: #262626;
    margin-bottom: 5px;
}

.main-header-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

ul.marcker-display {
    list-style-type: disc;
    margin-left: 20px;
}

/*----------------main__header end------------------*/
.badge {
    padding: 6px 10px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 3px;
    background-color: #262626;
    color: #fff;
    line-height: 1em;
    border: 1px solid #555;
}

.badge_light-blue {
    background-color: #22b5cd
}

.badge:empty {
    display: none
}

.best-brands {
    position: relative;
    padding: 10px 0 0;
    min-height: 50px;
    text-align: center;
    border: 1px solid #d2d2d2;
    background: #f4f4f4
}

.best-brands__title {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 30px;
    background: #f4f4f4
}

.best-brands__item {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.best-brands__img {
    vertical-align: middle
}

.brand__item {
    display: inline-block;
    width: 270px;
    margin: 0 20px 20px 0;
}

.breadcrumbs {
    color: #b8b8b8
}

.breadcrumbs ul {
    margin-bottom: 0;
}

.breadcrumbs ul li {
    position: relative;
    padding-right: 30px;
    display: inline
}

.breadcrumbs ul li:after {
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon-arrow-small_right.png) center center no-repeat;
    content: ""
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li a:hover {
    color: #22b5cd
}

.btn {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: #fff;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active {
    background-color: #ff7c00  !important;
    box-shadow: inset 0 0 0 1px #ff7c00 
}

.btn:not(:disabled):not(.btn_disabled):hover {
    background-color: #f68c2f
}

.btn:disabled, .btn_disabled {
    color: #b8b8b8;
    box-shadow: inset 0 0 0 1px #c5c5c5;
    cursor: default
}

.btn__label {
    line-height: 1;
    vertical-align: middle
}

.btn_success,
.btn-block {
    padding: 0 0 0 40px;
    width: 155px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    background: url(../images/icon-cart_white2.png) 20px center no-repeat #009fff;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 15px !important;
}

.btn_cart {
    padding: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: center no-repeat #009fff;
    cursor: pointer;
    border-radius: 2px;
}

.btn_cart#add-product-to-cart {
    width: 160px;
}

.cart-mini__bottom .btn-block {
    width: 100%;
    color: #fff !important;

}

button#add-product-to-cart {
    background: url(../images/icon-cart_white2.png) 20px center no-repeat #ff7c00;
}

button#add-product-to-cart:hover,
button#add-product-to-cart:active {
    background: url(../images/icon-cart_white2.png) 20px center no-repeat #009fff !important;
    box-shadow: inset 0 0 0 1px #78c1ec;
}

button#add-product-to-cart[disabled] {
    background: url(../images/icon-cart_white2.png) 20px center no-repeat #999 !important;
    color: #fff;
}

button#add-product-to-cart[disabled]:hover,
button#add-product-to-cart[disabled]:active {
    background: url(../images/icon-cart_white2.png) 20px center no-repeat #999 !important;
    color: #fff;
    box-shadow: inset 0 0 0 1px #c5c5c5;
}

.btn_cart:hover {
    background-color: #2cc3dc;
}

.btn_success:hover {
    background-color: #ce6d16 !important
}

.btn_success:active {
    background: url(../images/icon-cart_white2.png) 20px center no-repeat #f78827 !important;
}

.btn_primary {
    background-color: #f78827;
}

.btn_primary:hover {
    background-color: #e27515 !important
}

.btn_primary:active {
    background-color: #e27515 !important;
    box-shadow: none;
}

.btn_white {
    color: #000
}

.btn_white:active, .btn_white:hover {
    color: #fff
}

.btn_wide {
    width: 100%
}

.callback-button a {
    display: block;
    padding: 0 10px;
    width: 200px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    background: #3d891f;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    margin-left: 20px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;

}

.callback-button a:hover {
    background-color: #397d1e;
}

.callback-button a:focus {
    outline: none;
}

.callback-button {
    position: relative;
}

.btn_big {
    padding: 16px 22px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #f78827;
}

.btn_login-button {
    display: inline-block;
    padding: 8px 15px 8px 30px;
    background: url(../images/icon-login.png) 10px center no-repeat;
    color: #fff;
    line-height: 1em
}

.btn.btn_login-button:active {
    background: url(../images/icon-login.png) 10px center no-repeat !important;
}

.btn_login-button:hover, .btn_login-button_active {
    background-color: #22b5cd
}

.cart-box {
    margin-bottom: 50px;
    background: #fff
}

.cart-box__bottom {
    padding: 20px 100px 40px;
    text-align: right
}

.cart-box__subtotal {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700
}

.cart-item {
    position: relative;
    line-height: 128px
}

.cart-item:after {
    display: table;
    clear: both;
    content: ''
}

.cart-item__info {
    padding: 0 0 0 20px
}

.cart-item__info:after, .cart-item__info:before {
    content: '';
    display: table
}

.cart-item__info:last-child {
    margin-right: 0
}

.cart-item__info:after {
    display: table;
    clear: both;
    content: ''
}

.cart-item__thumbnail {
    position: relative;
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 18px;
    border: 2px solid #f68827;
}

.cart-item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.cart-item__content {
    position: absolute;
    top: 50%;
    left: 179px;
    -webkit-transform: translateY(-78%);
    transform: translateY(-78%);
    line-height: 1.5em
}

.cart-item__category {
    color: #b8b8b8
}

.cart-item__link {
    color: #22b5cd;
    cursor: pointer
}

.cart-item__quantity {
    clear: none;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    font-weight: 700
}

.cart-item__quantity:after, .cart-item__quantity:before {
    content: '';
    display: table
}

.cart-item__quantity:after {
    clear: both
}

.cart-item__quantity:last-child {
    margin-right: 0
}

.cart-item__price, .cart-item__summ {
    font-size: 16px;
    font-weight: 700
}

.cart-item__price:after, .cart-item__price:before, .cart-item__summ:after, .cart-item__summ:before {
    content: '';
    display: table
}

.cart-item__price:after, .cart-item__summ:after {
    clear: both
}

.cart-item__price:last-child, .cart-item__summ:last-child {
    margin-right: 0
}

.price-block-hidden {
    display: none;
}

.cart-item__action {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    cursor: pointer
}

.cart-item__action:hover {
    color: #f78827;
}

.cart-list__column {
    font-size: 16px;
    font-weight: 700;
}

.cart-list__column:after, .cart-list__column:before {
    content: '';
    display: table
}

.cart-list__column:after {
    clear: both
}

.cart-list__column:last-child {
    margin-right: 0
}

.cart-list__column_info {
    float: left;
    clear: none;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center
}

.cart-list__column_info:after, .cart-list__column_info:before {
    content: '';
    display: table
}

.cart-list__column_info:after {
    clear: both
}

.cart-list__column_info:last-child {
    margin-right: 0
}

.cart-list__item {
    border-bottom: 2px solid #333;
}

.cart-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.cart-list-header {
    background: #000;
    color: #fff
}

.cart-list-header:after {
    display: table;
    clear: both;
    content: ''
}

.cart-mini.active, .cart-mini.toggle-active, .cart-mini_active {
    display: block
}

.cart-mini__item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4
}

.cart-mini__item:after {
    display: table;
    clear: both;
    content: ''
}

.cart-mini__base-price {
    font-size: 12px;
    color: #7b7b7b;
}

.cart-mini .product-price {
    font-size: 14px;
}

.product-top-h1 {
    margin-top: 10px;
}

.cart-mini__link {
    color: #22b5cd
}

.cart-mini__bottom {
    padding: 25px;
    text-align: center
}

.cart-mini__delete-btn {
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    vertical-align: middle;
    display: block;
    width: 15px;
    height: 15px;
    color: #b8b8b8;
    line-height: 15px;
    text-align: center
}

.cart-mini__delete-btn:hover {
    color: #e4003a;
    cursor: pointer
}

.catalog-controls {
    padding-bottom: 25px;
    display: table;
    width: 100%
}

.catalog__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}

.content__wrapper {
    flex: 1 0 0;    
    padding: 0 10px;
}

.catalog-controls__col {
    display: table-cell;
    text-align: left
}

.catalog-controls__col_right {
    text-align: right
}

.catalog-filter {
    color: #333
}

.catalog-filter__button {
    padding: 22px 0;
    text-align: center
}

.catalog-filter__button .btn {
    border-radius: 2px;
    background-color: rgb(246, 136, 39);
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 18px 0;
    font-family: 'Open Sans-SemiBold' ;
}

.catalog-filter__button .btn:hover {
    color: #fff
}

.catalog {
    margin-left: -12px;
    margin-right: -11px
}

.catalog__items:after {
    display: table;
    clear: both;
    content: ''
}

.catalog__item {
    padding: 0 9px 18px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

@media (max-width: 400px) {
    .cart-item__thumbnail {
        margin: 0;
    }
}

.catalog__pagination {
    padding: 20px 0;
    text-align: center
}

.catalog__row {
    padding: 0 14px 1px
}

.catalog__category-item {
    display: inline-block;
    width: 280px;
    margin: 0 10px 40px 0;
    vertical-align: top;
}

.catalog__category-item a {
    color: #22b5cd;
}

.catalog__category-item a:hover {
    text-decoration: underline;
}

.catalog__category-item ul {
    list-style: none;
    font-size: 12px;
    padding-left: 15px;
}

.catalog__category-item ul a {
    color: #777;
}

.catalog__category-item-title {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.coupon-box {
    padding: 60px;
    background-color: #eeec51;
    text-align: center
}

.coupon-box__label {
    font-size: 26px;
    vertical-align: text-bottom
}

.coupon-box__input {
    margin: 0 15px;
    display: inline-block;
    width: 200px !important
}

.coupon {
    display: inline-block;
    color: #fff;
    background-color: #22b5cd;
    padding-left: 20px;
}

.detail-view {
    
}

.detail-view:last-child, .detail-view__item {
    margin-bottom: 0
}

.detail-view__title {
    margin: 0 5px 4px 0;
    display: inline-block
}

.detail-view__text {
    display: inline-block;
    font-weight: 700
}

.dropdown-menu {
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    padding: 20px 20px 15px;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    color: #ccc;
    cursor: default;
    line-height: initial;
    top: 100%;
    background: #262626;
}

.dropdown-menu__header {
    padding: 0 0 10px;
    color: #ccc
}

.dropdown-menu__item {
    line-height: initial;
    cursor: pointer
}

.dropdown-menu__link {
    padding: 3px 0;
    color: #f68c2f;
}

.dropdown-menu__link_exit {
    color: #ccc
}

.dropdown-menu__link:hover,
.dropdown-menu__link:hover a,
.header-cart__label:hover a {
    color: #f68c2f;
    text-decoration: underline;
}

.dropdown-menu__separator {
    margin: 10px 0;
    border-bottom: 1px solid #eee
}

.dropdown-menu_active {
    display: block
}

.dropdown-menu:before {
    position: absolute;
    top: -20px;
    left: calc(50% - 5px);
    border: 10px solid;
    border-color: transparent transparent #262626;
    content: ''
}

.fast-order:after, .fast-order:before {
    content: '';
    display: table
}

.fast-order:after {
    clear: both
}

.fast-order__inputs {
    margin: 10px 0 20px
}

.fast-order__inputs:after {
    display: table;
    clear: both;
    content: ''
}

.fast-order__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.fast-order__column:after, .fast-order__column:before {
    content: '';
    display: table
}

.fast-order__column:after {
    clear: both
}

.fast-order__column:last-child {
    margin-right: 0
}

.fast-order__bottom {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%;
    position: relative;
    left: 34.33333333333333%
}

.fast-order__bottom:after, .fast-order__bottom:before {
    content: '';
    display: table
}

.fast-order__bottom:after {
    clear: both
}

.fast-order__bottom:last-child {
    margin-right: 0
}

.filter-block {
    margin-bottom: 10px;
    background-color: rgb(38, 38, 38);
    font-size: 11px;
    color: rgb(178, 178, 178);
    text-transform: uppercase;
    line-height: 1.2;
}

.filter-block__title {
    padding: 19px 13px 19px;
    color: #fff;
    font-size: 12px;
}

.filter-block__title[data-collapse-summary] {
    background: url(../images/icon-arrow-small_down.png) right center no-repeat;
    background-position: 93% center;
}

.filter-block__title[data-collapse-summary].open {
    background: #333 url(../images/icon-arrow-small_up.png) right center no-repeat;
    background-position: 93% center;
}

.filter-block__title[data-collapse-summary] a {
    display: block;
}

.filter-block__title:hover a,
.filter-block__title a:focus,
.filter-block__title a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

.filter-block__body {
    padding: 0 13px 18px 13px;
}

.filter-block__list {
    margin-top: 18px;
}

.filter-block__list-item {
    display: block;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: 30px;
}

.categoty-update-link-block .checkbox__label_update  {
    cursor: pointer;
    font-weight: 500;
    display: block;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    line-height: 24px;
}

.categoty-update-link-block .checkbox__label_update:hover  {
    color: #fff !important;
}


.filter-block__list-item input {
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter-block__list-item label {
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    font-weight: 500;
    font-size: 12px;
}

.filter-block__list-item label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-position: bottom;
}

.filter-block__list-item .checkbox:checked~.checkbox__label::before {
    background-color: #007bff;
}

.checkbox:checked~.checkbox__label::before {
    color: #fff;
    background-color: #007bff;
}

.filter-block__list-item .checkbox:checked~.checkbox__label::before {
    border: 2px solid rgb(64, 64, 64);
    border-radius: 3px;
    background-color: rgb(51, 51, 51);
}

.filter-block__list_column_2 .filter-block__list-item {
    float: left;
    display: inline-block;
    width: 50%
}

.filter-block__list:after {
    display: table;
    clear: both;
    content: ''
}

.filter-block__range .filter-input {
    position: relative;
    display: inline-block;
    width: 100%
}

.filter-block__range .filter-input_range {
    margin-left: 8%;
    width: 46%
}

.filter-block__range .filter-input_range:before {
    line-height: 26px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    width: 24px;
    content: attr(sign-title);
    text-align: center;
    color: #666;
    background: #fff
}

.filter-block__range .filter-input__box {
    display: block;
    height: 46px;
    border: 0px;
    background: url(../images/icon-search.png) no-repeat #1f1f1f;
    background-position: 97% center;
    cursor: text
}

.filter-block__range .filter-input__control {
    position: relative;
    z-index: 3;
    padding: .4em 0 .4em 26px;
    box-sizing: border-box;
    width: 100%;
    background: 0 0;
    border: none;
    color: #fff;
}

.main__search-mobi #store-filter input[placeholder] {
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 .4em 26px;
}

.main__search-mobi .filter-block__title {
    padding: 10px 20px 0;
}

.filter-block__range .filter-input:first-child {
    margin-left: 0
}

.filter-block__list-item label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid rgb(64, 64, 64);
    border-radius: 3px;
    background-color: rgb(51, 51, 51);
}

.checkbox:checked~.checkbox__label::before {
    color: #fff;
    background-color: #007bff;
}

.filter-block__list-item .checkbox:checked~.checkbox__label::after {
    background-image: url(../images/svg/arron-checkbox.svg); 
    background-position: center;
}

.main__footer {
    margin-top: 10px;
}

.footer {
    padding: 15px 10px;
    background: #262626;
}

.footer__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.footer__group {
    padding-right: 20px;
}

.footer__item {
    padding: 5px 0;
    font-size: 12px;
    font-family: "Open Sans";
    color: #818181;
}

.footer__item.footer__item_time {
    padding-left: 20px;
    line-height: 8px;
}

.footer__item a {
    color: #f78827 !important;
}

.footer__item_mute {
    color: #b8b8b8
}

.footer__item_header {
    padding-bottom: 20px;
    font-size: larger;
    font-weight: 700
}

.form-group {
    padding-bottom: 20px
}

.form-group:after {
    display: table;
    clear: both;
    content: ''
}

.form-group__label {
    padding: 10px 0;
    font-weight: 700;
    margin-bottom: 0;
}

.form-group:last-child {
    padding-bottom: 0
}

.form-group_horizontal .form-group__controls:after, .form-group_horizontal .form-group__controls:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__controls:after {
    clear: both
}

.form-group_horizontal .form-group__hint {
    position: relative;
    left: 17.166666666666664%;
    padding: 5px 0
}

.form-group_horizontal .form-group__label {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.166666666666664%;
    margin-left: 0;
    margin-right: 3%;
    padding: 0;
    line-height: 38px
}

.form-group_horizontal .form-group__label:after, .form-group_horizontal .form-group__label:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__label:after {
    clear: both
}

.form-group_horizontal .form-group__label:last-child {
    margin-right: 0
}

.form-group_horizontal .form-group__input {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.form-group_horizontal .form-group__input:after, .form-group_horizontal .form-group__input:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__input:after {
    clear: both
}

.form-group_horizontal .form-group__input:last-child {
    margin-right: 0
}

.form-group_horizontal .form-group__help {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    line-height: 38px
}

.form-group_horizontal .form-group__help:after, .form-group_horizontal .form-group__help:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__help:after {
    clear: both
}

.form-group_horizontal .form-group__help:last-child {
    margin-right: 0
}

.has-error .form-group__help {
    color: #e01f2b
}

.has-success .form-group__help {
    color: #7dbe40
}

.grid {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    box-sizing: content-box
}

.grid-module-1 {
    width: 80px
}

.grid-module-2 {
    width: 180px
}

.grid-module-3 {
    width: 280px
}

.grid-module-4 {
    width: 380px
}

.grid-module-5 {
    width: 480px
}

.grid-module-6 {
    width: 580px
}

.grid-module-7 {
    width: 680px
}

.grid-module-8 {
    width: 780px
}

.grid-module-9 {
    width: 880px
}

.grid-module-10 {
    width: 980px
}

.grid-module-11 {
    width: 1080px
}

.grid-module-12 {
    width: 1180px
}

.cols {
    display: table;
    margin-left: -20px
}

.col {
    display: table-cell;
    box-sizing: content-box;
    padding-left: 20px;
    vertical-align: top
}

.demo-blocks {
    padding-bottom: 50px
}

.demo-block {
    display: none;
    margin: 1em 0 2em;
    padding: 1.5em 0;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAMvLy8zMzP///wAAACH5BAAAAAAALAAAAAAQABAAAAIglG+hq4jM3IFLJhqswNly/XkUEEqlcz4YuIoU+7qQVgAAOw==)
}

.demo-block_dark {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAIAAAJmZmWZmZiH5BAAAAAAALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7)
}

.demo-block_white {
    background-image: none;
    background-color: #fff
}

.demo-block_gray {
    background-image: none;
    background-color: #f4f4f4
}

.h-slider {
    position: relative
}

.h-slider__buttons {
    margin-bottom: 30px
}

.h-slider__buttons:after {
    display: table;
    clear: both;
    content: ''
}

.h-slider__buttons .btn {
    margin-right: 10px;
    float: right;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #b8b8b8;
    opacity: .5
}

.h-slider__buttons .btn.slick-disabled {
    box-shadow: none;
    opacity: .27;
    cursor: default
}

.h-slider__buttons .btn.slick-disabled:hover {
    background-color: transparent
}

.h-slider__buttons .btn:hover {
    background-color: #000 !important
}

.h-slider__buttons .btn:first-child {
    margin-right: 0
}

.h-slider__buttons_noclip {
    position: absolute;
    top: -57px;
    right: 0;
    margin-bottom: 0
}

.h-slider__next {
    height: 34px;
    width: 34px;
    padding: 0;
    background-image: url(../images/svg/h-slider__next.svg);
    background-size: contain
}

.h-slider__prev {
    height: 34px;
    width: 34px;
    padding: 0;
    background-image: url(../images/svg/h-slider__prev.svg);
    background-size: contain
}

.btn.h-slider__next:active {
    background-image: url(../images/svg/h-slider__next.svg) !important;
    background-size: contain
}

.btn.h-slider__prev:active {
    background-image: url(../images/svg/h-slider__prev.svg) !important;
    background-size: contain
}


.h-slider__prev.btn {
    margin-right: -1px
}

.h-slider__slides {
    margin: 0 -10px -4px;
    font-size: 0
}

.h-slider__slide {
    display: inline-block;
    margin: 0 10px 6px;
    font-size: 14px
}

.h2 + .h-slider {
    margin-top: 30px
}

.h3 + .h-slider {
    margin-top: 30px
}

.header {
    position: relative;
    height: 140px
}

.header__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.header__logo-link {
    display: block
}

.header-logo {    
    width: 240px;
    margin-left: 15px;
}

.header-logo img {    
    max-width: 250px;
    width: 100%;
}

.header-logo-image {
    vertical-align: middle
}

.redisine-phones {
    overflow: hidden;
    margin-top: 10px;
}

.phone-kyivstar,
.phone-mts,
.phone-life {
    padding-left: 25px;
}

.phone-mts {
    background: url('../images/mts-icon.png') no-repeat;
}

.phone-kyivstar {
    background: url('../images/icon-36x36-kyivstar.png') no-repeat;
}

.phone-life {    
    background: url(../images/lifecell-icon.png) no-repeat;
    background-size: 17px;

}

.redisine-phones .redisine-phone {
    float: left;
    color: #ccc
}

.redisine-phones .redisine-phone + .redisine-phone {
    margin-left: 15px;
}

.redisine-phone img {
    vertical-align: middle;
    height: auto;
    width: auto;
}

.main__search-mobi > .redisine-phones {
    overflow: hidden;
    padding: 10px 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-description {
    margin-left: 36px;
    color: #b8b8b8;
    line-height: 140px
}

.header-phone {
    margin-left: 50px;
}

.header__phone {
    margin-top: 55px;
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.header-phone-callback {
    display: inline-block;
    padding-top: 5px;
    color: #22b5cd;
    text-decoration: none;
    border-bottom: 1px dashed #22b5cd
}

/*.header-cart {
    margin-top: 50px;
    float: right
}*/

.header-cart__icon {
    margin-top: 4px;
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/shopping-basket.png) no-repeat
}

.header-cart__icon > .badge {
    margin-top: -5px;
    float: right
}

.header-cart__text-wrap {
    float: right;
}

.header-cart__label {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 40%;
}

.header-cart__cost-title {
    color: #fff;
    font-weight: bold;
}

.header-cart__cost-price {
    display: inline-block;
    color: #fff;
    font-weight: 700
}

.quantity-goods {
    color: #ccc;
}

.header-cart__cart-toggle {
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../images/icon-arrow_down.png) center center no-repeat ;
}

.header:after {
    display: table;
    clear: both;
    content: ''
}

.in-stock {
    color: #fff
}

.in-stock::before {
    content: '';
    display: inline-block;
    margin-right: .3em;
    vertical-align: -.05em
}

.input {
    padding: 6px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-transition: background-color .35s, border-color .35s;
    transition: background-color .35s, border-color .35s
}

.input:focus {
    background-color: #f8fcfd;
    border: 1px solid #22b5cd;
    -webkit-transition: background-color .15s, border-color .15s;
    transition: background-color .15s, border-color .15s
}

.input[required]:not(:focus)::-webkit-input-placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input[required]:not(:focus)::-moz-placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input[required]:not(:focus):-ms-input-placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input[required]:not(:focus)::placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input_textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 122px;
    resize: none
}

.input_big {
    padding: 14px
}

.has-error .input {
    border: 1px solid #e01f2b;
    background-color: #fef3f4
}

.has-success .input {
    border: 1px solid #7dbe40;
    background-color: #f3f9ee
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background-color: #f9f9f9;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background-image: url(../images/fancybox_loading.gif);
    background-position: center center;
    background-repeat: no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 25%;
    width: 25%;
    height: 50%;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-image: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8)
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.linked-products {
    padding: 20px;
    background: #fff
}

.linked-products__total {
    position: relative;
    padding: 17px 0 0 50px
}

.linked-products__total:before {
    position: absolute;
    top: 55px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 30px;
    content: '='
}

.linked-products__total-price {
    padding: 10px 0 15px;
    font-size: 1.8em;
    font-weight: 700
}

.main {
    background: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main__hit-slider, .main__new-slider {
    padding: 20px 0
}

.main__recently-viewed-slider {
    padding: 40px 10px;
    background: #262626;
}

.main__best-brands {
    padding: 50px 0
}

.main__breadcrumbs {
    padding: 10px 30px
}

@media screen and (max-width: 1230px) {
    .main__breadcrumbs {
        display: none;
    }
}

.product-mini__title {
    color: #fff;
    text-align: left;
}

.main__hit-slider, .main__new-slider .slick-slide img {
    display: block;
    border: 1px solid #f68a2b;
    padding: 5px;
    box-shadow: 0 0 5px 0px #f68827;
}

.main__title {
    padding: 0 0 10px 30px;
    flex: 1 0 0;
}

.main__linked-products, .main__product-description {
    padding: 5px 0 0;
    box-sizing: border-box;
}

.main__product-tabs {
    margin-bottom: 10px;
    padding: 0;
}

.menu-catalog {
    position: absolute;
    display: none;
    width: 300px;
    z-index: 100;
    color: #fff;
    background-color: #2e2e2e;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.menu-catalog.toggle-active, .menu-catalog_active {
    display: block
}

.menu-catalog > ul > li:hover {
    background-color: #22b5cd !important
}

.menu-catalog > ul > li:hover > .menu-catalog-submenu {
    display: block
}

.menu-catalog > ul > li > a {
    padding: 7px 20px;
    display: block;
    cursor: pointer
}

.menu-catalog > ul > li.has-submenu {
    background: url(../images/menu-catalog_arrow_right.svg) 280px center no-repeat
}

.menu-catalog > ul > li > .menu-catalog-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px;
    display: none;
    width: 880px;
    min-height: 100%;
    color: #000;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.menu-catalog > ul > li > .menu-catalog-submenu > ul {
    vertical-align: top;
    padding: 0 10px;
    display: inline-block
}

.menu-catalog > ul > li > .menu-catalog-submenu > ul > li {
    padding-bottom: 15px;
    font-weight: 700
}

.menu-catalog > ul > li > .menu-catalog-submenu > ul > li > ul {
    padding-top: 5px;
    color: #888;
    font-weight: 400
}

.navbar-wrap {
    background-color: #2e2e2e;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.navbar__wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 10px;
}

.navbar__menu {
    float: left;
    height: 100%;
    color: #fff
}

.navbar__personal {
    float: right
}

.navbar__toolbar, .navbar__user {
    display: inline-block
}

.navbar:after {
    display: table;
    clear: both;
    content: ''
}

.top-menu-rigth-wrapper {
    display: flex;
}

.navbar__menu_rigth {
    padding-right: 20px;
}

.order-box {
    background: #262626;
    margin-bottom: 30px
}

.order-box__header {
    line-height: 50px
}

.order-box__header_normal {
    position: relative;
    padding: 10px 0 0;
    margin: 0 30px;
    font-size: 22px;
    border-bottom: 2px solid #ebebeb
}

.order-box__header_black {
    font-size: 14px;
    line-height: 50px;
    background: #000;
    color: #fff;
    border: none
}

.order-box__header_black:after {
    display: table;
    clear: both;
    content: ''
}

.order-box__header-content {
    padding: 0 30px
}

.order-box__header-link {
    vertical-align: middle;
    font-size: 14px;
    color: #b8b8b8
}

.order-box__header-select {
    margin-top: -8px;
    display: inline-block;
    width: auto
}

.order-box__body {
    padding: 30px
}

.order-box__subtotal {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px
}

.order-box__subtotal_big {
    font-size: 22px
}

.order-box__bottom {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #ebebeb
}

.order-box__bottom_left {
    text-align: left
}

.order-box__order-button {
    padding-top: 5px
}

.order-box__fast-order {
    padding: 20px 100px
}

.order-box-delivery:after, .order-box-delivery:before {
    content: '';
    display: table
}

.order-box-delivery:after {
    clear: both
}

.order-box-delivery-type {
    color: #fff;
}

.order-box-delivery__type:after, .order-box-delivery__type:before {
    content: '';
    display: table
}

.order-box-delivery__type:after {
    clear: both
}

.order-box-delivery__type:last-child {
    margin-right: 0
}

.order-box-delivery__address {
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%
}

.order-box-delivery__address:after, .order-box-delivery__address:before {
    content: '';
    display: table
}

.order-box-delivery__address:after {
    clear: both
}

.order-box-delivery__address:last-child {
    margin-right: 0
}

.order-form {
    margin-left: -30px
}

.order-form__row {
    padding-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.order-form__item {
    vertical-align: top;
    padding-left: 30px;
    display: table-cell
}

.order-item {
    padding: 15px 0;
    font-size: 18px
}

.order-item:after {
    display: table;
    clear: both;
    content: ''
}

.order-item:last-child {
    padding-bottom: 0
}

.order-item:first-child {
    padding-top: 0
}

.order-item__name {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0;
    margin-right: 3%
}

.order-item__name:after, .order-item__name:before {
    content: '';
    display: table
}

.order-item__name:after {
    clear: both
}

.order-item__name:last-child {
    margin-right: 0
}

.order-item__quantity {
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%
}

.order-item__quantity:after, .order-item__quantity:before {
    content: '';
    display: table
}

.order-item__quantity:after {
    clear: both
}

.order-item__quantity:last-child {
    margin-right: 0
}

.order-item__price {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: right
}

.order-item__price:after, .order-item__price:before {
    content: '';
    display: table
}

.order-item__price:after {
    clear: both
}

.order-item__price:last-child {
    margin-right: 0
}

/*-----Block profil-----*/

.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /*border: 1px solid #f68c2f;*/
}

.menu-box, #shopping-cart-widget {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 130px;
    min-width: 130px;
    background: #1f1f1f;
    color: #cccccc;
    padding: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

.menu-box:before, #shopping-cart-widget:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #333333;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.menu-box:hover:before, 
#shopping-cart-widget:hover:before {
    border-color: #f68827;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.menu-box-icon.profile-icon {
    background-image: url(../images/computer.png);
}

.menu-box-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-box .first-row, .menu-box .second-row {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu-box .second-row {
    height: 40%;
}

/*------End Block profil------*/

.catalog__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination > li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(64, 64, 64);
    border-radius: 3px;
    background-color: rgb(51, 51, 51);
    color: #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px 5px;
}

.pagination > li.active a, .pagination > li.selected a, .pagination > li:not(.disabled):hover a{
    background-color: #f68827;
    border-color: #fbae00;
    color: #fff;
}

/*.pagination > li.prev, .pagination > li.previous {
    margin-right: 5px
}

.pagination > li.next {
    margin-left: 5px
}*/

.pagination > li.next, .pagination > li.prev, .pagination > li.previous {
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination > li.next.disabled, .pagination > li.prev.disabled, .pagination > li.previous.disabled {
    opacity: .5
}

/*.pagination > li > a, .pagination > li > span {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
}*/

.product-description {
    background-color: #262626;
    margin-bottom: 10px;
}

.product-description__entry {

}
.product-description__entry, .product-description__img-block {
    display: table-cell;
    vertical-align: top
}

.entry__toolbar {
    display: table;
    width: 100%
}

.entry__toolbar-item {
    display: inline-block;
    margin-right: 10px
}

.entry__toolbar-left {
    display: table-cell;
    text-align: left
}

.entry__toolbar-right {
    display: table-cell;
    text-align: right
}

h1.mobile_title {
	display: none;
}

@media (max-width: 992px) {
	h1.mobile_title {
		display: block;
		font-size: 26px;
		padding: 10px 0;
	}
	h1.prod-h1-mob {
		display: none;
	}

}

.entry__toolbar-left .entry__toolbar-button {
    margin-left: 0;
    display: flex;
    color: #b8b8b8;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    background: #333;
    justify-content: space-between;
}

.entry__toolbar-left .entry__toolbar-button .fa {
    width: 41px;
    display: flex;
    height: 41px;
    align-items: center;
    justify-content: center;
    background: #f54d19;
}

.favorite-text {
    height: 41px;
    color: #b6b6b6;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}

@media (max-width: 768px) { 
	.favorite-text {
		display: none;
	}
	.entry__toolbar.product-favorite-item {
		width: 41px;
		margin: 0;
	}
	.toolbar-buy-on-click {
		margin-left: 20px;
	}
	.callback-button a {
		margin: 0 !important;
	}
	.button-cart-wrapper {
	    flex-direction: row !important;
	}

}

.entry__toolbar-button .fa {
    width: 100%
}

.entry__toolbar-button:hover {
    color: #22b5cd;
    border-color: #22b5cd
}

.entry__title {
    padding-left: 15px;
}

.entry__variants {
}

.entry__variant {
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.entry__variant-title, .entry__variant-value {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.entry__variant-title {
    color: #bfbfbf;
    padding-bottom: 10px;
}

.entry__variant-value-select {
    border: none
}

.entry__price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 2px;
    font-size: 1.8em;
    background-color: #333;
}

.count-wrapper {
    background: #333;
    padding: 20px;
    margin-bottom: 15px;
}

#result-price {
    font-size: 36px;
    font-family: "Open Sans";
    color: rgb(246, 136, 39);
    line-height: 1.2;
}

.disabled-price-carusel {
    color: #ccc !important;
}

.entry__count {
    display: flex;
    align-items: center;
}

.button-cart-wrapper {
    display: flex;
    flex-direction: row;
}

.entry__count-label {
    display: table-cell;
    width: 70px;
    color: #b8b8b8
}

.entry__count-input {
    display: table-cell;
    width: 130px
}

.entry__subtotal {
    padding: 10px 0;
    color: #b8b8b8
}

.product-features {
    padding: 30px 0;
    display: table;
    width: 100%;
    background: #262626
}

.product-features__block {
    display: table-cell;
    width: 30%;
    background-position: 80px 5px;
    background-repeat: no-repeat
}

.product-features__block_delivery {
    background-image: url(../images/icon-delivery.png)
}

.product-features__block_payment, .product-features__block_warranty {
    background-image: url(../images/icon-payment.png)
}

.product-features__item {
    padding: 3px 0;
    margin-left: 40%
}

.product-features__header {
    margin-left: 40%;
    padding: 3px 0;
    font-weight: 700;
    text-transform: uppercase
}

.product-gallery-h3 {
    margin: 10px 0 0 10px;
    text-transform: uppercase;
}

.product-gallery-carousel,
.similar-products-slider {
    position: relative;
}

.product-gallery-carousel .owl-nav,
.similar-products-slider .owl-nav {
    position: absolute;
    top: -25px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.similar-products-slider .owl-nav {
    top: -35px;
}

.product-gallery-carousel .owl-nav .owl-prev,
.product-gallery-carousel .owl-nav .owl-next,
.similar-products-slider .owl-nav .owl-prev,
.similar-products-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background: #262626;
    border-radius: 3px;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bfbfbf;
}

.owl-carousel .owl-nav.disabled {
    display: flex !important;
}

.product-gallery-carousel .gallery-arrow-left,
.product-gallery-carousel .gallery-arrow-right,
.similar-products-slider .gallery-arrow-left,
.similar-products-slider .gallery-arrow-right {
    width: 15px;
    height: 15px;
}


.product-gallery-carousel .gallery-arrow-left path,
.product-gallery-carousel .gallery-arrow-right path,
.similar-products-slider .gallery-arrow-left path,
.similar-products-slider .gallery-arrow-right path {
    fill: #bfbfbf;
}


.product-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

.product-gallery__body {
    flex-direction: row;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    margin: 0 auto;
}

.product-gallery__img-wrap {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    text-align: center;
    vertical-align: middle
}

.product-gallery__main-img {
    max-height: 100%;
    width: 100%
}

.product-gallery__main-img + img {
    background-color: #fff
}

.product-gallery__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -5px;
}

.product-gallery__label {
    margin-top: 10px;
}

.product-gallery__label::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 5px solid #d94421;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.product-gallery__nav-item {
    position: relative;
    display: block;
    margin: 15px 8.5px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    vertical-align: bottom;
    border: 3px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s
}

.product-gallery-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.product-gallery__nav-item.is-active, .product-gallery__nav-item:hover {
    border-color: #009fff
}

.product-gallery__nav-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}

.product-horizontal {
    position: relative;
    padding: 3px;
    display: table;
    width: 100%;
    background: #fff;
    background-clip: padding-box;
    text-align: left
}

.product-horizontal__label {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 1;
    pointer-events: none
}

.product-horizontal__thumbnail {
    position: relative;
    padding: 3px;
    display: table-cell;
    overflow: hidden;
    width: 135px;
    height: 135px
}

.product-horizontal__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.product-horizontal__content {
    display: table-cell;
    padding: 15px;
    vertical-align: top
}

.product-horizontal__title {
    display: block;
    padding-bottom: 10px;
    color: #22b5cd;
    font-size: 15px;
    text-decoration: underline
}

.product-horizontal__title:hover {
    text-decoration: none
}

.product-horizontal:hover, .product-horizontal_hover {
    box-shadow: inset 0 0 0 3px #22b5cd
}

.product-horizontal__price {
    font-size: 1.4em
}

.product-horizontal__content-row {
    display: table;
    width: 100%
}

.product-horizontal__column-title {
    display: table-cell
}

.product-horizontal__column-price {
    display: table-cell;
    width: 180px;
    vertical-align: middle
}

.product-horizontal__column-cart {
    display: table-cell;
    width: 130px;
    vertical-align: middle
}

.product-horizontal__stock {
    padding: 10px;
    text-align: center
}

.product-horizontal-extra {
    display: table
}

.product-horizontal-extra__item {
    display: table-cell;
    padding: 0 10px 0 0
}

.product-horizontal-extra__item_button {
    padding-left: 15px
}

.product-horizontal-extra__item_button:hover {
    color: #22b5cd
}

.product-horizontal-extra__item_button_active {
    color: #93cd22
}

.product-horizontal-extra__item_reviews {
    text-decoration: underline
}

.product-label {
    position: relative;
    color: #fff;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px;
    pointer-events: none
}

.product-gallery.js-product-gallery .product-label {
    padding: 5px 15px;
    font-size: 0.9em;
}

.product-label .product-label_hit {
    content: '';
    bottom: -5px;
    left: 0;
}

.product-label_left {
    margin-left: -6px;
    margin-right: 0
}

.product-label_discount {
    background: #ffe800
}

.product-label_new {
    background: #93cd22
}

.product-label_hit {
    background: #f54d19
}

.product-label_slim {
    height: auto;
    border-radius: 25px
}

.product-label_slim .product-label__text {
    line-height: 2em
}

.product-linked {
    position: relative;
    text-align: center
}

.product-linked__thumbnail {
    position: relative;
    display: block;
    height: 110px;
    overflow: hidden
}

.product-linked__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.product-linked__info {
    padding: 10px;
    font-size: 16px
}

.product-linked__title {
    padding: 0 0 10px
}

.product-linked__link {
    color: #22b5cd;
    text-decoration: underline
}

.product-linked:before {
    position: absolute;
    top: 55px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-size: 30px;
    content: '+'
}

.product-linked:first-child:before {
    display: none
}

.product-linked__checkbox {
    position: absolute;
    top: 5px;
    right: 50px;
    z-index: 1
}

.product-linked:after {
    display: table;
    clear: both;
    content: ''
}

.product-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #333;
}

.product-mini__thumbnail {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 15px;
}

.similar-products-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: content-box;
}

.similar-products-item {
    display: flex;
    flex-direction: column;
    background: #262626;
    text-align: center;
    font-family: 'Open Sans';
}

.product-mini__img {
    /*border: 2px solid #fff;*/
    width: 100%;
}

.product-mini__info {
    padding: 10px;
    width: calc(100% - 95px);
}

.product-mini__link {
    color: #22b5cd
}

.product-mini:after {
    display: table;
    clear: both;
    content: ''
}

.cart-product-price {
    padding: 22px 0 20px 18px;
}

.product-price {
    padding-right: .15em;
    display: block;
    color: #f68827;
    font-weight: 700;
    line-height: 1.4em;
}

.catalog-top-goods-carousel .product-price {
    padding-right: .1em;
}

.product-artical {
    border-radius: 2px;
    background-color: rgb(31, 31, 31);
    padding: 12px;
    margin: 12px;
}

.product-card__sku {
    display: flex;
}

.product-artical .sku__lable {
    font-size: 14px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-artical .sku__value {
    font-size: 14px;
    color: #ff7c00;
    line-height: 1.2;
}

.entry__price .product-price_old {
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(128, 128, 128);
    text-decoration: line-through;
    line-height: 1.2;
}  

.product-price_old {
    position: relative;
    vertical-align: top;
    font-weight: 400;
    font-size: 12px;
    font-family: "Open Sans";
    color: #ccc;
    text-decoration: line-through;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.product-favorite-item {
    width: 220px;
    height: 41px;
    background: #333;
    margin-bottom: 10px;
}

.product-reviews:after, .product-reviews:before {
    content: '';
    display: table
}

.product-reviews:after {
    clear: both
}

.product-reviews__body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0;
    margin-right: 3%
}

.product-reviews__body:after, .product-reviews__body:before {
    content: '';
    display: table
}

.product-reviews__body:after {
    clear: both
}

.product-reviews__body:last-child {
    margin-right: 0
}

.product-reviews__body .alert {
    margin-top: 30px
}

.product-reviews__side {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%
}

.product-reviews__side:after, .product-reviews__side:before {
    content: '';
    display: table
}

.product-reviews__side:after {
    clear: both
}

.product-reviews__side:last-child {
    margin-right: 0
}

.product-reviews__stat {
    margin: 20px 0
}

.product-reviews__hint {
    color: #b8b8b8
}

.product-review-item {
    position: relative;
    margin: 30px 0 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #ebebeb
}

.product-review-item:first-child {
    margin-top: 0;
    padding-top: 0
}

.product-review-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.product-review-item__stat {
    margin-bottom: 10px
}

.product-review-item__rating-label {
    margin-right: 10px;
    margin-left: 8px;
    vertical-align: middle;
    color: #b8b8b8
}

.product-review-item__delivery {
    vertical-align: middle;
    color: #b8b8b8
}

.product-review-item__title {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px
}

.product-review-item__text {
    display: inline-block;
    color: #666;
    line-height: 18px
}

.product-review-item__footer {
    margin-top: 15px;
    color: #b8b8b8
}

.product-review-user {
    margin-bottom: 18px
}

.product-review-user__name {
    font-size: 15px
}

.product-spec__header {
    margin-bottom: 12px;
    font-weight: 700
}

.product-spec__body {
    margin-bottom: 30px;
    color: #bfbfbf;
}

.product-spec__body:last-child {
    margin-bottom: 0
}

.product-spec-item {
    position: relative;
    margin: 0;
    background: #262626
}

.product-spec-item__name {
    margin: 0 0 7px;
    display: inline-block;
    width: 49%;
    font-size: 15px;
    line-height: 17px;
    vertical-align: top;
    background: inherit
}

.product-spec-item__name-inner {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 0;
    background: inherit
}

.product-spec-item__name:after {
    position: absolute;
    right: 5px;
    left: 0;
    margin: .85em 0 0;
    height: 1px;
    width: 49%;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) repeat-x
}

.product-spec-item__value {
    display: inline-block;
    margin: 0 0 7px;
    width: 50%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: bottom;
    background: inherit
}

.product-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #262626;
    text-align: center;
    font-family: 'Open Sans';
}

.product-vertical__label {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1;
    pointer-events: none
}

.product-vertical__thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff
}

.product-vertical__price .product-price .ruble {
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.product-vertical__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-vertical__thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
    flex: 1 1 auto;
}

.product-vertical__content {
    padding: 15px 10px;
    background-color: #262626;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.product-vertical__content a:hover {
    color: #f68827;
    text-decoration: none;
}

.product-vertical__title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Open Sans";
    text-align: left;
}

.product-vertical__title:hover {
    text-decoration: none
}

span.product-spec-item__value-inner > p {
    margin: 0 !important;
}

.product-vertical-wrapper-price {
    display: flex;
    justify-content: space-between;
    background-color: #262626;
    padding: 0 12px 17px;
}

.product-vertical:hover .product-vertical__extra, .product-vertical_hover .product-vertical__extra {
    display: block
}

.product-vertical__price {
    font-size: 1.4em;
}

.product-vertical__extra {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgb(38, 38, 38);
}

.product-vertical-extra {
    font-size: 13px;
    text-align: left
}

.product-vertical-extra__top {
/*    display: block;
    overflow: hidden;
    margin: 0 15px;
    padding: 14px 0;
    border-top: 1px solid #dbdbdb*/
}

.product-vertical-extra__rating {
    margin-right: 10px;
    display: inline-block
}

.product-vertical-extra__reviews {
    display: inline-block;
    text-decoration: underline
}

.product-vertical-extra__reviews:hover {
    color: #22b5cd
}

.mark-wrap {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 999;  
}

.product-vertical-extra__stock,
.product-vertical_extra__top,
.product-vertical_label {
    position: relative;
    margin-top: 10px;
    font-size: 11px;
    font-family: "Open Sans";
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase; 
    width: max-content;  
}

.product-vertical-extra__stock {
    background: #009fff;
}

.product-vertical_extra__top {
    background: #36ab4f;
}

.product-vertical_label {
    background: #f68827;
}

.product-vertical-extra__stock::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 5px solid #0e5ba5;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.product-label__top_text::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 5px solid #308844;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.product-vertical_label::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 5px solid #d94421;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.product-vertical-extra__toolbar {
    padding: 12px;
    background: #e7e7e7
}

.product-vertical-extra__button {
    margin-right: 4px;
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid #cbcbcb;
    color: #b8b8b8;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}

.product-vertical-extra__button .fa {
    width: 100%
}

.product-vertical-extra__cart {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
}

.product-artical-cart {
    margin-top: 10px;
}

.product-artical-cart .product-card__sku {
    display: block;
    text-align: right;
}

.product-artical-cart .product-card__sku .sku__lable,
.product-artical-cart .product-card__sku .sku__value-cart {
    font-size: 10px;
    color: #818181;

}

.product-vertical-extra__cart a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.delivery-wrapper {
    background-color: #333;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #bfbfbf;
}

.promo-slider .slick__dot {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center
}

.promo-slider .slick__dot > li {
    margin: 7px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 3px solid #ddd
}

.promo-slider .slick__dot > li button {
    display: none
}

.promo-slider .slick__dot > li.slick-active {
    border-color: #22b5cd;
    background-color: #22b5cd
}

.promo-slider .slick__dot > li:hover {
    border-color: #22b5cd;
    cursor: pointer
}

.rating {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    width: 27px;
    height: 22px;
    margin-right: 14px;
    padding: 2px 0 0 2px;
    text-align: center;
    cursor: default;
    color: #fff;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #359e00;
    background: 0 0 !important
}

.rating[data-rate="1"] {
    border-color: #e35b40;
    color: #000
}

.rating[data-rate="1"] .rating__corner:after {
    background-color: #e35b40
}

.rating[data-rate="1"] .rating__triangle:after {
    background: #e35b40;
    border-color: #e35b40
}

.rating[data-rate="2"] {
    border-color: #e98f1a;
    color: #000
}

.rating[data-rate="2"] .rating__corner:after {
    background-color: #e98f1a
}

.rating[data-rate="2"] .rating__triangle:after {
    background: #e98f1a;
    border-color: #e98f1a
}

.rating[data-rate="3"] {
    border-color: #e4d100;
    color: #000
}

.rating[data-rate="3"] .rating__corner:after {
    background-color: #e4d100
}

.rating[data-rate="3"] .rating__triangle:after {
    background: #e4d100;
    border-color: #e4d100
}

.rating[data-rate="4"] {
    border-color: #b2ca0c;
    color: #000
}

.rating[data-rate="4"] .rating__corner:after {
    background-color: #b2ca0c
}

.rating[data-rate="4"] .rating__triangle:after {
    background: #b2ca0c;
    border-color: #b2ca0c
}

.rating[data-rate="5"] {
    border-color: #93cd22;
    color: #000
}

.rating[data-rate="5"] .rating__corner:after {
    background-color: #93cd22
}

.rating[data-rate="5"] .rating__triangle:after {
    background: #93cd22;
    border-color: #93cd22
}

.rating__corner {
    position: absolute;
    top: -4px;
    right: -11px;
    bottom: -4px;
    clip: rect(0, 13px, 26px, 1px);
    width: 12px
}

.rating__corner:after {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 22px;
    height: 25px;
    content: "";
    -webkit-transform: scaleX(.5) rotate(45deg);
    transform: scaleX(.5) rotate(45deg);
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: transparent;
    background: 0 0 !important
}

.rating__triangle {
    position: absolute;
    top: 3px;
    bottom: -2px;
    left: 0;
    z-index: 1;
    clip: rect(1px, 11px, 21px, 0);
    width: 12px;
    height: 26px
}

.rating__triangle:after {
    position: absolute;
    top: 1px;
    left: -8px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    -webkit-transform: scaleX(.5) rotate(45deg);
    transform: scaleX(.5) rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #359e00;
    background: 0 0 !important
}

span.required {
    color: red
}

.reviews-link {
    text-decoration: underline;
    cursor: pointer
}

.reviews-link:hover {
    color: #22b5cd
}

.rich-radio-body {
    height: 100%;
    display: table
}

.rich-radio-body__content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 10px 10px 10px 25px
}

.rich-radio-body__heading {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 700;
    vertical-align: middle;
}

.rich-radio-body__title {
    vertical-align: middle
}

.rich-radio {
    width: 100%;
    margin-bottom: 5px
}

.rich-radio__input {
    position: absolute;
    visibility: hidden;
    display: none
}

.rich-radio__input:checked + label {
    border-color: #f68827;
    color: #fff
}

.rich-radio__input:checked + label:after {
    display: block
}

.rich-radio__label {
    position: relative;
    width: 100%;
    display: table;
    color: #b8b8b8;
    cursor: pointer;
    -webkit-transition: border-color .5s ease-in-out, color .5s ease-in-out;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.rich-radio__label:hover {
    border-color: #22b5cd;
    -webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
    color: #b8b8b8
}

.rich-radio__label:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 15px;
    left: 0;
    border: 1px solid #f68827;
    border-radius: 9px;
    box-shadow: 0 1px 4px 0 rgba(44, 44, 44, .1) inset;
    box-sizing: border-box;
}

.rich-radio__label:after {
    position: absolute;
    content: '';
    display: none;
    width: 6px;
    height: 6px;
    top: 18px;
    left: 3px;
    background-color: #f68827;
    border-radius: 4px;
}

.rich-radio__input:checked + .rich-radio__label .rich-radio__aside, .rich-radio__label:hover .rich-radio__aside {
    background-color: #22b5cd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.order-box-delivery-type {
    display: flex;
    justify-content: center;
}

@media (min-width: 780px) and (max-width: 1200px) {
    .order-box-delivery-type {
        flex-direction: column;
    }
}

@media (min-width: 280px) and (max-width: 550px) {
    .order-box-delivery-type {
        flex-direction: column;
    }
}

.ruble {
    font-family: 'Open sans';
    text-transform: uppercase;
    font-size: 0.8em;
}

.search-bar {
    position: relative
}

.search-bar__wrapper {
    height: 45px;
    background-color: #1f1f1f;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}

.search-bar__catalog-button {
    position: relative;
    padding-left: 50px;
    display: block;
    float: left;
    width: 180px;
    line-height: 60px;
    background: url(../images/icon-menu.png) 20px center no-repeat;
    background-color: inherit;
    color: #fff
}

.search-bar__catalog-button:hover {
    background-color: #2e2e2e
}

.search-bar__input {
    display: block;
    margin: 0;
    border-radius: 0;
    width: 400px;
    padding: 0 15px;
    height: 46px;
    max-width: 400px;
    border: 1px solid #f68c2f;
    background: #1f1f1f;
    color: #fff;
}

input.search-bar__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background: inherit;
    border: 1px solid #f68c2f;
    font-size: 0;    
    background: url(../images/icon-search.png) no-repeat #1f1f1f;
    background-position: center;
}

.search-bar:after {
    display: table;
    clear: both;
    content: ''
}


@media screen and (max-width: 430px) {
    .search-bar__input {
        /*width: 320px;*/
        max-width: 90%;
    }
}

.sorter {
    margin-left: 15px
}

.sorter__description {
    padding-right: 10px;
    display: inline;
    font-weight: 700
}

.sorter ul {
    display: inline-block
}

.sorter li {
    display: inline-block
}

.sorter a {
    position: relative;
    margin: 0 10px;
    color: #f68c2f;
}

.sorter a:hover {
    border-bottom: 1px dashed #f68c2f;
    cursor: pointer
}

.sorter a.asc, .sorter a.desc {
    color: inherit;
    border-bottom: none
}

.sorter a.asc:after, .sorter a.desc:after {
    position: absolute;
    right: -15px;
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
    content: ""
}

.sorter a.asc:after {
    background: url(../images/icon-arrow-small_down.png) center center no-repeat
}

.sorter a.desc:after {
    background: url(../images/icon-arrow-small_up.png) center center no-repeat
}

.spinput {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.3;
    color: #000;
    padding: 0 1.8em;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 700;
    position: relative
}

.spinput__minus, .spinput__plus {
    position: absolute;
    display: inline-block;
    width: 1.8em;
    line-height: 1.4;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

.spinput__minus::before, .spinput__plus::before {
    font-size: 130%;
    content: '\2212'
}

.spinput__plus {
    left: auto;
    right: 0
}

.spinput__plus::before {
    content: '\2b'
}

.spinput__value {
    margin: 0;
    width: 38px;
    height: 38px;
    background-color: #2b2b2b;
    text-align: center;
    vertical-align: baseline;
    line-height: 1.9em;
    color: #ccc;
    border: 2px solid #404040;
    border-radius: 3px;
}

.spinput_rubber, .spinput_rubber .spinput__value {
    width: 100%
}

.switch {
    display: inline-table;
    table-layout: fixed;
    font-weight: 700;
    border-radius: 3px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch__item {
    display: table-cell
}

.switch__item:not(:first-child) {
    border-left: none
}

.switch-item__input {
    display: none
}

.switch-item__label {
    vertical-align: baseline;
    display: block;
    font-family: 'Open Sans', Tahoma, sans-serif;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-item__label:hover {
    color: #000;
    cursor: pointer
}

.switch-item__input:checked + .switch-item__label {
    color: #000;
    cursor: default
}

.switch-item__label-text {
    display: inline-block;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-item__input:checked + .switch-item__label > .switch-item__label-text, .switch-item__label:hover > .switch-item__label-text {
    border-bottom: none
}

.tabs-wrapper {
    padding: 0 !important;
}

.tabs {
    position: relative
}

.tabs__addons {
    margin-top: -50px;
    text-align: right
}

.tabs__item {
    margin-right: 14px;
}

.tabs__item .tabs__link:after,
.catalog-top-goods-carousel .summary:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 10px solid #f68c2f;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tabs__item .tabs__link.is-active {
    background: #f68c2f;
}

.tabs__link.is-active:after,
.tabs__item:hover .tabs__link:after {
    border: 10px solid #262626;
    border-top-color: transparent;
    border-left-color: transparent;
}

.wysiwyg {
    color: #bfbfbf;
}

.tabs__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.tabs__list_delivery {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs__item:hover .tabs__link {
    background: #f68c2f;
}

.tabs__item:hover .tabs__link:after {
    background: #f68c2f;
}


.tabs__item:hover:after {
    border: 10px solid #262626;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tabs__bodies {
    background-color: #333;
}

.tabs__body {
    padding: 30px
}

.tabs_classic .tabs__link {
    position: relative;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    line-height: 60px;
    width: 100%;
    background: #262626;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tabs_classic .tabs__link.is-active {
    text-decoration: none;
    color: inherit;
    cursor: default
}

.tabs__bodies > div {
    background-color: #262626;
}

.toolbar-button {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    color: #fff
}

.toolbar-button:hover, .toolbar-button_active {
    color: #22b5cd;
    cursor: pointer
}

.toolbar-button__label {
    display: inline-block;
    line-height: initial
}

.toolbar-button_dropdown {
    padding-right: 20px
}

.toolbar-button_dropdown:after {
    position: absolute;
    right: 0;
    padding-left: 6px;
    width: 12px;
    height: 12px;
    top: calc(50% - 5px);
    background: url(../images/icon-arrow_down.png) center no-repeat;
    content: ''
}

.navbar__user.menu-box:hover > .dropdown-menu {
    display: block
}

.toolbar-button .fa {
    color: #b8b8b8
}

.toolbar-button:hover .fa {
    color: inherit
}

.navbar__menu .top-menu {
    position: relative;
    height: 100%;
    font-size: 12px;
    margin-bottom: 0;
}

.top-menu__item {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    height: 100%
}

.navbar__menu .top-menu__item > a {
    display: inline-block;
    text-transform: uppercase;
    color: #ccc;
}

/*.top-menu__item:first-child {
    padding-left: 0
}*/

.navbar__menu .top-menu__item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    display: block;
    height: 10px;
    border-right: 1px solid #444;
    content: ''
}

.navbar__menu .top-menu__item:last-child:after {
    display: none
}

.navbar__menu .top-menu__item:hover,
.navbar__menu .top-menu__item_active,
.navbar__menu .top-menu__item.active {
    color: #fff;
    cursor: pointer;
    background: #f78827;
}

.navbar__menu .top-menu__item.active a,
.navbar__menu .top-menu__item:hover a {
    color: #fff;
}

.navbar__social .top-menu {
    margin-bottom: 0;
}

.navbar__social {
    color: #fff;
    font-size: 24px;
}

.navbar__social li a {
    font-size: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.navbar__social li:hover i {
    color: #f78827;
}

/* ---------------Header-menu----------------- */

/*.home-slider {
    padding: 0 10px;
}*/

.redisine-category-tile-wrapper {
    margin: 0 -5px 5px -5px;
    overflow: hidden;
}

.redisine-category-tile-col {
    padding: 5px;
    width: 20%;
    float: left;
}

.redisine-category-tile-item {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.redisine-category-tile-item:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.redisine-category-tile-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0; right: 0;
    border: 10px solid #f68c2f;
    border-top-color: transparent;
    border-left-color: transparent;
}

.redisine-category-tile-item:hover:after {
    border: 10px solid #272727;
    border-top-color: transparent;
    border-left-color: transparent;
}

.redisine-category-tile-item-overlay,
.redisine-category-tile-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border: 1px solid #f68c2f;*/
}

.redisine-category-tile-item-overlay{
	border: 1px solid #f68c2f;
}

.redisine-category-tile-name {
    margin-left: 6%;
    max-width: 50%;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
}

.redisine-category-tile-item:hover .redisine-category-tile-name {
    /*font-weight: bold;*/
}

.redisine-category-tile-item-overlay {
    background: rgba(41, 41, 41, .9);
}

.redisine-category-tile-item:hover .redisine-category-tile-item-overlay {
    background: rgba(247, 136, 39, .9);
}

.redisine-category-tile-icon {
    background-image: url('./cat-icon-border.png');
    width: 68px;
    height: 68px;
    background-size: 100% 200%;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 6%;
}

.redisine-category-tile-item:hover .redisine-category-tile-icon {
    background-position: 0 100%;
}

body.home .page-content {
    padding-top: 10px;
}

@media screen and (max-width: 1190px) {
    .redisine-header-logotype {
        width: 180px;
    }

    .redisine-category-tile-name {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 992px) {
    .redisine-category-tile-name {
        font-size: 1em;
    }

    .redisine-category-tile-col {
        width: 50%;
    }

    .redisine-header-content .flex-col-1 {
        display: none;
    }

    .redisine-header-menu-top-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        min-width: 200px;
        max-width: 340px;
        background: #333333;
        z-index: 9999;
        transition: all .5s;
    }

    .redisine-header-menu-top .top-links {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
    }

    .redisine-header-menu-top .top-links li.menu-item {
        float: none;
        display: block;
    }

    .redisine-header-menu-top .top-links li.menu-item + li.menu-item {
        margin: 0;
    }

    .redisine-header-menu-top .top-links li.menu-item a {
        float: none;
        display: block;
        padding: 0 15px;
    }

    .mega-menu.show-arrow > li.has-sub > a:after, .mega-menu.show-arrow > li.has-sub > h5:after {
        display: none;
    }

    .toggle-redisine-menu-top-close {
        position: absolute;
        top: 30px;
        left: 100%;
        background: #333333;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 26px;
        border-radius: 0 5px 5px 0;
    }

    .redisine-header-menu-top-wrapper.now-closed {
        left: -100%;
    }

    .toggle-redisine-menu-top-open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .redisine-header-menu-top .searchform-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }

    .redisine-header-menu-top .searchform-mobile .screen-reader-text {
        display: none; 
    }

    .redisine-header-menu-top .searchform-mobile input[type="text"] {
        display: block;
        width: 200px;
        max-width: 70vw;
        height: 40px;
        border-radius: 0;
        background: #262626;
        border: 0;
    }

    .redisine-header-menu-top .searchform-mobile button {
        display: block;
        width: 40px;
        height: 40px;
        background: #262626;
        border: 0;
    }

    .redisine-header-menu-bottom {
        display: none;
    }

    .redisine-header-wrapper .share-links {
        display: none;
    }

    .header-cart__icon {
        margin: 0 auto;
        width: 50px;
        height: 50px;
        display: block;
        background: url(../images/shopping-basket.png) center center no-repeat;
        background-size: 50%;
    }

    .menu-box, #shopping-cart-widget {
        padding: 5px;
    }

    #cart-widget .first-row {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 501px) {
    .redisine-category-tile-wrapper {
        margin: 0 -2px;
        overflow: hidden;
    }

    .redisine-category-tile-col {
        padding: 2px;
    }

    .redisine-category-tile-name {
        font-size: 0.9em;
    }

    .redisine-category-tile-icon {
        width: 50px;
        height: 50px;
    }

    .redisine-header-logotype {
        width: 100px;
    } 
    .slider-wraper {
        display: none;
    }
}

@media screen and (max-width: 400px){
    .redisine-category-tile-name {
        font-size: 0.8em;
    }
}



/*-------End header-menu------------*/

/*-------Home slider------------*/

.home-slider .item{
    position: relative;
}

.home-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    display: block;

}

svg.slider-arrow.slider-arrow-left {
    position: absolute;
    z-index: 999;
    left: 16px;
    top: 14px;
}

.home-slider .owl-prev:before {
    content: "";
    position: relative;
    border: 50px solid rgba(37, 37, 37, 0.902);
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 330;
    transition: 230ms all;
    display: block;

}

.home-slider .owl-next {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;

}

svg.slider-arrow.slider-arrow-right {
    position: absolute;
    z-index: 999;
    bottom: 16px;
    right: 14px;
}

.home-slider .owl-next .slider-arrow path,
.home-slider .owl-prev .slider-arrow path {
    fill: #fff;
    transition: all 230ms;
}

.home-slider .owl-next:before {
    content: "";
    position: relative;
    border: 50px solid rgba(37, 37, 37, 0.902);
    border-left-color: transparent;
    border-top-color: transparent;
    z-index: 330;
    transition: 230ms all;
    display: block;
}

.home-slider .owl-prev:hover:before {
    border-color: rgba(247, 136, 39, .9);
    border-right-color: transparent; 
    border-bottom-color: transparent;
}
.home-slider .owl-next:hover:before {
    border-color: rgba(247, 136, 39, .9);
    border-left-color: transparent; 
    border-top-color: transparent;
}
/*-------End Home slider------------*/

.wysiwyg:after {
    display: table;
    clear: both;
    content: ''
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 1em;
    margin-bottom: .5em;
    text-transform: uppercase
}

.wysiwyg ol, .wysiwyg ul {
    margin-bottom: 20px;
    list-style-position: inside
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ol {
    list-style-type: decimal
}

.wysiwyg em, .wysiwyg i {
    font-style: italic
}

.wysiwyg b, .wysiwyg strong {
    font-weight: 700
}

.wysiwyg a {
    color: #22b5cd;
    text-decoration: underline
}

.wysiwyg s, .wysiwyg strike {
    text-decoration: line-through
}

.wysiwyg u {
    text-decoration: underline
}

.wysiwyg sup {
    font-size: smaller;
    vertical-align: super
}

.wysiwyg sub {
    font-size: smaller;
    vertical-align: sub
}

.wysiwyg img ~ * {
    margin-left: 400px
}

.wysiwyg img {
    margin-left: 0;
    width: 100%;
    max-width: 380px;
    float: left
}

.wysiwyg p {
    margin-top: .75em;
    margin-bottom: .75em
}

.wysiwyg li img {
    display: block;
    margin-bottom: 20px;
    float: none
}

.wysiwyg blockquote {
    margin-bottom: 40px;
    padding: 20px 30px 30px;
    background: #c5c5c5
}

.wysiwyg blockquote::before {
    content: 'Важно';
    display: block;
    padding-top: .25em;
    padding-bottom: .75em;
    padding-left: 1.8em;
    background-position: left .25em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    text-transform: uppercase
}

.wysiwyg table.grid {
    table-layout: fixed;
    margin-bottom: 20px
}

.wysiwyg table.grid td {
    padding-right: 20px;
    vertical-align: top
}

.wysiwyg table:not(.grid) {
    width: 100%
}

.wysiwyg table:not(.grid) thead {
    color: #000;
    font-weight: 700;
    background-color: #22b5cd
}

.wysiwyg table:not(.grid) thead tr:not(:only-child) {
    border-bottom: 3px solid #fff
}

.wysiwyg table:not(.grid) thead tr:last-child {
    border-bottom: none
}

.wysiwyg table:not(.grid) thead tr:not(:first-child) th {
    padding-top: .85em;
    padding-bottom: .85em
}

.wysiwyg table:not(.grid) tbody:not(:first-of-type) {
    border-top: 3px solid #b0b0b0
}

.wysiwyg table:not(.grid) tbody:last-child {
    border-bottom: 3px solid #b0b0b0
}

.wysiwyg table:not(.grid) tr {
    border-bottom: 1px solid #b0b0b0
}

.wysiwyg table:not(.grid) td, .wysiwyg table:not(.grid) th {
    padding: 1.5em 1em;
    text-align: center
}

.wysiwyg table:not(.grid) td:not(:only-child):first-child, .wysiwyg table:not(.grid) th:not(:only-child):first-child {
    padding-left: 2em;
    font-weight: 700;
    text-align: left
}

.wysiwyg table:not(.grid) td:not(:only-child):first-child.sub, .wysiwyg table:not(.grid) th:not(:only-child):first-child.sub {
    padding-left: 4em;
    font-weight: 400
}

.wysiwyg button {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: inherit;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px #22b5cd;
    cursor: pointer;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wysiwyg button:hover {
    background-color: #22b5cd;
    color: #000
}

.wysiwyg button.primary {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    text-transform: uppercase;
    background-color: #22b5cd;
    border: none;
    box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 #9c7b01
}

.wysiwyg button.primary:active, .wysiwyg button.primary:hover {
    background-image: none
}

.wysiwyg button.primary:active {
    box-shadow: inset 0 2px 0 #9c7b01, 0 1px 0 #fff
}

p.wysiwyg__lead {
    margin-bottom: 30px;
    font-size: 1.2em
}

@media only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

@media only screen and (max-width: 1280px) {
    .fancybox-nav span {
        visibility: visible
    }
}

.notifications {
    display: none;
    position: fixed;
    z-index: 9999
}

.notifications.top-right {
    right: 0;
    top: 25%
}

.notifications > div {
    position: relative;
    background-color: #f78827;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.column {
    float: left
}

.pull-right {
    float: right
}

.input.error {
    border: 1px solid #a94442
}

input.success {
    border: 1px solid #3c763d
}

label.error, .text-error {
    color: #fff
}

.errorMessage {
    color: #f78827;
}

.errorMessage {
    padding: 3px 0;
}

.errorSummary {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.errorSummary p {
    margin-bottom: 0;
}

.success, .text-success {
    color: #3c763d
}

.callback-request {
    position: relative;
    top: 50%;
    right: 0;
    z-index: 9999;
    padding: 25px;
    display: none;
    width: 315px;
    background: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 auto;
}

#callback-send {
    margin-bottom: 10px;
}

.callback-request.active, .callback-request.toggle-active {
    display: block
}

.alert {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 20px;
}

.alert a {
    font-weight: bold;
}

.alert a:hover {
    text-decoration: underline;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error a {
    color: #843534;
}

.alert-info {
    color: #ffffff;
    background-color: #60caf9;
    border-color: #ccd6ef;
}

.alert-info a {
    color: #245269;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success a {
    color: #2b542c;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning a {
    color: #66512c;
}

.item h4 {
    color:#fff;
}

/*----------Footer------------*/


.footer-contact {
    width: 20%;
}

.footer-copi-text {
    width: 33%;
}

.footer-copi-text img {
    width: 165px;
}

/*----------Footer End------------*/

/* Slider----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/

/*----------Price slider------------*/

#slider-container{
  max-width: 100%;
  width: 250px;
  margin-left: 0px;
}
ul{
  list-style: none;
}
.filter-project{
  max-width: 600px;
  background-color: #f2f2f2;
  padding: 20px;
}
.amount-box{
  width: 100%;
  max-width: 400px;
}
.amount-box input[type=text], .amount-box input[type=tel]{
    display: block;
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 100%;
    font-size: 16px;
    color: #272727;
    -webkit-appearance: none;
    border-radius: 0;
}
button{
    width: 100%;
    font-size: 19px!important;
    border-radius: 2px;
    padding: 8px 20px;
}


/*----------Price slider End------------*/


/*----------Castom bootstrap style------------*/

.main .container {
    padding: 0 !important;

}

/*----------Castom bootstrap style End------------*/

@media (max-width: 575px) {

    .catalog__item.col-12 {
        padding: 10px 30px;
    }

}

/* -------------- Start: Мобильное меню -------------- */
@media (max-width: 840px) {
    .navbar__menu,
    .navbar__user.menu-box {
        display: none;
    } 
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    transition: all .15s;
}

.mobile-menu {
    display: none;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #333;
    z-index: 99999;
    transition: all .15s;
    overflow: auto;
}

.mobile-overlay.active {
    pointer-events: auto;
    opacity: 1;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu .logotype {
    margin: 20px auto;
    width: 100%;
    height: 110px;
}

.mobile-menu .nav {
    display: block;
}

.mobile-menu .top-menu__item {
    display: block;
    float: none;
    border-top: 1px solid #eee;
}

.mobile-menu .top-menu__item a{
    color: #fff;
    display: block;
    padding: 1rem 1.5rem;
}

.mobile-menu .top-menu__item:hover.
.mobile-menu .top-menu__item .active {
    background: #f78827;
}

.mobile-menu .nav-sub-menu {
    margin: 0;
    padding: 0;
    display: none;
}

.mobile-menu .nav .nav-item:hover > .nav-sub-menu {
    display: block;
}

.mobile-menu .nav-sub-menu .top-menu__item {
    border-top: 1px solid #dedede;
}

.mobile-menu .nav-sub-menu .nav-link {
    padding: .8rem 1.5rem;
    background: #262626;
}

.nav-item.nav-item__personal .nav-link {
    color: #fff;
}

.mobile-menu .listItem.active.top-menu__item,
.mobile-menu .listItem.top-menu__item:hover {
    background: #f78827;
}

.mobile-menu-control,
.mobile-menu-close {
    display: none;
    background: url(../images/menu-button-of-three-horizontal-lines.svg) center center no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 30px;
    cursor: pointer;
}

.mobile-menu-close {
    background-image: url(../images/cancel.svg);
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
}

.mobile-menu-control:before,
.mobile-menu-close:before {
    content: "";
    display: block;
    padding-top: 100%;
}

@media (max-width: 840px) {
    .mobile-menu-control,
    .mobile-overlay,
    .mobile-menu {
        display: block;
    }
}

.logotype {
    display: block;
    background: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;    
    background-size: 75%;
    transition: transform .2s cubic-bezier(0.08, 0.4, 0.5, 3);
}
/* -------------- End: Мобильное меню -------------- */

/* -------------- Поиск -------------- */
@media (min-width: 1000px) {
    .main__search-mobi {
        display: none;
    } 
}

@media (max-width: 1000px) {
    .main__search-mobi {
        display: block;
    }    
    .main__search {
        display: none;
    }
    .header-logo {
        width: 50%;
    }
    .button-cart-wrapper {
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .callback-button a {
        margin: 10px 0 0 0;
    }


}

/* -------------- End: Поиск -------------- */

/* -------------- LOGO -------------- */
@media (max-width: 570px) {
/*    .main-header-wrap{
        flex-direction: column;
    }*/
    .flex-row-between-center {
        margin-top: 10px;
    }
}

/* -------------- End: LOGO -------------- */


/* -------------- Start: Корзина -------------- */

.cart-mini {
    display: none;
    position: absolute;
    top: 130%;
    right: 0;
    left: auto;
    z-index: 9999;
    padding: 15px;
    text-align: center;
    min-width: 290px;
    max-width: 290px;
    background: #262626;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: 400;
}

#shopping-cart-widget:hover .cart-mini {
    display: block;
}

.cart-mini:before {
    position: absolute;
    top: -20px;
    right: calc(10% - 5px);
    border: 10px solid;
    border-color: transparent transparent #262626;
    content: '';
}

.cart-mini p {
    margin-bottom: 0;
    line-height: 1.6;
}

.card-mini__void {
    min-height: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.card-mini__list {
    overflow: auto;
    max-height: 300px;
    margin-bottom: 15px;
}

.cart-mini__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 15px;
}

.cart-mini__item:last-child {
    margin-bottom: 0;
}

.cart-mini__img {
    width: 62px;
    object-fit: contain;
}

.cart-mini__info {
    flex: 1 0 0;
    margin: 0 10px;
}

.cart-mini__title {
    line-height: 1;
    margin-bottom: 10px;
}

.cart-mini__title a {
    color: #f27d10;
}

.cart-mini__base-price {
    line-height: 1;
    font-size: 12px;
}

.cart-mini__base-price .product-price {
    display: inline-block;
    font-weight: 600;
}

.cart-mini__delete-btn {
    cursor: pointer;
    color: #b8b8b8;
}

.cart-mini__delete-btn:hover {
    color: #f27d10;
}

/*@media (max-width: 400px) {
    .cart-mini {
        right: -35px;
    }
}*/

/* -------------- End: Корзина -------------- */

/*-----------------Form style-----------------*/
#registration-form,
#login-form {
    background: #262626;
    padding: 20px;
}

.btn-regitr-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: row;
}

.btn-regitr-style {
    margin-bottom: 10px;
}

.select2-search {
    display: none;
}

/*---------------End Form style---------------*/

/*-------------Price-slider style-------------*/

ul{
  list-style: none;
}

.ui-price-slider {
    max-width: 100%;
    width: 80%;
    margin: 50px auto 20px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f1f1f;
    color: #333333;
    border: none;
}

.ui-price-slider.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #019cf9;
    height: 14px;
    width: 14px;
    border: none;
    border-radius: 3px;
}

.ui-price-slider.ui-slider-horizontal .ui-slider-handle .ui-slider-tooltip {
    position: absolute;
    bottom: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 4px 7px;
    border-radius: 3px;
    background: #333;
    color: #ccc;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.ui-slider-range .ui-slider-tooltip {
    display: none;
    margin-bottom: 13px;
}

.ui-price-slider .ui-slider-range {
    display: flex;
    align-items: center;
    justify-content: center;    
    background: #0e5ba5; 
    border: none;
}

.ui-price-slider .ui-slider-handle {
    top: auto;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    margin: 0;
    margin-left: -10px;
    border-radius: 50%;
}

.ui-slider-handle:hover,
.ui-slider-handle:active,
.ui-slider-handle:focus {
    outline: none;
}

.ui-slider-tooltip {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    bottom: 100%;
    padding: 4px 7px;
    background: #333;
    border-radius: 4px;
    margin-bottom: 7px;
    line-height: 1;
    color: #ccc;
    transition: all 230ms;
    white-space: nowrap;
}

.ui-slider-tooltip:before {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-top-color: #333;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    transition: inherit;
}

.ui-slider-tooltip-single .ui-slider-handle .ui-slider-tooltip {
    display: none;
}

.ui-slider-tooltip-single .ui-slider-range .ui-slider-tooltip {
    display: block;
}


/*----------End Price-slider style------------*/


/*----------Cart mobi style------------*/

.order-cart-header-update .cart-list-header{
    background: #f68827;
    text-transform: uppercase;
}

.order-cart-header-update .order-box__col{
    padding: 0.3em 0.8em;
}

.order-box__row {
    display: flex;
}

.order-box__col {
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    padding: 0.8em;
}

.order-box__col:first-child {
    width: 38.2%;
}

.order-box__col:last-child {
    margin-right: 0;
}

.order-box__header {
    background: #f68827;
    color: #fff;
    text-align: center;
}

.order-box__item {
    margin: 1px 0;
    background: #fff;
}

.order-box__item .order-box__row {
    align-items: center;
}

.cart-item__thumbnail img {
    display: block;
    max-width: 100%;
}

.order-box__item-about,
.cart-list__item .order-box__row {
    align-items: center;
}

.cart-item__summ {
    position: relative;
}

.cart-item__action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cart-item__price,
.cart-item__summ,
.cart-item__quantity {
    text-align: center;
}

.cart-delete-product {
    cursor: pointer;
}

.order-form {
    background: #fff;
    padding: 25px;
    margin-top: 25px;
}

.order-box__bottom {
    padding: 25px;
    background: #040707;
    margin: 25px 0;
    color: #fff;
}

.cart-box__subtotal {
    font-size: 1rem;
}

button.btn.btn_big.btn_primary.btn-cart-order {
    width: auto;
    font-size: 16px !important;
}

.mobile-cart-del {
    display: none;
}

@media (max-width: 991px) {
    .order-box__row {
        flex-wrap: wrap;
    }

    .order-box__col {
        width: 33.3333%;
        margin-right: 0;
    }

    .order-box__col:first-child {
        width: 100%;
    }

    .order-box__header,
    .decktop-cart-del {
        display: none;
    }

    .mobile-cart-del {
        display: block;
    }
}

@media (max-width: 600px) {
    .order-table {
        display: block;
        overflow-y: auto;
    }

    .tabs_classic .tabs__link {
        padding: 0 10px;
        font-size: 12px;
        line-height: 40px;
    }

    .product-reviews__body {
        width: 100%;
    }

    .product-spec-item__value {
        width: 49%;
    }
}

.order-box__header_delevery {
    padding: 0;
    margin: 0 20px;
    font-size: 22px;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.order-box__header_delevery:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 1px;
    background: #fff;
}

.order-box__header_delevery .h3 {
    text-transform: uppercase;
    background: #262626;
    margin: 0;
    position: relative;
    padding: 0 10px;
}

.rich-radio-body__heading .rich-radio-body__title {
    font-size: 14px;
    font-weight: 500;
}

.item-form-cart-up .order-form__item {
    padding: 0;
}

@media (max-width: 420px) {
    .btn-cart-order {
        font-size: 12px !important;
        padding: 16px 5px;
    }

    .cart-item__price, 
    .cart-item__summ {
        font-size: 12px;
    }

    .cart-item__summ {
    text-align: left;
    }    

    .tabs_classic .tabs__link {
        padding: 0 8px;
        font-size: 12px;
        line-height: 40px;
    }

    .tabs__item {
    margin-right: 4px;
    }
}

.pull-right a.captcha-fv {
    color: #fff !important;
    padding: 10px;
    font-size: 26px;
}

.captcha-feedback {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.captcha-feedback .pull-right {
    position: relative;
}

.input-captcha-feedback:focus {
	border: none;
}

.input-captcha-wrapp {
	width: calc(100% - 171px);
}

.input-captcha-feedback {
    border: none;
    border-right: 1px solid #777 !important;
}

.order-box-delivery-address .order-form__row {
    padding-bottom: 0;
}

.order-box-delivery-address .order-form__row .form-group{
    margin-bottom: 0;
}

/*----------Cart mobi style------------*/


/*---------form-cart -----------------------*/

.disable {
    display: none;
}

.search-sity {
    position: relative;
}
.search-list {
    display: none;
    position: absolute;
    overflow-y: auto;
    max-height: 500px;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.search-list > .search-list-item {
    padding: 5px 8px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-radius: none;
}

.search-list > .search-list-item:hover {
    cursor: pointer;
    background: #f68827;
    color: #fff;
}
.search-list > div {
    background: #9f3333;
    color: #fff;
    padding: 3px 5px;
}

.search-anim {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 20px;
    width: 20px;
    background: transparent url('../images/loading-form.gif');
    background-size: 100% 100%;
    z-index: 9;
}

.errors_payment,
.errors_street,
.errorMessage
 {
    background: #ec3c3c9c;
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
}


/*---------form-cart End-----------------------*/


/*----------- Home top-goods-carousel -----------*/

.catalog-top-goods-carousel {
    position: relative;
}

.catalog-top-goods-carousel .summary {
    position: relative;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    line-height: 50px;
    width: 250px;
    background: #262626;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 8px 0;
}

.catalog-top-goods-carousel .summary:hover {
    background: #f68c2f;    
}

.catalog-top-goods-carousel .summary:hover:after {
    border: 10px solid #262626; 
    border-top-color: transparent;
    border-left-color: transparent;   
}

.catalog-top-goods-carousel .pager {
    display: none;
}

.catalog-top-goods-carousel .owl-item {
    padding: 0 0 10px 10px;
    display: flex;
    align-items: stretch;
    justify-content: center;

}    

.catalog-top-goods-carousel .product-vertical__price {
    font-size: 1em;

}

.catalog-top-goods-carousel .btn_cart {
    width: 110px;
    height: 35px;
    line-height: 35px;
}

.top-goods-carousel .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.top-goods-carousel .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-goods-carousel .owl-nav .owl-prev,
.top-goods-carousel .owl-nav .owl-next {
    width: 38px;
    height: 38px;
    background: #262626;
    border-radius: 3px;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-goods-carousel .owl-nav .owl-prev:hover,
.top-goods-carousel .owl-nav .owl-next:hover {
    background: #f68c2f;
    cursor: pointer;
}

.top-goods-carousel .owl-nav .owl-prev:hover svg path,
.top-goods-carousel .owl-nav .owl-next:hover svg path {
    fill: #fff;
}

.product-gallery-carousel .owl-nav .owl-prev:hover, 
.product-gallery-carousel .owl-nav .owl-next:hover, 
.similar-products-slider .owl-nav .owl-prev:hover, 
.similar-products-slider .owl-nav .owl-nex:hover {
    cursor: pointer;
    background: #f68c2f;
}

.product-gallery-carousel .owl-nav .owl-prev:hover svg path, 
.product-gallery-carousel .owl-nav .owl-next:hover svg path, 
.similar-products-slider .owl-nav .owl-prev:hover svg path, 
.similar-products-slider .owl-nav .owl-nex:hover svg path {
    fill: #fff;
}

.top-goods-carousel .gallery-arrow-left,
.top-goods-carousel .gallery-arrow-right {
    width: 15px;
    height: 15px;
}


/*----------- End Home top-goods-carousel -----------*/

/*-----------------Social-bar----------------------*/

.social-bar {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
}

.social-bar li {
    font-size: 36px;
    background: #ffffff;
    color: #262626;
    text-align: center;
    padding: 5px;
    width: 48px;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 1px solid #bfbfbf;
    margin-bottom: 2px;
}

.social-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 0;
}

.social-bar li:hover {
    width: 58px;
}

@media (max-width: 767px) {
    .social-bar {
        position: static;
    }
    .social-bar li{
        width: 50%;
    }
    .social-content {
        flex-direction: row;
        margin-bottom: 0;
    }

    .social-bar li:hover {
        width: 50%;
        background: #efefef;
    }

}

/*-----------------End Social-bar----------------------*/


/*-----------------Callback form----------------------*/

div#callback-wrapper {
    background: rgba(0, 0, 0, 0.64);
    z-index: 999;
    display: none;    
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

div#callback-wrapper.toggle-active {
    display: block;
}

button.close-callback {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    color: #f78827;
    text-align: center;
    outline: none;
    padding: 0;
}

button.close-callback > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}


/*-----------------End Callback form----------------------*/

.group-contact,
.form-contact {
    padding: 0 3vw;
}

.group-contact a,
.form-contact a{
    color: #f78827 !important;
}

@media (max-width: 767px) {
    .group-contact,
    .form-contact {
        padding: 0 5vw;
    }

}

/*------------------------------Filter category menu----------------------------*/

.filter-categories-wrapper {
    padding: 0;
}

#menu-catalog-filter {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
    color: #fff;
}

.has-submenu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    border-bottom: 1px solid #363636;
}

#menu-catalog-filter .menu-catalog-submenu li ul li:hover a{
    color: #fff !important;
}

#menu-catalog-filter > ul > li:hover > a{
    color: #fff !important;
}

#menu-catalog-filter > ul > li > .menu-catalog-submenu.active {
    display: block;
}

#menu-catalog-filter > ul > li > .menu-catalog-submenu {
    padding: 10px;
    display: none;
    width: 100%;
    min-height: 100%;
    color: #ffffff;
    background: #262626;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);    
    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}

#menu-catalog-filter  > ul > li > .menu-catalog-submenu > ul {
    vertical-align: top;
    padding: 0 10px;
    display: inline-block;
}

#menu-catalog-filter > ul > li > .menu-catalog-submenu > ul > li {
    padding-bottom: 15px;
    font-weight: 700;
}

#menu-catalog-filter > ul > li > .menu-catalog-submenu > ul > li > ul {
    padding-top: 5px;
    color: #888;
    font-weight: 400;
}

#menu-catalog-filter.toggle-active, .menu-catalog_active {
    display: block
}

#menu-catalog-filter > ul > li > a {
    padding: 8px 20px;
    display: flex;
    color: #b2b2b2 !important;
    font-weight: 500;
    font-size: 12px;
    width: calc(100% - 30px);
}

#menu-catalog-filter > ul > li > span {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/icon-arrow-small_down.png) no-repeat;
    background-position: center;
    background-size: 8px;
}

#menu-catalog-filter > ul > li > span:hover {
    background: #1f1f1f url(../images/icon-arrow-small_down.png) no-repeat;
    background-position: center;
    background-size: 8px;
}

#menu-catalog-filter > ul > li > span.arrow-up {
    background: url(../images/icon-arrow-small_up.png) no-repeat;
    background-position: center;
    background-size: 8px;
}

#menu-catalog-filter > ul > li > span.arrow-up:hover {
    background: #1f1f1f url(../images/icon-arrow-small_up.png) no-repeat;
    background-position: center;
    background-size: 8px;
}

#menu-catalog-filter .menu-catalog-submenu ul li > ul li > a {  
    border-bottom: 1px solid #363636;
    padding: 8px 0;
    display: block;
    margin-left: 10px;
}



/*------------------------------End Filter category menu----------------------------*/


.table-content td {
    padding: 5px;
    text-align: center;
}

.table-content td:first-child {
    text-align: left;
}

.table-responsive-update {
    max-width: 100%; 
    overflow: auto;
 }   

.main__catalog p > img {
    width: 100%;
}

.text-home-wraper,
.category-description-update {
    background: #262626;
    padding: 20px;
}

.text-home-wraper h2,
.category-description-update h2 {
    font-size: 1.4rem;
}

@media (max-width: 520px) {
    .text-home-wraper ul,
    .category-description-update ul {
        margin-left: 30px !important;
    }

    .redisine-phones {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin: 15px auto;
    }

    .main__search-mobi > .redisine-phones .redisine-phone {
        margin: 0 auto 10px;
        max-width: 200px;
        float: none;
        padding-left: 30px;
    }

    .h1, .wysiwyg h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .catalog {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/*------ Start Animation pulse ---------------*/

.mark-wrap > .product-vertical_label.pulse {
    display: block;
    cursor: pointer;
    box-shadow: 0 0 0 #f54d19;
    animation: pulse 2s infinite;
    background: #f68c2f !important;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.product-vertical > .mark-wrap > .product-vertical_label.pulse {
    font-size: 18px !important;
}

.mark-wrap > .product-vertical_label.pulse .product-label__text {
    text-align: center; 
}

.mark-wrap > .product-vertical_label.pulse .product-label__text  .big-label-text {
    font-size: 24px;
}

.mark-wrap > .product-vertical_label.pulse::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 5px solid #ab6806;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.main__product-description .product-gallery__body .product-vertical_label.pulse {
    padding: 10px 15px;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245,77,25, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(245,77,25, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(245,77,25, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(245,77,25, 0.4);
    box-shadow: 0 0 0 0 rgba(245,77,25, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(245,77,25, 0);
      box-shadow: 0 0 0 10px rgba(245,77,25, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(245,77,25, 0);
      box-shadow: 0 0 0 0 rgba(245,77,25, 0);
  }
}



/*------ End Animation pulse ---------------*/