@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
caption,
input,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 0;
}
.btn-grey-30,
.form-horizontal .control-group .controls .radio-button:hover {
    text-decoration: underline;
}
.page-text-default .content a,
.page-text-target .content a,
.social-block a img {
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #0b2c44;
    font-size: 13px;
    color: #2a2a2a;
    font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
.btn.trigger-all:after,
.form-horizontal .control-group .controls .radio-button:after,
.slider-complect .bx-controls a:after,
.total-sum-discount .checkout-total-order:after {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.trumb {
    overflow: hidden;
}
.wrapper-1000,
.wrapper-1280 {
    margin: 0 auto;
    position: relative;
}
body,
html {
    width: 100%;
    height: 100%;
}
.fonts-loaded-1 body {
    font-family: RobotoSubset;
}
.fonts-loaded-2 body,
.roboto {
    font-family: Roboto, sans-serif;
}
.product-card .product-gallery a:active,
.product-card .product-gallery a:focus,
.product-card .sliderkit a:active,
.product-card .sliderkit a:focus {
    outline: 0 !important;
}
.wrapper {
    width: 100%;
    background: #fff;
}
.wrapper-empty {
    height: 50px;
}
.wrapper-1280 {
    max-width: 1280px;
    min-width: 1040px;
    padding: 0 20px;
    box-sizing: border-box;
}
.wrapper-1000 {
    width: 980px;
    padding: 0 10px;
}
.clear,
.clearfix {
    clear: both;
}
.align-center {
    text-align: center;
}
header {
    height: 370px;
}
header .top-line {
    height: 41px;
    background: url(/var/themes/default/skin/images/bg-top-line.jpg) center top repeat-x #3d3d3d;
    width: 100%;
}
header .top-line ul {
    float: left;
}
header .top-line ul li {
    transition-duration: 0.3s;
    float: left;
    margin-right: 10px;
    position: relative;
}
header .top-line ul li:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #a1a1a1;
}
header .top-line ul li:last-child:after {
    display: none;
}
header .top-line ul li a,
header .top-line ul li span {
    cursor: pointer;
    color: #ececec;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 0 12px;
    height: 41px;
    line-height: 41px;
}
header .top-line ul li:hover {
    background: #505050;
}
header .top-line ul li.first-of-type a {
    padding-left: 12px;
}
header .left-block,
header .right-block {
    float: left;
    padding-top: 16px;
    width: 50%;
    height: 114px;
}
header .logo {
    float: left;
}
header .work-time {
    float: left;
    border-left: 1px solid #dcdcdc;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 12px;
    color: #b0b0b0;
    line-height: 15px;
    height: 45px;
}
header .utp {
    margin-top: 32px;
}
header .utp .container {
    float: left;
    width: 16.6666%;
}
header .utp .container .block {
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .utp .container .block .image {
    float: left;
    width: 40px;
}
header .utp .container .block .text {
    float: left;
    margin-left: 5px;
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
}
header .utp .container .block .text a {
    transition-duration: 0.3s;
    color: #575757;
    text-decoration: none;
}
header .utp .container .block .text a:hover {
    color: #78d701;
}
header .right-block .phones {
    float: left;
}
header .right-block .phones .block {
    margin-right: 0;
    display: flex;
}
header .right-block .phones .block .phone {
    font-size: 18px;
    display: flex;
    margin-right: 10px;
    align-items: center;
}
header .right-block .phones .block .phone a {
    text-decoration: none;
    color: #434343;
}
header .right-block .phones .block .phone .orange {
    margin-left: 5px;
    font-weight: 700;
}
header .right-block .search-wrapper {
    margin-top: 0;
    position: relative;
    max-width: 465px;
}
header .right-block .search-wrapper .input {
    width: 96%;
    height: 44px;
    border: 1px solid #72d200;
    border-radius: 3px;
    border-right: 0;
    padding-left: 20px;
    -webkit-box-shadow: inset 0 0 14px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 14px 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 14px 4px rgba(0, 0, 0, 0.15);
}
header .right-block .search-wrapper .button_bg {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 3px 3px 0;
    background: -moz-linear-gradient(top, #7a7a7a 0, #2f2f2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7a7a7a), color-stop(100%, #2f2f2f));
    background: -webkit-linear-gradient(top, #7a7a7a 0, #2f2f2f 100%);
    background: -o-linear-gradient(top, #7a7a7a 0, #2f2f2f 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0, #2f2f2f 100%);
    background: linear-gradient(to bottom, #7a7a7a 0, #2f2f2f 100%);
}
header .right-block .search-wrapper .button {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    text-indent: -1000em;
    background: url(/var/themes/default/skin/images/icon-search.png) center center no-repeat;
    z-index: 15;
}
header .right-block .search-wrapper .ui-helper-hidden-accessible {
    display: none;
}
header .right-block .search-wrapper .search-results {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
header .right-block .search-wrapper .ui-menu {
    position: relative;
    z-index: 9999;
    margin: 0 1px 0 0;
    padding: 0;
    list-style-type: none;
    top: 0 !important;
    left: 0 !important;
    right: 2px !important;
    border: 3px solid #1273c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
header .right-block .search-wrapper .ui-menu li {
    position: relative;
    z-index: 100;
    padding: 5px;
    overflow: hidden;
}
header .right-block .search-wrapper .search-fast-product {
    display: block;
    overflow: hidden;
    margin: 0;
    background: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px;
}
header .right-block .search-wrapper .search-fast-product:hover {
    border: 1px solid #1273c4;
}
header .right-block .search-wrapper .search-fast-product .image {
    float: left;
    margin-right: 5px;
}
header .right-block .search-wrapper .search-fast-product .title {
    display: block;
    margin-bottom: 5px;
}
header .right-block .search-wrapper .search-fast-product .sku {
    float: left;
    display: block;
    font-size: 10px;
    text-decoration: none;
}
header .right-block .search-wrapper .search-fast-product .price {
    display: block;
    float: right;
    font-size: 15px !important;
}
header .main-categories-menu li.main:first-child a:before,
header .main-categories-menu li.main:last-child a:after {
    display: none;
}
header .main-categories-menu {
    margin-top: 16px;
    position: relative;
}
header .main-categories-menu li.main {
    height: 110px;
    float: left;
    position: relative;
    background: -moz-linear-gradient(top, #1ba0e1 0, #1472d6 105px, #1579d7 105px, #198de0 110px);
    background: -webkit-linear-gradient(top, #1ba0e1 0, #1472d6 105px, #1579d7 105px, #198de0 110px);
    background: -o-linear-gradient(top, #1ba0e1 0, #1472d6 105px, #1579d7 105px, #198de0 110px);
    background: -ms-linear-gradient(top, #1ba0e1 0, #1472d6 105px, #1579d7 105px, #198de0 110px);
    background: linear-gradient(to bottom, #1ba0e1 0, #1472d6 105px, #1579d7 105px, #198de0 110px);
}
header .main-categories-menu li.main.active,
header .main-categories-menu li.main:hover {
    background: -moz-linear-gradient(top, #157ac2 0, #0f579f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #157ac2), color-stop(100%, #0f579f));
    background: -webkit-linear-gradient(top, #157ac2 0, #0f579f 100%);
    background: -o-linear-gradient(top, #157ac2 0, #0f579f 100%);
    background: -ms-linear-gradient(top, #157ac2 0, #0f579f 100%);
    background: linear-gradient(to bottom, #157ac2 0, #0f579f 100%);
}
header .main-categories-menu li.main.active a:after,
header .main-categories-menu li.main:hover a:after {
    background: #0e56a2;
}
header .main-categories-menu li.main:first-child {
    border-radius: 3px 0 0;
}
header .main-categories-menu li.main:last-child {
    border-radius: 0 3px 0 0;
}
header .main-categories-menu li.main.liRight .submenu {
    left: inherit;
    right: 0;
}
header .main-categories-menu li.main a.main {
    display: block;
    position: relative;
    height: 110px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
header .main-categories-menu li.main a.main:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, #1fb1ea 0, #1787dd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1fb1ea), color-stop(100%, #1787dd));
    background: -webkit-linear-gradient(top, #1fb1ea 0, #1787dd 100%);
    background: -o-linear-gradient(top, #1fb1ea 0, #1787dd 100%);
    background: -ms-linear-gradient(top, #1fb1ea 0, #1787dd 100%);
    background: linear-gradient(to bottom, #1fb1ea 0, #1787dd 100%);
    left: 0;
    top: 0;
}
header .main-categories-menu li.main a.main:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, #1988e1 0, #1262d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1988e1), color-stop(100%, #1262d1));
    background: -webkit-linear-gradient(top, #1988e1 0, #1262d1 100%);
    background: -o-linear-gradient(top, #1988e1 0, #1262d1 100%);
    background: -ms-linear-gradient(top, #1988e1 0, #1262d1 100%);
    background: linear-gradient(to bottom, #1988e1 0, #1262d1 100%);
    right: 0;
    top: 0;
}
header .right-block .phones {
    width: calc(100% - 160px) 
}
header .right-block .phones .block {
    display: flex;
    flex-wrap: wrap;
}
header .main-categories-menu li.main a.main .image {
    display: inline-block;
    height: 49px;
}
header .main-categories-menu li.main a.main .image .center-img {
    margin: 0;
}
header .main-categories-menu li.main a.main img {
    margin-top: 16px;
    width: 50px;
}
header .main-categories-menu li.main a.main span {
    display: block;
    margin: 13px 10px;
    font-size: 15px;
    color: #fff;
}
header .main-categories-menu li.main:hover .submenu {
    display: flex;
    flex-wrap: wrap;
}
header .main-categories-menu li.main .submenu {
    display: none;
    position: absolute;
    width: auto;
    border: 3px solid #188cdf;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    z-index: 1000;
    background: #fff;
    padding: 18px 28px;
    left: 0;
    font-family: Roboto, sans-serif;
}
header .main-categories-menu li.main .submenu .category-block {
    width: 180px;
    float: left;
    margin-right: 20px;
}
header .main-categories-menu li.main .submenu .category-block:last-child {
    margin-right: 0;
}
header .main-categories-menu li.main .submenu .category-block .category-block {
    float: none;
    margin-right: 0;
}
header .main-categories-menu li.main .submenu .category {
    margin-top: 0;
}
header .main-categories-menu li.main .submenu .category a {
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    color: #1a8fdf;
    text-decoration: none;
}
header .main-categories-menu li.main .submenu .category a:hover {
    color: #1262d1;
    text-decoration: underline;
}
header .main-categories-menu li.main .submenu .subcategory {
    margin-bottom: 10px;
    position: relative;
}
header .main-categories-menu li.main .submenu .subcategory a {
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-left: 20px;
    display: block;
}
.categories-list .category .submenu ul li.to_all:before,
.layout-order #checkoutSidebar,
.layout-order #triggerChat,
.layout-order .categories-block,
.layout-order header .header-content .utp,
.layout-order header .right-block .search-wrapper,
.main-page-catalog .category .submenu ul li.to_all:before {
    display: none;
}
.categories-list .category .submenu ul li a:hover,
.main-page-catalog .category .submenu ul li a:hover,
header .main-categories-menu li.main .submenu .subcategory a:hover {
    color: #1a8fdf;
    text-decoration: underline;
}
header .main-categories-menu li.main .submenu .subcategory:before {
    position: absolute;
    left: 2px;
    top: 5px;
    content: "";
    background: #1a8fdf;
    height: 4px;
    width: 4px;
    border-radius: 4px;
}
.layout-order header {
    height: 120px;
}
.layout-order header .left-block,
.layout-order header .right-block {
    height: 62px;
}
.layout-order .breadcrumbs ul {
    border-top: 1px solid #dfdfdf;
}
#triggerChat,
.cart-block {
    position: absolute;
    top: 0;
    height: 41px;
    cursor: pointer;
}
.cart-block {
    right: 20px;
    bottom: 0;
    width: auto;
    min-width: 130px;
    background: url(/var/themes/default/skin/images/cart-icon.png) 12px center no-repeat #0454a0;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    padding-left: 40px;
    overflow: hidden;
}
.cart-block .info {
    min-width: ;
    background: #1579d8;
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    line-height: 15px;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #565656;
    font-weight: 700;
}
.cart-block .info a,
.cart-block .info span {
    color: #fff;
    text-decoration: none;
}
.cart-block:hover .info a,
.cart-block:hover .info span {
    text-decoration: underline;
}
#triggerChat {
    right: 230px;
    color: #fff;
    background: url(/var/themes/default/skin/images/icon-chat.png) left 12px center no-repeat rgba(255, 255, 255, 0.12);
    width: 100px;
    line-height: 41px;
    padding-left: 46px;
    text-transform: uppercase;
}
#triggerChat:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.breadcrumbs {
    height: 35px;
    line-height: 35px;
}
.breadcrumbs ul {
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
}
.breadcrumbs li {
    float: left;
    margin-right: 10px;
    color: #b0b0b0;
    font-size: 10px;
}
.breadcrumbs li.separator {
    background: url(/var/themes/default/skin/images/breadcrumbs-separator.png) center center no-repeat;
    width: 4px;
    height: 35px;
}
.paginationContainer {
    border-top: 1px solid #dadada;
    margin-top: 30px;
}
.paginationContainer .paginationControl {
    display: inline-block;
    text-align: right;
    padding: 10px 0;
    float: right;
}
.paginationContainer .paginationControl .item {
    background: #e8f3fc;
    color: #000;
    line-height: 25px;
    margin: 0 1px;
    text-decoration: none;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.paginationContainer .paginationControl .item.current {
    background: #0c66a6;
    color: #fff;
    text-decoration: none;
}
.paginationContainer .paginationControl .item:hover,
.product-block .holder .image-title .title .over {
    text-decoration: underline;
}
.page-title.center {
    text-align: center;
}
.page-title.center:after {
    margin: 0 auto;
    right: 0;
}
.title-block {
    font-weight: 600;
    font-size: 14px;
    color: #434343;
    line-height: 30px;
    padding-bottom: 5px;
}
.product-card .title-block {
    margin-top: 4px;
    overflow: hidden;
}
.product-card .title-block .title {
    float: left;
    padding-top: 10px;
}
.left-column-page .page-title h1 {
    font-size: 24px;
    line-height: 26px;
    color: #3c3c3c;
    font-weight: 400;
    padding: 14px 0;
}
.page-title h1,
.product-card .title-block .title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #3c3c3c;
}
.product-card .title-block .sku {
    float: right;
    padding: 5px 20px;
    border-radius: 3px;
    background: #f1f1f1;
    margin-top: 4px;
}
.product-card .title-block .sku span {
    font-weight: 700;
}
.slider-left {
    padding-right: 10px;
    box-sizing: border-box;
}
.slider-right {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-on-main {
    position: relative;
    width: 100%;
    float: left;
    max-height: 406px;
    overflow: hidden;
    margin: 14px 0 0;
}
.slider-on-main .bx-pager {
    height: 29px;
    position: absolute;
    z-index: 500;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 0 8px;
}
.slider-on-main .bx-pager .bx-pager-item {
    margin-top: 9px;
    position: relative;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}
.slider-on-main .bx-pager .bx-pager-item a {
    margin: 0;
    display: block;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    text-indent: -1000em;
}
.slider-on-main .bx-pager .bx-pager-item a.active {
    background: #1b9be2;
}
.slider-on-main .bx-controls-direction {
    position: static;
    top: 0;
    width: 100%;
}
.slider-on-main .bx-controls-direction .bx-next,
.slider-on-main .bx-controls-direction .bx-prev {
    z-index: 100;
    margin-top: -14px;
    transition-duration: 0.3s;
    display: block;
    width: 51px;
    height: 34px;
    text-indent: -1000em;
    position: absolute;
    top: 50%;
}
.slider-on-main .bx-controls-direction .bx-prev {
    left: 10px;
    background: url(/var/themes/default/skin/images/main_slider_left.png) center center no-repeat;
}
.slider-on-main .bx-controls-direction .bx-prev:hover {
    background: url(/var/themes/default/skin/images/main_slider_left_h.png) center center no-repeat;
}
.slider-on-main .bx-controls-direction .bx-next {
    right: 10px;
    background: url(/var/themes/default/skin/images/main_slider_right.png) center center no-repeat;
}
.slider-on-main .bx-controls-direction .bx-next:hover {
    background: url(/var/themes/default/skin/images/main_slider_right_h.png) center center no-repeat;
}
.slider-on-main .slider .slide {
    max-width: 1280px;
    position: relative;
}
.categories-list .category .image a,
.main-page-catalog .category .image a,
.slider-on-main .slider .slide a {
    display: block;
}
.slider-on-main .slider .slide img {
    width: 100%;
    max-width: 1280px;
    border-radius: 3px;
}
.main-page {
    clear: both;
}
.categories-list,
.main-page-catalog {
    margin-top: 20px;
}
.categories-list > .title,
.main-page-catalog > .title {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    overflow: hidden;
    position: relative;
}
.categories-list > .title:after,
.main-page-catalog > .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 2px;
    background: #cfcfcf;
}
.categories-list .category,
.main-page-catalog .category {
    position: relative;
    float: left;
    width: 25%;
    border-right: 1px solid #cecece;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.catalog_categories .category,
.filter-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.categories-list .category .inner,
.main-page-catalog .category .inner {
    padding: 20px;
}
.categories-list .category .image,
.main-page-catalog .category .image {
    min-height: 200px;
}
.categories-list .category .image a img,
.main-page-catalog .category .image a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.categories-list .category .title,
.main-page-catalog .category .title {
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.categories-list .category .title a,
.main-page-catalog .category .title a {
    transition-duration: 0.3s;
    color: #000;
    text-decoration: none;
}
.categories-list .category .title a:hover,
.main-page-catalog .category .title a:hover {
    color: #1b9ce3;
}
.categories-list .category.last,
.main-page-catalog .category.last,
.product-card .configurable-block .product-params-wrapper .item-block .item .select .option a span {
    border: 0;
}
.categories-list .category .submenu,
.main-page-catalog .category .submenu {
    margin-top: 10px;
}
.categories-list .category .submenu ul li,
.main-page-catalog .category .submenu ul li {
    margin-bottom: 5px;
    position: relative;
}
.categories-list .category .submenu ul li a,
.main-page-catalog .category .submenu ul li a {
    transition-duration: 0.3s;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding-left: 20px;
    display: block;
}
.categories-list .category .submenu ul li:before,
.main-page-catalog .category .submenu ul li:before {
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    background: #1a8fdf;
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
.categories-list .category .submenu ul li.to_all a,
.main-page-catalog .category .submenu ul li.to_all a {
    float: left;
    color: #1a8fdf;
    border-bottom: 1px dashed #1a8fdf;
    padding: 0;
    margin-left: 20px;
}
.categories-list .category .submenu ul li.to_all a:hover,
.main-page-catalog .category .submenu ul li.to_all a:hover {
    text-decoration: none;
    border-bottom: 1px solid #1a8fdf;
}
.articles-block .title a,
.btn {
    text-decoration: none;
    display: block;
}
.btn {
    position: relative;
    text-align: center;
    cursor: pointer;
}
.btn.gray {
    font-size: 14px;
    color: #fff;
}
.btn.gray,
.btn.green {
    display: inline-block;
    text-transform: uppercase;
}
.btn:before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -2px;
    padding: 2px;
}
.btn.green,
.btn.green:hover:before {
    background: -moz-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85cf00), color-stop(100%, #3f9b00));
    background: -webkit-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: -o-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: -ms-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: linear-gradient(to bottom, #85cf00 0, #3f9b00 100%);
}
.btn.green:before,
.btn.green:hover {
    background: -moz-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2e400), color-stop(100%, #77c800));
    background: -webkit-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: -o-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: -ms-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: linear-gradient(to bottom, #b2e400 0, #77c800 100%);
}
.btn.blue,
.btn.blue:hover:before {
    background: -moz-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2bcff2), color-stop(100%, #105fd6));
    background: -webkit-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: -o-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: -ms-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: linear-gradient(to bottom, #2bcff2 0, #105fd6 100%);
}
.btn.blue:before,
.btn.blue:hover {
    background: -moz-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21b7ea), color-stop(100%, #0e52cf));
    background: -webkit-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: -o-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: -ms-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: linear-gradient(to bottom, #21b7ea 0, #0e52cf 100%);
}
.btn.gray,
.btn.gray:hover:before {
    background: -moz-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(100%, #b6b6b6));
    background: -webkit-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: -o-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: -ms-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: linear-gradient(to bottom, #dedede 0, #b6b6b6 100%);
}
.btn.gray:before,
.btn.gray:hover {
    background: -moz-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(100%, #d7d7d7));
    background: -webkit-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: -o-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: -ms-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: linear-gradient(to bottom, #eaeaea 0, #d7d7d7 100%);
}
.btn.orange {
    line-height: 45px;
    height: 45px;
    float: right;
    width: 100px;
}
.btn.orange:before,
.btn.orange:hover {
    background: -moz-linear-gradient(top, #f3834c 0, #db5e12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3834c), color-stop(100%, #db5e12));
    background: -webkit-linear-gradient(top, #f3834c 0, #db5e12 100%);
    background: -o-linear-gradient(top, #f3834c 0, #db5e12 100%);
    background: -ms-linear-gradient(top, #f3834c 0, #db5e12 100%);
    background: linear-gradient(to bottom, #f3834c 0, #db5e12 100%);
}
.btn.orange,
.btn.orange:hover:before {
    background: -moz-linear-gradient(top, #f3834c 0, #fe6012 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3834c), color-stop(100%, #fe6012));
    background: -webkit-linear-gradient(top, #f3834c 0, #fe6012 100%);
    background: -o-linear-gradient(top, #f3834c 0, #fe6012 100%);
    background: -ms-linear-gradient(top, #f3834c 0, #fe6012 100%);
    background: linear-gradient(to bottom, #f3834c 0, #fe6012 100%);
}
.btn.green_yellow,
.btn.green_yellow:hover:before {
    background: -moz-linear-gradient(top, #d5f200 0, #78d701 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5f200), color-stop(100%, #78d701));
    background: -webkit-linear-gradient(top, #d5f200 0, #78d701 100%);
    background: -o-linear-gradient(top, #d5f200 0, #78d701 100%);
    background: -ms-linear-gradient(top, #d5f200 0, #78d701 100%);
    background: linear-gradient(to bottom, #d5f200 0, #78d701 100%);
}
.btn.green_yellow:before,
.btn.green_yellow:hover {
    background: -moz-linear-gradient(top, #c0eb00 0, #67cf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0eb00), color-stop(100%, #67cf00));
    background: -webkit-linear-gradient(top, #c0eb00 0, #67cf00 100%);
    background: -o-linear-gradient(top, #c0eb00 0, #67cf00 100%);
    background: -ms-linear-gradient(top, #c0eb00 0, #67cf00 100%);
    background: linear-gradient(to bottom, #c0eb00 0, #67cf00 100%);
}
.btn.buy-popup {
    text-transform: uppercase;
    width: 200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.btn.buy-popup:before,
.btn.buy-popup:hover {
    background: -moz-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2e400), color-stop(100%, #77c800));
    background: -webkit-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: -o-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: -ms-linear-gradient(top, #b2e400 0, #77c800 100%);
    background: linear-gradient(to bottom, #b2e400 0, #77c800 100%);
}
.btn.buy-popup,
.btn.buy-popup:hover:before {
    background: -moz-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85cf00), color-stop(100%, #3f9b00));
    background: -webkit-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: -o-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: -ms-linear-gradient(top, #85cf00 0, #3f9b00 100%);
    background: linear-gradient(to bottom, #85cf00 0, #3f9b00 100%);
}
.btn.buy {
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    float: right;
}
.btn.buy-card,
.btn.buy-credit,
.btn.buy-credit-mobile,
.btn.buy-one-click {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    margin-top: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.btn.buy-card:hover,
.btn.buy-one-click:hover,
.btn.buy:hover {
    color: #fff;
}
.btn.buy-credit,
.btn.buy-credit:hover:before {
    background: -moz-linear-gradient(top, #eb3434 0, #eb3434 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb3434), color-stop(100%, #eb3434));
    background: -webkit-linear-gradient(top, #eb3434 0, #eb3434 100%);
    background: -o-linear-gradient(top, #eb3434 0, #eb3434 100%);
    background: -ms-linear-gradient(top, #eb3434 0, #eb3434 100%);
    background: linear-gradient(to bottom, #eb3434 0, #eb3434 100%);
}
.btn.buy-credit:before,
.btn.buy-credit:hover {
    background: -moz-linear-gradient(top, #eb3434 0, #ab1523 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb3434), color-stop(100%, #ab1523));
    background: -webkit-linear-gradient(top, #eb3434 0, #ab1523 100%);
    background: -o-linear-gradient(top, #eb3434 0, #ab1523 100%);
    background: -ms-linear-gradient(top, #eb3434 0, #ab1523 100%);
    background: linear-gradient(to bottom, #eb3434 0, #ab1523 100%);
}
.btn.buy-credit:hover {
    color: #fff;
}
.btn.buy-credit-mobile,
.btn.buy-credit-mobile:hover:before {
    background: -moz-linear-gradient(top, #e8395d 0, #bb1726 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8395d), color-stop(100%, #bb1726));
    background: -webkit-linear-gradient(top, #e8395d 0, #bb1726 100%);
    background: -o-linear-gradient(top, #e8395d 0, #bb1726 100%);
    background: -ms-linear-gradient(top, #e8395d 0, #bb1726 100%);
    background: linear-gradient(to bottom, #e8395d 0, #bb1726 100%);
}
.btn.buy-credit-mobile:before,
.btn.buy-credit-mobile:hover {
    background: -moz-linear-gradient(top, #e2385b 0, #ab1523 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2385b), color-stop(100%, #ab1523));
    background: -webkit-linear-gradient(top, #e2385b 0, #ab1523 100%);
    background: -o-linear-gradient(top, #e2385b 0, #ab1523 100%);
    background: -ms-linear-gradient(top, #e2385b 0, #ab1523 100%);
    background: linear-gradient(to bottom, #e2385b 0, #ab1523 100%);
}
.btn.buy-credit-mobile:hover {
    color: #fff;
}
.btn.call_back_header {
    width: 142px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    float: right;
    margin-left: 10px;
    margin-right: 2px;
    margin-top: 5px;
}
.btn.call_back_header:hover {
    color: #000;
}
.btn.form-send,
.btn.form-send:hover,
.btn.trigger-all:hover,
.tabs .ui-tabs-nav li.ui-state-active a {
    color: #fff;
}
.btn.call_back_header span {
    display: block;
    padding-top: 8px;
    line-height: 15px;
}
.btn.form-send:before,
.btn.trigger-all:before {
    display: none;
}
.btn.form-send,
.btn.trigger-all {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 400;
    border: 0;
}
.btn.trigger-all {
    width: 115px;
    line-height: 20px;
    color: #fff;
    height: 40px;
    margin: 0 auto;
    padding: 5px 10px 5px 40px;
    position: absolute;
    right: 0;
    top: 5px;
}
.btn.feedback-view-all-trigger,
.btn.load-more {
    line-height: 45px;
    font-size: 13px;
    font-weight: 400;
    float: none;
}
.btn.feedback-view-all-trigger:hover,
.btn.load-more,
.btn.load-more:hover {
    color: #fff !important;
}
.btn.trigger-all:after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
    background: url(/var/themes/default/skin/images/btn-arrow-white.png) center center no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 15px;
}
.btn-grey-30,
.btn.checkout-return {
    display: inline-block;
    text-transform: uppercase;
}
.btn.trigger-all .ui-loading {
    background-image: url(/var/themes/default/skin/images/ui-loader-blue.gif);
}
.btn.feedback-view-all-trigger,
.btn.load-more {
    height: 45px;
    margin: 0 auto;
    text-transform: uppercase;
    position: relative;
}
.btn.load-more {
    width: 165px;
    padding-left: 50px;
}
.btn.load-more:before,
.btn.load-more:hover {
    background: -moz-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21b7ea), color-stop(100%, #0e52cf));
    background: -webkit-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: -o-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: -ms-linear-gradient(top, #21b7ea 0, #0e52cf 100%);
    background: linear-gradient(to bottom, #21b7ea 0, #0e52cf 100%);
}
.btn.load-more,
.btn.load-more:hover:before {
    background: -moz-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2bcff2), color-stop(100%, #105fd6));
    background: -webkit-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: -o-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: -ms-linear-gradient(top, #2bcff2 0, #105fd6 100%);
    background: linear-gradient(to bottom, #2bcff2 0, #105fd6 100%);
}
.btn.load-more:after {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -11px;
    background: url(/var/themes/default/skin/images/btn-load-more-icon.png) center center no-repeat;
    width: 21px;
    height: 21px;
}
.btn.load-more.loading:after {
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.btn.feedback-view-all-trigger {
    width: 185px;
    color: #fff !important;
    text-align: center;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn.feedback-view-all-trigger:before,
.btn.feedback-view-all-trigger:hover {
    background: -moz-linear-gradient(top, #bbb 0, #8a8a8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(100%, #8a8a8a));
    background: -webkit-linear-gradient(top, #bbb 0, #8a8a8a 100%);
    background: -o-linear-gradient(top, #bbb 0, #8a8a8a 100%);
    background: -ms-linear-gradient(top, #bbb 0, #8a8a8a 100%);
    background: linear-gradient(to bottom, #bbb 0, #8a8a8a 100%);
}
.btn.feedback-view-all-trigger,
.btn.feedback-view-all-trigger:hover:before {
    background: -moz-linear-gradient(top, #dbdbdb 0, #b2b2b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), color-stop(100%, #b2b2b2));
    background: -webkit-linear-gradient(top, #dbdbdb 0, #b2b2b2 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #b2b2b2 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #b2b2b2 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #b2b2b2 100%);
}
.btn.buy-set {
    padding: 10px;
}
.btn.checkout-return,
.form-horizontal .control-group textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn.checkout-return {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    width: auto;
}
.attr-block,
.color-block {
    text-align: left;
}
.column-left-75 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn.checkout-return:before,
.btn.checkout-return:hover {
    background: -moz-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(100%, #d7d7d7));
    background: -webkit-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: -o-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: -ms-linear-gradient(top, #eaeaea 0, #d7d7d7 100%);
    background: linear-gradient(to bottom, #eaeaea 0, #d7d7d7 100%);
}
.btn.checkout-return,
.btn.checkout-return:hover:before {
    background: -moz-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(100%, #b6b6b6));
    background: -webkit-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: -o-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: -ms-linear-gradient(top, #dedede 0, #b6b6b6 100%);
    background: linear-gradient(to bottom, #dedede 0, #b6b6b6 100%);
}
.btn-grey-30 {
    line-height: 27px;
    height: 27px;
    border-radius: 3px;
    font-size: 10px;
    padding: 0 20px;
    color: #1a84b0;
    background: #f2f2f2;
}
.btn-grey-30:hover,
.sorting span {
    text-decoration: none;
}
.scroll-up {
    background: url(/var/themes/default/skin/images/btn-moveup.png) no-repeat;
    width: 54px;
    height: 54px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: 180px;
    z-index: 9999;
    cursor: pointer;
    display: none;
}
.scroll-up:hover {
    background-position: left bottom;
}
.main-page-catalog .category .title {
    text-align: center;
}
.header--wrapp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
header .right-block .search-wrapper {
    width: 75%;
}
.video-block {
    position: relative;
    cursor: pointer;
}
.video-block:hover .video-block:before {
    color: #85cf00;
    border: 2px solid #85cf00;
    transform: scale(0.8);
}
.video-block:hover .video-block_mask {
    display: none;
}
.video-block:before {
    width: 0;
    height: 0;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    position: absolute;
    border-color: transparent transparent transparent #3f9b00;
    z-index: 3;
}
.video-block_mask {
    transition: 0.5s;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
html {
    -webkit-text-size-adjust: none;
}
.form-horizontal .control-group textarea {
    width: 100%;
    resize: none;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-top: 7px;
    padding: 10px;
}
.slider-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.copyright span a:after,
footer .footer-list a:after {
    content: "";
    left: 0;
}
.catalog_categories .category {
    transition-duration: 0.3s;
}
.btn.load-more:after,
.categories-list > .title:after,
.main-page-catalog > .title:after,
.map:before,
.sorting a.active:after,
.sorting span.active:after {
    content: "";
}
.articles-list .articles-block .image a img,
.feedback-wrapper .feedback-main .img-block a img {
    width: 100%;
    height: auto;
}
.sorting span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1684dd;
    padding: 5px 10px;
    border-radius: 16px;
}
.page-text-default .content h2,
.text-formatted h2,
.text-formatted h3 {
    color: #1b9ce3;
    margin: 10px 0;
}
.text-formatted p {
    margin: 8px 0;
    color: #454545;
    font-size: 14px;
    line-height: 24px;
}
.page-title:after {
    content: "";
    left: 0;
    width: 128px;
    height: 2px;
    background: #71bfe8;
    position: absolute;
    bottom: 0;
}
.page-title {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 14px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}
.articles-list:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.articles-list .articles-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.feedback-wrapper .feedback .product {
    margin-bottom: 20px;
    color: #d4d3d3;
    font-size: 12px;
    line-height: 14px;
}
.feedback-wrapper .feedback .product a {
    color: #77c500;
}
.feedback-wrapper .feedback .img-block {
    float: left;
    margin-top: 30px;
}
.feedback-wrapper .feedback .img-block a {
    width: 99px;
    height: 99px;
    overflow: hidden;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    border-radius: 5px;
}
.feedback-wrapper .feedback .img-block img {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.left-column-page .page-title:after {
    display: none;
}
.articles-block {
    float: left;
    width: 296px;
}
.articles-block .title {
    margin-top: 10px;
}
.articles-block .title a {
    color: #4776ac;
    line-height: 16px;
    height: 35px;
    overflow: hidden;
}
.articles-block .image,
.articles-block .image img {
    border-radius: 3px;
}
.articles-block .announce {
    font-size: 14px;
    line-height: 17px;
}
.articles-list {
    width: 100%;
    clear: both;
    margin-top: 40px;
    padding-bottom: 30px;
}
.articles-all,
.articles-list .articles-block .image a {
    display: block;
}
.articles-list .articles-block {
    padding: 10px;
    width: 33.333%;
    box-sizing: border-box;
}
.articles-all {
    margin: 15px 0 5px;
    text-decoration: underline;
    color: #1a8fdf;
}
.left-column-page .page-title {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
}
.left-column-page .left-column {
    width: 230px;
    float: left;
    overflow: hidden;
}
.left-column-page .right-column {
    margin-left: 250px;
}
.left-column-page .right-column .column-content {
    width: 100%;
    float: left;
}
.filter-block {
    background: #f6f7f9;
    border: 1px solid #e2e3e5;
    border-radius: 3px;
    width: 100%;
    padding: 10px 0;
    margin-top: 13px;
    box-sizing: border-box;
}
.filter-block .title {
    padding: 5px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.filter-block .separator {
    height: 1px;
    width: 230px;
    background: #e2e3e5;
    margin: 10px 0;
}
.filter-block .block-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 0 10px;
}
.filter-block .attribute-checkbox {
    padding: 6px 10px;
}
.filter-block .attribute-checkbox a {
    padding-left: 25px;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background: url(/var/themes/default/skin/images/checkbox-off.png) left center no-repeat;
    display: block;
}
.filter-block .attribute-checkbox a .count {
    color: silver;
}
.filter-block .attribute-hide-more,
.filter-block .attribute-show-more {
    margin: 6px 10px;
    padding-left: 25px;
    color: #07559f;
}
.filter-block .attribute-show-more {
    display: block;
}
.filter-block .attribute-hidden,
.filter-block .attribute-hide-more {
    display: none;
}
.catalog_categories {
    width: 100%;
    min-height: 120px;
    padding: 12px 0;
    overflow: hidden;
}
.catalog_categories .category {
    width: 103px;
    height: 132px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.catalog_categories .category .image {
    height: 72px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.catalog_categories .category .title {
    margin-top: 5px;
    text-align: center;
}
.catalog_categories .category a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #1273c4;
    font-weight: 700;
}
.sorting {
    margin-top: 7px;
    margin-bottom: 15px;
}
.sorting .title {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding-top: 3px;
    margin-right: 15px;
}
.products-list {
    position: relative;
    width: 100%;
    float: left;
}
.products-list .product-block.first-of-type {
    margin-left: 0 !important;
}
.sticker-list .sticker-list-item.hit span {
    text-transform: none;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    font-size: 11px;
}
.sticker-list .sticker-list-item.hit {
    background: url(/var/themes/default/skin/images/sticker-hit.png) left center no-repeat;
    height: 28px;
    width: 90px;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-left: -5px;
}
.product-block.first-of-type {
    clear: both;
}
.text-formatted-border {
    border-top: 2px solid #dfdfdf;
    padding-top: 20px;
    padding-bottom: 40px;
}
.btn.load-more {
    text-align: left;
}
.main-reviews .content .feedback-main {
    margin-bottom: 10px;
    width: 33%;
    border: 0;
    border-right: 1px solid #dadada;
    padding: 0;
    box-sizing: border-box;
}
.main-reviews .content .feedback-main:nth-child(3n + 3) {
    border: 0;
}
.main-reviews .content .feedback-main .feedback-single {
    box-sizing: border-box;
    padding: 15px;
    margin: 15px;
}
.feedback-wrapper .feedback-main .img-block {
    margin-top: 0;
}
.feedback-wrapper .feedback-main .img-block a {
    width: 50px;
    height: 50px;
}
.utp .block .image img {
    width: 100%;
    height: auto;
}
.faq-outer .faq-list {
    margin-top: 15px;
}
.faq-outer .faq-list .faq-item {
    border-bottom: 1px solid #eee;
}
.faq-outer .faq-list .faq-item .item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
    padding: 10px 30px 10px 0;
    position: relative;
}
@font-face {
    font-display: swap;
    font-family: Flaticon;
    src: url(/var/themes/default/skin/fonts/Flaticon/Flaticon.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
.faq-outer .faq-list .faq-item .item-title:after {
    font-family: Flaticon;
    content: "п„’";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 12px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.faq-outer .faq-list .faq-item .item-content {
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 0 10px;
}
.faq-outer {
    border-top: 2px solid #dfdfdf;
    padding: 20px 0;
}
.faq-outer .faq-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    line-height: 34px;
}
.rating-block {
    display: inline-block;
}
.rating-block .score-product {
    margin-top: 3px;
    position: relative;
    top: 2px;
}
.rating-block .score-product .star {
    height: 16px;
    width: 15px;
    display: inline-block;
    background: url(/var/themes/default/skin/images/stars.png);
}
.rate-outer .text-descr {
    display: inline-block;
    margin-left: 20px;
}
.rate-outer {
    margin: 20px 0;
    text-align: center;
}
.rating-block .score-product .star.selected {
    background: url(/var/themes/default/skin/images/stars.png) 16px -15px;
}
.rate-outer .rating-result {
    color: #1bb51b;
    font-size: 17px;
    margin-top: 10px;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4,
.time_circles > div > span {
    text-align: center;
    font-family: "Century Gothic", Arial;
}
.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.time_circles > div > span {
    display: block;
    width: 100%;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: 700;
}
.page-text-default .content p {
    margin: 8px 0;
    color: #454545;
    font-size: 13px;
}
.product-card .sku span {
    font-weight: 700;
}
.product-card .configurable-block .product-params-wrapper .item-block .item .select .option.selected a {
    background: #9dd833;
    background: -moz-linear-gradient(top, #9dd833 0, #70b833 100%);
    background: -webkit-linear-gradient(top, #9dd833 0, #70b833 100%);
    background: linear-gradient(to bottom, #9dd833 0, #70b833 100%);
    color: #fff;
}
.product-card .configurable-block .product-params-wrapper .item-block .item .select .option a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f2f2f2;
    padding: 5px 15px;
    color: #333;
}
.product-card .configurable-block .item .select .option a {
    display: block;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 50px 10px 10px;
    color: #1463ba;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}
.product-card .configurable-block .item .select .option a span {
    border-bottom: 1px dashed #1463ba;
}
.product-card .card-attributes ul {
    margin-top: 33px;
}
.product-card .card-attributes ul li {
    min-height: 35px;
    line-height: 35px;
    padding-left: 27px;
    border-radius: 3px;
    background: #f4f4f4;
    overflow: hidden;
}
.product-card .product-gallery .product-gallery-panels .product-gallery-panel img {
    position: relative;
    width: 100%;
    height: auto;
}
.sale-clock .clock .time_circles > div {
    margin: -8px 0 0;
    height: 37px !important;
}
.sale-clock .clock .time_circles h4 {
    font-family: Roboto, sans-serif;
    margin-top: 0;
    font-size: 9px !important;
    line-height: 11px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 50px;
    color: #434343;
    text-transform: uppercase;
}
.shares-product .shares-block img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.form-horizontal .control-group input {
    padding-left: 10px;
    height: 29px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    color: #949494;
    width: 100%;
    margin-top: 7px;
    border-radius: 3px;
}
.difference ins {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #dc202a;
}
.btn:before {
    content: "";
}
.half,
.product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 109px;
}
.page-text-default .content {
    border-top: 2px solid #dfdfdf;
    padding-top: 20px;
    padding-bottom: 80px;
}
.page-text-default.page-text-default .content {
    border: 0;
    padding: 0;
}
.half.padding-left {
    padding-left: 1%;
    position: relative;
}
.half.padding-right {
    padding-right: 1%;
    position: relative;
}
.feedback-wrapper {
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
}
.feedback-wrapper .title {
    font-weight: 700;
    color: #434343;
    font-size: 24px;
    line-height: 26px;
    padding: 24px 0;
    text-align: center;
    text-transform: none;
}
.feedback-wrapper .feedback {
    margin-bottom: 30px;
    border: 1px solid #dadada;
    border-radius: 3px;
    border-left: 2px solid #1b9ae3;
    padding: 15px 15px 15px 25px;
}
.feedback-wrapper .feedback .date {
    float: right;
    margin-right: 10px;
    font-size: 13px;
    color: #b0b0b0;
}
.feedback-wrapper .feedback .rating {
    float: right;
    width: 90px;
}
.feedback-wrapper .feedback .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1681db;
    padding-bottom: 5px;
}
.feedback-wrapper .feedback .text {
    font-size: 13px;
    line-height: 18px;
    color: #434343;
    margin-bottom: 13px;
}
.feedback-wrapper .feedback .vote-wrap {
    overflow: hidden;
}
.feedback-wrapper .feedback .vote-block {
    position: relative;
}
.feedback-wrapper .feedback .vote-hover {
    float: left;
}
.feedback-wrapper .feedback .vote-active,
.feedback-wrapper .feedback .vote-stars,
.sticker-list {
    position: absolute;
    left: 0;
    top: 0;
}
.feedback-wrapper .feedback .vote-result,
.feedback-wrapper .feedback .vote-success {
    display: none;
}
.product-block .holder .image-title {
    text-decoration: none;
}
.sticker-list .sticker-list-item.free-ship span {
    text-transform: none;
    color: #fff;
    font-weight: 700;
}
.sticker-list {
    float: left;
    padding: 5px;
}
.sticker-list .sticker-list-item {
    float: left;
    clear: both;
    margin-bottom: 5px;
}
.sticker-list .sticker-list-item.free-ship {
    background: url(/var/themes/default/skin/images/sticker-free-ship.png) left center no-repeat;
    background-size: 100% 100%;
    height: 26px;
    width: 86px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 0 3px 10px;
    text-align: left;
    margin-left: -5px;
}
.sticker-list.in-product-list {
    z-index: 10;
}
.product-block {
    float: left;
    width: 230px;
    height: 385px;
    position: relative;
}
.product-block .hover {
    display: none;
    width: 200px;
    border-top: 1px solid #dedede;
    padding: 10px 14px 0;
    margin-left: -14px;
    margin-top: 22px;
}
.product-block .hover .attr {
    font-size: 13px;
    margin-top: 5px;
}
.product-block .hover .attr .attr_title {
    float: left;
    color: #ababab;
    margin-right: 5px;
}
.product-block .hover .attr .attr_value {
    float: left;
}
.product-block .holder {
    z-index: 200;
    background: #fff;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 385px;
    position: absolute;
    padding: 14px;
}
.product-block .holder .rate_and_review .review {
    padding-top: 2px;
}
.product-block .holder .image {
    float: none;
    width: 100%;
    height: 185px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-block .holder .title {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    height: 53px;
    display: block;
    color: #07559f;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.product-block .holder .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.product-block .holder .title .over {
    max-height: 53px;
    overflow: hidden;
}
.product-block .holder .price-block {
    width: 95px;
    height: 42px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-block .holder .price-block .price-old {
    color: #ababab;
    font-size: 14px;
}
.product-block .holder .price-block .price-old .sum {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 700;
    color: #777;
}
.product-block .holder .price-block .price {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #e61a1b;
    font-weight: 700;
}
.product-block .holder .price-block .price span {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
}
.product-block .holder .btn-block {
    margin-top: 1px;
    width: 100px;
    float: right;
}
.product-block .in-stock {
    clear: both;
    padding: 5px 10px 5px 20px;
    color: #64b100;
    background: url(/var/themes/default/skin/images/in-stock.png) left center no-repeat;
}
.product-block .rate_and_review {
    padding: 5px 0 15px;
    overflow: hidden;
}
.product-block .rate_and_review .stars {
    width: 100px;
    float: left;
}
.actions {
    padding: 5px 0;
}
.actions .compare-button {
    padding-left: 20px;
    background: url(/var/themes/default/skin/images/ico-compare.png) left 1px no-repeat;
    color: #64b100;
}
.buy-block .actions .compare-button,
.rate_and_review .review a {
    color: #1997e3;
}
.rate_and_review .review {
    font-size: 13px;
}
.products-slider {
    position: relative;
    min-height: 450px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.products-slider .slider-title {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.products-slider .slider-title:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background: #cfcfcf;
    bottom: 0;
    left: 0;
}
.products-slider .bx-wrapper {
    height: 405px;
    margin-top: 10px !important;
}
.products-slider .bx-wrapper .bx-viewport {
    height: 405px !important;
}
.products-slider .bx-viewport {
    overflow: hidden !important;
    z-index: 500;
}
.products-slider .bx-wrapper,
.tabs {
    position: relative;
}
.products-slider .bx-wrapper .bx-controls a {
    display: block;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 17px;
}
.products-slider .bx-wrapper .bx-controls a.disabled {
    display: none !important;
}
.products-slider .bx-wrapper .bx-controls a.bx-prev {
    left: -25px !important;
    right: inherit !important;
    background: url(/var/themes/default/skin/images/products-slider-left.png) center top no-repeat;
}
.products-slider .bx-wrapper .bx-controls a.bx-next {
    left: inherit !important;
    right: -25px !important;
    background: url(/var/themes/default/skin/images/products-slider-right.png) center top no-repeat;
}
.tabs .ui-tabs-nav li {
    float: left;
    margin-right: 6px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    padding: 0 16px;
}
.tabs .ui-tabs-nav li a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.tabs .ui-tabs-nav li.ui-state-active {
    border: 0;
    background: #198de0;
    padding: 1px 17px;
}
.tabs .tab-content {
    border-top: 1px solid #dadada;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 50px;
    padding-top: 17px;
    display: inline-block;
    width: 100%;
}
.tabs.tabs-product {
    margin-top: 5px;
}
.product-card .buy-block {
    float: left;
    padding: 17px;
    box-sizing: border-box;
    width: 228px;
    border-radius: 3px;
    border: 1px solid #dadada;
}
.product-card .buy-block .in_stock {
    color: #589f05;
    font-size: 13px;
    padding-top: 11px;
    padding-left: 20px;
    background: url(/var/themes/default/skin/images/in_stock.jpg) left 15px no-repeat;
}
.product-card .buy-block .rate_and_review {
    margin-top: 10px;
}
.product-card .buy-block .rate_and_review .stars {
    padding-top: 1px;
}
.product-card .buy-block .credit-block {
    height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dadada;
    position: relative;
    margin-top: 12px;
}
.product-card .buy-block .credit-block .price {
    padding-left: 6px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    color: #d90000;
}
.product-card .buy-block .credit-block .price span {
    color: #8e8e8e;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}
.product-card .buy-block .credit-block .btn.buy-credit {
    margin-top: 0;
    width: 100px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 10px;
    padding: 6px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 27px;
}
.product-card .buy-block .price-block {
    width: 100%;
    position: relative;
}
.product-card .buy-block .price-block .price-old {
    color: #bcbdc0;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 700;
}
.product-card .buy-block .price-block .price-old .sum {
    font-size: 20px;
    color: #bcbdc0;
}
.product-card .buy-block .price-block .price {
    font-size: 24px;
    line-height: 26px;
    color: #dc202a;
    font-weight: 700;
    margin-bottom: 5px;
}
.product-card .buy-block .price-block .price span {
    font-size: 21px;
    font-weight: 700;
}
.product-card .buy-block .price-block .price span.text {
    font-size: 14px;
    color: #000;
}
.product-card .buy-block .qty-block {
    margin-top: 10px;
}
.product-card .buy-block .qty-block input {
    width: 47px;
    height: 26px;
    border: 1px solid #dadada;
    border-radius: 3px;
    text-align: center;
}
.product-card .utp-block {
    margin-left: 250px;
}
.product-card .utp-block .item {
    margin-bottom: 20px;
}
.product-card .utp-block .item .title {
    font-weight: 700;
    font-size: 18px;
}
.product-card .utp-block .item .text {
    margin-top: 5px;
    line-height: 18px;
}
.product-card .configurable-block {
    margin-top: 5px;
}
.product-card .configurable-block .product-params-wrapper {
    padding-top: 10px;
}
.product-card .configurable-block .product-params-wrapper .item-block .item {
    margin-bottom: 3px;
}
.product-card .configurable-block .product-params-wrapper .item-block .item .title {
    margin-bottom: 5px;
}
#checkoutDialog,
.product-card .configurable-block .product-params-wrapper .item-block .item .select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-card .configurable-block .product-params-wrapper .item-block .item .select .option {
    margin: 0 10px 10px 0;
    display: inline-block !important;
}
.product-card .configurable-block .item .title {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    clear: both;
    line-height: 24px;
}
.product-card .configurable-block .item .select,
.product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul {
    position: relative;
}
.product-card .configurable-block .item .select .option {
    z-index: 1;
    overflow: hidden;
    display: none;
}
.product-card .configurable-block .item .select .option.selected,
.product-card .product-gallery .product-gallery-panels .product-gallery-panel a,
.product-card .product-gallery .product-gallery-panels .product-gallery-panel.product-gallery-panel-active {
    display: block;
}
.product-card .card-attributes {
    margin-top: 0;
    position: relative;
}
.product-card .card-attributes .block-title {
    font-size: 18px;
    font-weight: 700;
    clear: both;
    line-height: 24px;
}
.product-card .card-attributes ul li.second {
    background: 0;
}
.product-card .card-attributes ul li .title {
    color: #b0b0b0;
    font-weight: 700;
}
.product-card .product-gallery {
    overflow: visible !important;
    position: relative;
    padding-bottom: 0;
    margin-right: 350px;
    width: 100% !important;
    margin-top: 10px;
}
.product-card .product-gallery .product-gallery-nav {
    position: static;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 110px;
}
.product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip {
    overflow: hidden;
    left: 0;
}
.product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li a {
    display: block;
    overflow: hidden;
    width: 107px;
    height: 107px;
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.product-card .product-gallery .product-gallery-panels {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.product-card .product-gallery .product-gallery-panels .product-gallery-panel {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.review-form-wrapper {
    width: 300px;
    margin: 0;
    float: right;
    overflow: hidden;
}
.review-form-wrapper .review-rate {
    position: relative;
    width: 180px;
    height: 36px;
    margin: 10px auto;
}
.review-form-wrapper .review-rate .vote-label {
    position: absolute;
    width: 20%;
    bottom: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.review-form-wrapper .review-rate .vote-label.label-1 {
    left: 0;
}
.review-form-wrapper .review-rate .vote-label.label-2 {
    left: 20%;
}
.review-form-wrapper .review-rate .vote-label.label-3 {
    left: 40%;
}
.review-form-wrapper .review-rate .vote-label.label-4 {
    left: 60%;
}
.review-form-wrapper .review-rate .vote-label.label-5 {
    left: 80%;
}
.review-form-wrapper .review-rate .vote-star {
    float: left;
    width: 36px;
    height: 36px;
    background: url(/var/themes/default/skin/images/stars-big.png) left top no-repeat;
}
.review-form-wrapper .review-rate .vote-star.active {
    background-position: left bottom;
}
.reviews-list {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dadada;
    overflow: hidden;
    padding: 10px 10px 0;
    margin: 10px 320px 10px 0;
}
.reviews-list .review {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c2c2c2;
}
.reviews-list .review:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.reviews-list .review .name {
    font-weight: 700;
    float: left;
    padding-right: 20px;
}
.reviews-list .review .date {
    float: left;
    color: #bcbdc0;
}
.reviews-list .review .rate {
    margin: 2px 10px 2px 0;
    overflow: hidden;
    float: left;
}
.reviews-list .review .actions .action-add,
.reviews-list .review .actions .action-response {
    margin-top: 7px;
    display: block;
    color: #4776ac;
    line-height: 23px;
    float: left;
    text-decoration: none;
}
.reviews-list .review .review-content {
    clear: left;
    padding: 10px 0;
}
.reviews-list .review .actions,
.reviews-list .vote-wrap {
    overflow: hidden;
}
.reviews-list .review .actions .action-add span {
    border-bottom: 1px dashed #198de0;
}
.reviews-list .review .actions .action-response {
    margin-left: 20px;
}
.reviews-list .review .actions .action-response span {
    line-height: 23px;
    border-bottom: 1px dashed #198de0;
}
.reviews-list .review .response-form-wrapper {
    display: none;
    padding-top: 10px;
}
.reviews-list .review .response-list-wrapper {
    overflow: hidden;
    display: none;
}
.reviews-list .vote-block,
body {
    position: relative;
}
.reviews-list .vote-hover {
    float: left;
}
#checkoutDialogLoader,
.reviews-list .vote-active,
.reviews-list .vote-stars {
    position: absolute;
    left: 0;
    top: 0;
}
.reviews-list .vote-result,
.reviews-list .vote-success {
    display: none;
}
#checkoutDialogLoader {
    display: none;
    bottom: 0;
    right: 0;
    z-index: 600;
    background: url(/var/themes/default/skin/images/ui-loader.gif) center center no-repeat #fff;
}
.product-card .sale-clock {
    margin-left: 250px;
    margin-bottom: 10px;
}
.sale-clock {
    height: 100px;
    width: auto;
}
.sale-clock .label {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}
.sale-clock .clock {
    width: 360px;
}
.sale-clock .clock .time_circles {
    background: 0 0;
}
.sale-clock .clock .time_circles span {
    margin: 16px 0 0 !important;
    height: 37px !important;
    width: 15px;
    display: inline-block !important;
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    color: #dc202a !important;
    letter-spacing: 10px;
}
.sale-clock .clock .time_circles .textDiv_Days {
    top: 3px !important;
    width: 61px !important;
}
.sale-clock .clock .time_circles .textDiv_Days:after,
.sale-clock .clock .time_circles .textDiv_Hours:after,
.sale-clock .clock .time_circles .textDiv_Minutes:after {
    content: ":";
    position: absolute;
    top: 27%;
    right: -25px;
    font-size: 30px;
    font-weight: 700;
}
.sale-clock .clock .time_circles .textDiv_Days h4 {
    left: 28px;
}
.sale-clock .clock .time_circles .textDiv_Hours {
    top: 3px !important;
    left: 92px !important;
    width: 61px !important;
}
.sale-clock .clock .time_circles .textDiv_Hours h4,
.sale-clock .clock .time_circles .textDiv_Minutes h4 {
    left: 25px;
}
.sale-clock .clock .time_circles .textDiv_Minutes {
    top: 3px !important;
    width: 61px !important;
    left: 184px !important;
}
.sale-clock .clock .time_circles .textDiv_Seconds {
    top: 3px !important;
    width: 61px !important;
    left: 277px !important;
}
.sale-clock .clock .time_circles .textDiv_Seconds h4 {
    left: 22px;
}
.compare-sidebar {
    position: fixed;
    right: 0;
    bottom: 40px;
    height: 40px;
    z-index: 9999999;
    display: block;
    border: 1px solid #0388dc;
    background: #0388dc;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.shares-product {
    font-family: Roboto, sans-serif;
}
.shares-product .shares-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.shares-product .title-shares {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    background: url(/var/themes/default/skin/images/gift.png) left top no-repeat;
    color: #008cd4;
    padding-left: 28px;
    margin-bottom: 8px;
}
.shares-product .block {
    overflow: hidden;
}
.shares-product .shares-block {
    float: left;
    margin-bottom: 5px;
    width: 50%;
    box-sizing: border-box;
}
.shares-product .shares-block:nth-child(odd) {
    padding-right: 5px;
}
.shares-product .shares-block:nth-child(even) {
    padding-left: 5px;
}
.shares-block {
    width: 230px;
}
.shares-block a {
    display: block;
    color: #008cd4;
}
.shares-block img {
    display: block;
    width: 230px;
    height: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.shares-block .title {
    height: 36px;
    overflow: hidden;
    text-decoration: underline;
    margin-top: 7px;
    color: #008cd4;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.catalog-mobile.mobile-show .label {
    display: none;
}
.product-card .sku {
    padding: 4px 7px;
    border-radius: 3px;
    background: #fff3b5;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #434343;
    font-weight: 700;
    display: inline-block;
}
.mobile-show {
    display: none !important;
}
.wrapper,
body {
    min-height: 100%;
}
.popup-dialog {
    display: none;
}
.popup-dialog .popup-text {
    padding: 10px;
    font-size: 19px;
    text-align: center;
}
.popup-dialog .popup-text .label-econom {
    color: #358aca;
    font-weight: 700;
}
.popup-dialog .popup-price {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}
.form-horizontal .control-group {
    margin-bottom: 10px;
    position: relative;
}
.form-horizontal .control-group .control-label {
    font-size: 14px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.form-horizontal .control-group .control-label .required {
    color: #ec0f00;
    position: absolute;
    top: -2px;
    right: -9px;
}
.form-horizontal .control-group .controls {
    position: relative;
}
.btn.buy-popup,
.btn.green,
.btn.orange {
    font-size: 14px;
    color: #fff;
}
.btn,
.btn:before {
    border-radius: 3px;
}
.catalog-mobile {
    display: none;
}
.main-reviews .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.offer {
    display: inline-block;
    width: auto;
    word-break: break-word;
    float: left;
    border-left: 1px solid #dcdcdc;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #272727;
    line-height: 16px;
    height: 45px;
}
.phone img {
    width: 18px;
    height: 18px;
    padding: 3px 2px;
}
.showmore-reviews {
    text-align: right;
    font-size: 16px;
    display: block;
    width: 100%;
}
.mainform__phones a,
.shares-block a,
.showmore-reviews a {
    text-decoration: none;
}
.showmore-reviews a {
    color: #1b9ce3;
}
.callback-main {
    position: relative;
    margin: 20px 0;
}
.callback-main img,
.product-card .main-reviews .feedback {
    width: 100%;
}
.callback-main .mainform {
    max-width: 515px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    box-sizing: border-box;
}
.mainform__title {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    padding: 24px 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.mainform__phones a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
}
.price-percents {
    display: flex;
    align-items: center;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #dc202a;
    border-radius: 5px;
}
.percentage {
    height: 20px;
    width: 40px;
    font-size: 18px;
    font-weight: 700;
    background: #dc202a;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    display: block;
}
.difference {
    font-size: 13px;
    padding-left: 5px;
}
.hidden_content {
    position: relative;
    max-height: 610px;
    overflow: hidden;
}
.hidden_content .hide-text {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 32%, #fff 99%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 32%, #fff 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 32%, #fff 99%);
    height: 10%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.show-more_content,
.show_hidden-features {
    font-size: 14px;
    font-weight: 700;
    color: #1b9ce3;
    margin: 10px 0;
    text-decoration: underline;
}
.has_hidden_features .hidden_feature {
    display: none;
}
.hidden-elem {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 32%, #fff 99%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 32%, #fff 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 32%, #fff 99%);
    height: 33px;
    width: 100%;
    bottom: 20px;
    left: 0;
    display: none;
}
.has_hidden_features + .hidden-elem,
.loadmore {
    display: block;
}
.loadmore {
    margin-left: 5px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    color: #1b9ce3;
}
.main-reviews .feedback-wrapper {
    display: block !important;
}
.layout-order header .right-block {
    display: flex;align-items: center;
}
header .main-categories-menu li.main a.main span:last-child {
    margin: 3px 10px;
}
header .main-categories-menu li.main a.main img {
    margin-top: 10px;
}
/* С‚СѓС‚ РјРµРґРёР° Р·Р°РїСЂРѕСЃС‹ */
@media screen and (min-width: 980px) {
    header .main-categories-menu {
        display: flex !important;
    }
}
@media screen and (max-width: 1300px) {
    .products-slider .bx-wrapper .bx-controls a.bx-prev {
        left: 0 !important;
    }
    .products-slider .bx-wrapper .bx-controls a.bx-next {
        right: 0 !important;
    }
}
@media screen and (max-width: 1210px) {
    header .main-categories-menu li.main a.main span {
        font-size: 13px;
        text-align: center;
    }
}
@media screen and (max-width: 980px) {
    header {
        height: auto;
        position: relative;
    }
    header .center-img img {
        margin: 0 auto;
    }
    header .logo a {
        padding-top: 18px;
        display: block;
    }
    header .logo a img {
        max-height: 33px;
        max-width: 140px;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    header .top-line .header-table .top-list .list-block ul li:last-child a {
        border-bottom: 0;
    }
    header .top-line .header-table .top-list .list-block ul li a,
    header .top-line .header-table .top-list .list-block ul li span {
        text-transform: uppercase;
        font-size: 15px;
        text-align: left;
        padding: 0 0 0 10px;
        border-bottom: 1px solid #99d4f3;
    }
    .categories-block .main-categories-menu li.main {
        width: 100% !important;
        height: auto;
    }
    .categories-block .main-categories-menu li.main:first-child,
    .categories-block .main-categories-menu li.main:last-child {
        border-radius: 0;
    }
    .categories-block .main-categories-menu li.main:last-child a:after {
        display: block;
    }
    .categories-block .main-categories-menu li.main:after {
        content: "";
        display: none;
    }
    .categories-block .main-categories-menu li.main a.main {
        height: 40px;
        padding-right: 47px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .categories-block .main-categories-menu li.main a.main .image {
        height: 40px;
        float: left;
        padding-left: 10px;
        width: 40px;
        margin-right: 0;
    }
    .categories-block .main-categories-menu li.main a.main .image .center-img {
        height: 40px;
        width: 40px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .categories-block .main-categories-menu li.main a.main .image .center-img img {
        margin: 0 auto;
        max-width: 35px;
        display: block;
    }
    .categories-block .main-categories-menu li.main a.main span {
        line-height: 40px;
        margin: 0 0 0 58px;
        text-align: left;
    }
    .categories-block .main-categories-menu li.main .submenu .category-block {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .categories-block .main-categories-menu li.main .submenu .category-block .category a {
        margin-bottom: 8px;
        color: #fff;
        font-size: 13px;
        line-height: 15px;
        position: relative;
        padding-left: 25px;
    }
    .categories-block .main-categories-menu li.main .submenu .category-block .category a:after {
        content: "";
        width: 3px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -1px;
    }
    header .header-content .right-block .call_back_header,
    header .header-content .right-block .clearfix {
        display: none;
    }
    header .top-line .header-table #checkoutSidebar .info,
    header .top-line .header-table #checkoutSidebar.fixed-cart .info-mobile {
        display: inline-block;
        padding: 0 0 0 24px;
        margin: 0 15px;
        background: url(/var/themes/default/skin/images/cart-icon.png) left center no-repeat;
        -webkit-background-size: 17px 17px;
        background-size: 17px 17px;
    }
    header .top-line .header-table #checkoutSidebar.fixed-cart .info {
        padding: 0 20px 0 35px;
        margin: 0;
        height: 39px;
        line-height: 39px;
        background: url(/var/themes/default/skin/images/cart-icon.png) 7px center no-repeat #0454a0;
        -webkit-background-size: 17px 17px;
        background-size: 17px 17px;
        position: fixed;
        bottom: 0;
        left: 10px;
        z-index: 10020;
    }
    header .top-line .header-table #checkoutSidebar.fixed-cart .info-mobile .item {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }
    .categories-list .category,
    .main-page-catalog .category {
        width: 50%;
        margin-bottom: 15px;
        padding: 5px 5px 0;
        border: 0;
    }
    .main-page-catalog .category {
        height: auto;
    }
    .catalog-page .left-column-page .right-column .page-title:after {
        content: none;
    }
    .categories-list .clearfix {
        display: none;
    }
    header .top-line .header-table #checkoutSidebar .info {
        padding: 0 0 0 22px;
    }
    header .top-line .header-table #checkoutSidebar .info .label-cart a .mobile-show {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
    }
    .left-column-page .page-title h1 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        padding: 14px 0 7px;
    }
    .products-list {
        text-align: center;
    }
    .products-list .product-block {
        margin: 0 !important;
        float: none;
        display: inline-block;
    }
    .page-title span,
    .products-list .product-block .holder {
        display: block;
    }
    .articles-list {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-top: 20px;
        box-sizing: border-box;
    }
    .sorting .title {
        display: none;
    }
    .articles-list .articles-block {
        overflow: hidden;
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .articles-list .articles-block .title {
        margin-top: 5px;
    }
    .articles-list .articles-block .title a {
        height: auto;
    }
    #accordion-card .card-attributes ul li,
    .sorting {
        padding-left: 10px;
    }
    .left-column-page .right-column .catalog_categories,
    .sorting span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sorting span {
        width: 31%;
        float: left;
        text-align: center;
        margin-top: 2px;
    }
    .sorting span.rating {
        line-height: 25px;
        display: none;
    }
    .sorting span.item {
        padding-left: 0;
    }
    .left-column-page .left-column,
    header .top-line .header-table .top-list .list-block ul,
    header .top-line .header-table .top-list .list-block ul li {
        float: none;
        width: 100%;
    }
    .left-column-page .right-column {
        margin-left: 0;
    }
    .left-column-page .right-column .catalog_categories {
        padding: 0 10px;
        vertical-align: top;
    }
    .left-column-page .right-column .catalog_categories .block {
        vertical-align: top;
        overflow: hidden;
        height: 140px;
        text-align: center;
        width: 300px;
        margin: 0 auto;
    }
    .left-column-page .right-column .catalog_categories .category {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-color: transparent;
        width: 90px;
        height: 125px;
        float: left;
        display: block;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .left-column-page .right-column .catalog_categories .trigger-catalog-categories {
        width: 100%;
        height: 35px;
        background: #f0f0f0;
        clear: both;
        margin: 15px 0 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .left-column-page .right-column .catalog_categories .trigger-catalog-categories span {
        display: block;
        font-size: 14px;
        line-height: 35px;
        font-weight: 700;
        color: #1273c4;
        text-align: center;
        text-decoration: underline;
        position: relative;
    }
    .left-column-page .right-column .catalog_categories .trigger-catalog-categories span:after {
        background: url(/var/themes/default/skin/images/trigger-catalog.png) center top no-repeat;
        -webkit-background-size: 15px 65px;
        background-size: 15px 65px;
        content: "";
        width: 15px;
        height: 13px;
        position: absolute;
        right: 10px;
        top: 12px;
        display: block;
    }
    .filter-block .filter-content .separator:first-of-type,
    .filter-block .title {
        display: none;
    }
    .filter-block {
        display: none;
        border: 0;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 50px;
    }
    .filter-block:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(/var/themes/default/skin/images/filter-shadow.jpg) repeat-x;
        width: 100%;
        height: 11px;
    }
    .filter-block .separator {
        width: 100%;
    }
    .catalog-page,
    .catalog-page .left-column-page .right-column,
    .product-card .configurable-block .product-params-wrapper .item-block .item .title {
        padding: 0;
    }
    .catalog-page .page-text-default {
        padding: 10px;
    }
    .catalog-page .breadcrumbs {
        padding: 0 10px;
    }
    .catalog-page .left-column-page .right-column .page-title {
        margin: 0 10px;
    }
    .catalog-page .left-column-page .right-column .page-title h1 {
        padding: 10px 0;
    }
    .catalog-page .left-column-page .right-column .column-content {
        margin-bottom: 20px;
    }
    .catalog-page .left-column-page .right-column .products-list {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .filter-trigger {
        width: 33.333%;
        display: inline-block;
        float: right;
        height: 30px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 32px;
        font-weight: 700;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/ Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+ CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+ CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUxOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+ CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #6b6b6b, #535353, #3d3d3d, #323232);
        background: -webkit-linear-gradient(top, #6b6b6b, #535353, #3d3d3d, #323232);
        background: -o-linear-gradient(top, #6b6b6b, #535353, #3d3d3d, #323232);
        background: -ms-linear-gradient(top, #6b6b6b, #535353, #3d3d3d, #323232);
        background: linear-gradient(to bottom, #6b6b6b, #535353, #3d3d3d, #323232);
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 10px;
    }
    .sticker-list .sticker-list-item.hit span {
        text-transform: none;
        color: #fff;
        font-weight: 700;
        line-height: 21px;
        font-size: 10px;
    }
    .filter-trigger:after {
        content: "";
        height: 11px;
        width: 7px;
        background: url(/var/themes/default/skin/images/filter-shadow.png) no-repeat;
        -webkit-background-size: 7px 11px;
        background-size: 7px 11px;
        top: 50%;
        position: absolute;
        right: 10px;
        margin-top: -6px;
        transform: rotate(90deg);
    }
    .products-list.load-more-target {
        width: 100% !important;
    }
    .sticker-list .sticker-list-item.hit {
        background-size: 100% 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -5px;
        background: url(/var/themes/default/skin/images/sticker-hit.png) left center no-repeat;
        height: 21px;
        width: 70px;
        text-align: center;
    }
    .page-title,
    .page-title h1,
    .page-title span {
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
    }
    .page-title {
        padding-bottom: 8px;
        padding-top: 0;
    }
    #accordion-card .card-attributes,
    #accordion-card .page-text-default,
    .page-title h1,
    .products-slider .slider-content .slide .product-block .holder {
        display: block;
    }
    .paginationContainer {
        text-align: center;
        margin-bottom: 10px;
    }
    .paginationContainer .paginationControl {
        display: inline-block;
        float: none;
    }
    .main-reviews .content .feedback-main {
        width: 50% !important;
    }
    .product-card .sku.sku-desctop,
    header .utp {
        display: none;
    }
    .sale-clock .clock .time_circles .textDiv_Days:after,
    .sale-clock .clock .time_circles .textDiv_Hours:after,
    .sale-clock .clock .time_circles .textDiv_Minutes:after {
        right: -10px;
    }
    .wrapper-1280,
    header .top-line {
        -webkit-box-sizing: border-box;
    }
    .wrapper,
    .wrapper-1280 {
        min-width: 320px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block !important;
    }
    .wrapper-1280 {
        width: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .wrapper-1280,
    header .top-line {
        -moz-box-sizing: border-box;
    }
    header .center-img {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    header .logo {
        background: #fff;
        height: 55px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        width: 160px;
    }
    header .top-line {
        height: 56px;
        background: #1579d8;
        padding-left: 160px;
        border-bottom: 1px solid #eaeaea;
        box-sizing: border-box;
    }
    header .top-line .wrapper-1280 {
        padding: 0;
        width: auto;
        min-width: 0;
        position: static;
    }
    header .top-line .header-table {
        display: table;
        width: 100%;
        height: 55px;
    }
    header .top-line .header-table #checkoutSidebar,
    header .top-line .header-table .top-list {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 55px;
    }
    header .top-line .header-table .top-list {
        width: 40%;
    }
    header .top-line .header-table .top-list .icon {
        background: url(/var/themes/default/skin/images/list.png) no-repeat;
        -webkit-background-size: 24px 19px;
        background-size: 24px 19px;
        width: 24px;
        height: 19px;
        display: inline-block !important;
    }
    header .top-line .header-table .top-list .list-block {
        float: none;
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        background: #1680da;
        z-index: 2100;
    }
    header .top-line .header-table #checkoutSidebar {
        position: static;
        float: none;
        background: #0454a0;
        padding-left: 0;
        width: 60%;
    }
    header .header-content .right-block .call_back_header,
    header .header-content .right-block .clearfix,
    header .top-line .header-table #checkoutSidebar .info .label-cart a span:first-child {
        display: none;
    }
    header .header-content {
        position: static;
    }
    header .header-content .left-block {
        padding-top: 6px;
        width: 0;
        height: 0;
        float: none;
    }
    header .header-content .right-block {
        height: 54px;
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    header .header-content .phones {
        display: none;
        float: none;
    }
    header .right-block .search-wrapper {
        left: 145px;
        margin-top: 0;
        position: absolute;
        right: 10px;
        top: 123px;
        z-index: 10;
    }
    header .right-block .search-wrapper .search-results .ui-autocomplete {
        width: 100% !important;
        border: 2px solid #1273c4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .phones-select .select-phone .phone a,
    .phones-select .sub-tell .phone a {
        color: #434343;
        text-decoration: none;
    }
    .phones-select,
    header .right-block .search-wrapper form {
        position: relative;
    }
    header .right-block .search-wrapper .input {
        height: 40px;
        width: 100%;
        padding-right: 49px;
        font-size: 12px;
        padding-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    header .right-block .search-wrapper .button {
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    header .right-block .search-wrapper .button_bg {
        height: 40px;
    }
    .phones-select {
        display: inline-block !important;
        padding-right: 23px;
    }
    .phones-select .arrow {
        background: url(/var/themes/default/skin/images/arrow-tell.png) left center no-repeat;
        -webkit-background-size: 18px 10px;
        background-size: 18px 10px;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .phones-select .phone .black {
        padding-right: 3px;
    }
    .phones-select .select-phone {
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
    }
    .phones-select .select-phone .phone .black {
        font-weight: 400;
    }
    .phones-select .sub-tell {
        display: none;
        background: #fff;
        border: 1px solid #dedede;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 30px;
        width: 172px;
        z-index: 2101;
        border-radius: 0 0 3px 3px;
    }
    .phones-select .sub-tell .phone {
        border-bottom: 1px solid #dedede;
        font-size: 16px;
        padding: 4px 0;
    }
    .phones-select .sub-tell .phone a {
        font-size: 17px;
        line-height: 19px;
        font-weight: 400;
    }
    .phones-select .block {
        float: none !important;
        margin-right: 0 !important;
    }
    .categories-block {
        background: #1579d8;
        height: 55px;
        padding: 0;
        opacity: 1;
    }
    .categories-block .catalog-mobile {
        display: inline-block;
        background: #0454a0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .categories-block .catalog-mobile .label {
        display: inline-block;
        background: url(/var/themes/default/skin/images/list.png) left center no-repeat;
        -webkit-background-size: 24px 19px;
        background-size: 24px 19px;
        padding-left: 28px;
        color: #fff;
        font-size: 20px;
        line-height: 55px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .categories-block .main-categories-menu {
        margin-top: 0;
        z-index: 2100;
    }
    .categories-block .main-categories-menu .trigger {
        background: url(/var/themes/default/skin/images/arrow-menu-trigger.png) 22px 14px no-repeat;
        -webkit-background-size: 53px 14px;
        background-size: 53px 14px;
        width: 45px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .products-slider .slider-content {
        text-align: center;
    }
    .categories-block .main-categories-menu li.main .submenu {
        position: static;
        opacity: 1 !important;
        display: none;
        border: 0;
        border-radius: 0;
        background: #0454a0 !important;
        padding: 10px 20px;
    }
    .products-slider {
        margin-top: 10px;
        min-height: 0;
    }
    .products-slider .slider-title {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .products-slider .slider-content .slide {
        display: inline-block;
        width: 175px;
        height: 349px;
    }
    .products-slider .slider-content .slide .product-block {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        display: block;
    }
    .product-block {
        width: 175px;
        height: 349px;
    }
    .product-block .holder {
        min-height: 330px;
        padding: 5px;
    }
    .product-block .holder .image-title {
        text-decoration: none;
    }
    .product-block .holder .title {
        height: 50px;
        margin-bottom: 5px;
        color: #434343;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        line-height: 16px;
    }
    .product-block .holder .title:after {
        background: 0;
    }
    .product-block .holder .title .over {
        max-height: 48px;
    }
    .product-block .holder .in-stock {
        font-size: 12px;
        line-height: 12px;
        padding: 2px 0 0;
        background: 0;
        text-align: left;
        float: left;
        display: inline-block;
    }
    .product-block .holder .in-stock span {
        padding-left: 14px;
        display: inline-block;
        background: url(/var/themes/default/skin/images/in-stock.png) left center no-repeat;
        -webkit-background-size: 12px 8px;
        background-size: 12px 8px;
    }
    .product-block .holder .rate_and_review {
        display: inline-block;
        float: right;
        text-align: center;
        padding: 0;
    }
    .product-block .holder .rate_and_review .review {
        padding-top: 0;
    }
    .product-block .holder .rate_and_review .review,
    .product-block .holder .rate_and_review .review a {
        display: inline-block;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }
    .product-block .holder .rate_and_review .stars {
        float: none;
        width: auto;
        display: none;
    }
    .product-block .holder .price-block {
        float: none;
        width: 100%;
        height: 33px;
    }
    .product-block .holder .price-block .price-old,
    .product-block .holder .price-block .price-old .sum {
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
    }
    .product-block .holder .price-block .price,
    .product-block .holder .price-block.two-prices .price {
        font-size: 19px;
        line-height: 19px;
        font-weight: 700;
    }
    .product-block .holder .price-block .price {
        right: 0;
        text-align: center;
    }
    .product-block .holder .btn-block {
        margin-top: 5px;
        float: none;
        width: 100%;
    }
    .product-block .holder .btn-block .btn {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
/*    .wrapper-empty {
        height: 280px;
    }*/
    .sticker-list .sticker-list-item.free-ship span {
        text-transform: none;
        color: #fff;
        font-weight: 700;
    }
    .sticker-list .sticker-list-item.free-ship {
        background: url(/var/themes/default/skin/images/sticker-free-ship.png) left center no-repeat;
        background-size: 100% 100%;
        height: 26px;
        width: 86px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 10px;
        line-height: 10px;
        padding: 3px 0 3px 10px;
        text-align: left;
        margin-left: -5px;
    }
    .sticker-list.in-product-list {
        z-index: 10;
    }
    .product-card .card-attributes,
    /*.product-card .utp-block*/ {
        display: none;
    }
    .product-card .configurable-block .product-params-wrapper .item-block .item {
        float: left;
    }
    .product-card .configurable-block .product-params-wrapper .item-block .item .select {
        padding: 0 5px 0 0;
    }
    .product-card .configurable-block .product-params-wrapper .item-block .item .select .option {
        margin: 0 10px 7px 0;
    }
    .product-card .configurable-block .product-params-wrapper .item {
        width: 48%;
        display: inline-block;
    }
    .product-card .configurable-block .product-params-wrapper .item .title {
        font-size: 18px;
        font-weight: 700;
        clear: both;
        line-height: 24px;
        display: block;
        padding: 7px 0;
    }
    .product-card .configurable-block .product-params-wrapper .item .select .option a {
        font-size: 15px;
        line-height: 15px;
        padding: 7px 50px 10px 7px;
    }
    .product-card .title-block {
        margin-top: 0;
    }
    .product-card .title-block .title {
        padding-top: 0;
    }
    .product-card .title-block .title h1 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }
    .product-card .buy-block {
        border: 0;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 500px;
        min-height: 210px;
        position: relative;
    }
    .product-card .buy-block .qty-block {
        width: 195px;
    }
    .product-card .buy-block .in_stock,
    .product-card .product-gallery {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product-card .buy-block .in_stock {
        padding-top: 0;
        background: url(/var/themes/default/skin/images/in_stock.jpg) left 5px no-repeat;
    }
    .product-card .buy-block .qty-block {
        clear: right;
        float: right;
        margin-top: 0;
    }
    .product-card .buy-block .qty-block .title {
        text-transform: uppercase;
        color: #434343;
    }
    .product-card .buy-block .price-block {
        width: 195px;
        float: right;
    }
    .product-card .buy-block .buttons-block {
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        margin-bottom: 10px;
    }
    #accordion-card .card-attributes ul,
    .product-card .buy-block .buttons-block .buy-card {
        margin-top: 0;
    }
    .product-card .buy-block .rate_and_review {
        position: absolute;
        left: 0;
        top: 160px;
        width: 200px;
    }
    .product-card .buy-block .in_stock {
        clear: right;
        float: right;
        width: 195px;
    }
    .product-card .buy-block .actions {
        position: absolute;
        left: 0;
        top: 190px;
        width: 200px;
    }
    .product-card .product-gallery {
        width: 500px !important;
        margin: 0 auto 20px;
        overflow: hidden !important;
        padding: 0 25px 35px;
        min-height: 430px;
    }
    .product-card .product-gallery .product-gallery-next,
    .product-card .product-gallery .product-gallery-prev {
        height: 30px;
        width: 17px;
        position: absolute;
        top: 50%;
        margin-top: -30px;
    }
    .product-card .product-gallery .product-gallery-next a,
    .product-card .product-gallery .product-gallery-prev a {
        display: block;
        height: 30px;
        width: 17px;
    }
    .product-card .product-gallery .product-gallery-next {
        right: 0;
    }
    .product-card .product-gallery .product-gallery-next a {
        background: url(/var/themes/default/skin/images/products-slider-right.png) no-repeat;
    }
    .product-card .product-gallery .product-gallery-prev {
        left: 0;
    }
    .product-card .product-gallery .product-gallery-prev a {
        background: url(/var/themes/default/skin/images/products-slider-left.png) no-repeat;
    }
    .product-card .product-gallery .product-gallery-panels {
        width: auto;
    }
    .product-card .product-gallery .product-gallery-nav {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        top: auto;
        min-height: 0;
    }
    .product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip {
        height: auto;
        text-align: center;
    }
    .product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul {
        display: inline-block;
    }
    .product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li {
        float: none;
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0 5px 5px;
        display: inline-block;
    }
    .product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li.selected a {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/ Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+ CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+ CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUxOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+ CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #87d100, #67b900, #51a900, #409b00);
        background: -webkit-linear-gradient(top, #87d100, #67b900, #51a900, #409b00);
        background: -o-linear-gradient(top, #87d100, #67b900, #51a900, #409b00);
        background: -ms-linear-gradient(top, #87d100, #67b900, #51a900, #409b00);
        background: linear-gradient(to bottom, #87d100, #67b900, #51a900, #409b00);
    }
    .product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li a {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background: #cecece;
    }
    .product-card .product-gallery .product-gallery-nav .product-gallery-nav-clip ul li a img {
        opacity: 0;
        width: 10px;
        height: 10px;
    }
    .product-card .sale-clock {
        height: 85px;
        width: 300px;
        clear: both;
        margin: 10px auto;
    }
    .product-card .sale-clock .label {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        padding-bottom: 5px;
    }
    .product-card .sale-clock .clock {
        width: 300px;
    }
    .product-card .sale-clock .clock .time_circles > div {
        margin: -8px 0 0;
        height: 37px !important;
    }
    .product-card .sale-clock .clock .time_circles span {
        margin: 16px 0 0 !important;
        height: 37px !important;
        width: 50px;
        display: inline-block !important;
        font-size: 24px !important;
        line-height: 26px !important;
        font-weight: 600 !important;
        letter-spacing: 19px;
    }
    .product-card .sale-clock .clock .time_circles h4 {
        font-family: Roboto, sans-serif;
        margin-top: 0;
        font-size: 9px !important;
        line-height: 11px !important;
        font-weight: 400 !important;
        position: absolute;
        top: 60px;
        color: #434343;
        text-transform: uppercase;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Days {
        top: 3px !important;
        width: 68px !important;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Days h4 {
        left: 23px;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Hours {
        top: 3px !important;
        left: 80px !important;
        width: 68px !important;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Hours h4 {
        left: 20px;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Minutes {
        top: 3px !important;
        width: 68px !important;
        left: 155px !important;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Minutes h4 {
        left: 18px;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Seconds {
        top: 3px !important;
        width: 68px !important;
        left: 234px !important;
    }
    .product-card .sale-clock .clock .time_circles .textDiv_Seconds h4 {
        left: 17px;
    }
    .feedback-button,
    .feedback-wrapper,
    .tabs.tabs-product .ui-tabs-nav {
        display: none;
    }
    .tabs.tabs-product .half.padding-right .sku {
        background: #f1f1f1;
        top: 0;
        font-size: 14px;
        line-height: 16px;
        z-index: 500;
        border-radius: 3px;
        position: absolute;
        right: 0;
        padding: 5px 10px;
        font-weight: 400;
    }
    .tabs.tabs-product .half {
        position: relative;
    }
    .tabs.tabs-product .half.padding-right {
        float: none;
        width: 500px;
        margin: 0 auto;
        padding-right: 0;
        position: relative;
    }
    .tabs.tabs-product .half.padding-right .sku span {
        font-weight: 700;
    }
    .tabs.tabs-product .half.padding-left {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .tabs .tab-content {
        border-top: 0;
        padding-bottom: 0;
    }
    #accordion-card {
        margin-top: 10px;
    }
    #accordion-card .text-block .item {
        padding-bottom: 10px;
    }
    #accordion-card .text-block .item:last-child {
        padding-bottom: 0;
    }
    #accordion-card .text-block .title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }
    #accordion-card .content-accordion p,
    #accordion-card .text-block .text {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    #accordion-card .card-attributes .block-title {
        display: none;
    }
    #accordion-card .card-attributes {
        margin-top: 5px;
    }
    #accordion-card .page-text-default div {
        width: auto !important;
    }
    #accordion-card > .h3,
    #accordion-card > h3 {
        padding-top: 10px;
        color: #1579d8;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        padding-bottom: 5px;
        text-transform: uppercase;
    }
    #accordion-card .content-accordion {
        padding-bottom: 10px;
    }
    .breadcrumbs {
        display: block;
        height: auto;
        margin: 10px 0;
    }
    .breadcrumbs .breadcrumb {
        display: block;
        border: 0 !important;
    }
    .breadcrumbs .breadcrumb li.separator {
        height: 15px;
        display: none;
    }
    .breadcrumbs .breadcrumb li {
        display: block;
        height: 15px;
        line-height: 15px;
        margin-bottom: 5px;
        padding-right: 10px;
        background: url(/var/themes/default/skin/images/breadcrumbs-separator-4.png) right -1px no-repeat;
        margin-right: 5px;
    }
    .breadcrumbs .breadcrumb li:last-child {
        background: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .breadcrumbs .breadcrumb li a,
    .breadcrumbs .breadcrumb li span {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
        display: inline-block;
    }
    .catalog-mobile.mobile-show {
        display: block;
    }
    .callback-main .mainform {
        max-width: 350px;
    }
    .offer {
        display: none;
    }
    .categories-list .category .inner,
    .main-page-catalog .category .inner {
        padding: 5px 5px 0;
        overflow: hidden;
    }
    .categories-list .category .image,
    .main-page-catalog .category .image {
        min-height: 1px;
    }
    .categories-list > .title,
    .main-page-catalog > .title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .categories-list .category .title,
    .main-page-catalog .category .title {
        margin-top: 10px;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        height: 31px;
        overflow: hidden;
    }
    .main-page-catalog .category .inner .title {
        text-align: center;
        height: 32px;
        overflow: hidden;
    }
}
@media screen and (max-width: 760px) {
    .main-reviews .content .feedback-main {
        width: 100% !important;
    }
}
@media screen and (max-width: 740px) {
    .callback-main img {
        display: none;
    }
    .faq-outer {
        padding: 20px 10px;
    }
    .callback-main {
        padding: 20px 0;
    }
    .mainform {
        width: auto;
    }
    .callback-main .mainform {
        border-top: 2px solid;
        border-bottom: 2px solid;
        border-radius: 0 !important;
        background: 0 0 !important;
        position: static !important;
        transform: translateY(0) !important;
    }
    .mainform__phones a,
    .mainform__title {
        color: #333 !important;
    }
}
@media screen and (max-width: 600px) {
    .product-card .buy-block .credit-block .btn.buy-credit {
        font-size: 10px;
    }
    header .right-block .search-wrapper {
        width: 53%;
    }
    .main-page-catalog-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 590px) {
    .search-wrapper {
        width: 85%;
    }
}
@media screen and (max-width: 535px) {
    .product-card .buy-block .in_stock,
    .product-card .buy-block .qty-block {
        width: 47%;
    }
    .product-card .buy-block .credit-block .btn.buy-credit {
        width: 75px;
    }
    .product-card .tabs.tabs-product .half.padding-right {
        width: 100%;
    }
    .product-card .product-gallery {
        width: auto !important;
        padding-bottom: 25px;
    }
    .product-card .product-gallery .product-gallery-panels {
        width: auto;
        height: auto;
    }
    .product-card .buy-block {
        width: 100% !important;
    }
    .product-card .buy-block .price-block {
        width: 47%;
    }
    .product-card .buy-block .buttons-block {
        width: 160px;
    }
    .product-card .buy-block .buttons-block .btn {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .product-card .buy-block .rate_and_review {
        top: 135px;
    }
    .product-card .buy-block .actions {
        top: 170px;
    }
}
@media screen and (max-width: 520px) {
    .sorting span.item {
        width: 95px;
        padding-right: 0;
        margin-top: 2px;
    }
    .filter-trigger {
        width: 180px;
        margin-top: 7px;
        height: 27px;
        line-height: 29px;
    }
    .shares-product .shares-block {
        margin-bottom: 10px;
    }
    .shares-product .shares-block .title {
        font-size: 13px;
        line-height: 15px;
        height: 31px;
    }
    .shares-product .title-shares {
        font-size: 16px;
        -webkit-background-size: 13px 13px;
        background-size: 13px 13px;
        background-position: left 2px;
        padding-left: 18px;
    }
}
@media screen and (max-width: 480px) {
    .product-card .configurable-block .product-params-wrapper .item {
        width: 100%;
    }
    .product-card .shares-product .shares-block {
        float: none;
        clear: both;
        width: 100%;
    }
    .product-card .shares-product .shares-block:nth-child(odd) {
        padding-right: 0;
    }
    .product-card .shares-product .shares-block:nth-child(even) {
        padding-left: 0;
    }
}
@media screen and (max-width: 420px) {
    .percentage {
        height: 26px;
    }
}
@media screen and (max-width: 400px) {
    .filter-trigger {
        width: 140px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding-left: 12px;
    }
    .product-card .tabs.tabs-product .half.padding-right {
        width: 100%;
    }
    .product-card .product-gallery {
        min-height: 100px;
    }
    .product-card .buy-block {
        width: 100% !important;
    }
    .product-card .buy-block .in_stock,
    .product-card .buy-block .price-block,
    .product-card .buy-block .qty-block {
        width: 44%;
    }
    .product-card .buy-block .qty-block .title {
        font-size: 10px;
    }
    .product-card .buy-block .qty-block input {
        width: 36px;
    }
    .product-card .configurable-block .product-params-wrapper .item .select .option a {
        font-size: 13px;
        padding: 7px 40px 7px 7px;
        text-align: left;
    }
}
@media screen and (max-width: 374px) {
    .products-list .product-block,
    .products-slider .slider-content .slide,
    .products-slider .slider-content .slide .product-block {
        width: 160px;
    }
}
@media screen and (max-width: 360px) {
    .categories-block .catalog-mobile .label {
        -webkit-background-size: 18px 13px;
        background-size: 18px 13px;
        font-size: 14px;
        padding-left: 24px;
    }
}
@media screen and (max-width: 355px) {
    .filter-trigger {
        padding-left: 6px;
        width: 109px;
        font-size: 11px;
    }
}
@media screen and (max-width: 350px) {
    .products-list .product-block,
    .products-slider .slider-content .slide,
    .products-slider .slider-content .slide .product-block {
        width: 145px;
    }
}
@media screen and (max-width: 980px) {
    header .right-block .phones .block {width: 100%;justify-content: center}
    header .right-block .phones {width: 100%}
}
@media screen and (max-width: 430px) {
    header .right-block .phones .block .phone {width: 100%;margin: 0px}    
}
 