@charset "UTF-8";
/* Outlined Icons Set */
/*@font-face {
    font-family: "outlined-iconset";
    src: url("/fonts/outlined-iconset.eot");
    src: url("/fonts/outlined-iconset.eot?#iefix") format("embedded-opentype"), url("/fonts/outlined-iconset.woff") format("woff"), url("/fonts/outlined-iconset.ttf") format("truetype"), url("/fonts/outlined-iconset.svg#outlined-iconset") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: "UbuntuBold";
    src: url(/fonts/ubuntu_bold.ttf);
    font-size: 11pt;
    font-display: swap;
}

@font-face {
    font-family: "SFUIDisplayBold";
    src: url('/fonts/SFUIDisplay-Bold.woff2') format('woff2');
    /*src: url(/fonts/SFUIDisplay-Bold.otf);*/
    font-size: 11pt;
    font-display: swap;
}

@font-face {
    font-family: "SFUIDisplayRegular";
    src: url('/fonts/SFUIDisplay-Regular.woff2') format('woff2');
    /*src: url(/fonts/SFUIDisplay-Regular.otf);*/
    font-size: 11pt;
    font-display: swap;
}

@font-face {
    font-family: "SFUIDisplayMedium";
    src: url('/fonts/SFUIDisplay-Medium.woff2') format('woff2');
    /*src: url(/fonts/SFUIDisplay-Medium.otf);*/
    font-size: 11pt;
    font-display: swap;
}

@font-face {
    font-family: "SFUIDisplayHeavy";
    src: url('/fonts/SFUIDisplay-Heavy.woff2') format('woff2');
    /*src: url(/fonts/SFUIDisplay-Heavy.otf);*/
    font-size: 11pt; 
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("/fonts/robotoslabbold.woff2") format("woff2"), url("/fonts/robotoslabbold.woff") format("woff"), url("/fonts/robotoslabbold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; 
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab Regular';
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/fonts/robotoslabregular.woff2") format("woff2"), url("/fonts/robotoslabregular.woff") format("woff"), url("/fonts/robotoslabregular.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "outlined-iconset" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-delete:before { content: "\e010"; } */

body {
    background-color: #f9f9f9 !important;
    font-family: "SFUIDisplayRegular" !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1, .h1 {
    font-size: 40px; }

h3, .h3 {
    font-family: "SFUIDisplayBold" !important; }

h4, .h4 {
    font-family: "SFUIDisplayBold" !important; }

b, strong {
    font-family: "SFUIDisplayBold"; }

p {
    font-family: "SFUIDisplayRegular"; }

@media (min-width: 1200px) {
    .container {
        width: 1200px; } }

.main-page .carousel.slide{
    float: none;
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-times:before {
    content: "\f00d";
}
.fa-filter:before {
    content: "\f0b0";
}

/*Headroom*/
.headroom--pinned {
    position: fixed !important;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }

.header-cat.headroom--pinned {
    background: white; }

.headroom--unpinned {
    position: fixed !important;
    top: -20%;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }

.headroom {
    will-change: transform;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }

.headroom--pinned {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

.headroom--top {
    background: transparent; }

.modal-backdrop {
    z-index: 500; }

.btn-all-blue {
    background: #0056a8;
    font-family: SFUIDisplayMedium;
    border: none;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px; }

.btn-all-blue:hover {
    -webkit-box-shadow: 0 0.5em 0.5em -0.4em #0056a8;
    box-shadow: 0 0.5em 0.5em -0.4em #0056a8;
    text-decoration: none;
    color: #fff; }

.btn-all-orange {
    background: #fe7117;
    font-family: SFUIDisplayMedium;
    border: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px; }

.btn-all-orange:hover {
    -webkit-box-shadow: 0 0.5em 0.5em -0.4em #fe7117;
    box-shadow: 0 0.5em 0.5em -0.4em #fe7117;
    text-decoration: none;
    color: #fff; }

.btn-all-white {
    background: #f9f9f9;
    border: 2px solid #d7d7d7 !important;
    border: none;
    color: #0056a8;
    padding: 12px 20px;
    border-radius: 0px;
    display: inline-block;
    font-size: 15px;
    font-family: "SFUIDisplayBold"; }

.btn-all-white:hover {
    background: #fff;
    -webkit-box-shadow: 0 0.5em 0.5em -0.4em #d7d7d7;
    box-shadow: 0 0.5em 0.5em -0.4em #d7d7d7;
    text-decoration: none;
    color: #0056a8; }



h1, h2, .h1, .h2, .hdr2 {
    font-family: "Roboto Slab" !important; }

ul, ol{
    overflow: hidden;
    padding-left: 25px;
}

.hdr2 { line-height: 33px; font-weight: 700; font-size: 30px; margin-top: 20px; margin-bottom: 10px }

header ul{
    overflow: visible;
}

/* Breadcrumb */
.breadcrumb { font-family: "SFUIDisplayBold" !important; background: transparent }
#path a { color: #4ba3d3; text-decoration: underline }
#path a:hover { text-decoration: none }
/* END Breadcrumb */

#product-list-block .brands-wrapper { min-height: 260px }

/* Header */
header .menu-wrapper {
    margin: 15px 0 15px 0px;
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between; }

.menu-wrapper ul {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px; }

header .menu-wrapper li.active a {
    color: #fe7117; }

.menu-wrapper .login-block .dropdown:hover ul.personal-menu.dropdown-menu {
    display: block; }

.menu-wrapper ul.personal-menu.dropdown-menu {
    display: none; }

.menu-wrapper .login-block .dropdown:hover ul.personal-menu.dropdown-menu {
    display: block; }

/*.menu-wrapper .open > ul.personal-menu.dropdown-menu {*/
/*display: block;*/
/*}*/
.header-wrapper {
    margin-bottom: 15px; }

/*.menu-wrapper ul li:first-child {display: none;}*/
.menu-wrapper ul li.selected a {
    color: #fe7117; }

.menu-wrapper ul li {
    display: inline-block;
    margin: 0px 4px;
    font-weight: 600;
    font-family: "SFUIDisplayBold"; }

.menu-wrapper ul li a {
    color: #3d3e43;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.nav > li > a {
    padding: 10px 23px 12px 20px !important; }

header .orange-bg {
    margin-right: 10px; }

.orange-bg {
    display: inline-block;
    background: #4ca3d3;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 15px;
    margin: 0px 0px 0px 5px;
    color: #fff;
    font-size: 11px; }

header .orange-bg span:first-child {
    margin-right: 7px; }

.login-block {
    display: inline-block;
    position: relative; }

.account {
    margin-left: 22px;
    font-family: "SFUIDisplayBold";
    font-size: 12px; }

.account span {
    font-family: "SFUIDisplayMedium"; }

.account a {
    text-decoration: underline; }

.account a:hover {
    text-decoration: none; }

.account:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("/img/unlock.svg") no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: -.1rem 0 0; }

a.orange-link, a.white-link {
    display: inline-block;
    width: 135px;
    border-radius: 30px;
    text-align: center;
    padding: 4px 0px;
    font-family: "SFUIDisplayBold";
    font-size: 13px;
    margin: 0px 10px;
    line-height: 1.4; }

a.white-link {
    color: #4ca3d3;
    border: 1px solid #4ca3d3; }

a.white-link:hover {
    background: #4ca3d3;
    color: #fff;
    text-decoration: none; }

a.orange-link {
    background: #fe7117;
    border: 1px solid #fe7117;
    color: #fff;
    cursor: pointer
}

a.orange-link:hover {
    background: #e56615;
    text-decoration: none;
    color: #fff; }

.modal-head-link {
    display: block;
    position: relative;
    float: left;
    margin-top: 9px; }

.phone-header {
    display: block;
    position: relative;
    float: left;
    /*margin-right: 37px;*/
    /*margin-left: 20px; */ }

ul.header-phone {
    list-style-type: none;
    display: inline-block;
    margin-top: 0px;
    padding-left: 53px;
    padding-bottom: 0;
    margin-bottom: 0; }

.header-phone:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/telephone.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    margin: -.1rem 0 0; }

li.header-phone-item {
    margin: 1px 0px;
    font-family: "SFUIDisplayBold";
    color: #3d3e43;
    font-size: 15px;
    line-height: 1.3; }

#cart_informer {
    float: left;
    display: block;
    position: relative; }

#cart_informer:hover .desc-cart .items-count-text {
    text-decoration: underline; }

#cart_informer:before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(/img/shopping-basket.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: -.1rem 0 0; }

.desc-cart {
    margin-left: 14px;
    margin-right: 5px;
    margin-top: 19px; }

#cart_informer .basket {
    margin-left: 55px;
    position: relative; }

#cart_informer .basket p {
    font-family: "SFUIDisplayBold"; }

span.total-sum-minicart {
    width: 23px;
    height: 23px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-align: center;
    left: -20px;
    top: -13px;
    background: #4ca3d3;
    border-radius: 24px;
    line-height: 1.7; }

.basket, .basket a {
    color: #3d3e43; }

.block-search {
    float: left;
    position: relative;
    display: inline-block;
    /*margin-left: 25px; */ }

.btn-outlined-invert {
    display: inline-block;
    border-radius: 50px;
    padding: 10px; }

header .search-form {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 55px 0;
    background: #4ca3d3;
    z-index: 1000;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35);
    box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35); }

header .search-form.closed {
    opacity: 0;
    top: -260px; }

header .search-form.open {
    opacity: 1;
    top: 0px; }

header .search-form .container {
    position: relative;
    padding: 0 60px 0 15px; }

@media only screen and (max-width: 991px) {
    header .search-form .container {
        padding: 0 60px 0 15px; } }

header .search-form .form-group {
    position: relative;
    margin-bottom: 0; }

header .search-form .form-control {
    color: #000;
    border: 2px solid #2f537a;
    padding: 25px 20px; }

header .search-form .close-search {
    position: absolute;
    z-index: 1001;
    right: 18px;
    font-size: 1.75em;
    top: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }

header .search-form .close-search:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

@media only screen and (max-width: 991px) {
    header .search-form .close-search {
        right: 15px; } }

.for_cabinet_img {
    width: 39px;
    height: 39px;
    display: inline-block; }

.for_cabinet_img:hover {
    cursor: pointer; }

.navbar {
    margin-bottom: 0px !important; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff !important;
    background: #fff; }

.navbar-default {
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
    padding: 5px 0; }

.navbar-default .nav > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #eeeeee; }

.navbar-default .nav > li:last-child, .navbar-default .nav > li.menu_292 {
    border-right: 0px; }

.navbar-default .nav > li a {
    color: #3d3e43 !important;
    font-family: "SFUIDisplayBold";
    font-size: 14px; }

.navbar-default .nav > li > a {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media (max-width: 1200px) {
    .navbar-default .nav > li > a {
        white-space: initial;
        height: 100%;
        width: 100%;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
    .navbar-default .nav > li a {
        font-size: 12px; } }

.navbar-default .nav > li a:hover {
    color: #fe7117 !important; }

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important; }

/* main-page */
.first .recommended-item {
    height: 250px;
    background: #fff;
    font-size: 16px; }

.recommended-item {
    margin: 15px 0px;
    padding: 15px 30px;
    border: 1px solid #eaebec;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.recommended-item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

section.recommended h2 a {
    font-size: 30px;
    color: #3d3e43; }

section.recommended h2 a:hover {
    color: #fe7117;
    text-decoration: none; }

.recommended-item h2:first-letter {
    color: #fe7117; }

.recommended-item ul {
    padding: 0px;
    list-style-type: none;
    font-family: "SFUIDisplayRegular"; }

.recommended-item ul li a {
    color: #3d3e43; }

.second .recommended-item {
    height: 340px;
    background: #fff;
    font-size: 16px; }

section.count-info-main {
    margin-bottom: 35px;
    display: inline-block; }

.count-info-wrapper {
    background: #fff;
    border: 4px solid #d7d7d7;
    display: inline-block;
    padding: 25px 0;
    margin-top: 48px; }

.count-info-item {
    text-align: center;
    padding: 15px 35px;
    font-family: "Roboto Slab" !important;
    font-size: 20px; }

.count-info-item .counter {
    color: #323a3d;
    font-size: 32px;
    font-family: "UbuntuBold";
    margin: 20px 0px 18px 0px;
    display: block; }

.count-info-item .counter span {
    background: url("/img/icons/counter-number.png");
    width: 31px;
    height: 47px;
    display: inline-block;
    padding-top: 0px; }

.owl-carousel .owl-stage-outer {
    height: auto;
    padding-bottom: 50px; }

.owl-carousel .product .product-item__additional-item {
    right: -12px; }

.owl-carousel .product {
    padding: 15px 15px 22px 15px !important; }

.owl-carousel .product:hover {
    padding: 15px 15px 22px 15px !important;
    z-index: 10;
    background-color: #fff;
    min-height: 23.75em;
    border: 1px solid #eaebec;
    left: 0px !important;
    top: 0px;
    right: 0px !important;
    -webkit-box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.07); }

.news-main .h2 a.view-all, .reviews .h2 a.view-all, .news-main .hdr2 a.view-all, .reviews .hdr a.view-all {
    font-size: 12px;
    font-weight: bold;
    font-family: "SFUIDisplayBold";
    color: #4ba3d3;
    display: inline-block;
    margin-left: 75px;
    text-decoration: underline;
    line-height: 3.3;
    position: absolute; }

.news-main .h2 a:hover.view-all, .reviews .h2 a:hover.view-all, .news-main .hdr2 a:hover.view-all, .reviews .hdr2 a:hover.view-all {
    text-decoration: none; }

.news-main h2, .news-main .h2, .news-main .hdr2 {
    margin-bottom: 35px; }
body .news-main .h2, body .news-main .hdr2 {
	max-height: 200px;
}
.news-main .news-item-big {
    background: #fff;
    border: 1px solid #eaebec;
    height: 350px;
    padding: 40px 23px; }

.news-main .news-item-big .news-text h3, .news-main .news-item-big .news-text .h3 {
    font-size: 20px;
    margin-top: 0;
    display: block;
}

.news-main .news-item-big .news-text p {
    font-size: 14px;
    line-height: 1.3; }

.news-item-big span {
    font-family: "SFUIDisplayRegular";
    font-size: 11px;
    color: #d7d7d7;
    padding-left: 5px;
    display: block;
    margin-bottom: 15px; }

.news-main .news-item-big .news-text {
    width: 64%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 5px;
    float: left; }

.news-main .news-item-big .news-photo {
    width: 35%;
    height: 100%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.news-main .news-item-big .news-photo.for-mobiles{
    display: none;
}

.news-main .news-item-big .news-photo img {
    max-width: 100%; }

.news-main .news-item-big .read_more_main_news {
    margin-top: 20px;
    display: inline-block; }

.news-main .news-item-big .read_more_main_news a {
    background: #0056a8;
    font-family: "SFUIDisplayBold";
    border: none;
    color: #fff;
    padding: 12px 58px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px; }

.news-main .news-item-big .read_more_main_news a:hover {
    -webkit-box-shadow: 0 0.5em 0.5em -0.4em #0055a6;
    box-shadow: 0 0.5em 0.5em -0.4em #0055a6;
    text-decoration: none; }

.news-item {
    background: #fff;
    border: 1px solid #eaebec;
    height: 350px;
    margin-bottom: 30px; }

.news-item p, .news-item-big p {
    font-family: "SFUIDisplayRegular";
    color: #282d32;
    line-height: 1.3; }

.news-item .news-text {
    padding: 0px 30px; }

.news-item .news-photo {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    max-height: 50%;
    overflow: hidden; }

.news-item .news-photo img {
    width: 100%;
    -webkit-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0); }

.news-item .news-photo:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.news-item .mobile-news-header a {
    display: block;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #282d32;
}

.news-item .news-text h3, .news-item .news-text .h3 {
    margin: 14px 0px 8px 0px;
    font-size: 20px;
    line-height: 1;
    display: block;
}

.news-item .news-text h3 a, .news-item .news-text .h3 a {
    display: block;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #282d32; }

.reviews .review-photo {
    margin-left: 7px; }

.review-text {
    min-height: 180px; }

.review-text h3, .review-text .h3, .review-text span.product, .review-text span.date {
    font-family: "SFUIDisplayBold";
    display: block;
}

.review-text span.product {
    color: #fe7117;
    font-size: 12px; }

.review-text p {
    font-size: 12px;
    margin-top: 18px;
    line-height: 1.6; }

.review-item a {
    text-decoration: underline; }

.review-item a:hover {
    text-decoration: none; }

.main-text-seo {
    display: inline-block;
    margin-top: 30px; }

.main-text-seo h2 {
    margin-bottom: 23px; }

.entry-image {
    position: relative; }

.entry-image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    overflow: hidden; }

.entry-image img {
    height: 350px;
    width: 270px; }

.entry-image .vlog-text {
    position: absolute;
    bottom: 9%;
    left: 11%;
    color: #fff;
    font-size: 20px;
    padding-right: 35px;
    line-height: 1; }

.vlog-format-action.small {
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 17px 0 0 5px; }

.vlog-format-action {
    top: 50%;
    left: 50%;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 2px solid #FFF;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer; }

.vlog-format-action, .vlog-icon {
    position: absolute;
    line-height: 1;
    outline: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    z-index: 5;
    text-align: center; }

.vlog-format-action.small i {
    font-size: 22px; }

.vlog-format-action i, .vlog-icon i {
    color: #FFF;
    text-align: center;
    z-index: 2;
    position: relative; }

.entry-image:hover .vlog-format-action {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0, 0, 0, 0.8); }

.quote-main {
    background: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 20px;
    height: 350px;
    border: 1px solid #eaebec; }

.quote-main .btn-all-blue {
    width: 100%; }

.quote-main:before {
    content: '';
    /*background: url(/design/default/images/dialog_angle.png) no-repeat center bottom;*/
    width: 31px;
    height: 27px;
    position: absolute;
    margin-bottom: -25px;
    margin-left: 180px;
    z-index: 0;
    bottom: 0; }

.quote-main .quote-main-name {
    font-family: "SFUIDisplayRegular";
    color: #34383b;
    font-size: 20px;
    margin-top: 6px;
    margin-left: -10px;
    line-height: 1.3; }

.quote-main .quote-main-sub-title {
    color: #0056a8;
    font-size: 12px;
    margin-left: -10px; }

.quote-main .quote-main-description {
    color: #81848d;
    font-family: "SFUIDisplayRegular";
    margin-top: 31px;
    padding: 0 13px;
    margin-bottom: 25px;
    display: inline-block; }

.quote-main .quote-main-description span {
    color: #3d3e43; }

.reviews h2, .reviews .h2, .reviews .hdr2 {
    margin-top: 25px;
    margin-bottom: 35px; }

/* end-main-page */

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    width: 100%;
}
/* Footer */
footer {
    background: #343338;
    color: #c9c9cb;
    padding: 60px 0px 20px;
    margin-top: auto; }

.container{
    max-width: 100%;
}

.footer-title > span {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "SFUIDisplayHeavy";
    color: #fff; }

.footer-title span.footer-phone {
    font-family: "SFUIDisplayBold";
    color: #c9c9cb;
    font-size: 21px;
    display: block; }

footer ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0px;
    font-size: 14px; }

footer ul > li {
    font-size: 13px;
    line-height: 2; }

footer ul > li > a {
    color: inherit;
    text-decoration: underline; }

footer ul > li > a:hover {
    text-decoration: none;
    color: inherit; }

footer p.description {
    font-size: 12px;
    margin: 20px 0px 4px 0px; }

footer span.footer-small-title {
    font-family: "SFUIDisplayBold" !important;
    font-size: 15px;
    display: inline-block;
    text-transform: inherit; }

footer ul.social {
    list-style-type: none;
    margin: 10px 0px;
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex; }

footer ul.social li a {
    color: #343338;
    font-size: 22px; }

footer ul.social li {
    /*display: inline-block;*/
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fe7117;
    border-radius: 30px;
    margin: 0px;
    text-align: center;
    /*padding: 2px 0px;*/
    /*line-height: 1.8;*/
    margin-right: 4px; }

footer ul.social li:hover {
    background: #fff; }

footer .footer-bootom {
    border-top: 2px solid #5a595f;
    margin-top: 30px; }

/* END Footer */
/* page Brand */
.top-brands {
    display: inline-block;
    width: 229px;
    height: 120px;
    text-align: center; }

.top-brands img {
    vertical-align: middle;
    width: 140px;
    height: 78px; }

.all-brands {
    list-style: none; }

.all-brands li {
    display: inline-block;
    width: 19.6%;
    margin-bottom: 20px;
    letter-spacing: .7px;
    height: 35px; }

.all-brands a {
    color: #444;
    font-size: 17px;
    display: block;
    line-height: 35px;
    text-align: center; }

.all-brands a:hover {
    color: #fe7117;
    text-decoration: none; }

/* end page Brand */
/* Products */
/* - products-list - */
.products .product-list-group {
    background: #fff;
    border: 1px solid #eaebec;
    padding: 20px 15px 22px 15px;
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear; }

#listView .product-list-group .product-item__additional-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px; }

#listView .product-list-group .product-item__additional-item .wishlist {
    margin-left: 10px; }

#listView .product-list-group .product-item__additional-item .wishlist a {
    margin-top: 0; }

.products .product-list-group:hover {
    z-index: 10;
    text-decoration: none;
    position: inherit;
    -webkit-box-shadow: 0 24px 31px rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 31px rgba(0, 0, 0, 0.5); }

.products .product-list-group .part-features p {
    font-family: "SFUIDisplayBold";
    line-height: 0.9;
    font-size: 12px;
    margin-bottom: 0; }

.products .product-list-group .part-features span {
    color: #fe7117; }

.products .product-list-group .block-price .pr-bl-prod {
    line-height: 1.2; }

.products .product-list-group .title-price {
    color: #0056a8;
    font-family: "SFUIDisplayRegular"; }

.products .product-list-group .price {
    font-family: "SFUIDisplayBold";
    font-size: 20px;
    color: #282828;
    font-weight: bold; }

.products .product-list-group .article-products {
    font-size: 12px;
    margin-bottom: 7px; }

.product-list-group .reviews_row {
    display: inline-block; }

.product-list-group .block-price + div {
    position: relative; }

.product-list-group .product-item__additional-item, .product-list-group .product_info {
    text-align: right; }

.product-list-group .product-item__additional-item .mylist_add {
    display: inline-block;
    margin-left: 6px; }

.product-list-group .product-item__additional-item .compare a, .product-list-group .product-item__additional-item .wishlist a, .product-list-group .product-item__additional-item .active_wishlist {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #e1e2e3;
    border-radius: 20px; }

.product-list-group .product-item__additional-item .compare a:before {
    content: "";
    background: url(/img/icons/exchange-arrows.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 4px; }

.product-list-group .product-item__additional-item .wishlist a {
    margin-top: 8px; }

.product-list-group .product-item__additional-item .wishlist a:before {
    content: "";
    background: url(/img/icons/favorite-heart.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 5px; }

.product-list-group .product-item__additional-item .active_wishlist:before {
    content: "";
    background: url(/img/icons/favorite-heart-active.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 5px; }

/* - end products-list - */
.products .product {
    background: #fff;
    border: 1px solid #eaebec;
    min-height: 340px;
    padding: 0px 15px 22px 15px;
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear;
    /*max-height: 370px;*/ }

.products.products-wishlist .product:hover {
    position: initial;
    padding: 0px 15px 22px 15px;
    z-index: 10;
    background-color: #fff;
    min-height: 340px;
    border: 1px solid #eaebec;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: 0 24px 31px rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 31px rgba(0, 0, 0, 0.5);
    max-height: 370px; }


.products .product:hover {
    position: absolute;
    padding: 25px 25px 10px 25px;
    z-index: 9;
    background-color: #fff;
    min-height: 23.75em;
    border: 1px solid #eaebec;
    left: -15px;
    top: 0px;
    right: -15px;
    -webkit-box-shadow: 0 24px 31px rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 31px rgba(0, 0, 0, 0.5);
    /*max-height: 405px;*/ }

.products .product:hover .product_features_top{
    visibility: visible;
}

.products-related  .product:hover {
    position: initial;
}
.products .product:hover .hide_part {
    visibility: visible;
    /*width: calc(100% + 2px);*/
    /*margin: 0 -1px;*/
    border: 1px solid #eaebec;
    border-top:0;
    z-index: 2;
    padding: 10px 25px;
    -webkit-box-shadow: 0 24px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 20px rgba(0, 0, 0, 0.5); }

.products .product .hide_part {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    /*width: 100%;*/
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear; }

.products .product .article-products {
    font-size: 12px;
    margin-bottom: 7px;
    display: none; }

.products .product:hover .article-products {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.product-hov .product-item__additional-item {
    position: absolute;
    width: 47px;
    height: 90px;
    top: 8px;
    right: 0px;
    text-align: center;
    padding: 10px 0px;
    z-index: 9; }

.product-hov .product-item__additional-item .compare a, .product-hov .product-item__additional-item .wishlist a, .product-hov .product-item__additional-item .active_wishlist, .product-hov .product-item__additional-item .wishlist .cs {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #e1e2e3;
    border-radius: 20px; }

.product-hov .product-item__additional-item .compare a span, .product-hov .product-item__additional-item .wishlist a span, .product-hov .product-item__additional-item .compare .cs span, .product-hov .product-item__additional-item .wishlist .cs span {
    text-indent: -9999px;
    display: none; }

.product-hov .product-item__additional-item .compare a:before {
    content: "";
    background: url(/img/icons/exchange-arrows.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 4px; }

.product-hov .product-item__additional-item .compare a:hover, .product-hov .product-item__additional-item .active_wishlist, .product-hov .product-item__additional-item .wishlist .cs, .product-hov .product-item__additional-item .wishlist a:hover {
    border: 1px solid #fe7117; }

.product-hov .product-item__additional-item .active_wishlist {
    margin-top: 8px; }

.product-hov .product-item__additional-item .active_compare, .product .product-item__additional-item .compare .cs {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #fe7117;
    border-radius: 20px; }

.product-hov .product-item__additional-item .active_compare:before, .product .product-item__additional-item .compare .cs:before {
    content: "";
    background: url(/img/icons/exchange-arrows-active.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 4px; }

.product-hov .product-item__additional-item .wishlist a, .product .product-item__additional-item .wishlist .cs {
    margin-top: 8px; }

.product-hov .product-item__additional-item .wishlist a:before {
    content: "";
    background: url(/img/icons/favorite-heart.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 5px; }

.product .product-item__additional-item .wishlist .cs:before {
    content: "";
    background: url(/img/icons/favorite-heart-active.svg) no-repeat 50%;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 5px; }

.products .product h3, .products .product-list-group h3, .products .product p.feature-title, .products .product .h3, .products .product-list-group .h3 {
    font-size: 14px;
    font-family: "SFUIDisplayBold";
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    min-height: 30px; }

.products .product p.feature-title{
    display: block;
}

.product_info .variants .col-md-6 {
    padding-right: 5px;
    padding-left: 5px; }

.product_info .variants .row {
    margin-right: -5px;
    margin-left: -5px; }

.products .product h3 a, .products .product-list-group h3 a, .products .product .h3 a, .products .product-list-group .h3 a {
    color: #0056a8; }

.products .product .button-cart, .products .product-list-group .button-cart {
    background: #0056a8;
    font-family: "SFUIDisplayMedium";
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 2px;
    width: 100%; }

.products .product .button-cart:hover, .products .product-list-group .button-cart:hover {
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75); }

.products .product .button-cart:hover, .products .product .button-cart:focus, .products .product-list-group .button-cart:hover {
    -webkit-box-shadow: 0 0.5em 0.5em -0.4em rgba(0,85,166,1);
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0,85,166,1); }

.products .product .block-price .pr-bl-prod {
    line-height: 1.2; }

.products .product .title-price {
    color: #0056a8;
    font-family: "SFUIDisplayRegular"; }

.products .product .compare_price {
    position: absolute;
    top: 2px;
    left: 50px;
    font-size: 12px;
    text-decoration: line-through; }

.products .product .price {
    font-family: "SFUIDisplayBold";
    font-size: 18px;
    color: #282828;
    font-weight: bold; }

.products .product .price span {
    font-size: 15px; }

.products .product .hide_part {
    line-height: 0.9;
    font-weight: bold;
    font-size: 12px; }

.products .product .hide_part p, .products .product .hide_part li {
    font-family: "SFUIDisplayBold";
    margin: 0 0 10px; }

.products .list-item .product .hide_part p {
    margin: 0; }

.products .product .image {
    min-height: 200px; }

.products .product_outer_block .image a img {
    /*max-width: 100%;*/
    max-height: 200px;
    width: auto;
    max-width: 100%; }

.products .product .hide_part span {
    color: #fe7117; }

.empty-cart{
    font-size: 24px;
    margin: 40px 0 10px;
    font-weight: bold;
}

.reviews_row {
    margin-bottom: 10px;
    display: table;
    content: " "; }

.reviews_row a {
    color: #6ba4cc;
    font-family: "SFUIDisplayRegular";
    font-size: 10px;
    text-decoration: underline;
    float: left; }

.reviews_row a:hover {
    color: #6ba4cc;
    text-decoration: none; }

/* End Products */
/*  Product Page */
.product-open {
    margin-top: 30px;

}
.contacts_buttons{
    display: flex;
}

.btn-complaint{
    margin-left: 5px;
}

.product-open .images > div > a {
    background: #fff;
    height: 100px;
    width: 100px;
    /*width: 19.5%;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #eaebec;
    overflow: hidden;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }


.product-open .images a img {
    width: 100%;
    aspect-ratio: 1/1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.product-open .images a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.product_block_action {
    background: #f0f0f0;
    padding: 22px 35px 22px 45px;
    color: #0185c7;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 25px; }

.product_features_top {
    font-family: "SFUIDisplayBold";
    color: #282828;
    font-size: 12px;
    line-height: 1.7;

    font-weight: bold; }

.hide_part .product_features_top{
    visibility: hidden;
}

.product_features_top .product_features_top_list span, .product_features_top .product_features_top_list a {
    margin-left: 1px;
    color: #fe7117; }

.product-show .product_features_top .product_features_top_list span.in_stock {
    color: #49a00e; }

.product-show .product_features_top .product_features_top_list span.out_stock {
    color: #d80e05; }

.product_features_top_list {
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -15px;
    position: relative; }



.product_features_top .product_features_top_list a .brand-description {
    display: none;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*top: 100%;*/
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    z-index: 900;
    font-size: 14px;
    -webkit-box-shadow: 0 0 10px 0 #a5a2a2;
    box-shadow: 0 0 10px 0 #a5a2a2;
    width: calc( 137% + 95px );
    left: 0; }
@media (max-width: 767px) {
    .product_features_top .product_features_top_list a .brand-description {
        width: 100%;
    }
}
.product-hov .product_features_top .product_features_top_list a .brand-description {
    display: none; }

.product_features_top .product_features_top_list a .brand-description p:first-child {
    /*margin-bottom: 15px; */
}

.title-in-form span{
    font-size: 23px;
    font-weight: 600;
}

.product_features_top .product_features_top_list a > span:hover + .brand-description {
    display: block;
    opacity: 1;
    visibility: visible; }

.block-product-list.products .product_features_top .product_features_top_list a > span:hover {
    cursor: text !important; }

.block-product-list.products .product_features_top .product_features_top_list a > span:hover + .brand-description {
    opacity: 0;
    visibility: hidden; display: none }

.product_features_top_list p {
    margin-bottom: 0; }

.product_servise_list {
    margin-left: 20px; }

.product_servise_list_delivery, .product_servise_list_puy, .product_servise_list_guarantee, .product_servise_list_serv {
    position: relative;
    margin-left: 70px;
    margin-bottom: 19px; }

.product_servise_list_all_title {
    font-family: "SFUIDisplayBold";
    font-size: 16px;
    margin-bottom: 3px; }

.product_servise_list p {
    margin: 0 0 0px;
    font-size: 12px;
    line-height: 1.3; }

.product_servise_list a {
    font-size: 12px;
    text-decoration: underline;
    display: block; }

.product_servise_list a, .product_servise_list span {
    color: #4ca3d3;
    font-weight: normal; }

.product_servise_list_delivery:before, .product_servise_list_puy:before, .product_servise_list_guarantee:before, .product_servise_list_serv:before {
    content: "";
    width: 55px;
    height: 55px;
    background-size: contain;
    position: absolute;
    top: 64%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
    margin: -.1rem 0 0; }

.product_servise_list_delivery:before {
    background: url(/img/truck.svg) no-repeat 50%; }

.product_servise_list_puy:before {
    background: url(/img/visa.svg) no-repeat 50%;
    width: 46px;
    top: 54%; }

.product_servise_list_guarantee:before {
    background: url(/img/medal.svg) no-repeat 50%;
    left: -60px;
    top: 57%; }

.product_servise_list_serv:before {
    background: url(/img/list.svg) no-repeat 50%;
    width: 45px;
    left: -55px;
    top: 58%; }

.product .prod-price .new_price, .product-open .prod-price .new_price {
    font-size: 45px;
    font-family: "SFUIDisplayBold";
    line-height: 1.1; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-open .old-price {
    text-decoration: line-through;
    font-family: "SFUIDisplayRegular";
    color: #888888;
    font-size: 15px; }

.product-open .economy_total {
    font-size: 13px;
    display: inline;
    color: #49a00e;
    vertical-align: top;
    line-height: 23px;
    padding-left: 5px; }

.product .new_price_curency, .product-open .new_price_curency {
    font-size: 34px; }

.product .product_found_cheaper, .product-open .product_found_cheaper {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 6px;
    font-family: "SFUIDisplayBold"; }

.product .product_found_cheaper:hover, .product-open .product_found_cheaper:hover {
    text-decoration: none; }

.rating .rater-starsOff, .rating .rater-starsOn {
    width: 87px;
    display: inline-block;
    background: url(../images/rating_y.png) repeat-x 0 0;
    height: 16px;
    float: left; }

.product .unactive {
    color: #4ca3d3;
    font-size: 11px;
    line-height: 1.7;
    margin-bottom: 15px; }

.ya-share2 {
    display: block;
    margin: 11px 0 25px 0; }

.ya-share2__item:hover {
    opacity: 1 !important; }

.ya-share2__item_service_facebook .ya-share2__badge, .ya-share2__item_service_gplus .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_twitter .ya-share2__badge, .ya-share2__item_service_pinterest .ya-share2__badge {
    background: #d7d7d7 !important; }

.ya-share2__item_service_facebook .ya-share2__badge:hover {
    background-color: #3b5998 !important; }

.ya-share2__item_service_gplus .ya-share2__badge:hover {
    background-color: #dc4e41 !important; }

.ya-share2__item_service_vkontakte .ya-share2__badge:hover {
    background-color: #48729e !important; }

.ya-share2__item_service_twitter .ya-share2__badge:hover {
    background-color: #00aced !important; }

.ya-share2__item_service_pinterest .ya-share2__badge:hover {
    background-color: #c20724 !important; }

.ya-share2__badge {
    display: inline-block;
    vertical-align: top;
    border-radius: 14px !important;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 2px; }

.ya-share2__container_size_m .ya-share2__item {
    margin: 5px 13px 5px 0px !important; }

/* reting product */
.rater {
    color: #c69c08;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.rater a {
    text-decoration: none; }

.rater a:hover {
    text-decoration: underline; }

.rater-rateCoun {
    margin-left: 3px; }

.rater span {
    vertical-align: middle;
    color: #4ca3d3;
    font-size: 11px;
    line-height: 1.7; }

.testRater {
    margin-bottom: 15px; }

.rater-rating {
    margin-top: 5px; }

.rater-starsOff, .rater-starsOn {
    display: inline-block;
    height: 17px;
    background: url(/img/icons/rating_y.png) repeat-x 0 0px; }

.rater-starsOn {
    display: block;
    max-width: 85px;
    top: 0;
    background-position: 0 -16px; }

.rater-starsHover {
    background-position: 0 -16px !important; }

/* end reting product */
.product-open__tabs {
    background: #f0f0f0;
    padding: 10px 30px;
    display: inline-block;
    font-family: "SFUIDisplayBold";
    margin-top: 30px;
    border-radius: 2px;
    font-size: 14px; }

.product-open__tabs li {
    display: inline;
    margin-right: 25px; }

.product-open__tabs li:last-child {
    margin-right: 0px; }

.product-open__tabs li a {
    color: #3d3e43; }

.product-open__tabs li a:hover {
    color: #fe7117;
    cursor: pointer; }

.documentation-product {
    margin: 55px 0px 70px;
    display: block; }

.documentation-row {
    margin-top: 30px; }

.documentation-list {
    background: #fff;
    border: 1px solid #eaebec;
    padding: 40px 0px 40px 20px; }

.documentation-list p {
    font-family: SFUIDisplayBold;
    font-size: 12px; }

.documentation-product a {
    color: #3d3e43; }

.documentation-product a:hover {
    color: #fe7117;
    text-decoration: none; }

.documentation__pdf {
    background: #fff url(/design/default/images/pdf-download.png) no-repeat 0 50%; }

.documentation__pdf p {
    margin-left: 290px; }

.documentation__sertificate {
    background: #fff url(/design/default/images/sertificate.jpg) no-repeat 30px 50%; }

.documentation__sertificate p {
    margin-left: 190px; }

.product-open .description {
    margin-bottom: 45px; position: relative;}

.product-item__additional-item .prod-wishlist, .product-item__additional-item .prod-compare {
    position: relative;
    padding: 0 0 0 2.4rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #292929;
    font-family: "SFUIDisplayBold";
    font-size: 12px; }

.product-item__additional-item .prod-wishlist {
    margin-bottom: 7px; }

.prod-wishlist a, .prod-compare a {
    text-decoration: underline; }

.prod-wishlist a:hover, .prod-compare a:hover {
    text-decoration: none; }

.prod-wishlist a.addps:before, .prod-compare a.addps:before {
    border: 1px solid #eaebec;
    background: #eaebec;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    position: absolute !important;
    left: .1rem;
    top: 1px;
    border-radius: .3rem; }

.prod-wishlist a.addps.active_wishlist:before, .prod-compare a.active_compare:before {
    background: #60ae59;
    border-color: #60ae59; }

.prod-wishlist a.addps.active_wishlist:after, .prod-compare a.addps.active_compare:after {
    opacity: 1;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url(/img/checkboxes/check-mark.svg) no-repeat 75%;
    background-size: contain;
    position: absolute;
    left: .4rem;
    top: .4rem; }

.prod-wishlist a.addps.active_wishlist:after{
    opacity: 1;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url(/img/checkboxes/check-mark.svg) no-repeat 75%;
    background-size: contain;
    position: absolute;
    left: .4rem;
    top: .4rem;}

.featured-table {
    font-family: "SFUIDisplayBold"; }

.featured-product-open .h2, .featured-product-open .hdr2 {
    margin-bottom: 31px; }

.product-open--mobile .featured-product-open .h2, .product-open--mobile .featured-product-open .hdr2 {
    float: none;
    clear: both; }

.review_form {
    padding: 25px 30px !important; }

#reviews-tab .comment_form .captcha {
    float: left;
    display: block;
    margin-top: 4px;
    margin-right: 10px; }

.comment_form {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 25px 30px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden; }

.comment_form > P.block-name { font-family: "Roboto Slab" !important; font-weight: 700 !important; font-size: 30px }

.comment_form p.h2, .comment_form .hdr2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Roboto Slab" !important;
}

.comment_form .star-rating span {
    cursor: pointer; }

.comment_form .h2, .comment_form .hdr2 {
    margin-top: 0px;
    font-family: "SFUIDisplayBold" !important;
    margin-bottom: 35px; }

.comment_header .comemnt_time {
    color: #fe7117;
    font-size: 12px; }

.comment_header .name-client {
    font-family: "SFUIDisplayBold" !important;
    font-size: 18px;
    color: #232323; }

.comment_list {
    padding: 0;
    overflow: visible;
}

.comment-reply-close{
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    display: block;
}

.comment-level{
    margin-left: 40px;
}

@media (max-width: 767px) {
    .comment-level{
        margin-left: 20px;
    }
}

@media (max-width: 576px) {
    .comment-level{
        margin-left: 10px;
    }
}
@media (max-width: 479px) {
    .comment-level{
        margin-left: 0;
        position: relative;
    }

    .comment-level .comment_list{
        background: rgba(209, 209, 209, 0.3);
    }
    .comment-level .comment_list h3{
        font-size: 1em;
    }
}



.comment_list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 15px; }

.comment_list li .comment-reply-btn {
    background: none;
    border: 2px solid #9acd33;
    border-radius: 3px;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s; }

.comment_list li .comment-reply {
    position: relative; }

.comment_list li .comment-reply-form {
    display: none;
    position: absolute;
    z-index: 11;
    padding: 10px;
    background: #e1e1ec; }

.comment_list li .comment-reply-btn:hover {
    background: #9acd33;
    border: 2px solid #dedede;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s; }

.product .product_button_cart {
    padding: 14px 20px;
    /*width: 100%; */
}

.product .product_button_cart:hover, .product .product_button_cart:focus {
    text-decoration: none; }

.product .product_button_cart {
    background: #fe7117 url(/design/default/images/shopping-basket-white.svg) no-repeat 28%;
    background-size: 20px;
    text-indent: 8px; }

.big-image-product {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaebec;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
    height: 490px;
    cursor: pointer;
}
@media (max-width: 400px) { 
	.big-image-product { height: 320px !important }
}
@media (max-width: 576px) {
	.big-image-product { height: 400px !important }
    .all-show-info-mob { overflow: hidden }
}

.row.product-show .big-image-product:hover .img_mini {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 0; }

.first-image .hit-label{
    position: relative;
   /* left: 20px;
    top: 20px;*/
    z-index: 998;
    transform: none;
}

/*.big-image-product a {*/
.big-image-product > div {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden; }

.big-image-product .img_mini {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.big-image-product .img_mini:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.comment_form input[type=date], .comment_form input[type=datetime-local], .comment_form input[type=email], .comment_form input[type=number], .comment_form input[type=password], .comment_form input[type=search-md] .comment_form input[type=tel], .comment_form input[type=text], .comment_form input[type=time], input[type=url], .comment_form textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d7d7d7;
    border-radius: 0;
    outline: 0;
    height: 4rem;
    width: 100%;
    font-size: 14px;
    font-family: "SFUIDisplayRegular" !important;
    margin: 0 0 15px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.comment_form textarea.materialize-textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 50px;
    margin-bottom: 35px; }

.no-comment {
    margin: 40px 0 40px 0;
    text-align: center;
    color: #8b8b8b;
    font-size: 16px; }

/* End Product Page */
/* @group Фильтр по свойствам */
#features {
    background-color: #fff;
    border: 1px solid #eaebec;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0px; 
}
#features .filters{
    padding-right: 15px;
}
#features.in_cat {
    margin-top: 10px !important; }

.filter_select-left {
    margin-right: auto; }

.filter_select-left a {
    padding: 0 0 0 3rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #292929;
    font-family: "SFUIDisplayRegular";
    margin-left: 12px;
    font-size: 12px;
    line-height: 1.8; }

.filter_select-left a.mark {
    background: transparent; }

.filter_select-left a:before {
    background: #eaebec;
    border-color: #eaebec;
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    position: absolute !important;
    left: .2rem;
    top: -.1rem;
    border-radius: 2rem; }

.filter_select-left a.selected:before {
    background: #79ba2a;
    border-color: #eaebec; }

.filter_select-left a.selected:after {
    opacity: 1;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    background: #f9f9f9;
    position: absolute;
    left: .8rem;
    margin-top: 5px;
    border-radius: 25px; }

.filter_select-left span, .category-sort span {
    font-family: "SFUIDisplayBold";
    font-size: 14px; }

.category-sort span {
    margin-right: 10px; }


.child-row{
    display: flex;
    flex-wrap: wrap;
}

.child-row .categories-blocks-products{
    min-height: 207px;
}

@media (max-width: 1200px) {
    .child-row .categories-blocks-products{
        min-height: initial;
    }
}
/* @end — Фильтр по свойствам*/

/* categories */
.slider-main-top {
    margin-top: 20px; }

.slider-products {
    margin-bottom: 30px; }

.slider-products .category-sld-owl .disabled {
    display: none; }

.slider-products .owl-carousel {
    margin-top: 0px; }

.slider-products .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 25px;
    border: 1px solid #fff;
    margin: 5px 3px; }

.slider-products .category-sld-owl .owl-dots {
    position: absolute;
    bottom: 2px;
    left: 15px; }

.slider-products .owl-theme .owl-dots .owl-dot.active span, .slider-products .owl-theme .owl-dots .owl-dot:hover span {
    background: #64ac56; }

.categories-blocks-products {
    min-height: 207px;
    border: 1px solid #eaebec;
    background: #fff;
    padding: 15px 15px 10px 15px;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
    color: #0056a8;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear; 
}
.regionality_cities_slider .owl-stage-outer
{
    padding-bottom:0;
}

.categories-blocks-products:hover {
    z-index: 10;
    text-decoration: none;
    color: #fe7117;
    position: inherit;
    -webkit-box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.5) 
}
    .sub_categories_slider.owl-carousel .owl-nav button.owl-prev, .gallery_page_slider.owl-carousel .owl-nav button.owl-prev {
        background: #fff url(/img/icons/back.svg) no-repeat 45% center;
        background-size: 15px;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #e8e8e8;
    }
    .sub_categories_slider.owl-carousel .owl-nav button.owl-next, .gallery_page_slider.owl-carousel .owl-nav button.owl-next {
        background: #fff url(/img/icons/next.svg) no-repeat 55% center;
        background-size: 15px;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #e8e8e8;
    }
    .sub_categories_slider .owl-nav button, .gallery_page_slider .owl-nav button {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-indent: -9999px;
    }
    .sub_categories_slider .owl-nav {
        position: absolute;
        top: 32%;
        width: 100%;
    }
    .gallery_page_slider .owl-nav  {
        position: absolute;
        top: 44%;
        width: 100%;
    }
    .sub_categories_slider .owl-nav .owl-prev, .gallery_page_slider .owl-nav .owl-prev{
        left: -21px;
        position: absolute;
    }
    .sub_categories_slider .owl-nav .owl-next, .gallery_page_slider .owl-nav .owl-next{
        right: -21px;
        position: absolute;
    }
    .sub_categories_slider .owl-stage-outer, .gallery_page_slider .owl-stage-outer{
        padding-bottom: 0;
    }
    .sub_categories_slider .owl-item img, .gallery_page_slider .owl-item img{
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .gallery_page_slider .owl-item iframe{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .sub_categories_slider .item, .gallery_page_slider .item-img{
        height: 100%;
    }
    
.categories-blocks-products .categories-title {
    font-weight: bold; }

.categories-blocks-products .categories-title {
    display: table;
    height: 45px;
    width: 100%;
    text-align: center;
    font-family: "SFUIDisplayBold"; }

.categories-blocks-products .categories-title span {
    display: table-cell;
    vertical-align: middle; }

/* categories nav */
.category-nav .box-heading {
    padding: 32px 5px 32px 25px;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #eaebec;
    font-family: "SFUIDisplayBold"; }

.page-sidebars, .page-sidebars-closed.page-sidebars-fixed .page-sidebars:hover {
    border-radius: 4px; }

.page-sidebars .page-sidebars-menu {
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    border: 1px solid #e8e8e8; }

.page-sidebars .page-sidebars-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #eaebec;
    font-family: "SFUIDisplayBold"; }


.page-sidebars .page-sidebars-menu span.link {
    padding: 12px 15px 12px 30px; }

.page-sidebars .page-sidebars-menu > li:last-child {
    border-bottom: none; }

.page-sidebars .page-sidebars-menu > li > span.link {
    display: flex;
    position: relative;
    margin: 0;
    border: 0;
    padding: 12px 7px 12px 30px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.page-sidebars .page-sidebars-menu > li  span.link {
    display: flex!important;
}

.page-sidebars .page-sidebars-menu > li  span.arrow{
    display: flex;
    width: 15%;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
}
.page-sidebars .page-sidebars-menu > li > span.link:hover {
    background-color: #eaebec;
    text-decoration: none; }

.page-sidebars .page-sidebars-menu > li > span.link:hover > a, .page-sidebars .page-sidebars-menu > li > span.link:hover > span {
    background-color: #eaebec; }

.page-sidebars .page-sidebars-menu li span.link a, .page-sidebars .page-sidebars-menu > li.active > span.link > a, .page-sidebars .page-sidebars-menu > li.active > span.link > span {
    color: #555;}

.category-nav li.active .sub-menu a {
    color: #0056a8 !important;
    font-family: "SFUIDisplayRegular"; }

.category-nav li.active .sub-menu a:hover {
    color: #fe7117 !important;
    text-decoration: none;
    font-family: "SFUIDisplayBold"; }

.page-sidebars .page-sidebars-menu > li > span.link > .title {
    font-size: 14px;
    font-weight: 400; }

.page-sidebars .page-sidebars-menu > li.open > a {
    font-size: 14px; }

.page-sidebars .page-sidebars-menu > li.active > span.link {
    border: none;
    text-shadow: none;
    font-size: 14px;
    color: #555;
    background-color: #eaebec;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
}

.page-sidebars .page-sidebars-menu > li > ul.sub-menu > li.active > span.link > a, .page-sidebars .page-sidebars-menu > li > ul.sub-menu > li.active > ul.sub-menu > li.active > span.link > a {
    text-decoration: underline;
    font-weight: 700; }

.page-sidebars .page-sidebars-menu li > span.link > .arrow:before {
    width: 10px;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    display: inline;
    font-size: 18px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none; }

.page-sidebars .page-sidebars-menu li > span.link > .arrow.open:before {
    content: "\f107";
    margin-right: 6px; }

.page-sidebars .page-sidebars-menu li > span.link > .badge {
    float: right;
    margin-top: 1px;
    margin-right: 0; }

.page-sidebars .page-sidebars-menu .sub-menu {
    list-style: none;
    display: none;
    padding: 10px 0px;
    margin: 0;
    background: #f6f6f6; }

.page-sidebars .page-sidebars-menu .sub-menu li {
    background: 0 0;
    margin: 0;
    padding: 0;
    margin-top: 1px !important; }

.page-sidebars .page-sidebars-menu .sub-menu li > span.link {
    display: block;
    margin: 0;
    padding: 2px 14px 2px 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    background: 0 0; }

.page-sidebars .page-sidebars-menu .sub-menu li > span.link .arrow:before {
    margin-top: -4px; }

.page-sidebars .page-sidebars-menu .sub-menu li > span.link .arrow.open:before {
    margin-top: -2px; }

.page-sidebars .page-sidebars-menu .sub-menu li > .sub-menu {
    margin: 0;
    padding: 3px 0 !important; }

.page-sidebars .page-sidebars-menu .sub-menu li > .sub-menu > li > span.link {
    padding: 2px 14px 2px 35px; }

.page-sidebars .page-sidebars-menu .sub-menu li > .sub-menu > li > .sub-menu > li > span.link {
    padding-left: 85px; }

.page-sidebars .page-sidebars-menu li.active > .sub-menu {
    display: block; }

@media (min-width: 992px) {
    .page-sidebars, .page-sidebars .page-sidebars-menu {
        margin-bottom: 30px; }
    .page-sidebars {
        width: 100%;
        position: relative;
        margin-right: -100%; }
    .page-sidebars.navbar-collapse {
        max-height: none !important; } }

/*  endcategories nav */
/* end categories */
/* pagination */
.pagination {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    /*display: block!important;*/
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    /*width: 340px;*/
    margin: 20px auto;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.pagination a {
    display: block;
    float: left;
    background-color: #f4f4f4;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 4px;
    min-width: 35px;
    text-align: center;
    text-decoration: none;
    color: #707070;
    border-radius: 2px; }


.pagination.mobile-pagination .pagination{
    display: flex;
    justify-content: center;
}

.pagination.mobile-pagination a, .pagination.mobile-pagination span{
    margin-right: 2px;
    padding: 6px 9px;
    min-width: 30px;
    line-height: 1.2;
}

.pagination.mobile-pagination .pagination > li.prev.disabled span{
    margin-right: 0;
    margin-left: 0;
}

.pagination a.selected:hover, .pagination a.selected {
    background-color: #0056a8;
    color: #ffffff; }

.pagination a:hover {
    background-color: #e4e4e4;
    text-decoration: none; }

.pagination a.next_page_link, .pagination a.prev_page_link {
    border: none;
    width: 48px;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
    height: 36px; }

.pagination a.next_page_link:before, .pagination a.prev_page_link:before, .pagination a.next_page_link:after, .pagination a.prev_page_link:after {
    border-right: 1px solid;
    content: '';
    display: block;
    height: 16px;
    margin-top: -12px;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 22px;
    top: 45%;
    width: 0; }

.pagination a.next_page_link:after {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.pagination a.prev_page_link:after {
    margin-top: -1px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 24px; }

.pagination a.prev_page_link:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 24px; }

#load-more-button:hover {
    background-color: #fe7117; }

#load-more-button {
    text-align: center;
    font-size: 14px;
    width: 265px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 13px;
    margin-bottom: 30px;
    margin-top: 13px;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    background-color: #a4c732;
    display: block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }


/* sticky header */
.is-sticky .scrool-header {
    background: #f9f9f9 !important;
    z-index: 999 !important;
    -webkit-box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35);
    box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35);
    padding: 5px 0; }

.is-sticky .scrool-header .phone-header {
    margin-top: 7px; }

.is-sticky .scrool-header #cart_informer {
    margin-top: 9px; }

.is-sticky .scrool-header .for_cabinet_img {
    width: 34px; }

.is-sticky .scrool-header .btn-outlined-invert {
    padding: 8px; }

.is-sticky .scrool-header .btn-outlined-invert {
    margin-top: 6px; }

.is-sticky .scrool-header li.header-phone-item {
    font-size: 13px;
    line-height: 1.3; }

.is-sticky .scrool-header .header-wrapper {
    margin-bottom: 5px; }

.is-sticky .scrool-header .navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 5px;
    border: 1px solid transparent; }

.wrapper-block.wrapper-product-list {
    position: initial; }

.wrapper-block.wrapper-product-list {
    padding-bottom: 50px; }

/* Панинация под вопросом */
/*.wrapper-block.wrapper-product-list div.pagination {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    left: 0; }*/

/*.wrapper-block.wrapper-product-list div.pagination ul.pagination {*/
/*    margin: 0 auto; }*/

@media (min-width: 768px) {
    .is-sticky .scrool-header .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px; } }

/* scrool up */
#scrollUp {
    border-radius: 3px;
    bottom: 1.25rem;
    color: #fff;
    font-size: 3.65rem;
    height: 4.625rem;
    line-height: 100%;
    opacity: .5;
    padding: 3px;
    right: 1.25rem;
    text-align: center;
    width: 4.625rem; }

#scrollUp {
    background-color: #4ca3d3 !important;
    color: #fff !important; }

#scrollUp:active, #scrollUp:focus, #scrollUp:hover {
    opacity: 1; }

#scrollUp i {
    display: inline-block;
    vertical-align: top; }

@media (max-width: 991px) {
    #scrollUp {
        bottom: 5.25rem; } }

/* CART PAGE */
.delivery-content label {
    width: 100%; }

.delivery-content {
    background-color: #f6f6f6;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 25px 35px 25px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.cart .btn-group{
    display: flex;
}

.cart .btn-group .btn{
    padding: 3px 5px;
    font-size: 10px;
    line-height: 1;
}

.cart .btn-group .form-control.quantity{
    border-radius: 0;
    max-width: 50px;
    height: 28px;
    font-size: 13px;
}

.table-cart .td-price,.table-cart .td-sum{
    width: 15%;
}

h2.carttitle {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    left: 3.3rem;
    position: relative; }

.carttitle.number.delivery:after {
    content: "1"; }

.carttitle.number.payment:after {
    content: "2"; }

.carttitle.number.info:after {
    content: "3"; }

.carttitle.number:after {
    content: "";
    position: absolute;
    color: #fff;
    font-size: 26px;
    background-color: #fe7117;
    height: 45px;
    width: 45px;
    border-radius: 1%;
    text-align: center;
    line-height: 45px;
    left: -57px;
    top: -10px; }

.cart-type, .cart-items{
    margin: 20px 0;
}

.cart-items h1{
    margin-top: 0;
}

.payment_method_area {
    display: inline-block; }

.payment_method_area .payment-specify{
    font-weight: 100;
    color: red;
}

.descHide, .descpaymentHide, .delivery-adres {
    display: none; }

.buttonorder {
    width: 100%;
    padding: 15px;
    font-size: 19px;
    margin-top: 20px; }

/* feed back */
.callback_title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SFUIDisplayBold";
    margin: 0 0 15px;
    color: #0056a8;
    text-align: center;
    padding: 0 0 5px; }

input {
    padding: 4px 10px; }

input, textarea {
    border: 1px solid #e6e6e6;
    background: #f6f6f6; }

.form {
    padding: 0 45px; }
/* Search */
.compare-right {
    background: url(/img/icons/compare.png);
    display: inline-block;
    width: 80px;
    height: 66px;
    z-index: 99999999999;
    position: fixed;
    right: 0;
    top: 190px;
    opacity: 0.6; }

.wishlist-right {
    background: url(/img/icons/wishlist.png);
    display: inline-block;
    width: 80px;
    height: 66px;
    z-index: 99999999999;
    position: fixed;
    right: 0;
    top: 270px;
    opacity: 0.6; }

.wishlist-right:hover, .compare-right:hover {
    text-decoration: none;
    opacity: 1; }

.wishlist-right span, .compare-right span {
    color: #fff;
    margin-left: 5px; }

/* article */
.article__title {
    font-family: "SFUIDisplayBold";
    font-size: 16px;
    margin-bottom: 15px; }

.article__title a {
    color: #282828; }

.article__title a:hover {
    color: #0056a8;
    text-decoration: none; }

.article_properties {
    color: #b1b1b1;
    font-size: 12px; }

/* end article */
/* related_articles */
.related_articles {
    background: #fff;
    border: 1px solid #eaebec;
    padding: 30px 0px 30px 20px; }

/* end related_articles */
@media (min-width: 220px) and (max-width: 480px) {
    /*header*/
    .is-sticky .scrool-header {
        /*position: relative!important;*/ }
    header .orange-bg {
        margin-right: 0px;
        width: 100%;
        text-align: center; }
    .login-block {
        display: block;
        position: relative;
        text-align: center;
        margin-top: 15px; }
    .account:before {
        background: url(/img/unlock.svg) no-repeat 118%;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: auto;
        margin: -.1rem -18px 0; }
    .logo {
        text-align: center; }
    .phone-header {
        display: none; }
    .modal-head-link {
        display: block;
        position: relative;
        float: initial;
        margin-top: 9px;
        margin-bottom: 20px;
        text-align: center; }
    .block-search {
        float: right; }
    a.orange-link, a.white-link {
        display: inline-block;
        width: 122px;
        border-radius: 30px;
        text-align: center;
        padding: 4px 0px;
        font-size: 13px;
        margin: 0px 6px; }
    .navbar-toggle {
        background-color: #fe7117 !important; }
    .navbar-default .navbar-toggle {
        border-color: #fe7117 !important; }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important; }
    /* end header*/
    /* main page */
    h1, .h1 {
        font-size: 28px !important; }
    .news-item {
        height: auto; }
    .news-main .h2 a.view-all, .reviews .h2 a.view-all, .news-main .hdr2 a.view-all, .reviews .hdr2 a.view-all {
        display: block;
        margin-left: 0px; }
    .news-main .news-item-big {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 25px; }

    .news-item-big span{
        margin-top: 10px;
    }
    .news-main .news-item-big .news-text, .news-main .news-item-big .news-photo {
        width: 100%;
        float: none;
        text-align: center; }
    .comment_list {
        text-align: center; }
    /*.owl-theme .owl-controls {*/
    /*display: none;*/
    /*}*/
    .entry-image img {
        width: 100%;
        height: auto; }
    .quote-main {
        text-align: center; }
    .quote-main:before {
        margin-left: 80px; }
    .products-carousel-tabs .nav-item {
        padding: 5px 15px; }
    /* end main page */
    /* footer */
    footer {
        text-align: center; }
    footer button {
        margin-top: 20px; }
    footer input {
        margin-top: 20px; }
    /* end footer */
    /* products */
    .text-seo img {
        width: 100%; }
    .pagination {
        width: 100%; }
    /* end products */
    /* product */
    .product-open__tabs {
        display: none; }
    .btn-all-white {
        width: 100%;
        text-align: center;
        margin-top: 20px; }
    .documentation-list {
        border: 1px solid #eaebec;
        padding: 30px 0px 20px 20px; }
    .documentation__pdf {
        background: #fff url(/design/default/images/pdf-download.png) no-repeat 0 20%; }
    .documentation__pdf p {
        margin-left: 10px;
        margin-top: 70px; }
    .documentation__sertificate {
        background: #fff url(/design/default/images/sertificate.jpg) no-repeat 10px 50%;
        margin-top: 20px; }
    .documentation__sertificate p {
        margin-left: 130px; }
    /* end product */
    form {
        padding: 0;
        width: 100% !important; }
    .news-main .news-item-big .news-photo.for-mobiles{
        display: block;
    }

    .news-main .news-item-big .news-photo.for-desctops{
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .navbar-toggle {
        background-color: #fe7117 !important; }
    .navbar-default .navbar-toggle {
        border-color: #fe7117 !important; }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important; }
    /*.owl-controls {*/
    /*display: none;*/
    /*}*/
    /* main */
    .quote-main {
        margin-top: 0px; }
    .entry-image {
        text-align: center; }
    /* end main */ }

/* megamenu */
/* Menu Container */
.nav.navigation-right .cat {
    position: relative;
    z-index: 100; }

.nav.navigation-right .children-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.nav.navigation-right {
    border-left: 2px solid #eeeeee; }

.nav.navigation-right .children-block .nav-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.nav.navigation-right .sub-menu-image {
    width: 100%; }

.nav {
    /*position: relative;*/
    z-index: 500;
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.nav:first-child {
    width: 100%; }

.nav.navigation-widget {
    position: relative;
    z-index: 0; }

/* Menu List */
.nav > li, .nav + ul > li {
    position: initial !important;
    display: block;
    float: left; }

/* Menu Links */
.nav > li > a, .nav + ul > li > a {
    z-index: 510; }

.nav > li:hover > a, .nav + ul > li:hover > a {
    background: #ffffff;
    padding: 10px 23px 12px 20px !important; }

/* Menu Dropdown */
.nav > li > div, .nav + ul > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 43px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee; }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important; }

.nav-column.lvl-2 .sub-menu-image.has-child.myClass a.has-child .cat {
    position: relative;
    opacity: 1;
    border: none;
    top: 0;
    /*visibility: visible;*/
    -webkit-transition-delay: initial;
    -o-transition-delay: initial;
    transition-delay: initial; }

.nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

@media (max-width: 1200px) {
    .nav > li:hover > div {
        z-index: 1139; }
    .nav, .nav.navigation-right {
        z-index: 1; } }

/* Menu Content Styles */
.nav .nav-column {
    padding: 1% 2.5% 2.5% 2.5%;
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }

.nav .nav-column h3 {
    margin: 20px 0 10px 0;
    line-height: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #48d2ff;
    text-transform: uppercase; }

.nav .nav-column h3 a {
    color: #48d2ff; }

.nav .nav-column h3.orange {
    color: #ff722b; }

.nav .nav-column li a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #000000; }

.nav .nav-column li a:hover {
    color: #666666; }

.sub-menu-image, .sub-menu-image-new {
    width: 19.5%;
    display: inline-block; }

.sub-menu-title {
    display: table;
    height: 45px;
    width: 100%;
    text-align: center;
    font-family: "SFUIDisplayBold"; }

.sub-menu-title span {
    display: table-cell;
    vertical-align: middle; }

.sub-menu-image_img {
    text-align: center; }

/* megamenu */
/*======================================================= DANTE START ================================================*/
.header__block {
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar {
    border: none !important; }

.navbar.catalog_menu {
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex; }

.navbar .nav.navigation-widget > li:first-child {
    border-left: 2px solid #eeeeee; }

.pagination {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

footer {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.video-title{
    padding: 5px;
}

.video-title a{
    font-size: 1.7rem;
    line-height: 1rem;
}

.big-video {
    width: 100%;
    height: 100%; }

ul.products {
    padding: 0; }

.wishlists-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.wishlists-row .wishlist-item {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.wishlists-row .products {
    width: 100%; }

.wishlists-row .wishlist-item .product-hov .product-item__additional-item {
    top: 0; }

.article__img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px; }

.article__img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.article__img img {
    width: 100%;
    height: auto; }

#article i.fa {
    margin-right: 3px; }

#article i.fa-eye {
    margin-left: 10px; }

.article__block .nav-tabs {
    height: 50px;
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 25px;
    background-color: #e2f1f7;
    padding: 4px 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 4px 0 #dadada inset;
    box-shadow: 0 0 4px 0 #dadada inset;
    z-index: 0; }

.article__block .nav-tabs li {
    display: inline-block;
    float: none;
    border: none;
    border-radius: 20px;
    background-color: transparent !important;
    height: 40px;
    overflow: hidden; }

.article__block .nav-tabs li.active {
    background-color: #fff !important;
    border: 1px solid #dadada; }

.article__block .nav-tabs li a {
    border: none !important;
    font-weight: bold; }

.article__block .nav-tabs li a:hover {
    background-color: transparent !important;
    text-decoration: underline; }

.article__block .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }



.sidebar-banner ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.sidebar-banner li {
    margin-top: 30px; }

.sidebar-banner img {
    width: 100%;
    height: auto; }

.header-phone span {
    margin: 1px 0;
    font-family: "SFUIDisplayBold";
    color: #3d3e43;
    font-size: 15px;
    line-height: 1.3;
    display: block;
    padding-left: 50px; }

.comment_list .answer {
    margin-left: 30px; }

.comment_list .answer span {
    font-weight: bold;
    font-size: 16px; }

/* modal */
.modal-title {
    font-size: 40px;
    font-weight: 600; }

.btn-calc {
    text-align: right; }

.modal-body span.title-calc {
    display: block;
    font-weight: 600;
    font-size: 25px;
    margin-top: 30px; }

.calc-block {
    border: 2px solid #6cb0d8;
    padding: 20px;
    margin-top: 20px; }


#subscribeModal p{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}
#subscribeModal .modal-header{
    padding: 5px;
    height: 40px;
}

#subscribeModal button{
    height: 22px;
    font-size: 20px;
}

.modal-open .scrool-header,.modal-open .navbar.catalog_menu, .first-image .hit-label{
    z-index: 5 !important;
}
/* forms */
form.calc {
    width: 100%; }

form.calc span.message {
    color: #f00;
    font-size: 18px;
    display: block;
    margin-top: 15px;
    height: 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

form.calc .choise-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

form.calc .insolation {
    position: relative; }

.info-calk-link {
    position: absolute;
    cursor: pointer;
    right: 7%; }

.info-calk-link span {
    margin-left: 0; }

.info-calk-link img {
    width: 15px; }

.info-calk-link-wrap {
    opacity: 0;
    bottom: 100%;
    max-width: 30vw;
    min-width: 15vw;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px 0 #a5a2a2;
    box-shadow: 0 0 10px 0 #a5a2a2; }

.info-calk-link:hover .info-calk-link-wrap {
    opacity: 1;
    visibility: visible;
    position: absolute;
    background: #fff; }

form.calc .choise_or {
    position: absolute;
    font-weight: bold;
    font-size: 17px;
    left: 47%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

form.calc label {
    display: block;
    width: 50%; }

form.calc label span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top; }

form.calc label span.title {
    width: 50%;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    margin-left: 0; }

form.calc input[type=number] {
    width: 100px;
    vertical-align: top; }

form.calc input[disabled] {
    font-weight: 300;
    color: #dddcdc;
    background: #bebebe; }

form.calc select {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    padding: 4px 7px;
    width: 135px;
    vertical-align: top; }

form.calc input[type=submit],
form.calc input[type=button] {
    margin-top: 15px; }

/*======================================================== DANTE END =================================================*/
/*======================================================== Enviti start =================================================*/
.products.owl-carousel .owl-prev,
.products.owl-carousel .owl-next {
    position: absolute;
    top: -25%;
    left: 25%;
    margin: auto !important;
    text-indent: -9999px; }

.recently_products .products.owl-carousel .owl-prev,
.recently_products .products.owl-carousel .owl-next {
    left: 36%; }

.recently_products .products .product:hover {
    position: initial; }

@media (max-width: 767px) {
    .products.owl-carousel .owl-prev, .products.owl-carousel .owl-next {
        top: -10%;
        left: 0; } }

.products.owl-carousel .owl-stage-outer {
    padding-left: 25px;
    margin-left: -50px;
    left: 25px; }

.browsed_product .owl-carousel .owl-prev, .browsed_product .owl-carousel .owl-next {
    left: 33%;
    top: -80px; }

.products.owl-carousel .owl-next {
    margin-left: 65px !important; }

.products.owl-carousel .owl-nav button.owl-prev {
    background: #fff url(/img/icons/back.svg) no-repeat 45% center;
    background-size: 15px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #e8e8e8; }

.products.owl-carousel .owl-nav button.owl-next {
    background: #fff url(/img/icons/next.svg) no-repeat 55% center;
    background-size: 15px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #e8e8e8; }

.products.owl-carousel {
    margin-top: 70px; }

.products.owl-carousel {
    margin-top: 70px; }

.products.owl-carousel .owl-nav.disabled {
    display: block; }

.products.products-related.owl-carousel .owl-nav.disabled {
    display: none; }

.container.main-page {
    margin-top: 20px; }

.container.main-page #slider-w1 {
    padding: 0; }

.container.main-page #slider-w1:hover .carousel-control {
    opacity: 0.5; }

.container.main-page #slider-w1 .carousel-control:hover, .container.main-page #slider-w1 .carousel-control:focus {
    opacity: .9; }

.container.main-page #slider-w1 .carousel-control {
    padding: 0;
    background: none;
    opacity: 0; }

#path > li + li:before {
    content: "•";
    color: #777; }

.navbar.catalog_menu {
    position: relative;
    z-index: 999; }

.backdrop {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 199;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.navbar.catalog_menu:hover + .backdrop {
    left: 0;
    opacity: 1; }

.fixed {
    overflow: hidden; }

.user_preferences {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.user_preferences .form-horizontal {
    margin-right: 5px; }

.user_preferences .form-horizontal #userpreferences-productlistingsortid {
    /*background: transparent;*/
    /*padding: 3px;*/
    /*border: 2px solid #286090; */ }

@media (max-width: 767px) {
    .products.owl-carousel .owl-stage-outer {
        padding-left: 0;
        margin-left: 0;
        left: 0;
        padding-bottom: 0; }
    .products.owl-carousel {
        margin-top: 70px; } }

.user_preferences .pull-right .btn {
    padding: 0 2px;
    margin-bottom: 3px; }

.dropdown-menu {
    z-index: 100; }

.logo-img {
    max-width: 160px;
    height: auto; }

.scrool-header .search-form .input-group {
    display: block; }

.scrool-header .search-form .input-group .search-append {
    position: absolute;
    right: 30px;
    font-size: 30px;
    line-height: 40px;
    background: transparent;
    border: 0;
    z-index: 305; }

.scrool-header .search-form .input-group .tt-menu {
    color: #222222; }

.related_img {
    height: 300px;
    max-width: 100%; }

.other-images .other_img {
    height: 120px; }

.other-images .slick-slide {
    min-height: 98px;
    /*display: flex;
    align-items: center;*/
    background: white;
    border: 1px solid rgba(0,0,0, .07);
    overflow: hidden;
    transition: 0.2s all linear;
}

.other-images .slick-slide .buttons p{
    margin: 0;
}

.other-images .slick-slide a.lightbox_link{
    display: block;
}

.other-images .slick-slide:hover {
    /*-webkit-box-shadow: 0 3px 8px 0 #9a9797;*/
    /*box-shadow: 0 3px 8px 0 #9a9797;*/
}


.product-show .product-images { padding-bottom: 30px }
.product-show .product-images .other-images { position: relative; width: 100%; overflow: hidden; white-space: nowrap; height: 0px; margin-bottom: 0 !important }
.product-show .product-images .other-images .slick-list .slick-track { display: flex !important; width: 100% }
.product-show .product-images .other-images { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out }
.product-show .product-images .other-images.loaded { max-height: 500px }

.product #description-tab { overflow: hidden }

@media (max-width: 767px) {
	.product-show .col-xs-12 { float: none !important; overflow: hidden }
}


    /*Для характеристик временное решение*/
.properties-table .object-property-group {
    border: 2px solid #d7d7d7; }

.properties-table .property_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.properties-table .property_item .property_name {
    margin: 0;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    font-weight: bold;
    padding: 8px 20px; }

.properties-table .property_item .property_name.main_name {
    color: #0056a8;
    font-size: 18px; }

.properties-table .property_item .prod_color_wrap {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 5px;
    border-left: 1px solid #ddd;
    padding: 8px 20px; }

.properties-table .property_item .prod_color_wrap.main_prod_color_wrap {
    color: #0056a8;
    font-size: 18px; }

.properties-table .property_item + .property_item {
    border-top: 1px solid #ddd; }

#cart-table .product-image img {
    max-width: 120px;
    display: block;
    margin: auto; }

#features .filter-property {
    border-bottom: 1px solid #eaebec;
    padding: 15px 0px 15px 15px; }

.property-values li, .property-values label {
    display: block;
    font-weight: normal; }

.property-values li .checkbox_back, .property-values label .checkbox_back {
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #eaebec;
    border: 1px solid #eaebec;
    border-radius: 50%; }

.property-values li .checkbox_back.active_back, .property-values label .checkbox_back.active_back {
    background: #60ae59 url("/img/checkboxes/check-mark.svg") no-repeat 50% !important;
    position: relative;
    background-size: contain !important; }

.property-values li:hover .checkbox_back, .property-values label:hover .checkbox_back {
    background: #eaebec url("/img/checkboxes/check-mark.svg") no-repeat 50%;
    background-size: 70% !important; }
.property-values li a, .property-values label a {
    display: block; }

.property-values li a span.kolvo, .property-values label a span.kolvo, span.kolvo-filter {
    /*float: right;*/
    /*font-weight: bold; */
    color: #4ba3d3;
    margin-left: 5px; }

span.kolvo-filter {
    font-weight: 400; }

.min-max {
    margin-bottom: 10px;
    text-align: center; }

.min-max input {
    width: 33%;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    padding: 3px 5px;
    font-size: 14px; }

.slider {
    width: 100%;
    height: 250px;
    background: #7c18ea; }

/*CATALOG FILTERS*/
.filters_title {
    margin: 0;
    padding: 5px 10px;
    background: #8fbf21;
    color: #fff;
    font-weight: bold !important; }

.left-filters {
    padding-right: 20px;
    padding-top: 100px; }

.left-filters .sidebar-widget {
    border: none; }

.filters .property-values a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .45s;
    -o-transition: all ease .45s;
    transition: all ease .45s; }

.filters .property-values a:hover {
    text-decoration: none;
    color: #404148; }

.filters .property-values a:focus {
    text-decoration: none;
    color: #404148; }

.filters .property-values a:active {
    text-decoration: none;
    color: #404148; }

/*.filters .filter-property {*/
/*padding: 5px 15px; }*/
.filters .filter-property li {
    margin-bottom: 10px; }

.filters .filter-property input.filter-check {
    display: none; }

.filters .filter-panel {
    padding: 10px; }

.property-values li .checkbox_back, .property-values label .checkbox_back {
    width: 23px;
    height: 23px;
    /*-webkit-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
    border-radius: 15%; }

.property-values li, .property-values label {
    font-size: 14px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 7px; }

.filters .filter-property .property-name {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 10px; }

.filters .property-values a {
    color: #000;
    font-weight: normal; }

.min-max {
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

#order-cheap form, #order-callback form{
    width: auto;
}



/*RangeSlider*/
.irs, .irs-line {
    position: relative;
    display: block; }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    border-radius: 4px;
    cursor: default; }

.irs-hidden-input, .irs-line {
    overflow: hidden;
    outline: 0 !important; }

.irs-bar, .irs-bar-edge, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-slider {
    background: url(/img/sprite-skin-flat.png) repeat-x; }

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px; }

.irs-line {
    height: 8px;
    top: 25px; }

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0; }

.irs-bar, .irs-bar-edge {
    display: block;
    top: 25px;
    height: 8px;
    position: absolute; }

.irs-line-left {
    height: 8px;
    background-position: 0 -30px;
    left: 0;
    width: 11%; }

.irs-line-mid {
    left: 9%;
    width: 82%;
    height: 8px;
    background-position: 0 0; }

.irs-line-right {
    right: 0;
    width: 11%;
    height: 8px;
    background-position: 100% -30px; }

.irs-bar {
    left: 0;
    width: 0;
    background-position: 0 -60px; }

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
    height: 3px;
    top: 34px;
    background: #000;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
    position: absolute;
    display: block; }

.irs-slider {
    cursor: default;
    z-index: 1;
    background: #00800052;
    width: 16px;
    height: 18px;
    top: 20px;
    background-position: 0 -120px; }


.irs-max, .irs-min {
    color: #999;
    top: 0;
    padding: 1px 3px;
    background: #e1e4e9; }

.irs-min {
    left: 0; }

.irs-max {
    right: 0; }

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #fff;
    padding: 1px 5px;
    background: #f76711; }

.irs-from:after, .irs-single:after, .irs-to:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #f76711; }

.irs-grid, .irs-grid-pol, .irs-grid-text {
    left: 0;
    position: absolute; }

.irs-grid {
    display: none;
    bottom: 0;
    width: 100%;
    height: 20px; }

.irs-grid-pol {
    top: 0;
    width: 1px;
    height: 8px;
    background: #e1e4e9; }

.irs-grid-pol.small {
    height: 4px; }

.irs-grid-text {
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #999; }

.irs-with-grid {
    height: 60px; }

.irs-with-grid .irs-grid {
    display: block; }

.irs-disabled {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important; }

/*Пагинация мелкие правки*/
.pagination > li.prev.disabled span {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px; }


.mobile-main-content .main-content-wrapper.slicer {
    display: none; }

.info-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.products .row.block-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.products .row.block-list-row .list-item {
    float: none; }

.block-product-list .brand-link {
    cursor: text; }

.block-product-list .brand-link:hover {
    text-decoration: none; }

.block-product-list .brand-link .brand-description {
    /*display: none;*/ }

.filter-form .range.sidebar-widget .price-range-holder {
    margin-top: 15px; }
.added_message a{
	color: #fff;
	text-decoration: underline;
}
.added_message {
    z-index: 100;
    padding: 10px 5px;
    /*border:2px solid red;*/
    font-size: 17px;
    line-height: 1;
    text-align: center;
    /*max-width:250px;*/
    position: absolute;
    /*bottom:0;*/
    top: 115%;
    right: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    background: #0056a8;
    color: #fff;
    display: none; }

/*One click*/
.one-click-modal .modal-content {
    padding: 30px 20px 20px;
    max-width: 20vw;
    margin: 0 auto; }

.one-click-modal .modal-content.mobile-one-click{
    max-width: 100vw;
    top: 70px;
}

.one-click-modal .modal-content label span {
    color: red; }

.one-click-modal .modal-content .form-control {
    border-radius: 0px; }

.one-click-modal .modal-title {
    text-transform: uppercase;
    font-family: "SFUIDisplayBold";
    margin-bottom: 7px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #0056a8;
    text-align: center; }

.one-click-modal .modal-content .btn-all-blue {
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin: 0 auto; }

.one-click-modal .modal-content .form-group input, .one-click-modal .modal-content .form-group {
    max-width: 100%; }

#comments.comments-page {
    margin-top: 20px; }

#comments.comments-page .summary {
    margin-bottom: 20px; }

.row.articles_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*flex-direction: column;*/ }

.articles_categories .articles_title {
    padding: 5px; }

.articles_categories .cat-name {
    font-size: 16px;
    padding: 5px;
    line-height: 25px; }

.articles_categories .cat-name a {
    color: #2f2f2f;
    text-decoration: none; }

.articles_categories .articles_title span {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px; }

.article__block .nav.nav-tabs {
    margin-top: 20px; }

.row.articles_row .articles_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.row.articles_row .articles_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.row.articles_row .articles_search p {
    font-size: 15px;
    font-weight: 600; }

.row.articles_row .articles_search form .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.read-also #back_forward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.read-also #back_forward > a:first-child {
    margin-right: 5px; }

#review-captcha-recaptcha-review-form > div {
    clear: both;
    float: none; }

.nav-column.lvl-3 {
    padding: 1% 2.5% 2.5% 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    background: aliceblue; }

.nav-column.lvl-2 .has-child > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    /*border-top: 2px solid #eeeeee;*/ }

.nav-column.lvl-2 .has-child.myClass > div {
    top: 90%; }

.nav-column.lvl-2 .sub-menu-image.has-child.myClass a.has-child .cat {
    position: relative;
    opacity: 1;
    border: none;
    top: 0;
    /*visibility: visible;*/
    -webkit-transition-delay: initial;
    -o-transition-delay: initial;
    transition-delay: initial; }

.navbar-default .nav > li:hover .nav-column.lvl-2 .sub-menu-image.has-child.myClass a.has-child .cat {
    visibility: visible; }

.sub-menu-image.has-child.myClass {
    /*transition-delay: 0.3s;*/
    padding: 10px; }

.sub-menu-image.has-child.myClass:hover .cat, .sub-menu-image.has-child.myClass:hover {
    background: aliceblue; }

.nav-column.lvl-2 .has-child:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible; }

p.polytics a {
    color: #c9c9cb; }

/*#slider-w1, #slider-w0 {*/
/*    visibility: hidden;*/
/*    display: none; }*/


/*.product-images .other-images .slick-track{
    display: flex;
    align-items: center;
}*/

/*.nav-column.lvl-2 .sub-menu-image + .sub-menu-image {*/
/*border-left: 1px solid rgba(0, 0, 0, 0.23);*/
/*}*/
.user_preferences .form-horizontal .control-label {
    padding-top: 0; }

.wishlist-i-empty {
    width: 100%;
    padding: 0 15px; }


#features .close-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 15;
}


#order-general .modal-title, #price-request .modal-title{
    font-size: 25px;
}

#order-general button, #price-request button{
    margin: 0;
}

.products .product .btn-price-request, .btn-price-request{
    font-size: 10px;
    border: 2px solid #0056a8;
    background: transparent;
    color: #0056a8;
    padding: 7px 15px;
}

.btn-price-request.btn-big{
    font-size: 16px;
    padding: 7px 20px;
}

.articul-import label{
    color: red;
}

.news-cat{
    margin-bottom: 15px;
}

.products .product .button-cart.btn-order{
    font-size: 11px;
    padding: 9px 10px;
}
/*Адаптив*/
@media (max-width: 1200px) {
    .product_features_top_list.item_44 .property_name{
        word-break: break-all;
    }
    .product_features_top_list.item_44 .brand-link{
    }
    img {
        max-width: 100%; }
    ul, ol {
        padding-left: 20px; }
    .nav > li > div, .nav + ul > li > div {
        top: 45px; }
    .account {
        font-size: 11px; }
    .account:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0; }
    .menu-wrapper ul li a {
        font-size: 11px; }
    .nav .nav-column {
        padding-bottom: 1%; }
    .sub-menu-image img, .sub-menu-image-new img {
        height: 100px;
        width: auto; }
    .nav > li:hover > a, .nav + ul > li:hover > a, .nav > li > a {
        padding: 5px 15px 5px 15px !important; }
    .quote-main:before {
        display: none; }
    #slider-w1 button {
        display: none !important; }
    .count-info-item {
        font-size: 17px;
        padding: 15px 20px; }
    .count-info-item .counter {
        font-size: 25px;
        line-height: 47px; }
    .count-info-item .counter span {
        width: 26px; }
    section.recommended h2 a {
        word-break: break-all;
        font-size: 25px; }
    .header-phone span {
        font-size: 13px; }
    .tabs__caption {
        margin-top: 0; }
    .products .product .product-hov .image a img {
        display: block;
        margin: 0 auto; }
    .quote-main > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
    .quote-main .quote-main-description {
        margin: 4px 0; }
    .footer-title span.footer-phone {
        font-size: 14px; }
    footer .footer-bootom {
        margin-top: 0; }
    .footer-title > span {
        font-size: 20px; }
    footer {
        padding: 30px 0px 10px; }
    .reviews .h2, .reviews .hdr2 {
        margin-top: 0px;
        margin-bottom: 15px; }
    .second .recommended-item {
        height: 325px; }
    .count-info-wrapper {
        margin-top: 15px; }
    .main-page h1 {
        font-size: 30px; }
    .products.owl-carousel .owl-stage-outer {
        padding-bottom: 45px; }
    .products-carousel-tabs .tabs {
        margin-bottom: 0; }
    section.count-info-main {
        margin-bottom: 5px; }
    .review-text {
        min-height: 160px; }
    h1, .h1 {
        font-size: 30px; }
    .property-values li, .property-values label, .page-sidebars .page-sidebars-menu .sub-menu li > span.link, .page-sidebars .page-sidebars-menu > li.active > span.link, .page-sidebars .page-sidebars-menu > li > span.link {
        font-size: 13px; }
    .page-sidebars .page-sidebars-menu > li > span.link {
        padding: 12px 7px 12px 15px;
        padding-right: 10px; }
    .page-sidebars .page-sidebars-menu .sub-menu li > span.link {
        padding: 2px 14px 2px 20px; }
    .products .product:hover {
        position: static;
        left: auto;
        right: auto;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 22px;
        padding-left: 15px; }
    .products .product:hover .hide_part {
        top: 90%;
        border: 1px solid #eaebec;
        border-top: none;
        width: calc(100% - 30px);
        margin: auto;
        /*left: 15px;*/
    }
    .article__block .nav-tabs {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .article__block .nav-tabs li {
        height: 32px; }
    .article__img a {
        height: 130px; }
    .article__img {
        height: auto; }
    .recommended-item.invert {
        padding: 15px 15px; }
    .categories-blocks-products .img img {
        height: 135px; }
    .product_servise_list_delivery, .product_servise_list_puy, .product_servise_list_guarantee, .product_servise_list_serv {
        margin-left: 20px; }
    .product_servise_list_delivery:before, .product_servise_list_puy:before, .product_servise_list_guarantee:before, .product_servise_list_serv:before {
        width: 40px;
        height: 40px; }
    .product .product_button_cart i {
        display: none; }
    .btn-all-white {
        font-size: 12px; }
    .product .product_button_cart {
        padding: 13px 21px;
        font-size: 14px;
        display: block;
        font-family: "SFUIDisplayBold";
        }
    #modal__trigger.modal__trigger {
        width: initial;
        height: initial;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .product-open__tabs {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .recently_products{
        padding-bottom: 45px;
    }
    .recently_products, .concomitant{
        padding-bottom: 45px;
    }
    .recently_products .result_carousel {
        position: relative; }
    .recently_products .result_carousel .owl-nav {
        /*bottom: 10px;*/
        /*left: 0; */
    }
    .other-images .slick-slide {
        min-height: 78px;
    }
    .cart-type .cart_form{
        padding-left: 0;
        width: 350px;
    }

    .cart .btn-group .form-control.quantity{
        max-width: 38px;
    }

    #cart-table .product-image img{
        max-width: 80px;
    }

    .table-cart .td-price, .table-cart .td-sum{
        width: 18%;
    }

    #description-tab img, .product-show__content img{
        max-width: 100%;
        height: auto !important;
    }

    .product_features_top .product_features_top_list a .brand-description{
        max-width: 100%;
    }
}

/*Карусель на странице товара*/
.show-carousel .carousel-control{
    padding: 0;
    background: none;
    opacity: 0;
}

.show-carousel .carousel-control:hover, .show-carousel .carousel-control:focus{
    opacity: .9;
}

.show-carousel .carousel-indicators{
    bottom: 0px;
}

@media screen and (max-width: 1200px) and (min-width: 577px) {
    .products .product:hover {
        position: static;
        left: auto;
        right: auto;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 22px;
        padding-left: 15px; }
    .products .product:hover .hide_part {
        top: 90%;
        border: 1px solid #eaebec;
        border-top: none;
        width: calc(100% - 30px);
        margin: auto;
        /*left: 15px;*/
        z-index: 100; } }

@media (max-width: 991px) {
    .logo-img {
        max-width: 100px; }
    .header-phone:before {
        width: 25px;
        height: 25px;
        left: 0; }
    .header-phone span {
        padding-left: 30px;
        font-size: 12px; }
    .for_cabinet_img {
        width: 25px;
        height: 25px; }
    #cart_informer:before {
        width: 30px;
        height: 30px; }
    #cart_informer .basket {
        margin-left: 40px; }
    .desc-cart {
        margin-left: 0;
        font-size: 12px; }
    span.total-sum-minicart {
        width: 20px;
        height: 20px; }
    .modal-head-link .orange-link {
        margin-left: 0; }
    a.orange-link, a.white-link {
        width: 125px;
        font-size: 12px; }
    header .orange-bg {
        text-align: center; }
    .review-text span.product {
        display: block;
        text-align: center; }
    .review-text h3 {
        text-align: center; }
    .reviews .review-photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .review-text {
        min-height: 140px;
        text-align: center; }
    .review-item {
        width: 60%;
        margin: auto; }
    .review-item .review-photo img {
        display: block;
        margin: auto; }
    .reviews {
        margin-top: 20px; }
    footer ul.social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer ul.social li {
        margin-top: 4px;
        width: 33px;
        height: 33px; }
    footer ul.social li a {
        font-size: 15px; }
    .footer-title span.footer-phone {
        font-size: 12px; }
    .quote-main .quote-main-description {
        margin: 15px 0; }
    .compare-right, .wishlist-right {
        background-size: cover;
        display: inline-block;
        width: 60px;
        height: 55px; }
    .cart-type .cart_form{
        width: 400px;
    }
    .products.owl-carousel .owl-prev, .products.owl-carousel .owl-next{
        top: -50px;left: 0 !important;
    }}
}

/*Конец адаптива*/
/*Медиа*/
/*Для карусели на главной*/
@media (max-width: 767px) {
    .products.owl-carousel .owl-stage-outer {
        padding-left: 0;
        margin-left: 0;
        left: 0;
        padding-bottom: 0;
        /*overflow: initial;*/ }
    .products.owl-carousel {
        margin-top: 20px; }
    .products.owl-carousel .owl-stage-outer {
        width: 100%; }
    .news-main h2, .news-main .h2, .news-main .hdr2 {
        margin-top: 50px; } }

/*Продукт в мобилке*/
@media (max-width: 767px) {
    .products .product:hover {
        padding: 0px 15px 22px 15px;
        position: static;
        min-height: 340px;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .products .product .article-products {
        display: block; }
    /*Заголовок в категориях*/
    #product-list-block h1 {
        right: 0 !important;
        margin-top: 0; }
    #cart-table .product-image img{
        max-width: 65px;
    }

    #cart-table .product-name{
        max-width: 20%;
    }

    #call{
        max-height: 75vh;
    }

    #call .form {
        padding: 30px 20px;
    }

    #cart-table .td-btns{
        width: 22%;
    }
    /*Бренды*/
    .brands-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px; }
    .all-brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0; }
    .all-brands li {
        width: auto;
        margin: 5px; }
    .properties-table .property_item .property_name{
        flex: 1;
        word-break: break-all;
    }
    .properties-table .property_item .prod_color_wrap{
        flex: 1;
        word-break: break-all;
    }

    /*Блог*/
    .row.articles_row{
        display: block;
        margin-bottom: 10px;
    }

    .articles_categories .articles_title{
        padding: 0px;
        margin-right: 5px;
    }

    .articles_categories{
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .articles_categories .cat-name{
        padding: 1px 0;
        line-height: 1;
    }

    .articles_categories .cat-name a:after{
        content: ',';
    }

    .articles_categories .cat-name:last-child a:after{
        content: '';
    }

    .articles_categories .cat-name + .cat-name{
        margin-left: 5px;
    }

    .content.article-content img{
        padding-top:5px;
        padding-bottom:5px;
    }
}

/*Сайдбар каталог*/
@media (max-width: 991px) {
    h1, .h1, h2, .h2, .hdr2, h3, .h3 {
        margin-top: 10px; }
    .page-sidebars {
        border-top: 0 !important; }
    /*Марки в категории*/
    .filter_select-left {
        margin-bottom: 10px; }
    .filter_select-left a.mark:first-child {
        margin-left: 0; }
    .pagination {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 2px; }
    #search-form .tt-menu .tt-suggestion {
        max-width: 100%;
        white-space: pre-wrap; }
     }

@media (max-width: 991px) {
    .product-open__tabs li{
        margin-right: 8px;
    }
    .last-column{
        padding-bottom: 20px;
    }
}


@media (max-width: 767px) {

    .product-open__tabs{
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #cart_informer:before {
        background: none;
    }
}

@media (max-width: 576px) {
    #cart-table .td-btns {
        width: 25%;
    }

    #cart-table td{
        padding: 5px;
        font-size: 11px;
    }

    #cart-table .product-image img {
        max-width: 58px;
    }

    .cart .btn-group .form-control.quantity {
        height: 23px;
        font-size: 12px;
    }



}
@media (max-width: 767px) {
.product_features_top_list.item_44{
    margin-right: -35px;
}
}

@media (max-width: 400px) {
    .filter_select-left a {
        padding: 0 0 0 2.5rem;
        font-size: 11px;
        margin-left: 0px;
    }
}

@media (max-width: 479px) {
    .cart-type .cart_form{
        max-width: 100%;
        padding-right: 5px;
    }
    .carttitle.number:after{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        left: -45px;
        top: -5px;
    }

    h2.carttitle{
        left: 2.3rem;
    }


    .cart .table thead {
        display: none; }
    .cart .table {
        border: none; }
    .cart .table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .cart .table tbody tr:last-child td:first-child:before {
        content: 'Итого:'; }
    .cart .table tbody tr:last-child td:nth-child(2) {
       /* display: none; */
       text-align: center;
        
        }
    .cart .table tbody tr td:nth-child(3):before {
        content: 'Цена:'; }
    .cart .table tbody tr td:nth-child(5):before {
        content: 'Cумма:'; }
        
        
         .cart.uk .table tbody tr:last-child td:first-child:before {
        content: 'Всього:'; }
    .cart.uk  .table tbody tr td:nth-child(3):before {
        content: 'Ціна:'; }
    .cart.uk  .table tbody tr td:nth-child(5):before {
        content: 'Cума:'; }
    .cart.uk  .table tbody tr + tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px; }

    #cart-table td{
        padding: 5px;
        font-size: 14px;
        width: 100%!important;
        max-width: 100%!important;
    }
    #cart-table .td-btns > div {
        display: flex;
        justify-content: center;
    }

    #cart-table .product-image img{
        max-width: 115px;
    }

}


/*Hits css*/
.products-carousel-tabs .tabs {
    margin: 0 0 30px;
}
.products-carousel-tabs .tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    float: right;
    background: rgba(242,245,247,1);
    border-radius: 20px;
    padding: 4px;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 10px;
}
.products-carousel-tabs .tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}
.products-carousel-tabs .tabs__caption li {
    display: inline-block;
    height: 33px;
    padding: 5px 20px;
}
.products-carousel-tabs .tabs__caption li:not(.active) {
    cursor: pointer;
    color: #4ca3d3;
}
.products-carousel-tabs .tabs__caption li:not(.active):hover {
    color: #4ca3d3;
    text-decoration: underline;
}
.products-carousel-tabs .tabs__caption .active {
    color: #000;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
}
.products-carousel-tabs .tabs__content {
    display: none;
    /*background: #FFF;*/
    /*border: 2px solid #7DCA86;*/
    /*border-radius: 0 5px 5px 5px;*/
    padding: 7px 15px;
}
.products-carousel-tabs .tabs__content.active {
    display: block;
}

.products-carousel-tabs .vertical .tabs__caption {
    float: left;
    display: block;
}
.products-carousel-tabs .vertical .tabs__caption li {
    float: none;
    border-width: 2px 0 2px 2px;
    border-radius: 5px 0 0 5px;
}
.products-carousel-tabs .vertical .tabs__caption li:last-child:before {
    display: none;
}
.products-carousel-tabs .vertical .tabs__caption .active:after {
    left: auto;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 2px;
    height: auto;
}
.products-carousel-tabs .vertical .tabs__content {
    overflow: hidden;
}

@media screen and (max-width: 650px) {
    .products-carousel-tabs .tabs__caption li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        font-size: 13px;
    }
    .products-carousel-tabs .vertical .tabs__caption {
        float: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .products-carousel-tabs .vertical .tabs__caption li {
        border-width: 2px 2px 0;
        border-radius: 5px 5px 0 0;
    }
    .products-carousel-tabs .vertical .tabs__caption li:last-child:before {
        display: block;
    }
    .products-carousel-tabs .vertical .tabs__caption .active:after {
        top: auto;
        bottom: -5px;
        left: 0;
        right: 0;
        width: auto;
        height: 5px;
        background: #FFF;
    }
}

@media (max-width: 479px) {
    .products-carousel-tabs .tabs__caption{
        margin-top: 0;
        margin-bottom: 30px;
    }

    .gallery_page_slider .owl-nav .owl-next{
        right: -13px;
    }
     .gallery_page_slider .owl-nav .owl-prev{
        left: -13px;
     }
}

@media (max-width: 780px) {
    .products-carousel-tabs .titler.h2, .products-carousel-tabs .titler.hdr2 {
        clear: both;
    }
}

@media (max-width: 767px) {
    .products.owl-carousel .owl-prev, .products.owl-carousel .owl-next {
        left: 0 !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .recently_products .products.owl-carousel .owl-prev, .recently_products .products.owl-carousel .owl-next {
        left: 44%;
        top: -24%;
    }
}







.regionality-widget .dropdown.open .dropdown-menu {
    display: block;
    width: 1200px;
    column-count: 7;
    right: -175px;
    top:42px;
}